ports/181910: [maintainer][patch] www/uzbl fix missing dependency on pkgconfig
Klaus Aehlig
aehlig at linta.de
Sat Sep 7 13:10:02 UTC 2013
>Number: 181910
>Category: ports
>Synopsis: [maintainer][patch] www/uzbl fix missing dependency on pkgconfig
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Sat Sep 07 13:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Klaus Aehlig
>Release: FreeBSD 9.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD howard.linta.de 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #14 r254946: Tue Aug 27 09:50:47 CEST 2013 root at howard.linta.de:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
www/uzbl build-depends on pkg-config, but the dependency wasn't explicitly
declared. Apparaently, in the past, it was pulled in indirectly, but this
seems to have changed. This leads to a build error, see
http://www.linta.de/~aehlig/download/uucp/tinderboxlogs/uzbl-0.0.0.2012.05.14_1.log.orig
Fix this by adding pkgconfig to USES. Do not bump PORTREVISION,
as installations that built sucessfully are not affected. While
there, convert header to new style and fix a lint error (2 consecutive
empty lines).
This fixes the build, see
http://www.linta.de/~aehlig/download/uucp/tinderboxlogs/uzbl-0.0.0.2012.05.14_1.log
>How-To-Repeat:
Try a tinderbox build of www/uzbl on an up-to-date system.
>Fix:
Apply the following patch.
--- uzbl.patch begins here ---
diff -ruN uzbl.orig/Makefile uzbl/Makefile
--- uzbl.orig/Makefile 2013-09-07 14:46:58.000000000 +0200
+++ uzbl/Makefile 2013-09-07 14:47:10.000000000 +0200
@@ -1,9 +1,5 @@
-# Ports collection makefile for: uzbl
-# Date created: 2009/12/14
-# Whom: aehlig at linta.de
-#
+# Created by: Klaus Aehlig <aehlig at linta.de>
# $FreeBSD: head/www/uzbl/Makefile 324744 2013-08-14 22:35:50Z ak $
-#
PORTNAME= uzbl
DISTVERSION= 0.0.0.${GITDATE}
@@ -22,6 +18,7 @@
dmenu:${PORTSDIR}/x11/dmenu \
${PYTHON_PKGNAMEPREFIX}gtk>=2:${PORTSDIR}/x11-toolkits/py-gtk2
+USES+= pkgconfig
USE_GNOME= gtk20
USE_LDCONFIG= yes
USE_GMAKE= yes
@@ -32,7 +29,6 @@
WRKSRC= ${WRKDIR}/Dieterbe-uzbl-${GITVERSION}
-
.if !defined(NOPORTDOCS)
PORTDOCS= AUTHORS README COMMUNITY CONTRIBUTING FAQ INSTALL TODO config-syntax \
multiple-instances-management performance url-editing config.h vim
--- uzbl.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list