Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2014 23:04:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191222] x11-themes/icons-tango-extras fails configure
Message-ID:  <bug-191222-13-65UfE8oA7Y@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191222-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191222-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191222

--- Comment #1 from Sean Bruno <sbruno@FreeBSD.org> ---
Huh ... I guess it just needs a USES pkgconfig.  Odd that this never popped up
before:

redports build before patch
https://redports.org/buildarchive/20140620221701-43018/

redports build after patch
https://redports.org/buildarchive/20140620225215-79404/

Patch:

Index: Makefile
===================================================================
--- Makefile    (revision 28230)
+++ Makefile    (working copy)
@@ -2,7 +2,7 @@

 PORTNAME=    icons-tango-extras
 PORTVERSION=    0.1.0
-PORTREVISION=    5
+PORTREVISION=    6
 CATEGORIES=    x11-themes
 MASTER_SITES=    http://tango.freedesktop.org/releases/ \
         ${MASTER_SITE_GENTOO}
@@ -18,7 +18,7 @@
 RUN_DEPENDS=   
${LOCALBASE}/share/icons/Tango/16x16/actions/add.png:${PORTSDIR}/x11-themes/icons-tango

 GNU_CONFIGURE=    yes
-USES=    gmake
+USES=    gmake pkgconfig
 USE_GNOME=    intlhack
 INSTALLS_ICONS=    yes

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191222-13-65UfE8oA7Y>