From owner-svn-ports-head@FreeBSD.ORG Wed Sep 4 07:55:51 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 24F1A9E; Wed, 4 Sep 2013 07:55:51 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 11BCD2BB8; Wed, 4 Sep 2013 07:55:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r847toio093613; Wed, 4 Sep 2013 07:55:50 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r847tnSu093593; Wed, 4 Sep 2013 07:55:49 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201309040755.r847tnSu093593@svn.freebsd.org> From: Boris Samorodov Date: Wed, 4 Sep 2013 07:55:49 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Sep 2013 07:55:51 -0000 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