ports/102803: [PATCH] textproc/xmlada: Respect CFLAGS and use USE_LDCONFIG

Soeren Straarup xride at x12.dk
Sat Sep 2 21:20:16 UTC 2006


>Number:         102803
>Category:       ports
>Synopsis:       [PATCH] textproc/xmlada: Respect CFLAGS and use USE_LDCONFIG
>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:   Sat Sep 02 21:20:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Soeren Straarup
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD beacon.x12.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Fri Aug  4 21:14:41 CEST
>Description:
Respect CFLAGS (porters handbook 12.15) and use USE_LDCONFIG

Port maintainer (aidan at velvet.net) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- xmlada-1.0.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/xmlada/Makefile /space/portstrees/FreeBSD/ports/textproc/xmlada/Makefile
--- /usr/ports/textproc/xmlada/Makefile	Sun Dec 11 12:27:33 2005
+++ /space/portstrees/FreeBSD/ports/textproc/xmlada/Makefile	Sat Sep  2 22:18:44 2006
@@ -21,10 +21,10 @@
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-INSTALLS_SHLIB=	yes
+USE_LDCONFIG=	yes
 
 ADACFLAGS?=	# none
-CFLAGS=		${ADACFLAGS}
+CFLAGS+=		${ADACFLAGS}
 
 INFO=		xmlada
 PORTDOCS=	xml.html xml_1.html xml_2.html xml_3.html xml_4.html \
--- xmlada-1.0.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list