ports/185610: [PATCH] irc/inspircd: GNUTLS option needs pkgconfig
Tim Bishop
tim at bishnet.net
Thu Jan 9 15:20:01 UTC 2014
>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 at 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:
More information about the freebsd-ports-bugs
mailing list