Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 1998 20:36:16 +0900 (JST)
From:      shige@kuis.kyoto-u.ac.jp
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        shige@kuis.kyoto-u.ac.jp
Subject:   ports/7848: Update ports: lang/perl5
Message-ID:  <199809071135.UAA02563@spa.kuis.kyoto-u.ac.jp>

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

>Number:         7848
>Category:       ports
>Synopsis:       Update ports: lang/perl5 (pkg_delete problem)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep  7 04:40:00 PDT 1998
>Last-Modified:
>Originator:     Shigeyuki FUKUSHIMA
>Organization:
Dept. of Information Science, Kyoto Univ., JAPAN
>Release:        FreeBSD 2.2.7-RELEASE i386
>Environment:

	FreeBSD 2.2.7-RELEASE i386

>Description:

Update Ports: lang/perl5

  o  can't delete ${PREFIX}/lib/perl5/5.00502
  o  can't delete ${PREFIX}/lib/perl5/site_perl/5.005

This patch fixs this problem.

Thank you.
--- shige

>How-To-Repeat:

>Fix:

diff -urN /usr/ports/lang/perl5/pkg/PLIST perl5/pkg/PLIST
--- /usr/ports/lang/perl5/pkg/PLIST	Wed Aug 19 00:46:19 1998
+++ perl5/pkg/PLIST	Mon Sep  7 20:25:26 1998
@@ -513,4 +513,5 @@
 lib/perl5/5.00502/timelocal.pl
 lib/perl5/5.00502/validate.pl
 lib/perl5/5.00502/vars.pm
-@unexec rm -rf lib/perl5/site_perl/5.005
+@unexec rm -rf %D/lib/perl5/5.00502
+@unexec rm -rf %D/lib/perl5/site_perl/5.005

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



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