Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Dec 2004 15:29:28 -0600 (CST)
From:      Jim Pirzyk <pirzyk@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/74789: Update port: devel/p5-Filesys-Statvfs_Df fixing pkg-plist
Message-ID:  <200412062129.iB6LTSOf058210@lilo.cso.uiuc.edu>
Resent-Message-ID: <200412062130.iB6LUODd009017@freefall.freebsd.org>

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

>Number:         74789
>Category:       ports
>Synopsis:       Update port: devel/p5-Filesys-Statvfs_Df fixing pkg-plist
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 06 21:30:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jim Pirzyk
>Release:        FreeBSD 5.3-BETA7 i386
>Organization:
>Environment:
System: FreeBSD lilo.cso.uiuc.edu 5.3-BETA7 FreeBSD 5.3-BETA7 #0: Mon Nov 1 06:13:58 UTC 2004 root@:/usr/obj/usr/src/sys/LILO_KERNEL i386


	
>Description:
	Fixes the pkg-plist missing files that ports janitor Kris pointed out.
	Also fixes the outstanding issues with portlint.

>How-To-Repeat:
	
>Fix:

diff -Nru Makefile.orig Makefile
--- Makefile.orig	Mon Dec  6 15:15:55 2004
+++ Makefile	Mon Dec  6 15:16:05 2004
@@ -17,7 +17,6 @@
 
 PERL_CONFIGURE=	yes
 
-MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 MAN3=		Filesys::Df.3 Filesys::Statvfs.3
 
 .include <bsd.port.mk>
diff -Nru pkg-plist.orig pkg-plist
--- pkg-plist.orig	Mon Dec  6 15:11:01 2004
+++ pkg-plist	Mon Dec  6 15:12:31 2004
@@ -1,5 +1,12 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/Filesys
 %%SITE_PERL%%/%%PERL_ARCH%%/Filesys/Df.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/Filesys/Statvfs.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Statvfs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Statvfs/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Statvfs/Statvfs.so
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Statvfs/Statvfs.bs
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/Statvfs 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Filesys/Statvfs 2>/dev/null || true
 @unexec rmdir %D/%%SITE_PERL%%/Filesys 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:



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