Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Dec 2004 10:53:25 -0600 (CST)
From:      David Fleck <dcf@mchsi.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/74725: [PATCH] devel/p5-IO-Tee/pkg-plist modified to clean up files created by 'make package'
Message-ID:  <200412051653.iB5GrPDS021305@grond.sourballs.org>
Resent-Message-ID: <200412051700.iB5H0ldH069948@freefall.freebsd.org>

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

>Number:         74725
>Category:       ports
>Synopsis:       [PATCH] devel/p5-IO-Tee/pkg-plist modified to clean up files created by 'make package'
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 05 17:00:46 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     David Fleck
>Release:        FreeBSD 4.9-RELEASE-p11 i386
>Organization:
>Environment:
System: FreeBSD grond.sourballs.org 4.9-RELEASE-p11 FreeBSD 4.9-RELEASE-p11 #0: Sat Jul 10 08:21:16 CDT 2004 root@grond.sourballs.org:/usr/obj/usr/src/sys/GROND040108 i386


>Description:
patch to devel/p5-IO-Tee/pkg-plist to clean up files created by 'make package' 

>How-To-Repeat:
>Fix:

--- pkg-plist	Sun Jan 18 09:02:06 2004
+++ pkg-plist	Sun Dec  5 10:29:27 2004
@@ -1,2 +1,5 @@
 %%SITE_PERL%%/IO/Tee.pm
-@unexec rmdir %D/%%SITE_PERL%%/IO         2>/dev/null || true
+@unexec rm %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Tee/.packlist  2> /dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Tee  2> /dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO  2> /dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/IO  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?200412051653.iB5GrPDS021305>