Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 07:55:49 +0000 (UTC)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326258 - in head: audio/gtkpod graphics/eos-movrec graphics/xsane print/tex-luatex print/tex-xetex security/ssh_askpass_gtk2
Message-ID:  <201309040755.r847tnSu093593@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bsam
Date: Wed Sep  4 07:55:49 2013
New Revision: 326258
URL: http://svnweb.freebsd.org/changeset/ports/326258

Log:
  Add an explicit dependency upon pkg-config (USES+=pkgconfig)
  uncovered by an exp libiconv -> inconv swith.
  
  Approved by:	portmgr (implicit)

Modified:
  head/audio/gtkpod/Makefile
  head/graphics/eos-movrec/Makefile
  head/graphics/xsane/Makefile
  head/print/tex-luatex/Makefile
  head/print/tex-xetex/Makefile
  head/security/ssh_askpass_gtk2/Makefile

Modified: head/audio/gtkpod/Makefile
==============================================================================
--- head/audio/gtkpod/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
+++ head/audio/gtkpod/Makefile	Wed Sep  4 07:55:49 2013	(r326258)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	id3tag:${PORTSDIR}/audio/libid3tag \
 		gpod:${PORTSDIR}/audio/libgpod
 
-USES=		gettext gmake
+USES=		gettext gmake pkgconfig
 USE_GNOME=	gtk20 libglade2
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/eos-movrec/Makefile
==============================================================================
--- head/graphics/eos-movrec/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
+++ head/graphics/eos-movrec/Makefile	Wed Sep  4 07:55:49 2013	(r326258)
@@ -20,7 +20,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	gphoto2:${PORTSDIR}/graphics/libgphoto2
 
 USE_BZIP2=	yes
-USES=		cmake
+USES=		cmake pkgconfig
 USE_QT4=	qmake_build moc_build rcc_build uic_build gui
 
 PLIST_FILES=	bin/eos_movrec \

Modified: head/graphics/xsane/Makefile
==============================================================================
--- head/graphics/xsane/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
+++ head/graphics/xsane/Makefile	Wed Sep  4 07:55:49 2013	(r326258)
@@ -23,6 +23,7 @@ GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+USES=		pkgconfig
 
 MAN1=		xsane.1
 

Modified: head/print/tex-luatex/Makefile
==============================================================================
--- head/print/tex-luatex/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
+++ head/print/tex-luatex/Makefile	Wed Sep  4 07:55:49 2013	(r326258)
@@ -25,6 +25,7 @@ LIB_DEPENDS=	freetype:${PORTSDIR}/print/
 USE_XZ=		yes
 USE_GMAKE=	yes
 USE_TEX=	texlive kpathsea web2c texmf formats fmtutil
+USES=		pkgconfig
 EXTRACT_AFTER_ARGS=	${EXTRACT_FILES:S,^,${DISTNAME}/,}
 EXTRACT_FILES=	\
 	build-aux \

Modified: head/print/tex-xetex/Makefile
==============================================================================
--- head/print/tex-xetex/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
+++ head/print/tex-xetex/Makefile	Wed Sep  4 07:55:49 2013	(r326258)
@@ -26,6 +26,7 @@ LIB_DEPENDS=	freetype:${PORTSDIR}/print/
 USE_XZ=		yes
 USE_GMAKE=	yes
 USE_TEX=	texlive kpathsea web2c texmf formats fmtutil
+USES=		pkgconfig
 EXTRACT_AFTER_ARGS=	${EXTRACT_FILES:S,^,${DISTNAME}/,}
 EXTRACT_FILES= \
 	build-aux \

Modified: head/security/ssh_askpass_gtk2/Makefile
==============================================================================
--- head/security/ssh_askpass_gtk2/Makefile	Wed Sep  4 07:19:56 2013	(r326257)
+++ head/security/ssh_askpass_gtk2/Makefile	Wed Sep  4 07:55:49 2013	(r326258)
@@ -19,6 +19,7 @@ LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 USE_GNOME=	gtk20
+USES=		pkgconfig
 
 PLIST_FILES=	bin/ssh-askpass-fullscreen
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309040755.r847tnSu093593>