summaryrefslogtreecommitdiff
path: root/net-im/mbpurple (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Simplify MASTER_SITESDmitry Marakasov2015-02-231-1/+7
| | | | | | | | - Add LICENSE - Strip libraries Notes: svn path=/head/; revision=379642
* Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)Tijl Coosemans2014-05-172-26/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: svn path=/head/; revision=354341
* - Don't remove mtree directoriesDmitry Marakasov2014-05-091-1/+0
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=353520
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-im) Notes: svn path=/head/; revision=327756
* Throw my ports back in the pool, and make my intentions clear for theDoug Barton2012-10-081-5/+1
| | | | | | | | | | | various ports that I've created. I bid fond fare well A chapter closes for me What opens for you? Notes: svn path=/head/; revision=305526
* Fix typos and make small modifications in COMMENT (according to Porter'sCarlo Strub2012-08-031-1/+1
| | | | | | | | | Handbook) Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301960
* Revert the unauthorized conversion of pkg-config from a proper build depDoug Barton2012-07-261-2/+2
| | | | | | | | | to the new macro (r301539). Convert pkg-config to pkgconf. Add a build dep on pkgconf to pidgin-otr to handle libotr's .pc files Notes: svn path=/head/; revision=301550
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configBaptiste Daroussin2012-07-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are no more self hosting so we are stuck with 0.25 version while pkgconf provide the same set of features as 0.27 and a compatible frontend. A symlink to pkg-config has been added for convenience and compatibility This also introduces a new macro to use pkgconf in your ports: USE_PKGCONFIG it can take the following arguments: - yes (meaning build only dep) - build (meaning build only dep) - run (meaning run only dep) - both (meaning run and build dep) From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG The old gnome macro has been modified to use pkgconf but still the sameway: run and build dep to avoid large breakage. While here fix some ports relying on pkg-config but not specifying it, fix some ports broken because testing wrong .pc files, and fix ports using pkg-config --version to determine pkg-config version instead of pkg-config --modversion pkg-config like recommanded by pkg-config With Hat: portmgr Exp-runs by: bapt (pointhat-west), beat (pointyhat) Notes: svn path=/head/; revision=301539
* Change USE_GNOME= pkgconfig to a direct BUILD_DEPENDS for my portsDoug Barton2012-07-231-3/+3
| | | | Notes: svn path=/head/; revision=301373
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Add a patch from the svn repo to handle a crash while using httpsDoug Barton2011-03-022-0/+20
| | | | | | | | | | https://code.google.com/p/microblog-purple/issues/detail?id=200 https://code.google.com/p/microblog-purple/issues/detail?id=212 Obtained from: e.a.agaf...@gmail.com Notes: svn path=/head/; revision=270131
* Add pidgin dependencyDoug Barton2010-07-011-0/+3
| | | | | | | | | | | Add pointy hat Add caffeine Feature safe: yes Notes: svn path=/head/; revision=257249
* Add pkg-config dependencyDoug Barton2010-07-011-0/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257247
* This plugin allows you to set up your twitter accounts as buddiesDoug Barton2010-07-014-0/+66
in pidgin. It supports OAuth authentication and HTTPS. You will see messages from your timeline which you can reply to, retweet, etc. WWW: http://code.google.com/p/microblog-purple/wiki/README Feature safe: yes Notes: svn path=/head/; revision=257241