Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Aug 2002 19:57:32 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42288: [patch] make ports/security GNOMENG aware
Message-ID:  <20020831095732.EAE896A7124@k7.mavetju>

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

>Number:         42288
>Category:       ports
>Synopsis:       [patch] make ports/security GNOMENG aware
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 01 04:40:04 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386

>Description:

    make ports/security GNOMENG aware

>How-To-Repeat:

    n/a

>Fix:

    security/crank
    security/gpa
    security/gpasman
    security/gtk-knocker
    security/gtkportscan
    security/libfwbuilder
    security/nessus
    security/nessus-devel
    security/nmapfe
    security/ssh-gui
    security/stegdetect

--- security/crank/Makefile.old	Sat Aug 31 19:35:51 2002
+++ security/crank/Makefile	Sat Aug 31 19:36:01 2002
@@ -16,7 +16,8 @@
 
 LIB_DEPENDS=	guile:${PORTSDIR}/lang/guile
 
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 GUILE_CONFIG=	${LOCALBASE}/bin/guile-config
 CONFIGURE_ENV=	CFLAGS="${CFLAGS} `${GUILE_CONFIG} compile`" \
--- security/gpa/Makefile.old	Sat Aug 31 19:49:24 2002
+++ security/gpa/Makefile	Sat Aug 31 19:49:32 2002
@@ -16,7 +16,8 @@
 
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
--- security/gpasman/Makefile.old	Sat Aug 31 19:49:42 2002
+++ security/gpasman/Makefile	Sat Aug 31 19:49:53 2002
@@ -14,7 +14,8 @@
 
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	GTKCONFIG="${GTK_CONFIG}"
 
--- security/gtk-knocker/Makefile.old	Sat Aug 31 19:50:13 2002
+++ security/gtk-knocker/Makefile	Sat Aug 31 19:50:22 2002
@@ -18,7 +18,8 @@
 USE_X_PREFIX=	yes
 GNU_CONFIGURE=	yes
 USE_XPM=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 
 MAN1=		gtk-knocker.1
 
--- security/gtkportscan/Makefile.old	Sat Aug 31 19:50:31 2002
+++ security/gtkportscan/Makefile	Sat Aug 31 19:50:38 2002
@@ -15,6 +15,7 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 
 .include <bsd.port.mk>
--- security/nessus/Makefile.old	Sat Aug 31 19:50:51 2002
+++ security/nessus/Makefile	Sat Aug 31 19:51:47 2002
@@ -27,12 +27,14 @@
 WRKSRC=		${WRKDIR}/nessus-core
 
 USE_LIBTOOL=	yes
-WANT_GTK=	yes
+USE_GNOMENG=	yes
+WANT_GNOME=	yes
 
 .include <bsd.port.pre.mk>
 
-.if defined(HAVE_GTK)
-USE_GTK=	yes
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME+=	gtk12
+PKGNAMESUFFIX=	-gtk
 .else
 CONFIGURE_ARGS+=--disable-gtk
 .endif
--- security/nessus-devel/Makefile.old	Sat Aug 31 19:51:58 2002
+++ security/nessus-devel/Makefile	Sat Aug 31 19:52:38 2002
@@ -27,12 +27,14 @@
 WRKSRC=		${WRKDIR}/nessus-core
 
 USE_LIBTOOL=	yes
-WANT_GTK=	yes
+USE_GNOMENG=	yes
+WANT_GNOME=	yes
 
 .include <bsd.port.pre.mk>
 
-.if defined(HAVE_GTK)
-USE_GTK=	yes
+.if ${HAVE_GNOME:Mgtk12}!=""
+USE_GNOME+=	gtk12
+PKGNAMESUFFIX=	-gtk
 .else
 CONFIGURE_ARGS+=--disable-gtk
 .endif
--- security/nmapfe/Makefile.old	Sat Aug 31 19:53:28 2002
+++ security/nmapfe/Makefile	Sat Aug 31 19:53:36 2002
@@ -12,7 +12,8 @@
 
 RUN_DEPENDS=	nmap:${PORTSDIR}/security/nmap
 
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 INSTALL_TARGET=	install-nmapfe
 MAN1=		nmapfe.1 xnmap.1
 
--- security/ssh-gui/Makefile.old	Sat Aug 31 19:54:18 2002
+++ security/ssh-gui/Makefile	Sat Aug 31 19:54:26 2002
@@ -15,7 +15,8 @@
 
 RUN_DEPENDS=	ssh:${PORTSDIR}/security/openssh
 
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 ALL_TARGET=	ssh-gui
 
 DOC_FILES=	README
--- security/stegdetect/Makefile.old	Sat Aug 31 19:54:35 2002
+++ security/stegdetect/Makefile	Sat Aug 31 19:54:50 2002
@@ -25,7 +25,8 @@
 .if defined(WITHOUT_X11)
 PLIST_SUB+=	X11="@comment "
 .else
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 CONFIGURE_ENV=	PATH_GTKCONFIG="${GTK_CONFIG}"
 PLIST_SUB+=	X11=""
 .endif
--- security/libfwbuilder/Makefile.old	Sat Aug 31 19:55:01 2002
+++ security/libfwbuilder/Makefile	Sat Aug 31 19:55:10 2002
@@ -18,7 +18,8 @@
 
 USE_GMAKE=	yes
 USE_LIBTOOL=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 INSTALLS_SHLIB=	yes
 PLIST_SUB+=	PORTVERSION="${PORTVERSION}"
 
>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?20020831095732.EAE896A7124>