Skip site navigation (1)Skip section navigation (2)
Date:      17 Jun 2002 12:20:18 -0000
From:      Michal Pasternak <doc@lublin.t1.pl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39413: [maintainer-update] net/gnugadu 
Message-ID:  <20020617122018.50493.qmail@pr93.lublin.sdi.tpnet.pl>

next in thread | raw e-mail | index | archive | help

>Number:         39413
>Category:       ports
>Synopsis:       [maintainer-update] net/gnugadu
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 17 05:30:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Michal Pasternak
>Release:        FreeBSD 4.6-RC i386
>Organization:
>Environment:
System: FreeBSD pasternak.w.lub.pl 4.6-RC FreeBSD 4.6-RC #0: Sun Jun 16 02:18:35 CEST 2002 doc@pasternak.w.lub.pl:/usr/obj/usr/src/sys/ILIT i386


	
>Description:

	gnugadu update to version 0.2.2

	features: configureable kde/gnome/dockapp support
	lot of bugfixes
	and many, many more.

>How-To-Repeat:
	
>Fix:
diff -ur gnugadu.orig/Makefile gnugadu/Makefile
--- gnugadu.orig/Makefile	Mon Jun 17 13:54:29 2002
+++ gnugadu/Makefile	Mon Jun 17 14:15:09 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gnugadu
-PORTVERSION=	0.2.0
+PORTVERSION=	0.2.2
 CATEGORIES=	net
 MASTER_SITES=	ftp://ftp.slackware.pl/gg/
 DISTNAME=	gg-${PORTVERSION}
@@ -25,6 +25,20 @@
 USE_ESOUND=	yes
 .else
 CONFIGURE_ARGS+=	--disable-esd
+.endif
+
+pre-everything::
+.if defined(WITH_GNOME)
+CONFIGURE_ARGS+=	--enable-gnome
+USE_GNOME=	yes
+.else
+	@${ECHO_MSG}	"Define WITH_GNOME to include GNOME support"
+.endif
+
+.if defined(WITH_DOCKAPP)
+CONFIGURE_ARGS+=	--enable-dockapp
+.else
+	@${ECHO_MSG}	"Define WITH_DOCKAPP to include WindowMaker support"
 .endif
 
 post-patch:
diff -ur gnugadu.orig/distinfo gnugadu/distinfo
--- gnugadu.orig/distinfo	Mon Jun 17 13:54:29 2002
+++ gnugadu/distinfo	Mon Jun 17 13:57:14 2002
@@ -1 +1 @@
-MD5 (gg-0.2.0.tar.gz) = 2a1966433f83c16f950c0c07b108dbb1
+MD5 (gg-0.2.2.tar.gz) = aadc23b792708d8320c064ea29958ce6
Only in gnugadu.orig/files: patch-src::main.c
Only in gnugadu.orig/files: patch-src::net.c
diff -ur gnugadu.orig/pkg-plist gnugadu/pkg-plist
--- gnugadu.orig/pkg-plist	Mon Jun 17 13:54:29 2002
+++ gnugadu/pkg-plist	Mon Jun 17 14:07:29 2002
@@ -14,6 +14,18 @@
 share/gg/pixmaps/online_connecting.xpm
 share/gg/pixmaps/online_main.xpm
 share/gg/pixmaps/search.xpm
+share/gg/pixmaps/away-mobile.xpm
+share/gg/pixmaps/cell.xpm
+share/gg/pixmaps/gg-logo.xpm
+share/gg/pixmaps/go-chat.xpm
+share/gg/pixmaps/go-msg.xpm
+share/gg/pixmaps/mobile.xpm
+share/gg/pixmaps/offline-mobile.xpm
+share/gg/pixmaps/online-mobile.xpm
+share/gg/pixmaps/pubdir_info.xpm
+share/gg/pixmaps/search_unknown.xpm
+share/gg/pixmaps/wmexit.xpm
+share/gg/pixmaps/wmmsg.xpm
 share/gg/sounds/msg.wav
 share/gg/sounds/usr.wav
 share/gg/sounds/yahoo.wav


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020617122018.50493.qmail>