ports/94655: [PATCH] net-im/gaim: [SUMMARIZE CHANGES]

Sean Farley sean-freebsd at farley.org
Sat Mar 18 20:10:16 UTC 2006


>Number:         94655
>Category:       ports
>Synopsis:       [PATCH] net-im/gaim: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 18 20:10:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Sean Farley
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD thor.farley.org 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Sun Feb  5 13:57:10 CST
>Description:
- Fixed disabling options in batch mode (i.e., -DBATCH -DWITHOUT_NSS).
- Removed USE_REINPLACE.

Port maintainer (marcus at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- gaim-1.5.0_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net-im/gaim.orig/Makefile /usr/ports/net-im/gaim/Makefile
--- /usr/ports/net-im/gaim.orig/Makefile	Thu Feb 23 04:38:29 2006
+++ /usr/ports/net-im/gaim/Makefile	Sat Mar 18 13:55:21 2006
@@ -21,7 +21,6 @@
 
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
-USE_REINPLACE=	yes
 USE_GNOME=	gnomeprefix gnomehack gtk20
 WANT_GNOME=	yes
 USE_BZIP2=	yes
@@ -67,7 +66,7 @@
 PLIST_SUB+=		SILC="@comment "
 .endif
 
-.if defined(WITH_NSS)
+.if !defined(WITHOUT_NSS)
 LIB_DEPENDS+=		nss3:${PORTSDIR}/security/nss
 CONFIGURE_ARGS+=	--with-nspr-includes=${LOCALBASE}/include/nspr \
 			--with-nspr-libs=${LOCALBASE}/lib \
@@ -86,7 +85,7 @@
 PLIST_SUB+=		PERL:="@comment "
 .endif
 
-.if defined(WITH_GTKSPELL)
+.if !defined(WITHOUT_GTKSPELL)
 LIB_DEPENDS+=	gtkspell.0:${PORTSDIR}/textproc/gtkspell2
 .else
 CONFIGURE_ARGS+=	--disable-gtkspell
@@ -107,7 +106,7 @@
 PLIST_SUB+=	TCL:="@comment "
 .endif
 
-.if defined(WITH_AUDIO)
+.if !defined(WITHOUT_AUDIO)
 LIB_DEPENDS+=	ao.3:${PORTSDIR}/audio/libao \
 		audiofile.0:${PORTSDIR}/audio/libaudiofile
 .else
--- gaim-1.5.0_3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list