aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/pidgin-pidgimpd
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-05-18 00:57:14 +0800
committertijl <tijl@FreeBSD.org>2014-05-18 00:57:14 +0800
commit28e42c75bcdfdc70a96743cb31f866dc008a24dd (patch)
treeeae79d4f3cebba3d0e91ecad3c25f200503106b5 /net-im/pidgin-pidgimpd
parentf084098040cd9061d9bb36e65f8cb0abd8cf4f76 (diff)
downloadfreebsd-ports-gnome-28e42c75bcdfdc70a96743cb31f866dc008a24dd.tar.gz
freebsd-ports-gnome-28e42c75bcdfdc70a96743cb31f866dc008a24dd.tar.zst
freebsd-ports-gnome-28e42c75bcdfdc70a96743cb31f866dc008a24dd.zip
Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)
to "USES=libtool tar:bzip2". Bump PORTREVISION on all dependent ports and modernise them as well (USES, LIB_DEPENDS, staging). audio/pidgin-musictracker: - Replace LIBS with LDFLAGS. - Disable static plugin. net/online-desktop: Remove obsolete patches. net-im/mbpurple: - Drop pkgconf dependency. - Replace post-patch with MAKE_ARGS. - Use standard do-build. net-im/pidgin-audacious-remote: Disable static plugin. net-im/pidgin-birthday-reminder: Disable static plugin. net-im/pidgin-fetion: Replace pkg-plist with PLIST_FILES. net-im/pidgin-guifications: - Drop USE_GNOME=gnomeprefix. - Replace LIBS with LDFLAGS. net-im/pidgin-hotkeys: - Drop CFLAGS=-fPIC. - Fix build on systems without gcc. net-im/pidgin-libnotify: - Use option helpers. - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. net-im/pidgin-manualsize: Fix build on systems without gcc. net-im/pidgin-privacy-please: - Replace a patch with CPPFLAGS and LDFLAGS. - Don't use USE_LDCONFIG for a plugin. net-im/pidgin-sipe: - Don't use USE_LDCONFIG for a plugin. - Drop PORTDOCS that don't contain useful documentation. - Patch configure with s/LDLAGS/LDFLAGS/ so LDFLAGS can replace LIBS. - Use option helpers and fix Kerberos option. - Remove obsolete CONFIGURE_ENV. security/pidgin-encryption: - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Disable static plugin. - Use option helpers. security/pidgin-otr: - Drop redundant comment about PORTREVISION. - Add USE_GNOME=gtk20. - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Port uses stack protector unconditionally so link with -lssp_nonshared when necessary like Mk/bsd.ssp.mk does. Approved by: portmgr (PORTREVISION bump on unstaged port)
Diffstat (limited to 'net-im/pidgin-pidgimpd')
-rw-r--r--net-im/pidgin-pidgimpd/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/net-im/pidgin-pidgimpd/Makefile b/net-im/pidgin-pidgimpd/Makefile
index 718ef472b867..555f4b3fe0fc 100644
--- a/net-im/pidgin-pidgimpd/Makefile
+++ b/net-im/pidgin-pidgimpd/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pidgimpd
PORTVERSION= 1.1.1
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= net-im audio
MASTER_SITES= http://ayeon.org/projects/pidgimpd/
PKGNAMEPREFIX= pidgin-
@@ -11,18 +11,15 @@ PKGNAMEPREFIX= pidgin-
MAINTAINER= hrkfdn@gmail.com
COMMENT= PidgiMPD is a Pidgin plugin for monitoring/controlling MPD
-LIB_DEPENDS= purple.10:${PORTSDIR}/net-im/libpurple \
- mpd.4:${PORTSDIR}/audio/libmpd
+LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple \
+ libmpd.so:${PORTSDIR}/audio/libmpd
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
-USE_BZIP2= yes
+USES= libtool pkgconfig tar:bzip2
USE_GNOME= gtk20
-USES= pkgconfig iconv
GNU_CONFIGURE= yes
-PLIST_FILES= lib/pidgin/pidgimpd.so \
- lib/pidgin/pidgimpd.la
+PLIST_FILES= lib/pidgin/pidgimpd.so
-NO_STAGE= yes
.include <bsd.port.mk>