ports/51175: Update port: www/mod_blosxom

Gea-Suan Lin gslin at netnews.NCTU.edu.tw
Sun Apr 20 06:10:19 UTC 2003


>Number:         51175
>Category:       ports
>Synopsis:       Update port: www/mod_blosxom
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 19 23:10:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 4.8-RELEASE FreeBSD 4.8-RELEASE #4: Mon Apr 7 04:42:10 CST 2003 root at netnews.NCTU.edu.tw:/usr/obj/usr/src/sys/NETNEWS i386


	
>Description:
	* Fix the problem if PATH doesn't contain /usr/local/sbin.
	
>How-To-Repeat:
	
>Fix:

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 13:55:57 2003
@@ -14,7 +14,14 @@
 MAINTAINER=	gslin at ccca.nctu.edu.tw
 COMMENT=	Apache module to build the extremely lightweight Weblog environment
 
-BUILD_DEPENDS=	${APXS}:${APACHE_PORT}
-RUN_DEPENDS=	${BUILD_DEPENDS}
+APXS?=		${LOCALBASE}/sbin/apxs
+APACHE_PORT?=	${PORTSDIR}/www/apache13
+
+RUN_DEPENDS=	${APXS}:${APACHE_PORT}
+
+USE_REINPLACE=	yes
+
+post-patch:
+	${REINPLACE_CMD} -e 's,^APXS=.*,APXS=${APXS},' ${WRKSRC}/Makefile
 
 .include <bsd.port.mk>
	


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



More information about the freebsd-ports-bugs mailing list