svn commit: r328166 - in head: audio/wmauda devel/libslang2 devel/pecl-newt editors/jed math/slgrace net-im/pidgin-hotkeys www/dansguardian www/dansguardian-devel www/sarg x11-wm/awesome x11/gmrun ...

Renato Botelho garga at FreeBSD.org
Tue Sep 24 16:47:27 UTC 2013


Author: garga
Date: Tue Sep 24 16:47:23 2013
New Revision: 328166
URL: http://svnweb.freebsd.org/changeset/ports/328166

Log:
  Update LIB_DEPENDS syntax on my ports and silent make check-makefile

Modified:
  head/audio/wmauda/Makefile
  head/devel/libslang2/Makefile
  head/devel/pecl-newt/Makefile
  head/editors/jed/Makefile
  head/math/slgrace/Makefile
  head/net-im/pidgin-hotkeys/Makefile
  head/www/dansguardian-devel/Makefile
  head/www/dansguardian/Makefile
  head/www/sarg/Makefile
  head/x11-wm/awesome/Makefile
  head/x11/gmrun/Makefile
  head/x11/xcb-util-image/Makefile
  head/x11/xcb-util-keysyms/Makefile
  head/x11/xcb-util-renderutil/Makefile
  head/x11/xcb-util-wm/Makefile

Modified: head/audio/wmauda/Makefile
==============================================================================
--- head/audio/wmauda/Makefile	Tue Sep 24 16:45:28 2013	(r328165)
+++ head/audio/wmauda/Makefile	Tue Sep 24 16:47:23 2013	(r328166)
@@ -13,7 +13,7 @@ COMMENT=	A port of wmxmms to GTK 2.x and
 
 BUILD_DEPENDS=	audacious:${PORTSDIR}/multimedia/audacious
 RUN_DEPENDS=	audacious:${PORTSDIR}/multimedia/audacious
-LIB_DEPENDS=	mowgli:${PORTSDIR}/devel/libmowgli
+LIB_DEPENDS=	libmowgli.so:${PORTSDIR}/devel/libmowgli
 
 USES=		gmake pkgconfig
 NO_STAGE=	yes

Modified: head/devel/libslang2/Makefile
==============================================================================
--- head/devel/libslang2/Makefile	Tue Sep 24 16:45:28 2013	(r328165)
+++ head/devel/libslang2/Makefile	Tue Sep 24 16:47:23 2013	(r328166)
@@ -40,7 +40,7 @@ NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MPCRE}
-LIB_DEPENDS+=	pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre
 PLIST_SUB+=	PCRE=""
 .else
 CONFIGURE_ARGS+=	--without-pcre
@@ -48,7 +48,7 @@ PLIST_SUB+=	PCRE="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MPNG}
-LIB_DEPENDS+=	png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS+=	libpng15.so:${PORTSDIR}/graphics/png
 PLIST_SUB+=	PNG=""
 .else
 CONFIGURE_ARGS+=	--without-png
@@ -64,7 +64,7 @@ PLIST_SUB+=	ICONV="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MONIG}
-LIB_DEPENDS+=	onig:${PORTSDIR}/devel/oniguruma4
+LIB_DEPENDS+=	libonig.so:${PORTSDIR}/devel/oniguruma4
 PLIST_SUB+=	ONIG=""
 .else
 CONFIGURE_ARGS+=	--without-onig

Modified: head/devel/pecl-newt/Makefile
==============================================================================
--- head/devel/pecl-newt/Makefile	Tue Sep 24 16:45:28 2013	(r328165)
+++ head/devel/pecl-newt/Makefile	Tue Sep 24 16:47:23 2013	(r328166)
@@ -12,7 +12,7 @@ COMMENT=	PHP language extension for RedH
 
 LICENSE=	PHP301
 
-LIB_DEPENDS=	newt:${PORTSDIR}/devel/newt
+LIB_DEPENDS=	libnewt.so:${PORTSDIR}/devel/newt
 
 USE_PHP=	yes
 USE_PHPIZE=	yes

