Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2013 15:15:31 +0100 (CET)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/183894: [PATCH] www/squid: Fixup build with ECAP.
Message-ID:  <20131112141531.4DDFB14269C@aragorn.in.absolight.net>
Resent-Message-ID: <201311121420.rACEK0oC045802@freefall.freebsd.org>

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

>Number:         183894
>Category:       ports
>Synopsis:       [PATCH] www/squid: Fixup build with ECAP.
>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:   Tue Nov 12 14:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 9.2-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.in.absolight.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC
>Description:
Fixup build with ECAP.

USES can't be fiddled with after bsd.port.pre.mk.

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

--- squid-3.3.10.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 333573)
+++ Makefile	(working copy)
@@ -107,6 +107,8 @@
 OPTIONS_DEFAULT=	AUTH_KERB AUTH_NIS FS_AUFS HTCP IDENT KQUEUE \
 			SNMP WCCP WCCPV2
 
+ECAP_USES=		pkgconfig:build
+
 etc_files=	squid/cachemgr.conf.default \
 		squid/errorpage.css.default \
 		squid/mib.txt \
@@ -433,7 +435,6 @@
 LIB_DEPENDS+=	ecap:${PORTSDIR}/www/libecap
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-USES+=		pkgconfig:build
 .else
 CONFIGURE_ARGS+=	--disable-ecap
 .endif
--- squid-3.3.10.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?20131112141531.4DDFB14269C>