From ishmael@babylon.merseine.nu  Thu Oct 19 04:37:39 2000
Return-Path: <ishmael@babylon.merseine.nu>
Received: from babylon.merseine.nu (c418236-a.clmba1.mo.home.com [24.12.203.134])
	by hub.freebsd.org (Postfix) with ESMTP id 5F68837B4C5
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Oct 2000 04:37:39 -0700 (PDT)
Received: (from ishmael@localhost)
	by babylon.merseine.nu (8.11.0/8.11.0) id e9JBclI70398;
	Thu, 19 Oct 2000 06:38:47 -0500 (CDT)
	(envelope-from ishmael)
Message-Id: <200010191138.e9JBclI70398@babylon.merseine.nu>
Date: Thu, 19 Oct 2000 06:38:47 -0500 (CDT)
From: ishmael27@home.com
Sender: ishmael@babylon.merseine.nu
Reply-To: ishmael27@home.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: gtk+licq-0.39.1
X-Send-Pr-Version: 3.2

>Number:         22109
>Category:       ports
>Synopsis:       New port: gtk+licq-0.39.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 19 04:40:01 PDT 2000
>Closed-Date:    Fri Apr 6 19:57:18 PDT 2001
>Last-Modified:  Fri Apr 06 19:58:01 PDT 2001
>Originator:     Jeremy Norris
>Release:        FreeBSD 4.1.1-STABLE i386
>Organization:
>Environment:

FreeBSD babylon.merseine.nu 4.1.1-STABLE i386

>Description:

New port for gtk+licq, a gtk+ gui plugin for licq.

>How-To-Repeat:


>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	gtk+licq
#	gtk+licq/Makefile
#	gtk+licq/files
#	gtk+licq/files/patch-aa
#	gtk+licq/files/patch-ab
#	gtk+licq/files/patch-ac
#	gtk+licq/distinfo
#	gtk+licq/pkg-plist
#	gtk+licq/pkg-comment
#	gtk+licq/pkg-descr
#
echo c - gtk+licq
mkdir -p gtk+licq > /dev/null 2>&1
echo x - gtk+licq/Makefile
sed 's/^X//' >gtk+licq/Makefile << 'END-of-gtk+licq/Makefile'
X# New ports collection makefile for:    gtk+licq
X# Date created:                         17 Oct 2000
X# Whom:                                 Jeremy Norris <ishmael27@home.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		gtk+licq
XPORTVERSION=		0.39.1
XCATEGORIES=		net
XMASTER_SITES=		http://gtk.licq.org/download/
X
XMAINTAINER=		ports@FreeBSD.ORG
X
XBUILD_DEPENDS=		${LOCALBASE}/include/licq/licq_icqd.h:${PORTSDIR}/net/licq
XRUN_DEPENDS=		licq:${PORTSDIR}/net/licq
X
XUSE_GMAKE=		yes
XUSE_GTK=		yes
XWANT_GNOME=		yes
XUSE_LIBTOOL=		yes
XUSE_AUTOMAKE=		yes
X
X.if defined(WITHOUT_GNOME)
XCONFIGURE_ARGS+=	--disable-gnome
X.endif
X
XCONFIGURE_ENV=		CPPFLAGS=-"I${LOCALBASE}/include" \
X			LIBS="-L${LOCALBASE}/lib"
X
Xpost-install:
X	strip ${PREFIX}/lib/licq/licq_gtk_gui.so
X
X.include <bsd.port.mk>
END-of-gtk+licq/Makefile
echo c - gtk+licq/files
mkdir -p gtk+licq/files > /dev/null 2>&1
echo x - gtk+licq/files/patch-aa
sed 's/^X//' >gtk+licq/files/patch-aa << 'END-of-gtk+licq/files/patch-aa'
X--- src/options_dialog.cpp.orig	Sat Jul  1 10:55:29 2000
X+++ src/options_dialog.cpp	Tue Sep 19 21:47:10 2000
X@@ -1,5 +1,6 @@
X #include "gtk-gui.h"
X 
X+#include <sys/unistd.h>
X #include <sys/time.h>
X #include <stdio.h>
X #include <sys/types.h>
END-of-gtk+licq/files/patch-aa
echo x - gtk+licq/files/patch-ab
sed 's/^X//' >gtk+licq/files/patch-ab << 'END-of-gtk+licq/files/patch-ab'
X--- src/plugin_dialog.cpp.orig	Mon Mar 27 17:59:06 2000
X+++ src/plugin_dialog.cpp	Tue Sep 19 21:47:13 2000
X@@ -1,5 +1,6 @@
X #include "gtk-gui.h"
X 
X+#include <sys/unistd.h>
X #include <sys/time.h>
X #include <stdio.h>
X #include <sys/types.h>
END-of-gtk+licq/files/patch-ab
echo x - gtk+licq/files/patch-ac
sed 's/^X//' >gtk+licq/files/patch-ac << 'END-of-gtk+licq/files/patch-ac'
X--- po/Makefile.in.in.orig	Wed Aug 23 20:00:23 2000
X+++ po/Makefile.in.in	Sun Oct 15 11:11:11 2000
X@@ -19,7 +19,7 @@
X prefix = @prefix@
X exec_prefix = @exec_prefix@
X datadir = $(prefix)/@DATADIRNAME@
X-localedir = $(datadir)/locale
X+localedir = $(prefix)/share/locale
X gnulocaledir = $(prefix)/share/locale
X gettextsrcdir = $(prefix)/share/gettext/po
X subdir = po
END-of-gtk+licq/files/patch-ac
echo x - gtk+licq/distinfo
sed 's/^X//' >gtk+licq/distinfo << 'END-of-gtk+licq/distinfo'
XMD5 (gtk+licq-0.39.1.tar.gz) = f5c8f60195f954190b9d8bd0b8913798
END-of-gtk+licq/distinfo
echo x - gtk+licq/pkg-plist
sed 's/^X//' >gtk+licq/pkg-plist << 'END-of-gtk+licq/pkg-plist'
Xlib/licq/licq_gtk_gui.so
Xshare/licq/gtk-gui/pixmaps/chatBeep.xpm
Xshare/licq/gtk-gui/pixmaps/chatBold.xpm
Xshare/licq/gtk-gui/pixmaps/chatChangeBg.xpm
Xshare/licq/gtk-gui/pixmaps/chatChangeFg.xpm
Xshare/licq/gtk-gui/pixmaps/chatClose.xpm
Xshare/licq/gtk-gui/pixmaps/chatItalic.xpm
Xshare/licq/gtk-gui/pixmaps/chatUnder.xpm
Xshare/licq/gtk-gui/pixmaps/logo.xpm
X@dirrm share/licq/gtk-gui/pixmaps
X@dirrm share/licq/gtk-gui
Xshare/locale/de/LC_MESSAGES/gtk+licq.mo
Xshare/locale/es/LC_MESSAGES/gtk+licq.mo
Xshare/locale/fr/LC_MESSAGES/gtk+licq.mo
Xshare/locale/pt/LC_MESSAGES/gtk+licq.mo
Xshare/locale/ru/LC_MESSAGES/gtk+licq.mo
END-of-gtk+licq/pkg-plist
echo x - gtk+licq/pkg-comment
sed 's/^X//' >gtk+licq/pkg-comment << 'END-of-gtk+licq/pkg-comment'
XGtk+ plugin for licq
END-of-gtk+licq/pkg-comment
echo x - gtk+licq/pkg-descr
sed 's/^X//' >gtk+licq/pkg-descr << 'END-of-gtk+licq/pkg-descr'
XA gtk+ gui plugin for the popular icq clone licq.
X
XWWW: http://gtk.licq.org/
END-of-gtk+licq/pkg-descr
exit


