Date: Thu, 1 Sep 2005 02:00:34 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/85539: Update port: www/cherokee Message-ID: <20050901020034.722a468c.tkato432@yahoo.com> Resent-Message-ID: <200508311710.j7VHAFHE074266@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050901020034.722a468c.tkato432>