ports/146477: mod_auth_form Port update to fix compile error

Tommy Scheunemann net at arrishq.net
Mon May 10 22:40:02 UTC 2010


>Number:         146477
>Category:       ports
>Synopsis:       mod_auth_form Port update to fix compile error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 10 22:40:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Tommy Scheunemann
>Release:        FreeBSD 8.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD agamemnon.arrishq.local 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Thu Jan 7 23:48:45 CET 2010 root at agamamnon.arrishq.local:/usr/obj/usr/src/sys/AGAMEMNON i386

>Description:
mod_auth_form fails to compile and can't find pcreposix.h. This patch adds both CFLAGS and LDFLAGS to fix this error.

>How-To-Repeat:
A log of the error is posted here:

http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.6.20100507091451/mod_auth_form-2.05.log

>Fix:
--- logs begins here ---
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:
--- logs ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list