From owner-freebsd-ports Fri Aug 30 2:30: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 7F5B237B400 for ; Fri, 30 Aug 2002 02:30:03 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83DD943E75 for ; Fri, 30 Aug 2002 02:30: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 g7U9U2JU093338 for ; Fri, 30 Aug 2002 02:30: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 g7U9U2Ta093337; Fri, 30 Aug 2002 02:30:02 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 059AD37B400 for ; Fri, 30 Aug 2002 02:21:23 -0700 (PDT) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B6AE43E65 for ; Fri, 30 Aug 2002 02:21:21 -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 098612B739 for ; Fri, 30 Aug 2002 11:21:19 +0200 (CEST) Received: by k7.mavetju (Postfix, from userid 1001) id 70E406A7124; Fri, 30 Aug 2002 19:21:15 +1000 (EST) Message-Id: <20020830092115.70E406A7124@k7.mavetju> Date: Fri, 30 Aug 2002 19:21:15 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42188: [patch] make ports/cad 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: 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