From koobs.freebsd@gmail.com  Wed Jun  6 08:47:04 2012
Return-Path: <koobs.freebsd@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id EC838106564A;
	Wed,  6 Jun 2012 08:47:04 +0000 (UTC)
	(envelope-from koobs.freebsd@gmail.com)
Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54])
	by mx1.freebsd.org (Postfix) with ESMTP id B8CDE8FC1A;
	Wed,  6 Jun 2012 08:47:04 +0000 (UTC)
Received: by dadv36 with SMTP id v36so9001279dad.13
        for <multiple recipients>; Wed, 06 Jun 2012 01:47:04 -0700 (PDT)
Received: by 10.68.222.133 with SMTP id qm5mr45331885pbc.113.1338972424111;
        Wed, 06 Jun 2012 01:47:04 -0700 (PDT)
Received: from freebsd-90-amd64.elysium (ppp59-167-128-11.static.internode.on.net. [59.167.128.11])
        by mx.google.com with ESMTPS id ka5sm1808863pbb.37.2012.06.06.01.47.01
        (version=TLSv1/SSLv3 cipher=OTHER);
        Wed, 06 Jun 2012 01:47:03 -0700 (PDT)
Received: by freebsd-90-amd64.elysium (Postfix, from userid 1001)
	id 6D0C917936; Wed,  6 Jun 2012 18:46:57 +1000 (EST)
Message-Id: <20120606084657.6D0C917936@freebsd-90-amd64.elysium>
Date: Wed,  6 Jun 2012 18:46:57 +1000 (EST)
From: koobs <koobs.freebsd@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: demon@FreeBSD.org
Subject: [PATCH] net/haproxy-devel: Honour CC and CFLAGS and fix PORTLINT fatal
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         168748
>Category:       ports
>Synopsis:       [PATCH] net/haproxy-devel: Honour CC and CFLAGS and fix PORTLINT fatal
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 06 08:50:10 UTC 2012
>Closed-Date:    Wed Jun 06 09:43:12 UTC 2012
>Last-Modified:  Wed Jun  6 09:50:11 UTC 2012
>Originator:     koobs
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD freebsd-90-amd64.elysium 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sat May  5 14:51:14 EST
>Description:
- Honour CC and CFLAGS
- Fix portlint fatal about LICENSE variable order

Port maintainer (demon@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- haproxy-devel-1.5.d11.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/haproxy-devel/Makefile ./Makefile
--- /usr/ports/net/haproxy-devel/Makefile	2012-06-05 17:38:56.000000000 +1000
+++ ./Makefile	2012-06-06 18:43:01.000000000 +1000
@@ -14,8 +14,8 @@
 MAINTAINER=	demon@FreeBSD.org
 COMMENT=	The Reliable, High Performance TCP/HTTP Load Balancer
 
-LICENSE_COMB=	multi
 LICENSE=	GPLv2 LGPL21
+LICENSE_COMB=	multi
 
 CONFLICTS=	haproxy-[1234567890]\*
 USE_RC_SUBR=	haproxy
@@ -28,7 +28,8 @@
 
 .include <bsd.port.options.mk>
 
-MAKE_ARGS=	TARGET=freebsd DEFINE=-DFREEBSD_PORTS
+MAKE_ARGS+=	TARGET=freebsd DEFINE=-DFREEBSD_PORTS \
+		CC="${CC}" CFLAGS="${CFLAGS}"
 
 .if defined(WITH_PCRE)
 LIB_DEPENDS+=	pcre.1:${PORTSDIR}/devel/pcre
--- haproxy-devel-1.5.d11.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: demon 
State-Changed-When: Wed Jun 6 09:42:58 UTC 2012 
State-Changed-Why:  
Patch committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168748 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168748: commit references a PR
Date: Wed,  6 Jun 2012 09:42:54 +0000 (UTC)

 demon       2012-06-06 09:42:39 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/haproxy-devel    Makefile 
   Log:
   Pet portlint;
   Respect CFLAGS.
   
   PR:             168748
   Submitted by:   koobs <koobs.freebsd@gmail.com>
   
   Revision  Changes    Path
   1.44      +3 -2      ports/net/haproxy-devel/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
