Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2014 14:52:12 GMT
From:      Tim Bishop <tim@bishnet.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/185610: [PATCH] irc/inspircd: GNUTLS option needs pkgconfig
Message-ID:  <201401091452.s09EqCTf040614@aberfal.kent.ac.uk>
Resent-Message-ID: <201401091520.s09FK0h4052873@freefall.freebsd.org>

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

>Number:         185610
>Category:       ports
>Synopsis:       [PATCH] irc/inspircd: GNUTLS option needs pkgconfig
>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:   Thu Jan 09 15:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     T.D.Bishop
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD aberfal.kent.ac.uk 9.2-STABLE FreeBSD 9.2-STABLE #41 r258760: Sat Nov 30 01:57:27 GMT
>Description:
When the GNUTLS option is enabled the configure script uses pkg-config
to locate the GnuTLS libraries. I haven't checked if other options
require it too, but if not I suppose pkgconfig could be added to USES
only when the GNUTLS option is used, rather than always.

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

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

--- inspircd-2.0.14.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 339245)
+++ Makefile	(working copy)
@@ -35,7 +35,7 @@
 		GROUPS=${GROUPS}
 
 # Configure script is written in perl
-USES=		perl5
+USES=		perl5 pkgconfig
 USE_PERL5=	build
 
 HAS_CONFIGURE=	yes
--- inspircd-2.0.14.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?201401091452.s09EqCTf040614>