Date: Sun, 20 Apr 2003 01:20:10 -0700 (PDT) From: Gea-Suan Lin <gslin@ccreader.nctu.edu.tw> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/51175: Update port: www/mod_blosxom Message-ID: <200304200820.h3K8KAIW095087@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/51175; it has been noted by GNATS. From: Gea-Suan Lin <gslin@ccreader.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Gea-Suan Lin <gslin@ccreader.nctu.edu.tw> Subject: Re: ports/51175: Update port: www/mod_blosxom Date: Sun, 20 Apr 2003 16:13:41 +0800 Sorry, use this patch please: diff -ruN /usr/ports/www/mod_blosxom/Makefile mod_blosxom/Makefile --- /usr/ports/www/mod_blosxom/Makefile Fri Apr 18 15:09:17 2003 +++ mod_blosxom/Makefile Sun Apr 20 16:11:20 2003 @@ -14,7 +14,15 @@ MAINTAINER= gslin@ccca.nctu.edu.tw COMMENT= Apache module to build the extremely lightweight Weblog environment +APXS?= ${LOCALBASE}/sbin/apxs +APACHE_PORT?= ${PORTSDIR}/www/apache13 + BUILD_DEPENDS= ${APXS}:${APACHE_PORT} RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_REINPLACE= yes + +post-patch: + ${REINPLACE_CMD} -e 's,^APXS=.*,APXS=${APXS},' ${WRKSRC}/Makefile .include <bsd.port.mk> -- * Gea-Suan Lin (public key: http://ccreader.nctu.edu.tw/~gslin/key.txt) * If you cannot convince them, confuse them. -- Harry S Truman
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304200820.h3K8KAIW095087>