Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Apr 2006 02:08:05 -0700 (PDT)
From:      Alexander Botero-Lowry <alex@foxybanana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95463: [PATCH] devel/xwpe: make portlint happy
Message-ID:  <200604070908.k37985pL017543@Laptop.mine.box>
Resent-Message-ID: <200604070910.k379ANv5005861@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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
-@dirrm share/xwpe
+%%DATADIR%%/help.key
+%%DATADIR%%/help.xwpe
+%%DATADIR%%/syntax_def
+@dirrm %%DATADIR%%
--- xwpe-1.5.29a_1.patch ends here ---

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



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