ports/95463: [PATCH] devel/xwpe: make portlint happy

Alexander Botero-Lowry alex at foxybanana.com
Fri Apr 7 09:10:24 UTC 2006


>Number:         95463
>Category:       ports
>Synopsis:       [PATCH] devel/xwpe: make portlint happy
>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:   Fri Apr 07 09:10:23 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Botero-Lowry
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD Laptop.mine.box 6.0-STABLE FreeBSD 6.0-STABLE #1: Tue Feb  7 19:06:16 PST
>Description:
- fix pkg-plist (use DATADIR)
- remove USE_REINPLACE

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

--- xwpe-1.5.29a_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/xwpe/Makefile /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/xwpe/Makefile
--- /usr/ports/devel/xwpe/Makefile	Fri Apr  7 02:06:29 2006
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/xwpe/Makefile	Fri Apr  7 02:06:42 2006
@@ -19,7 +19,6 @@
 COMMENT=	A Borland-like IDE programming environment
 
 USE_XLIB=	yes
-USE_REINPLACE=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=
diff -ruN --exclude=CVS /usr/ports/devel/xwpe/pkg-plist /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/xwpe/pkg-plist
--- /usr/ports/devel/xwpe/pkg-plist	Fri Apr  7 02:06:23 2006
+++ /usr/local/tinderbox/portstrees/FreeBSD/ports/devel/xwpe/pkg-plist	Fri Apr  7 02:07:10 2006
@@ -2,7 +2,7 @@
 bin/wpe
 bin/xwe
 bin/xwpe
-share/xwpe/help.key
-share/xwpe/help.xwpe
-share/xwpe/syntax_def
- at dirrm share/xwpe
+%%DATADIR%%/help.key
+%%DATADIR%%/help.xwpe
+%%DATADIR%%/syntax_def
+ at dirrm %%DATADIR%%
--- xwpe-1.5.29a_1.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list