ports/99409: [maintainer-update] devel/p5-Module-Compile : fix Makefile
Tsung-Han Yeh
snowfly at yuntech.edu.tw
Sat Jun 24 11:30:22 UTC 2006
>Number: 99409
>Category: ports
>Synopsis: [maintainer-update] devel/p5-Module-Compile : fix Makefile
>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: Sat Jun 24 11:30:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Tsung-Han Yeh
>Release: FreeBSD 6.0-STABLE
>Organization:
>Environment:
FreeBSD AntiVirus.yuntech.edu.tw 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Nov 27 22:46:26 CST 2005 root at AntiVirus.yuntech.edu.tw:/usr/src/sys/i386/compile/AntiVirus i386
>Description:
Fixed devel/p5-Module-Compile/Makefile for the problem with duplicated dependencies.
>How-To-Repeat:
>Fix:
--- p5-Module-Compile.diff begins here ---
diff -ruN /usr/ports/devel/p5-Module-Compile/Makefile p5-Module-Compile/Makefile
--- /usr/ports/devel/p5-Module-Compile/Makefile Wed Jun 14 09:29:37 2006
+++ p5-Module-Compile/Makefile Sat Jun 24 19:37:14 2006
@@ -16,7 +16,7 @@
MAINTAINER= snowfly at yuntech.edu.tw
COMMENT= Provide a system for writing modules that compile other Perl modules
-BUILD_DEPENDS= ${SITE_PERL}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
--- p5-Module-Compile.diff end here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list