[MacPorts] #7341: BUG: apr-util 1.2.2-1
MacPorts
noreply at macports.org
Thu Mar 24 06:09:21 PDT 2016
#7341: BUG: apr-util 1.2.2-1
-----------------------+---------------------
Reporter: danchr@… | Owner: dluke@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 1.0
Resolution: invalid | Keywords:
Port: apr-util |
-----------------------+---------------------
Changes (by ryandesign@…):
* port: => apr-util
Old 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} \
New 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} \
}}}
--
--
Ticket URL: <https://trac.macports.org/ticket/7341#comment:5>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list