Modified: head/editors/jed/Makefile
==============================================================================
--- head/editors/jed/Makefile	Tue Sep 24 16:45:28 2013	(r328165)
+++ head/editors/jed/Makefile	Tue Sep 24 16:47:23 2013	(r328166)
@@ -13,7 +13,7 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:R}-$
 MAINTAINER=	garga at FreeBSD.org
 COMMENT=	A SLang-based text editor
 
-LIB_DEPENDS=	slang:${PORTSDIR}/devel/libslang2
+LIB_DEPENDS=	libslang.so:${PORTSDIR}/devel/libslang2
 
 CONFLICTS=	jed-devel-[0-9]*
 

Modified: head/math/slgrace/Makefile
==============================================================================
--- head/math/slgrace/Makefile	Tue Sep 24 16:45:28 2013	(r328165)
+++ head/math/slgrace/Makefile	Tue Sep 24 16:47:23 2013	(r328166)
@@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR=	garga/slgrace/
 MAINTAINER=	garga at FreeBSD.org
 COMMENT=	A SLang module to plot graphs with grace
 
-LIB_DEPENDS=	slang:${PORTSDIR}/devel/libslang2
+LIB_DEPENDS=	libslang.so:${PORTSDIR}/devel/libslang2
 RUN_DEPENDS=	grace:${PORTSDIR}/math/grace
 
 OPTIONS_DEFINE=	DOCS

Modified: head/net-im/pidgin-hotkeys/Makefile
==============================================================================
--- head/net-im/pidgin-hotkeys/Makefile	Tue Sep 24 16:45:28 2013	(r328165)
+++ head/net-im/pidgin-hotkeys/Makefile	Tue Sep 24 16:47:23 2013	(r328166)
@@ -9,7 +9,7 @@ MASTER_SITES=	SF
 MAINTAINER=	garga at FreeBSD.org
 COMMENT=	A pidgin plugin that allows user to assign global hotkeys
 
-LIB_DEPENDS=	purple:${PORTSDIR}/net-im/libpurple
+LIB_DEPENDS=	libpurple.so:${PORTSDIR}/net-im/libpurple
 BUILD_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
 RUN_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
 

