diff options
author | dholland <dholland@pkgsrc.org> | 2010-02-10 03:55:18 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2010-02-10 03:55:18 +0000 |
commit | a1145e65157fe0f4dd4213e04ab7f36920c5d5a2 (patch) | |
tree | e5fa05bfb668f74b8daa8aea55ef4a0c0d828bd4 /www/ap-ssl/Makefile | |
parent | 4eb979470c7ba82b0263eba1b63ab27bb7901e2c (diff) | |
download | pkgsrc-a1145e65157fe0f4dd4213e04ab7f36920c5d5a2.tar.gz |
Hack this to build against Apache 1.3.42. As 1.3.42 doesn't change
anything significant in the internals, all this requires is patching
the accepted version and bumping BUILDLINK_API_DEPENDS. PKGREVISION++.
Diffstat (limited to 'www/ap-ssl/Makefile')
-rw-r--r-- | www/ap-ssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index 6b540343bc9..ac9cb5da551 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.108 2010/01/17 12:02:47 wiz Exp $ +# $NetBSD: Makefile,v 1.109 2010/02/10 03:55:18 dholland Exp $ DISTNAME= mod_ssl-2.8.31-1.3.41 PKGNAME= ap13-ssl-2.8.31 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www security MASTER_SITES= http://www.modssl.org/source/ \ ftp://ftp.pca.dfn.de/pub/tools/net/mod_ssl/source/ @@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q} .include "../../mk/bsd.prefs.mk" .include "../../www/apache/buildlink3.mk" -BUILDLINK_API_DEPENDS.apache+= apache>=1.3.41 +BUILDLINK_API_DEPENDS.apache+= apache>=1.3.42 SSL_RPATH_LDFLAGS= ${LINKER_RPATH_FLAG} ${SSLBASE}/lib FIX_RPATH+= SSL_RPATH_LDFLAGS |