Date: Mon, 2 Sep 2013 06:20:10 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325939 - in head: astro/nova devel/xmltooling games/asc multimedia/schroedinger security/opensaml2 x11-toolkits/gtkmm20 x11-toolkits/paragui-devel Message-ID: <201309020620.r826KAkg012648@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 2 06:20:09 2013 New Revision: 325939 URL: http://svnweb.freebsd.org/changeset/ports/325939 Log: Add an expicit dependency on pkgconf Modified: head/astro/nova/Makefile head/devel/xmltooling/Makefile head/games/asc/Makefile head/multimedia/schroedinger/Makefile head/security/opensaml2/Makefile head/x11-toolkits/gtkmm20/Makefile head/x11-toolkits/paragui-devel/Makefile Modified: head/astro/nova/Makefile ============================================================================== --- head/astro/nova/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/astro/nova/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -21,6 +21,7 @@ LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/deve nova:${PORTSDIR}/astro/libnova RUN_DEPENDS= ${LOCALBASE}/share/nova/catalogs/sky2000.ncd:${PORTSDIR}/astro/sky2000 +USES= pkgconfig USE_AUTOTOOLS= libtool CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/devel/xmltooling/Makefile ============================================================================== --- head/devel/xmltooling/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/devel/xmltooling/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -19,8 +19,8 @@ BUILD_DEPENDS= boost-libs>=0:${PORTSDIR} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} --with-curl=${LOCALBASE} --disable-doxygen-doc +USES= gmake pkgconfig USE_GCC= any -USE_GMAKE= yes USE_LDCONFIG= yes USE_OPENSSL= yes Modified: head/games/asc/Makefile ============================================================================== --- head/games/asc/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/games/asc/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -27,7 +27,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} OPTIONS_DEFINE= MUSIC XVID MUSIC_DESC= Install extra music files -USES= perl5 +USES= perl5 pkgconfig USE_BZIP2= yes USE_SDL= image mixer sound sdl USE_WX= 2.4+ Modified: head/multimedia/schroedinger/Makefile ============================================================================== --- head/multimedia/schroedinger/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/multimedia/schroedinger/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -19,6 +19,7 @@ LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL LIB_DEPENDS= orc-0.4:${PORTSDIR}/devel/orc BUILD_DEPENDS= orc>=0.4.16:${PORTSDIR}/devel/orc +USES= pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes Modified: head/security/opensaml2/Makefile ============================================================================== --- head/security/opensaml2/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/security/opensaml2/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -21,7 +21,7 @@ BUILD_DEPENDS= boost-libs>=0:${PORTSDIR} GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-log4shib=${LOCALBASE} --with-openssl=${OPENSSLBASE} \ --with-xmltooling=${LOCALBASE} --disable-doxygen-doc -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes post-patch: Modified: head/x11-toolkits/gtkmm20/Makefile ============================================================================== --- head/x11-toolkits/gtkmm20/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/x11-toolkits/gtkmm20/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -21,10 +21,10 @@ LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/deve BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool -USE_GMAKE= yes +USES= pathfix gmake pkgconfig GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= gnomehack lthack gtk20 +USE_GNOME= lthack gtk20 CONFIGURE_ARGS= --enable-static=yes \ --with-sigc-prefix=${LOCALBASE} Modified: head/x11-toolkits/paragui-devel/Makefile ============================================================================== --- head/x11-toolkits/paragui-devel/Makefile Mon Sep 2 05:46:46 2013 (r325938) +++ head/x11-toolkits/paragui-devel/Makefile Mon Sep 2 06:20:09 2013 (r325939) @@ -19,6 +19,7 @@ LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/ CONFLICTS= paragui-[0-9]* +USES= pkgconfig USE_AUTOTOOLS= libtool USE_SDL= sdl image ttf LIBTOOLFLAGS= --disable-ltlibs --release-ignore
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309020620.r826KAkg012648>