Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Aug 2002 20:40:49 +1000 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42195: [patch] make ports/devel GNOMENG aware
Message-ID:  <20020830104049.ECC5B6A7124@k7.mavetju>

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

>Number:         42195
>Category:       ports
>Synopsis:       [patch] make ports/devel 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:   Fri Aug 30 03:50:01 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/devel GNOMENG aware

>How-To-Repeat:

    n/a

>Fix:

    devel/entity
    devel/gcvs
    devel/glg
    devel/gnome-devel
    devel/libgtop2
    devel/mico
    devel/ruby-gconf
    devel/sdl12
    devel/titano
    devel/veepee

--- devel/entity/Makefile.old	Fri Aug 30 20:28:54 2002
+++ devel/entity/Makefile	Fri Aug 30 20:29:08 2002
@@ -19,7 +19,8 @@
 CONFIGURE_ARGS+=	--enable-tcl=no
 
 USE_GMAKE=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 INSTALLS_SHLIB=	yes
 
 MAN1=		entity.1
--- devel/gcvs/Makefile.old	Fri Aug 30 20:29:13 2002
+++ devel/gcvs/Makefile	Fri Aug 30 20:29:32 2002
@@ -21,7 +21,8 @@
 RUN_DEPENDS+=	wish8.3:${PORTSDIR}/x11-toolkits/tk83
 
 USE_X_PREFIX=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 BREAKS_IF_PEDANTIC=	yes
--- devel/glg/Makefile.old	Fri Aug 30 20:30:03 2002
+++ devel/glg/Makefile	Fri Aug 30 20:32:43 2002
@@ -17,13 +17,13 @@
 MAINTAINER=	lo_gafet@users.sourceforge.net
 
 USE_GMAKE=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
 WANT_GNOME=	yes
 
 .include <bsd.port.pre.mk>
 
-.if defined(HAVE_GNOME)
-USE_GNOME=	yes
+.if ${HAVE_GNOME:Mgnomelibs}!=""
+USE_GNOME=	gtk12
 .endif
 
 pre-build:
--- devel/mico/Makefile.old	Fri Aug 30 20:33:03 2002
+++ devel/mico/Makefile	Fri Aug 30 20:33:27 2002
@@ -34,7 +34,8 @@
 INSTALLS_SHLIB=	yes
 USE_NEWGCC=	yes
 USE_GMAKE=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 USE_AUTOCONF=	yes
 CONFIGURE_ARGS=	--with-qt --with-gtk --with-tcl --disable-mini-stl \
 		--enable-static --enable-shared
--- devel/ruby-gconf/Makefile.old	Fri Aug 30 20:33:51 2002
+++ devel/ruby-gconf/Makefile	Fri Aug 30 20:34:03 2002
@@ -20,7 +20,8 @@
 
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes
-USE_GTK=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gtk12
 
 CONFIGURE_ARGS=	--with-gtk-config=${GTK_CONFIG}
 INSTALL_TARGET=	site-install
--- devel/sdl12/Makefile.old	Fri Aug 30 20:34:18 2002
+++ devel/sdl12/Makefile	Fri Aug 30 20:35:06 2002
@@ -42,7 +42,8 @@
 USE_XLIB=	yes
 .endif
 .if !defined(WITHOUT_ESOUND)
-USE_ESOUND=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	esound
 .endif
 .if defined(WITHOUT_GL)
 CONFIGURE_ARGS+=--disable-video-opengl
--- devel/titano/Makefile.old	Fri Aug 30 20:35:41 2002
+++ devel/titano/Makefile	Fri Aug 30 20:36:52 2002
@@ -19,7 +19,8 @@
 WRKSRC=		${WRKDIR}/${DISTNAME:S/b//}
 
 USE_REINPLACE=	yes
-USE_GNOMELIBS=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gnomelibs
 USE_X_PREFIX=	yes
 USE_GMAKE=	yes
 USE_LIBTOOL=	yes
--- devel/veepee/Makefile.old	Fri Aug 30 20:37:09 2002
+++ devel/veepee/Makefile	Fri Aug 30 20:37:51 2002
@@ -18,7 +18,8 @@
 
 LIB_DEPENDS=	gd.2:${PORTSDIR}/graphics/gd
 
-USE_GNOMELIBS=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gnomelibs
 USE_XLIB=	yes
 USE_PYTHON=	yes
 USE_LIBTOOL=	yes
--- devel/gnome-devel/Makefile.old	Fri Aug 30 20:37:56 2002
+++ devel/gnome-devel/Makefile	Fri Aug 30 20:38:26 2002
@@ -21,7 +21,8 @@
 BROKEN=	"Needs more work on the dependency chain"
 NO_BUILD=	yes
 
-USE_GNOMELIBS=	yes
+USE_GNOMENG=	yes
+USE_GNOME=	gnomelibs
 USE_PYTHON=	yes
 
 do-install:	# empty
>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?20020830104049.ECC5B6A7124>