Opened 19 years ago

Last modified 9 years ago

#7341 closed defect

BUG: apr-util 1.2.2-1 — at Initial Version

Reported by: danchr@… Owned by: danielluke (Daniel J. Luke)
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: apr-util

Description

The apr-util port has a missing build dependancy on gawk. The following small patch fixes it:

Index: Portfile =================================================================== RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/apr-util/Portfile,v retrieving revision 1.28 diff -a -u -u -r1.28 Portfile --- Portfile 23 Jan 2006 16:57:58 -0000 1.28 +++ Portfile 18 Feb 2006 17:39:00 -0000 @@ -18,6 +18,7 @@

depends_lib lib:libapr-0.0:apr port:expat \

port:libiconv port:db4

+depends_build bin:gawk:gawk

configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib configure.args --with-apr=${prefix}/bin/apr-1-config --with-expat=${prefix} \

Change History (0)

Note: See TracTickets for help on using tickets.