Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2009 06:15:36 GMT
From:      Ohata <Ohata.Hideshi@dx.MitsubishiElectric.co.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/131732: perl5.8.9_1
Message-ID:  <200902160615.n1G6Fa4L026720@www.freebsd.org>
Resent-Message-ID: <200902160620.n1G6K1jL040411@freefall.freebsd.org>

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

>Number:         131732
>Category:       ports
>Synopsis:       perl5.8.9_1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 16 06:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Ohata
>Release:        7.1-stable
>Organization:
MitsubishiElectric
>Environment:
FreeBSD xxx.xxx.co.jp 7.1-STABLE FreeBSD 7.1-STABLE #47: Thu Feb 12 19:13:55 JST 2009     root@xxx.xxx.co.jp:/usr/obj/usr/src/sys/GX260.7  i386
>Description:
When perl-5.8.9 updated to perl-5.8.9_1 from ports , portupgrade was failed at installation phase with BSDPAN module directory was not found.
>How-To-Repeat:
allways
>Fix:
Makefile was modified.

diff -u Makefile.org Makefile
--- Makefile.org        2009-02-16 14:15:42.000000000 +0900
+++ Makefile    2009-02-16 14:16:12.000000000 +0900
@@ -143,7 +143,7 @@
                ExtUtils/MakeMaker.pm \
                ExtUtils/Packlist.pm
 BSDPAN_VERSION=        ${PORTVERSION}_1
-BSDPAN_WRKSRC= ${WRKDIR}/BSDPAN-${PORTVERSION}
+BSDPAN_WRKSRC= ${WRKDIR}/BSDPAN-${PORTVERSION}_1

 PKGINSTALL=    ${WRKDIR}/pkg-install
 PKGDEINSTALL=  ${WRKDIR}/pkg-deinstall

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



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