Date: Mon, 22 Apr 2013 22:33:35 +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: r316284 - in head: audio/gogglesmm audio/tagutil multimedia/libass net/sofia-sip x11-wm/i3 x11-wm/pekwm Message-ID: <201304222233.r3MMXZXp033409@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Apr 22 22:33:35 2013 New Revision: 316284 URL: http://svnweb.freebsd.org/changeset/ports/316284 Log: Convert my ports to use the new USES=pkgconfig Modified: head/audio/gogglesmm/Makefile head/audio/tagutil/Makefile head/multimedia/libass/Makefile head/net/sofia-sip/Makefile head/x11-wm/i3/Makefile head/x11-wm/pekwm/Makefile Modified: head/audio/gogglesmm/Makefile ============================================================================== --- head/audio/gogglesmm/Makefile Mon Apr 22 22:25:20 2013 (r316283) +++ head/audio/gogglesmm/Makefile Mon Apr 22 22:33:35 2013 (r316284) @@ -28,8 +28,9 @@ GCRYPT_DESC= Use libgcrypt for md5 calcu HAS_CONFIGURE= yes CONFIGURE_ARGS+= --mandir=${PREFIX}/man --prefix=${PREFIX} MAKE_JOBS_SAFE= yes + +USES= pkgconfig USE_GMAKE= yes -USE_PKGCONFIG= yes USE_XZ= yes INSTALLS_ICONS= yes MAN1= gogglesmm.1 Modified: head/audio/tagutil/Makefile ============================================================================== --- head/audio/tagutil/Makefile Mon Apr 22 22:25:20 2013 (r316283) +++ head/audio/tagutil/Makefile Mon Apr 22 22:33:35 2013 (r316284) @@ -11,7 +11,7 @@ COMMENT= A tool to manage tags in music LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib -USE_PKGCONFIG= build +USES= pkgconfig MAKE_JOBS_SAFE= yes MAKE_ENV= DESTDIR="${PREFIX}" Modified: head/multimedia/libass/Makefile ============================================================================== --- head/multimedia/libass/Makefile Mon Apr 22 22:25:20 2013 (r316283) +++ head/multimedia/libass/Makefile Mon Apr 22 22:33:35 2013 (r316284) @@ -16,8 +16,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/ expat:${PORTSDIR}/textproc/expat2 \ fribidi:${PORTSDIR}/converters/fribidi -USES= pathfix -USE_PKGCONFIG= build +USES= pathfix pkgconfig USE_XZ= yes USE_LDCONFIG= yes Modified: head/net/sofia-sip/Makefile ============================================================================== --- head/net/sofia-sip/Makefile Mon Apr 22 22:25:20 2013 (r316283) +++ head/net/sofia-sip/Makefile Mon Apr 22 22:33:35 2013 (r316284) @@ -8,10 +8,10 @@ MASTER_SITES= SF MAINTAINER= bapt@FreeBSD.org COMMENT= Open-source SIP User-Agent library +USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_OPENSSL= yes -USE_GNOME= glib20 gnomehack -USE_PKGCONFIG= build +USE_GNOME= glib20 MAN1= sip-date.1 \ sip-options.1 \ Modified: head/x11-wm/i3/Makefile ============================================================================== --- head/x11-wm/i3/Makefile Mon Apr 22 22:25:20 2013 (r316283) +++ head/x11-wm/i3/Makefile Mon Apr 22 22:33:35 2013 (r316284) @@ -31,11 +31,10 @@ RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/d USE_PERL5_RUN= yes USE_XORG= x11 xcursor -USES= bison +USES= bison pkgconfig USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes -USE_PKGCONFIG= build MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/i3 \ Modified: head/x11-wm/pekwm/Makefile ============================================================================== --- head/x11-wm/pekwm/Makefile Mon Apr 22 22:25:20 2013 (r316283) +++ head/x11-wm/pekwm/Makefile Mon Apr 22 22:33:35 2013 (r316284) @@ -13,11 +13,11 @@ COMMENT= Light, Unobtrusive, and configu LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png +USES= pkgconfig USE_XORG= xft xpm x11 USE_GMAKE= yes USE_ICONV= yes USE_BZIP2= yes -USE_PKGCONFIG= build GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-shape --enable-xinerama --enable-xrandr \ --enable-xft --enable-image-xpm --enable-image-jpeg \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304222233.r3MMXZXp033409>