Date: Thu, 25 Jul 2013 11:06:36 +0200 From: Baptiste Daroussin <bapt@FreeBSD.org> To: Hiroki Sato <hrs@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r323629 - in head/print: ghostscript7 ghostscript7/files ghostscript8 ghostscript8/files ghostscript9 ghostscript9-agpl ghostscript9-agpl/files ghostscript9/files Message-ID: <20130725090635.GJ41432@ithaqua.etoilebsd.net> In-Reply-To: <201307250903.r6P93XAT050540@svn.freebsd.org> References: <201307250903.r6P93XAT050540@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--pMCBjikF2xGw87uL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 25, 2013 at 09:03:33AM +0000, Hiroki Sato wrote: > Author: hrs > Date: Thu Jul 25 09:03:33 2013 > New Revision: 323629 > URL: http://svnweb.freebsd.org/changeset/ports/323629 >=20 > Log: > Fix hidden dependency due to USE_FOO=3Dyes after including bsd.port.pre= =2Emk. >=20 > Modified: > head/print/ghostscript7/Makefile > head/print/ghostscript7/files/Makefile.drivers_post > head/print/ghostscript8/Makefile > head/print/ghostscript8/files/Makefile.drivers_post > head/print/ghostscript9-agpl/Makefile > head/print/ghostscript9-agpl/files/Makefile.drivers_post > head/print/ghostscript9/Makefile > head/print/ghostscript9/files/Makefile.drivers_post >=20 > Modified: head/print/ghostscript7/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/print/ghostscript7/Makefile Thu Jul 25 08:41:35 2013 (r323628) > +++ head/print/ghostscript7/Makefile Thu Jul 25 09:03:33 2013 (r323629) > @@ -3,7 +3,7 @@ > =20 > PORTNAME=3D ghostscript > PORTVERSION=3D 7.07 > -PORTREVISION=3D 28 > +PORTREVISION=3D 29 > CATEGORIES=3D print > MASTER_SITES=3D SF/ghostscript/gnu-gs/${PORTVERSION}:gs_srcs \ > ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/gnu/gs${PORTVERSION:S/.//}/= :gs_srcs \ > @@ -82,8 +82,7 @@ post-extract: post-extract-all > USE_GNOME=3D gtk12 > .endif > =20 > -.include <bsd.port.pre.mk> > -.include "${FILESDIR}/Makefile.drivers_post" > +.include "files/Makefile.drivers_post" In that case you should should ${.CURDIR}/files otherwise you will get pote= ntial problems :) regards, Bapt --pMCBjikF2xGw87uL Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlHw6psACgkQ8kTtMUmk6Ez2uQCfWWnQGUmu+zPxX8bVAUaAWU2/ LYAAn2w9i2NRZGnsrkA4uNRTFSVvLnHM =5/Ba -----END PGP SIGNATURE----- --pMCBjikF2xGw87uL--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130725090635.GJ41432>