Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2004 17:26:25 +0100 (CET)
From:      Stefan Walter <sw@gegenunendlich.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61888: misc/vifm: remove pkg-plist file, use PLIST_FILES and PLIST_DIRS instead
Message-ID:  <20040125162625.DA7E83A55@kyuzo.dunkelkammer.void>
Resent-Message-ID: <200401251630.i0PGUDkm034677@freefall.freebsd.org>

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

>Number:         61888
>Category:       ports
>Synopsis:       misc/vifm: remove pkg-plist file, use PLIST_FILES and PLIST_DIRS instead
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 25 08:30:12 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Walter
>Release:        FreeBSD 5.2-RELEASE i386
>Organization:
Infinity Approximation Task Force
>Environment:
System: FreeBSD kyuzo.dunkelkammer.void 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Tue Jan 13 15:01:55 CET 2004 root@kyuzo.dunkelkammer.void:/usr/src/sys/i386/compile/KYUZO i386
>Description:
Use the PLIST_FILES and PLIST_DIRS macros instead of the pkg-plist file.
>How-To-Repeat:
	
>Fix:
--- vifm-no-plist-file.patch begins here ---
diff -urN vifm.old/Makefile vifm/Makefile
--- vifm.old/Makefile	Sun Jan 25 17:00:39 2004
+++ vifm/Makefile	Sun Jan 25 17:04:53 2004
@@ -27,6 +27,14 @@
 USE_GMAKE=	yes
 USE_REINPLACE=	yes
 
+PLIST_FILES=	bin/pauseme \
+		bin/vifm \
+		share/vifm/vifm-0.2.help.txt \
+		share/vifm/vifm.txt \
+		share/vifm/vifm.vim \
+		share/vifm/vifmrc0.2
+PLIST_DIRS=	share/vifm
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
 		${WRKSRC}/configure
diff -urN vifm.old/pkg-plist vifm/pkg-plist
--- vifm.old/pkg-plist	Sun Jan 25 17:00:39 2004
+++ vifm/pkg-plist	Thu Jan  1 01:00:00 1970
@@ -1,7 +0,0 @@
-bin/pauseme
-bin/vifm
-share/vifm/vifm-0.2.help.txt
-share/vifm/vifm.txt
-share/vifm/vifm.vim
-share/vifm/vifmrc0.2
-@dirrm share/vifm
--- vifm-no-plist-file.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?20040125162625.DA7E83A55>