summaryrefslogtreecommitdiff
path: root/net-im/pidgin-hotkeys
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-05-17 16:57:14 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-05-17 16:57:14 +0000
commit5795addbba9b9a79c66ce201661b96c571e7ef40 (patch)
treeeae79d4f3cebba3d0e91ecad3c25f200503106b5 /net-im/pidgin-hotkeys
parent- Remove empty PLIST (diff)
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)
Notes
Notes: svn path=/head/; revision=354341
Diffstat (limited to 'net-im/pidgin-hotkeys')
-rw-r--r--net-im/pidgin-hotkeys/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-im/pidgin-hotkeys/Makefile b/net-im/pidgin-hotkeys/Makefile
index d304c679dd0c..16c002af3fdc 100644
--- a/net-im/pidgin-hotkeys/Makefile
+++ b/net-im/pidgin-hotkeys/Makefile
@@ -2,12 +2,12 @@
PORTNAME= pidgin-hotkeys
PORTVERSION= 0.2.4
-PORTREVISION= 16
+PORTREVISION= 17
CATEGORIES= net-im
MASTER_SITES= SF
MAINTAINER= garga@FreeBSD.org
-COMMENT= A pidgin plugin that allows user to assign global hotkeys
+COMMENT= Pidgin plugin that allows user to assign global hotkeys
LICENSE= GPLv2
@@ -15,12 +15,11 @@ LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
-USES= pkgconfig
+USES= libtool pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
-PLIST_FILES= lib/pidgin/hotkeys.so \
- lib/pidgin/hotkeys.la
+PLIST_FILES= lib/pidgin/hotkeys.so
post-patch:
@${REINPLACE_CMD} -e 's,X11/keysym.h,X11/X.h,' ${WRKSRC}/src/hotkeys.c