Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  2 Sep 2006 23:13:26 +0200 (CEST)
From:      Soeren Straarup <xride@x12.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        aidan@velvet.net
Subject:   ports/102803: [PATCH] textproc/xmlada: Respect CFLAGS and use USE_LDCONFIG
Message-ID:  <20060902211327.1DA07436E@beacon.x12.dk>
Resent-Message-ID: <200609022120.k82LKEwQ083692@freefall.freebsd.org>

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

>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@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:



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