[PATCH] devel/apr1: Improved decision IPv6

Takefu takefu at airport.fm
Fri Oct 28 05:30:11 UTC 2011


>Category:	ports
>Synopsis:	[PATCH] devel/apr1: Improved decision IPv6
>Confidential:	no
>Severity:	non-critical
>Priority:	low
>Class:		change-request
>Submitter-Id:	current-users
>Originator:	Takefu
>Release:	FreeBSD 8.2-RELEASE-p3 amd64
>Organization:
FOX Amateur Radio Club
>Environment:
>Description:
  Fix IPv6 in the improvement of decision 'lang/clang-devel-3.0'

Port maintainer (apache at FreeBSD.org) is cc'd.

>Fix:
--- apr1.patch begins here ---
diff -ruN /usr/ports/devel/apr1/Makefile devel/apr1/Makefile
--- /usr/ports/devel/apr1/Makefile	2011-09-13 07:56:44.000000000 +0900
+++ devel/apr1/Makefile	2011-10-28 14:11:23.000000000 +0900
@@ -217,6 +217,8 @@
 		${APU_WRKDIR}/build/apu-conf.m4
 	${REINPLACE_CMD} -e '1 s/python/${PYTHON_VERSION}/' \
 		${APR_WRKDIR}/build/gen-build.py
+	${REINPLACE_CMD} -e 's,void main(void),int main(void),'\
+		${APR_WRKDIR}/configure.in ${APR_WRKDIR}/build/apr_network.m4

 run-autotools::
 	cd ${APR_WRKDIR} ; \
--- apr1.patch ends here --


More information about the freebsd-apache mailing list