ports/58735: [PATCH] lang/perl: [SUMMARIZE CHANGES]

Lars Eggert larse at isi.edu
Thu Oct 30 17:50:06 UTC 2003


>Number:         58735
>Category:       ports
>Synopsis:       [PATCH] lang/perl: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 30 09:50:04 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Lars Eggert
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
USC Information Sciences Institute
>Environment:
System: FreeBSD nik.isi.edu 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Tue Oct 28 14:23:53 PST 2003
>Description:
Honor CFLAGS when building perl.

Port maintainer (tobez at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- perl-5.8.1_2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/lang/perl5.8.old/Makefile /usr/ports/lang/perl5.8/Makefile
--- /usr/ports/lang/perl5.8.old/Makefile	Tue Oct 28 13:55:23 2003
+++ /usr/ports/lang/perl5.8/Makefile	Thu Oct 30 09:20:06 2003
@@ -33,7 +33,7 @@
 	-Dsitearch=${SITE_PERL}/${PERL_ARCH} \
 	-Dsitelib=${SITE_PERL} -Dscriptdir=${PREFIX}/bin \
 	-Ui_malloc -Ui_iconv -Uinstallusrbinperl \
-	-Dcc="${CC}" \
+	-Dcc="${CC}" -Doptimize="${CFLAGS}" \
 	-Dccflags=-DAPPLLIB_EXP=\"${BSDPAN_DEST}\"
 
 .if defined(ENABLE_SUIDPERL)
--- perl-5.8.1_2.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list