Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Oct 2011 14:30:08 +0900
From:      Takefu <takefu@airport.fm>
To:        freebsd-gnats-submit@FreeBSD.org, apache@FreeBSD.org
Subject:   ports/162080: [PATCH] devel/apr1: Improved decision IPv6
Message-ID:  <4EAA3DE0.8090804@airport.fm>
Resent-Message-ID: <201110280540.p9S5e8pS084713@freefall.freebsd.org>
In-Reply-To: <201110280518.p9S5IeA7033986@unbound.local.ae-osaka.co.jp>
References:  <201110280518.p9S5IeA7033986@unbound.local.ae-osaka.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help

>Number:         162080
>Category:       ports
>Synopsis:       [PATCH] devel/apr1: Improved decision IPv6
>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:   Fri Oct 28 05:40:08 UTC 2011
>Closed-Date:
>Last-Modified:
>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@FreeBSD.org) is cc'd.

>How-To-Repeat:
>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 --
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EAA3DE0.8090804>