Modified: head/www/dansguardian-devel/Makefile
==============================================================================
--- head/www/dansguardian-devel/Makefile	Tue Sep 24 16:45:28 2013	(r328165)
+++ head/www/dansguardian-devel/Makefile	Tue Sep 24 16:47:23 2013	(r328166)
@@ -10,7 +10,7 @@ MAINTAINER=	garga at FreeBSD.org
 COMMENT=	A fast, feature-rich web content filter for Squid proxy servers
 
 RUN_DEPENDS=	${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid
-LIB_DEPENDS+=	pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre
 
 USE_RC_SUBR=	dansguardian
 USES=		pkgconfig

Modified: head/www/dansguardian/Makefile
==============================================================================
--- head/www/dansguardian/Makefile	Tue Sep 24 16:45:28 2013	(r328165)
+++ head/www/dansguardian/Makefile	Tue Sep 24 16:47:23 2013	(r328166)
@@ -11,7 +11,7 @@ MAINTAINER=	garga at FreeBSD.org
 COMMENT=	A fast, feature-rich web content filter for Squid proxy servers
 
 RUN_DEPENDS=	${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid
-LIB_DEPENDS+=	pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre
 
 USE_RC_SUBR=	dansguardian
 USES=		pkgconfig

Modified: head/www/sarg/Makefile
==============================================================================
--- head/www/sarg/Makefile	Tue Sep 24 16:45:28 2013	(r328165)
+++ head/www/sarg/Makefile	Tue Sep 24 16:47:23 2013	(r328166)
@@ -43,7 +43,7 @@ CONFIGURE_ARGS+=--disable-nls
 
 .if ${PORT_OPTIONS:MGD}
 CONFIGURE_ARGS+=--with-gd
-LIB_DEPENDS+=	gd:${PORTSDIR}/graphics/gd
+LIB_DEPENDS+=	libgd.so:${PORTSDIR}/graphics/gd
 .else
 CONFIGURE_ARGS+=--without-gd
 .endif
@@ -58,7 +58,7 @@ PLIST_SUB+=	PHP="@comment "
 
 .if ${PORT_OPTIONS:MPCRE}
 CONFIGURE_ARGS+=--with-pcre
-LIB_DEPENDS+=	pcre:${PORTSDIR}/devel/pcre
+LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre
 .else
 CONFIGURE_ARGS+=--without-pcre
 .endif

Modified: head/x11-wm/awesome/Makefile
==============================================================================
--- head/x11-wm/awesome/Makefile	Tue Sep 24 16:45:28 2013	(r328165)
+++ head/x11-wm/awesome/Makefile	Tue Sep 24 16:47:23 2013	(r328166)
@@ -22,16 +22,16 @@ BUILD_DEPENDS=	asciidoc:${PORTSDIR}/text
 		${LUA_MODLIBDIR}/lgi/corelgilua51.so:${PORTSDIR}/devel/lua-lgi \
 		${LOCALBASE}/share/xml/docbook/4.5/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml-450
 RUN_DEPENDS=	${LUA_MODLIBDIR}/lgi/corelgilua51.so:${PORTSDIR}/devel/lua-lgi
-LIB_DEPENDS=	cairo:${PORTSDIR}/graphics/cairo \
-		ev:${PORTSDIR}/devel/libev \
-		freetype:${PORTSDIR}/print/freetype2 \
-		startup-notification-1:${PORTSDIR}/x11/startup-notification \
-		xdg-basedir:${PORTSDIR}/x11/libxdg-basedir \
-		xcb-util:${PORTSDIR}/x11/xcb-util \
-		xcb-image:${PORTSDIR}/x11/xcb-util-image \
-		xcb-keysyms:${PORTSDIR}/x11/xcb-util-keysyms \
-		xcb-icccm:${PORTSDIR}/x11/xcb-util-wm \
-		execinfo:${PORTSDIR}/devel/libexecinfo
+LIB_DEPENDS=	libcairo.so:${PORTSDIR}/graphics/cairo \
+		libev.so:${PORTSDIR}/devel/libev \
+		libfreetype.so:${PORTSDIR}/print/freetype2 \
+		libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \
+		libxdg-basedir.so:${PORTSDIR}/x11/libxdg-basedir \
+		libxcb-util.so:${PORTSDIR}/x11/xcb-util \
+		libxcb-image.so:${PORTSDIR}/x11/xcb-util-image \
+		libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms \
+		libxcb-icccm.so:${PORTSDIR}/x11/xcb-util-wm \
+		libexecinfo.so:${PORTSDIR}/devel/libexecinfo
 
 USE_XZ=		yes
 USES=		cmake iconv pkgconfig
@@ -61,7 +61,7 @@ IGNORE=	cannot find dependency: The cair
 .endif
 
 .if ${PORT_OPTIONS:MDBUS}
-LIB_DEPENDS += dbus-1.3:${PORTSDIR}/devel/dbus
+LIB_DEPENDS += libdbus-1.so:${PORTSDIR}/devel/dbus
 CMAKE_ARGS += -DWITH_DBUS=YES
 .else
 CMAKE_ARGS += -DWITH_DBUS=NO

Modified: head/x11/gmrun/Makefile
==============================================================================
--- head/x11/gmrun/Makefile	Tue Sep 24 16:45:28 2013	(r328165)
+++ head/x11/gmrun/Makefile	Tue Sep 24 16:47:23 2013	(r328166)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF
 MAINTAINER=	garga at FreeBSD.org
 COMMENT=	A customizable program to run programs, with tab-completion
 
-LIB_DEPENDS=	popt:${PORTSDIR}/devel/popt
+LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt
 
 OPTIONS_DEFINE=	DOCS
 

Modified: head/x11/xcb-util-image/Makefile
==============================================================================
--- head/x11/xcb-util-image/Makefile	Tue Sep 24 16:45:28 2013	(r328165)
+++ head/x11/xcb-util-image/Makefile	Tue Sep 24 16:47:23 2013	(r328166)
@@ -8,18 +8,14 @@ MASTER_SITES=	http://xcb.freedesktop.org
 MAINTAINER=	garga at FreeBSD.org
 COMMENT=	A port of Xlib's XImage and XShmImage functions
 
-LIB_DEPENDS=	xcb-util:${PORTSDIR}/x11/xcb-util
-#BUILD_DEPENDS=	${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
+LIB_DEPENDS=	libxcb-util.so:${PORTSDIR}/x11/xcb-util
 
 USE_BZIP2=	yes
 USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 USE_XORG=	xcb xorg-macros
-#USE_XORG=	xau xdmcp
-#USE_AUTOTOOLS=	libtool
 
 GNU_CONFIGURE=	yes
-#CONFIGURE_ENV=	GPERF="${LOCALBASE}/bin/gperf"
 
 NO_STAGE=	yes
 post-patch:

Modified: head/x11/xcb-util-keysyms/Makefile
==============================================================================
--- head/x11/xcb-util-keysyms/Makefile	Tue Sep 24 16:45:28 2013	(r328165)
+++ head/x11/xcb-util-keysyms/Makefile	Tue Sep 24 16:47:23 2013	(r328166)
@@ -8,18 +8,14 @@ MASTER_SITES=	http://xcb.freedesktop.org
 MAINTAINER=	garga at FreeBSD.org
 COMMENT=	Standard X key constants and conversion to/from keycodes
 
-LIB_DEPENDS=	xcb-util:${PORTSDIR}/x11/xcb-util
-#BUILD_DEPENDS=	${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
+LIB_DEPENDS=	libxcb-util.so:${PORTSDIR}/x11/xcb-util
 
 USES=		gmake pkgconfig
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
 USE_XORG=	xcb xorg-macros
-#USE_XORG=	xau xdmcp
-#USE_AUTOTOOLS=	libtool
 
 GNU_CONFIGURE=	yes
-#CONFIGURE_ENV=	GPERF="${LOCALBASE}/bin/gperf"
 
 NO_STAGE=	yes
 post-patch:

Modified: head/x11/xcb-util-renderutil/Makefile
==============================================================================
--- head/x11/xcb-util-renderutil/Makefile	Tue Sep 24 16:45:28 2013	(r328165)
+++ head/x11/xcb-util-renderutil/Makefile	Tue Sep 24 16:47:23 2013	(r328166)
@@ -8,18 +8,14 @@ MASTER_SITES=	http://xcb.freedesktop.org
 MAINTAINER=	garga at FreeBSD.org
 COMMENT=	Convenience functions for the Render extension
 
-LIB_DEPENDS=	xcb-util:${PORTSDIR}/x11/xcb-util
-#BUILD_DEPENDS=	${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
+LIB_DEPENDS=	libxcb-util.so:${PORTSDIR}/x11/xcb-util
 
 USE_BZIP2=	yes
 USES=		gmake pkgconfig
 USE_XORG=	xcb xorg-macros
 USE_LDCONFIG=	yes
-#USE_XORG=	xau xdmcp
-#USE_AUTOTOOLS=	libtool
 
 GNU_CONFIGURE=	yes
-#CONFIGURE_ENV=	GPERF="${LOCALBASE}/bin/gperf"
 
 NO_STAGE=	yes
 post-patch:

Modified: head/x11/xcb-util-wm/Makefile
==============================================================================
--- head/x11/xcb-util-wm/Makefile	Tue Sep 24 16:45:28 2013	(r328165)
+++ head/x11/xcb-util-wm/Makefile	Tue Sep 24 16:47:23 2013	(r328166)
@@ -8,18 +8,14 @@ MASTER_SITES=	http://xcb.freedesktop.org
 MAINTAINER=	garga at FreeBSD.org
 COMMENT=	Framework for window manager implementation
 
-LIB_DEPENDS=	xcb-util:${PORTSDIR}/x11/xcb-util
-#BUILD_DEPENDS=	${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
+LIB_DEPENDS=	libxcb-util.so:${PORTSDIR}/x11/xcb-util
 
 USE_BZIP2=	yes
 USES=		gmake pkgconfig
 USE_LDCONFIG=	yes
 USE_XORG=	xcb xorg-macros
-#USE_XORG=	xau xdmcp
-#USE_AUTOTOOLS=	libtool
 
 GNU_CONFIGURE=	yes
-#CONFIGURE_ENV=	GPERF="${LOCALBASE}/bin/gperf"
 
 NO_STAGE=	yes
 post-patch:


More information about the svn-ports-all mailing list