Bug 51175 - Update port: www/mod_blosxom
Summary: Update port: www/mod_blosxom
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-20 07:10 UTC by Gea-Suan Lin
Modified: 2003-05-09 13:00 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (628 bytes, patch)
2003-04-20 07:10 UTC, Gea-Suan Lin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gea-Suan Lin 2003-04-20 07:10:14 UTC
	* Fix the problem if PATH doesn't contain /usr/local/sbin.
Comment 1 Gea-Suan Lin 2003-04-20 09:13:41 UTC
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
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2003-05-09 13:00:05 UTC
State Changed
From-To: open->closed

committed, thanks