cvs commit: ports/graphics/imlib2 Makefile

FUJISHIMA Satsuki sf at FreeBSD.org
Thu Jun 30 09:19:23 GMT 2005


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:


More information about the cvs-all mailing list