Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jun 2005 09:19:22 GMT
From:      FUJISHIMA Satsuki <sf@FreeBSD.org>
To:        "Vanilla I. Shu"  <vanilla@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/graphics/imlib2 Makefile
Message-ID:  <200506300919.j5U9JMeA044509@freefall.freebsd.org>
In-Reply-To: <200506291009.j5TA9L8v075225@repoman.freebsd.org>
References:  <200506291009.j5TA9L8v075225@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
default package is broken due to missing PLIST_SUB.
(patch included)

Creating gzip'd tar ball in '/ad2/home/pkgs/F/ports/graphics/imlib2/imlib2-1.2.1_3.tgz'
tar: %%X11%%bin/imlib2_bumpmap: Could not stat: No such file or directory
tar: %%X11%%bin/imlib2_colorspace: Could not stat: No such file or directory
tar: %%X11%%bin/imlib2_poly: Could not stat: No such file or directory
tar: %%X11%%bin/imlib2_show: Could not stat: No such file or directory
tar: %%X11%%bin/imlib2_test: Could not stat: No such file or directory
tar: %%X11%%bin/imlib2_view: Could not stat: No such file or directory
pkg_create: make_dist: tar command failed with code 256
*** Error code 1

Stop in /ad2/home/pkgs/F/ports/graphics/imlib2.
*** Error code 1

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/graphics/imlib2/Makefile,v
retrieving revision 1.105
diff -u -r1.105 Makefile
--- Makefile	29 Jun 2005 10:09:21 -0000	1.105
+++ Makefile	30 Jun 2005 08:31:25 -0000
@@ -40,6 +40,7 @@
 PLIST_SUB=	X11="@comment "
 .else
 USE_XLIB=	yes
+PLIST_SUB=	X11=""
 .endif
 
 post-patch:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506300919.j5U9JMeA044509>