ports/106019: [PATCH] graphics/xglurbules: Respect X11BASE, PLIST_FILES

Rong-En Fan rafan at FreeBSD.org
Wed Nov 29 16:10:35 UTC 2006


>Number:         106019
>Category:       ports
>Synopsis:       [PATCH] graphics/xglurbules: Respect X11BASE, PLIST_FILES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 29 16:10:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- Respect X11BASE (post-patch)
- pet portlint(1)
- Use PLIST_FILES for small pkg-plist

Removed file(s):
- pkg-plist

Port maintainer (steve at pepcross.com) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- xglurbules-1.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/graphics/xglurbules/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	25 Feb 2004 09:56:54 -0000	1.6
+++ Makefile	29 Nov 2006 16:04:35 -0000
@@ -20,10 +20,17 @@
 
 MANCOMPRESSED=	yes
 
+PLIST_FILES=	bin/xglurbules \
+		bin/xglurbules-noshm \
+		bin/xglurbules-test
+
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} != "i386"
-BROKEN=		"Does not compile on !i386"
+BROKEN=		does not compile on !i386
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' ${WRKSRC}/Makefile
+
 .include <bsd.port.post.mk>
Index: pkg-plist
===================================================================
RCS file: pkg-plist
diff -N pkg-plist
--- pkg-plist	31 Mar 2003 22:22:40 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,3 +0,0 @@
-bin/xglurbules
-bin/xglurbules-noshm
-bin/xglurbules-test
--- xglurbules-1.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list