From root@beacon.x12.dk  Sat Sep  2 21:13:29 2006
Return-Path: <root@beacon.x12.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F2BDB16A4DA
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Sep 2006 21:13:29 +0000 (UTC)
	(envelope-from root@beacon.x12.dk)
Received: from swip.net (mailfe02.tele2.dk [212.247.154.35])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 68B5643D46
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  2 Sep 2006 21:13:29 +0000 (GMT)
	(envelope-from root@beacon.x12.dk)
Received: from x12.dk ([83.72.97.237] verified)
  by mailfe02.swip.net (CommuniGate Pro SMTP 5.0.8)
  with ESMTP id 272970461; Sat, 02 Sep 2006 23:13:27 +0200
Received: from beacon.x12.dk (beacon.lan [10.40.61.30])
	by x12.dk (Postfix) with ESMTP id 5E4225084E;
	Sat,  2 Sep 2006 23:13:27 +0200 (CEST)
Received: by beacon.x12.dk (Postfix, from userid 0)
	id 1DA07436E; Sat,  2 Sep 2006 23:13:26 +0200 (CEST)
Message-Id: <20060902211327.1DA07436E@beacon.x12.dk>
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: [PATCH] textproc/xmlada: Respect CFLAGS and use USE_LDCONFIG
X-Send-Pr-Version: 3.113
X-GNATS-Notify: aidan@velvet.net

>Number:         102803
>Category:       ports
>Synopsis:       [PATCH] textproc/xmlada: Respect CFLAGS and use USE_LDCONFIG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ehaupt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 02 21:20:14 GMT 2006
>Closed-Date:    Fri Sep 08 12:38:20 CEST 2006
>Last-Modified:  Fri Sep 08 12:38:20 CEST 2006
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Sep 2 21:20:21 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102803 
State-Changed-From-To: feedback->open 
State-Changed-By: linimon 
State-Changed-When: Mon Sep 4 08:05:19 UTC 2006 
State-Changed-Why:  
Maintainer was reset.  To submitter: would you like to take over this port? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102803 
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: ehaupt 
Responsible-Changed-When: Thu Sep 7 22:56:24 CEST 2006 
Responsible-Changed-Why:  
I will take care of it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102803 
State-Changed-From-To: open->closed 
State-Changed-By: ehaupt 
State-Changed-When: Fri Sep 8 12:34:20 CEST 2006 
State-Changed-Why:  
According to the cvs log in Rev. 1.7 of the Makefile custom CFLAGS merely 
confuses xmlada. Meanwhile the port is marked DEPRECATED. If someone wants to 
fix it he'll s|INSTALLS_SHLIB|USE_LDCONFIG|. But thank you anyway for your 
interest. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102803 
>Unformatted:
