From owner-freebsd-ports Fri Aug 30 3:50:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C133B37B400 for ; Fri, 30 Aug 2002 03:50:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEC2443E42 for ; Fri, 30 Aug 2002 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7UAo2JU004931 for ; Fri, 30 Aug 2002 03:50:02 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7UAo2YP004930; Fri, 30 Aug 2002 03:50:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1607A37B400 for ; Fri, 30 Aug 2002 03:40:58 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73A1943E3B for ; Fri, 30 Aug 2002 03:40:57 -0700 (PDT) (envelope-from edwin@mavetju.org) Received: from k7.mavetju (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id 28D282B912 for ; Fri, 30 Aug 2002 12:40:54 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id ECC5B6A7124; Fri, 30 Aug 2002 20:40:49 +1000 (EST) Message-Id: <20020830104049.ECC5B6A7124@k7.mavetju> Date: Fri, 30 Aug 2002 20:40:49 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42195: [patch] make ports/devel GNOMENG aware Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 -.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