ports/85539: Update port: www/cherokee

KATO Tsuguru tkato432 at yahoo.com
Wed Aug 31 17:10:19 UTC 2005


>Number:         85539
>Category:       ports
>Synopsis:       Update port: www/cherokee
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 31 17:10:15 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p11 i386
>Organization:
>Environment:
>Description:
- Fix build on -current

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/www/cherokee/Makefile www/cherokee/Makefile
--- /usr/ports/www/cherokee/Makefile	Tue Aug 30 11:21:10 2005
+++ www/cherokee/Makefile	Thu Sep  1 01:17:58 2005
@@ -18,6 +18,7 @@
 
 USE_GNOME=	gnomehack gnometarget pkgconfig
 USE_GETOPT_LONG=	yes
+USE_REINPLACE=	yes
 USE_GMAKE=	yes
 USE_LIBTOOL_VER=	15
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
@@ -45,6 +46,10 @@
 .else
 PLIST_SUB+=	PAM="@comment "
 .endif
+
+post-patch:
+	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
+		's|@mkdir_p@|${MKDIR} --|g'
 
 pre-build:
 .for file in advanced.conf cherokee.conf mods-ssl sites-default sites-example
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list