>Release-Note:
>Audit-Trail:

From: Jeremy Norris <ishmael27@home.com>
To: Freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/22109: New port: gtk+licq-0.39.1
Date: Fri, 20 Oct 2000 07:11:41 -0500

 I foolishly did not test this submission against the gnome case.
 Here are patches that I believe fix it for use with gnome (they are untested
 however).
 
 
 --- Makefile.orig	Thu Oct 19 06:34:50 2000
 +++ Makefile	Fri Oct 20 06:45:39 2000
 @@ -21,14 +21,19 @@
  USE_LIBTOOL=		yes
  USE_AUTOMAKE=		yes
  
 +PLIST_SUB=		GUITYPE=${GUITYPE}
 +
  .if defined(WITHOUT_GNOME)
 -CONFIGURE_ARGS+=	--disable-gnome
 +CONFIGURE_ARGS=		--disable-gnome
 +GUITYPE=		gtk
 +.else
 +GUITYPE=		gnome
  .endif
  
  CONFIGURE_ENV=		CPPFLAGS=-"I${LOCALBASE}/include" \
  			LIBS="-L${LOCALBASE}/lib"
  
  post-install:
 -	strip ${PREFIX}/lib/licq/licq_gtk_gui.so
 +	strip ${PREFIX}/lib/licq/licq_${GUITYPE}_gui.so
  
  .include <bsd.port.mk>
 
 
 --- pkg-plist.orig	Sun Oct 15 11:14:09 2000
 +++ pkg-plist	Fri Oct 20 07:03:59 2000
 @@ -1,4 +1,4 @@
 -lib/licq/licq_gtk_gui.so
 +lib/licq/licq_%%GUITYPE%%_gui.so
  share/licq/gtk-gui/pixmaps/chatBeep.xpm
  share/licq/gtk-gui/pixmaps/chatBold.xpm
  share/licq/gtk-gui/pixmaps/chatChangeBg.xpm
 

From: Carl Johan Madestrand <cj@vallcom.net>
To: freebsd-gnats-submit@FreeBSD.org, ishmael27@home.com
Cc:  
Subject: Re: ports/22109: New port: gtk+licq-0.39.1
Date: Sun, 19 Nov 2000 18:22:17 +0100

 Is there any plans to commit this port and does the maintainer want to
 maintain it seeing as he put ports@freebsd.org in the MAINTAINER line?
 
 
 --
 Carl Johan Madestrand
 LoRd_CJ on IRC
 
 
 
 

From: Jeremy Norris <ishmael27@home.com>
To: Carl Johan Madestrand <cj@vallcom.net>
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: ports/22109: New port: gtk+licq-0.39.1
Date: Sun, 19 Nov 2000 15:09:44 -0600

 I'll maintain it.
 
 Jeremy
 
 On Sun, Nov 19, 2000 at 06:22:17PM +0100, Carl Johan Madestrand wrote:
 > Is there any plans to commit this port and does the maintainer want to
 > maintain it seeing as he put ports@freebsd.org in the MAINTAINER line?
 > 
 > 
 > --
 > Carl Johan Madestrand
 > LoRd_CJ on IRC
 > 
 > 
 
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Fri Apr 6 19:57:18 PDT 2001 
State-Changed-Why:  
Committed, thanks.  I updated the port to 0.50.1 for you.  Not 
sure if it works, but give it a try and submit any patches if 
something's broken.  I set you as MAINTAINER per audit trail. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=22109 
>Unformatted:
