aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/twister
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup USE_GITHUB usage.Mathieu Arnold2015-05-302-4/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387986
* Update icu to 55.1Baptiste Daroussin2015-04-231-0/+1
| | | | Notes: svn path=/head/; revision=384614
* Fix configureAntoine Brodin2015-04-201-1/+1
| | | | Notes: svn path=/head/; revision=384335
* Use included script to generate configure because it does more thanTijl Coosemans2015-04-191-1/+4
| | | | | | | | | USES=autoreconf Reported by: antoine Notes: svn path=/head/; revision=384282
* Convert to USES=autoreconfTijl Coosemans2015-04-181-5/+3
| | | | Notes: svn path=/head/; revision=384229
* converters/libiconv:Tijl Coosemans2015-04-151-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* Upgrade to 0.9.29 and switch to the official release version.Thierry Thomas2015-04-102-4/+5
| | | | | | | Changelog at <http://twister.net.co/?p=503>. Notes: svn path=/head/; revision=383760
* Refresh to a recent snapshot, so that it includes a patch to fix buildThierry Thomas2015-03-302-5/+4
| | | | | | | | | | with LibreSSL. PR: ports/199006 Submitted by: Bernard Spil <spil.oss (at) gmail.com> Notes: svn path=/head/; revision=382715
* 2 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-242-22/+0
| | | | | | | | | | | | | Categories: net-p2p, comms Note that qrq was not properly staged, it failed stage-QA. aprsd failed check-plist; it had a plist orphan. Now it fails stage-QA with a fs violation, but it may be acceptable. Fixes added to both. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382189
* Refresh. This is 0.9.27.Thierry Thomas2014-11-303-4/+29
| | | | Notes: svn path=/head/; revision=373663
* Refresh.Thierry Thomas2014-10-082-6/+5
| | | | Notes: svn path=/head/; revision=370480
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
* Refresh.Thierry Thomas2014-08-152-4/+4
| | | | Notes: svn path=/head/; revision=364972
* Refresh to a current snapshot.Thierry Thomas2014-07-182-11/+5
| | | | | | | This is ~0.9.23. Notes: svn path=/head/; revision=362229
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361970
* Fix build on FreeBSD-9.Thierry Thomas2014-07-053-1/+29
| | | | Notes: svn path=/head/; revision=360794
* Refresh: this removes some patches integrated by upstream.Thierry Thomas2014-06-295-79/+5
| | | | | | | This is the internal version 92100. Notes: svn path=/head/; revision=359792
* Adding twister, a fully decentralized P2P microblogging platformThierry Thomas2014-06-227-0/+188
leveraging from the free software implementations of Bitcoin and BitTorrent protocols. Notes: svn path=/head/; revision=358801