Date: Fri, 30 Aug 2002 19:21:15 +1000 (EST) From: Edwin Groothuis <edwin@mavetju.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/42188: [patch] make ports/cad GNOMENG aware Message-ID: <20020830092115.70E406A7124@k7.mavetju>
next in thread | raw e-mail | index | archive | help
>Number: 42188 >Category: ports >Synopsis: [patch] make ports/cad 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 02:30:02 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 the ports in ports/cad GNOMENG aware >How-To-Repeat: n/a >Fix: cad/gnetlist cad/gschem cad/gtkwave cad/leocad cad/libgeda --- cad/gnetlist/Makefile.old Fri Aug 30 19:15:14 2002 +++ cad/gnetlist/Makefile Fri Aug 30 19:16:00 2002 @@ -20,7 +20,8 @@ USE_LIBTOOL= yes USE_AUTOCONF= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-gdgeda CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ --- cad/gschem/Makefile.old Fri Aug 30 19:16:07 2002 +++ cad/gschem/Makefile Fri Aug 30 19:16:21 2002 @@ -20,7 +20,8 @@ USE_LIBTOOL= yes USE_AUTOCONF= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-gdgeda CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ --- cad/libgeda/Makefile.old Fri Aug 30 19:16:27 2002 +++ cad/libgeda/Makefile Fri Aug 30 19:16:39 2002 @@ -19,7 +19,8 @@ USE_LIBTOOL= yes USE_AUTOCONF= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-gdgeda CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ --- cad/leocad/Makefile.old Fri Aug 30 19:16:46 2002 +++ cad/leocad/Makefile Fri Aug 30 19:17:15 2002 @@ -20,7 +20,8 @@ png.5:${PORTSDIR}/graphics/png USE_GMAKE= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_MESA= yes USE_X_PREFIX= yes --- cad/gtkwave/Makefile.old Fri Aug 30 19:17:19 2002 +++ cad/gtkwave/Makefile Fri Aug 30 19:17:48 2002 @@ -19,7 +19,8 @@ LIB_DEPENDS= bz2.1:${PORTSDIR}/archivers/bzip2 .endif -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_REINPLACE= yes GNU_CONFIGURE= yes >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?20020830092115.70E406A7124>