Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jul 2002 18:59:18 +0200 (CEST)
From:      Tilman Linneweh <tilman@arved.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tilman@arved.de
Subject:   ports/40560: [Maintainer-Update] irc/bitchx implement USE_GNOMENG
Message-ID:  <200207141659.g6EGxIWV033954@sauna.arved.de>

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

>Number:         40560
>Category:       ports
>Synopsis:       [Maintainer-Update] irc/bitchx implement USE_GNOMENG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 14 10:00:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tilman Linneweh
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
BSD Usergroup Austria
>Environment:
System: FreeBSD sauna.arved.de 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Jul 7 20:02:41 CEST 2002 tilman@sauna.arved.de:/usr/obj/usr/src/sys/SAUNA i386


	
>Description:
	- Implemented USE_GNOMENG. This reduces dependencies if WITH_GNOME is 
	defined from 65 to 37
	- Removed bsd.port.[pre|post].mk, it is not needed since i removed 
	WANT_GNOME
	- Bump PORTREVISION
	
>How-To-Repeat:
	
>Fix:

	
#cvs diff -u
cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/irc/bitchx/Makefile,v
retrieving revision 1.43
diff -u -r1.43 Makefile
--- Makefile    8 Jul 2002 20:28:55 -0000       1.43
+++ Makefile    14 Jul 2002 16:52:04 -0000
@@ -7,7 +7,7 @@

 PORTNAME=      BitchX
 PORTVERSION=   1.0c19
-PORTREVISION?= 1
+PORTREVISION?= 2
 CATEGORIES+=   irc gnome
 MASTER_SITES=  ftp://ftp.bitchx.com/pub/BitchX/source/ \
                ftp://ftp.bitchx.org/pub/BitchX/source/ \
@@ -41,10 +41,9 @@

 MAN1=          BitchX.1

-.include <bsd.port.pre.mk>
-
 .if defined(WITH_GNOME)
-USE_GNOME=     yes
+USE_GNOMENG=   yes
+USE_GNOME=     gnomelibs
 CONFIGURE_ARGS+=--with-gtk
 CONFIGURE_ENV+=        CFLAGS="${CFLAGS} -I${X11BASE}/include/gnome-1.0/"
 PLIST_SUB+=    NOGNOME:="@comment " GNOME:=""
@@ -52,8 +51,9 @@
 CONFIGURE_ARGS+=--without-gtk
 PLIST_SUB+=    GNOME:="@comment " NOGNOME:=""
 .endif
-.if (defined(HAVE_ESOUND) && defined(WITH_GNOME))
-USE_ESOUND=    yes
+.if (defined(WITH_ESOUND) && defined(WITH_GNOME))
+USE_GNOMENG=   yes
+USE_GNOME+=    esound
 CONFIGURE_ARGS+=--enable-sound
 .endif
 .if defined(WITH_IPV6)
@@ -139,4 +139,4 @@
        ${INSTALL_DATA} ${WRKSRC}/doc/bxfaq.html ${PREFIX}/share/doc/bitchx
 .endif

-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
cvs diff: Diffing files


>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?200207141659.g6EGxIWV033954>