From xride@x12.dk  Thu Aug 17 18:36:29 2006
Return-Path: <xride@x12.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 21FB216A4E1;
	Thu, 17 Aug 2006 18:36:29 +0000 (UTC)
	(envelope-from xride@x12.dk)
Received: from pfepb.post.tele.dk (pfepb.post.tele.dk [195.41.46.236])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8DDE543D76;
	Thu, 17 Aug 2006 18:36:28 +0000 (GMT)
	(envelope-from xride@x12.dk)
Received: from thurisaz (0x535b293a.vgnxx3.adsl-dhcp.tele.dk [83.91.41.58])
	by pfepb.post.tele.dk (Postfix) with ESMTP id F0C05A50069;
	Thu, 17 Aug 2006 20:36:25 +0200 (CEST)
Message-Id: <1155839784.1659@thurisaz>
Date: Thu, 17 Aug 2006 20:36:24 +0200
From: "Soeren Straarup" <xride@x12.dk>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Cc: jylefort@FreeBSD.org
Subject: [Patch] Respect LDFLAGS
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify:

>Number:         102199
>Category:       ports
>Synopsis:       [Patch] Respect LDFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jylefort
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 17 18:40:14 GMT 2006
>Closed-Date:    Thu Aug 17 23:06:51 GMT 2006
>Last-Modified:  Thu Aug 17 23:06:51 GMT 2006
>Originator:     Soeren Straarup
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.1-PRERELEASE #1: Fri Mar  3 08:26:44 CET 2006
    xride@thurisaz:/usr/src/sys/i386/compile/thurisaz



>Description:


[Patch] Respect LDFLAGS


>How-To-Repeat:





>Fix:


--- archivers_unmakeself.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/unmakeself/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	11 Aug 2006 15:46:59 -0000	1.4
+++ Makefile	16 Aug 2006 20:08:21 -0000
@@ -13,7 +13,7 @@
 MAINTAINER=		jylefort@FreeBSD.org
 COMMENT=		Extract Makeself archives
 
-LDFLAGS=		-larchive -lbz2 -lz
+LDFLAGS+=		-larchive -lbz2 -lz
 USE_GETOPT_LONG=	yes
 NO_WRKSUBDIR=		yes
 
--- archivers_unmakeself.diff ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jylefort 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Aug 17 22:50:31 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102199 
State-Changed-From-To: open->closed 
State-Changed-By: jylefort 
State-Changed-When: Thu Aug 17 23:06:43 UTC 2006 
State-Changed-Why:  
This is not necessary. 

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