svn commit: r323629 - in head/print: ghostscript7 ghostscript7/files ghostscript8 ghostscript8/files ghostscript9 ghostscript9-agpl ghostscript9-agpl/files ghostscript9/files

Baptiste Daroussin bapt at FreeBSD.org
Thu Jul 25 09:06:41 UTC 2013


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
> 
> Log:
>   Fix hidden dependency due to USE_FOO=yes after including bsd.port.pre.mk.
> 
> 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
> 
> Modified: head/print/ghostscript7/Makefile
> ==============================================================================
> --- 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 @@
>  
>  PORTNAME=	ghostscript
>  PORTVERSION=	7.07
> -PORTREVISION=	28
> +PORTREVISION=	29
>  CATEGORIES=	print
>  MASTER_SITES=	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=	gtk12
>  .endif
>  
> -.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 potential
problems :)

regards,
Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20130725/3b0f960d/attachment.sig>


More information about the svn-ports-all mailing list