diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-17 16:57:14 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-17 16:57:14 +0000 |
commit | 5795addbba9b9a79c66ce201661b96c571e7ef40 (patch) | |
tree | eae79d4f3cebba3d0e91ecad3c25f200503106b5 /net-im/finch | |
parent | 6462719ce3f9f3a042e8bf6ca531e9b2e8211d5c (diff) | |
download | ports-5795addbba9b9a79c66ce201661b96c571e7ef40.tar.gz ports-5795addbba9b9a79c66ce201661b96c571e7ef40.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)
Notes
Notes:
svn path=/head/; revision=354341
Diffstat (limited to 'net-im/finch')
-rw-r--r-- | net-im/finch/Makefile | 2 | ||||
-rw-r--r-- | net-im/finch/pkg-plist | 12 |
2 files changed, 3 insertions, 11 deletions
diff --git a/net-im/finch/Makefile b/net-im/finch/Makefile index fb2927bfcfa2..a2040fbe48e6 100644 --- a/net-im/finch/Makefile +++ b/net-im/finch/Makefile @@ -3,7 +3,7 @@ # $MCom: ports-stable/net-im/gaim-consoleui-devel/Makefile,v 1.2 2006/10/29 18:55:28 marcus Exp $ PORTNAME= finch -PORTREVISION= 2 +PORTREVISION= 3 MAINTAINER= marcus@FreeBSD.org COMMENT= Finch multi-protocol messaging client (Console UI) diff --git a/net-im/finch/pkg-plist b/net-im/finch/pkg-plist index 00506cbe9ca2..4d631be007ba 100644 --- a/net-im/finch/pkg-plist +++ b/net-im/finch/pkg-plist @@ -46,25 +46,17 @@ include/gnt/gntwidget.h include/gnt/gntwindow.h include/gnt/gntwm.h include/gnt/gntws.h -lib/finch/gntclipboard.la lib/finch/gntclipboard.so -lib/finch/gntgf.la lib/finch/gntgf.so -lib/finch/gnthistory.la lib/finch/gnthistory.so -lib/finch/gntlastlog.la lib/finch/gntlastlog.so -lib/finch/gnttinyurl.la lib/finch/gnttinyurl.so -lib/finch/grouping.la lib/finch/grouping.so -lib/gnt/irssi.la lib/gnt/irssi.so -lib/gnt/s.la lib/gnt/s.so -lib/libgnt.la lib/libgnt.so -lib/libgnt.so.8 +lib/libgnt.so.0 +lib/libgnt.so.0.8.10 libdata/pkgconfig/finch.pc libdata/pkgconfig/gnt.pc man/man1/finch.1.gz |