Fix build and umark BROKEN.
This commit is contained in:
parent
29fcb136ed
commit
1b6bc4929d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113402
2 changed files with 4 additions and 13 deletions
|
@ -16,10 +16,9 @@ MAINTAINER= dryice@liu.com.cn
|
|||
COMMENT= Apache module that implements the client side of the SCGI protocol
|
||||
|
||||
USE_APACHE= yes
|
||||
USE_REINPLACE= yes
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/${APACHE_DIR}
|
||||
|
||||
BROKEN= "Does not build"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if exists(${LOCALBASE}/include/apache2/apr.h)
|
||||
WITH_APACHE2= yes
|
||||
|
@ -33,6 +32,9 @@ APACHE_DIR= apache1
|
|||
PLIST_SUB= APACHE_DIR=apache
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -E -e 's,apxs2?,${APXS},g' ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- ../apache2/Makefile.orig Sat Jun 26 08:54:08 2004
|
||||
+++ ../apache2/Makefile Sat Jun 26 08:54:56 2004
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
-APXS=apxs2
|
||||
-APACHECTL=apache2ctl
|
||||
+APXS=apxs
|
||||
+APACHECTL=apachectl
|
||||
|
||||
all:
|
||||
$(APXS) -c mod_scgi.c
|
Loading…
Reference in a new issue