ports/146476: mod_auth_form port fails to compile

Tommy Scheunemann net at arrishq.net
Mon May 10 22:20:04 UTC 2010


>Number:         146476
>Category:       ports
>Synopsis:       mod_auth_form port fails to compile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 10 22:20:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Tommy Scheunemann
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
>Environment:
FreeBSD agamemnon.arrishq.local 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Th
u Jan 7 23:48:45 CET 2010 root at agamemnon.arrishq.local:/usr/obj/usr/src/sys/AGAMEMNON
i386
>Description:
mod_auth_form may fail to compile when it cannot find the devel/pcre headers. This patch adds CLFAGS / LDFLAGS to specify to default location of these headers to fix this problem.
>How-To-Repeat:
An error log of the described problem has been posted here:

http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.6.20100507091451/mod_auth_form-2.05.log
>Fix:


Patch attached with submission follows:

diff -ruN mod_auth_form_new/Makefile mod_auth_form/Makefile
--- mod_auth_form_new/Makefile	2010-05-11 00:08:50.000000000 +0200
+++ mod_auth_form/Makefile	2010-05-11 00:06:39.000000000 +0200
@@ -26,6 +26,9 @@
 		APACHE2_INCLUDE="${LOCALBASE}/include/apache${APACHE_VERSION}" \
 		APR1_INCLUDE="${LOCALBASE}/include/apache2"
 
+CFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib

 PORTDOCS=	AUTHORS NEWS README
 
 post-install:


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list