From owner-freebsd-ports Fri Aug 4 8:20:49 2000 Delivered-To: freebsd-ports@freebsd.org Received: from ms.tokyo.jcom.ne.jp (ms.tokyo.jcom.ne.jp [210.234.123.18]) by hub.freebsd.org (Postfix) with ESMTP id A9C5937BBB7; Fri, 4 Aug 2000 08:20:39 -0700 (PDT) (envelope-from knu@idaemons.org) Received: from daemon.local.idaemons.org (203-165-77-17.sugnm1.kt.home.ne.jp [203.165.77.17]) by ms.tokyo.jcom.ne.jp (8.9.3/3.7W 04/27/00) with ESMTP id AAA03327; Sat, 5 Aug 2000 00:20:35 +0900 (JST) Received: by daemon.local.idaemons.org (8.9.3/3.7W) id AAA34661; Sat, 5 Aug 2000 00:20:04 +0900 (JST) Date: Sat, 05 Aug 2000 00:20:03 +0900 Message-ID: <86wvhxoxy4.wl@localhost.local.idaemons.org> From: "Akinori -Aki- MUSHA" To: Ade Lovett Cc: Sheldon Hearn , reg@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: cvs commit: ports/devel/dryad Makefile ports/devel/dryad/patches patch-aa patch-ab ports/graphics/eog Makefile ports/graphics/eog/patches patch-aa patch-ab patch-ac ports/editors/gedit Makefile ports/editors/gedit/patches patch-ao ... In-Reply-To: In your message of "Fri, 4 Aug 2000 09:25:57 -0500" <20000804092557.L70017@FreeBSD.org> References: <86zomtp19w.wl@localhost.local.idaemons.org> <13804.965398896@axl.ops.uunet.co.za> <20000804092557.L70017@FreeBSD.org> User-Agent: Wanderlust/2.3.0 (Roam) EMIKO/1.13.12 (Euglena sociabilis) FLIM/1.13.2 (Kasanui) APEL/10.2 MULE XEmacs/21.1 (patch 11) (Carlsbad Caverns) (i386--freebsd) Organization: Associated I. Daemons X-PGP-Public-Key: finger knu@FreeBSD.org X-PGP-Fingerprint: 1BEF D9B2 BABD 25D7 659A FD08 89C2 F3BE E981 4E16 MIME-Version: 1.0 (generated by EMIKO 1.13.12 - "Euglena sociabilis") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At Fri, 4 Aug 2000 09:25:57 -0500, aDe wrote: > On Fri, Aug 04, 2000 at 04:21:36PM +0200, Sheldon Hearn wrote: > > I can't express how earnestly I hope that this sinks in. One of the > > most attractive aspects of the ports mechanism is to be able to see > > what the distribution looks like (possibly even messing with it) after > > extraction, then after patching, then after configuring etc. > > Ok ok :) > > Let me resync my ports tree, and I'll go do another megacommit > later on today, changing it to pre-patch. Thanks! :) > Note that eventually this rule will go in as part of a USE_GNOME > rule, which will make it even easier. > > Jeremy? Are we ready to roll with that stuff? Maybe like this? [Mk/bsd.port.mk] (snip) .if defined(USE_GNOME) .include "${PORTSDIR}/Mk/bsd.gnome.mk" .endif (snip) [Mk/bsd.gnome.mk] GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GNOME_CONFIGURE_ARGS?= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome GNOME_CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include" \ GLIB_CONFIG="${GLIB_CONFIG}" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS?= ${GNOME_CONFIGURE_ARGS} CONFIGURE_ENV?= ${GNOME_CONFIGURE_ENV} gnome-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' .if !target(pre-patch) pre-patch: gnome-patch @${DO_NADA} .endif -- / /__ __ / ) ) ) ) / Akinori -Aki- MUSHA aka / (_ / ( (__( @ idaemons.org / FreeBSD.org "We're only at home when we're on the run, on the wing, on the fly" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message