Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2007 22:09:11 GMT
From:      "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/118155: devel/apr: [PATCH]: lang/perl5 is _not_ a RUN_DEPENDS
Message-ID:  <200711202209.lAKM9B3w018597@www.freebsd.org>
Resent-Message-ID: <200711202210.lAKMA1xa046263@freefall.freebsd.org>

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

>Number:         118155
>Category:       ports
>Synopsis:       devel/apr: [PATCH]: lang/perl5 is _not_ a RUN_DEPENDS
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 20 22:10:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 8.0-CURRENT #0
>Organization:
Riderway Inc.
>Environment:
FreeBSD philip.hq.rws 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Tue Nov  6 16:28:12 EST 2007     pgollucci@philip.hq.rws:/usr/obj/usr/src/sys/RIDERWAY  i386

>Description:
1) apr doesn't need perl after installation (just like python)
2) While I'm here, use USE_LDCONFIG instead of INSTALLS_SHLIB

>How-To-Repeat:

>Fix:
patch

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/apr/Makefile,v
retrieving revision 1.68
diff -u -r1.68 Makefile
--- Makefile	4 Oct 2007 00:41:06 -0000	1.68
+++ Makefile	20 Nov 2007 22:04:28 -0000
@@ -29,10 +29,10 @@
 
 USE_ICONV=		yes
 USE_AUTOTOOLS=	automake:19 autoconf:261 libtool:15:env
-USE_PERL5=		yes
+USE_PERL5_BUILD=	yes
 USE_GMAKE=		yes
 USE_PYTHON_BUILD=	yes
-INSTALLS_SHLIB=		yes
+USE_LDCONFIG=		yes
 GNU_CONFIGURE=		yes
 WRKSRC=	${WRKDIR}
 


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



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