aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
Commit message (Collapse)AuthorAgeFilesLines
* Convert to USES=autoreconfBaptiste Daroussin2015-06-211-3/+2
| | | | Notes: svn path=/head/; revision=390214
* Convert to USES=autoreconfBaptiste Daroussin2015-06-211-3/+2
| | | | Notes: svn path=/head/; revision=390209
* - Strip libraryDmitry Marakasov2015-06-181-1/+2
| | | | Notes: svn path=/head/; revision=390078
* Update to version 5.6.1.2Pawel Pekala2015-06-182-3/+3
| | | | Notes: svn path=/head/; revision=390033
* Fix breakage introduced in r389250.Guido Falsi2015-06-151-0/+5
| | | | | | | | | PR: 200869 Submitted by: donnex at donnex.net Pointy hat to: me Notes: svn path=/head/; revision=389706
* - Bump PORTREVISION. lazarus was updated to 1.4.0Jose Alonso Cardenas Marquez2015-06-151-2/+2
| | | | Notes: svn path=/head/; revision=389676
* - Update libtorrent-rasterbar to 1.0.4Guido Falsi2015-06-1112-83/+181
| | | | | | | | | | | | | | - Update qbittorrent 3.2.0 - Use Github masterisite for qbittorrent - Remove STRIP option, it's the default, and can be inhibited with the DEBUG option - Pet some portlint warnings PR: 200108 Submitted by: yuri at rawbw.com Notes: svn path=/head/; revision=389250
* net-p2p/namecoin: 0.3.72 -> 0.3.80, adding slaveport -daemonKurt Jaeger2015-06-119-60/+34
| | | | | | | | | | | Changes: https://github.com/namecoin/namecoin/blob/namecoinq-release/changelog.md PR: 193534 Submitted by: Chad J. Milios <milios@ccsys.com> Notes: svn path=/head/; revision=389159
* - Fix shebangsDmitry Marakasov2015-06-091-1/+7
| | | | | | | MFH: 2015Q2 Notes: svn path=/head/; revision=388951
* net-p2p/gtk-gnutella: new version is not jobs safeJohn Marino2015-06-091-0/+2
| | | | | | | | | | | This failed two of the last three attempts in a multijob bulk bulld. It failed during linking (unknown symbol references) so probably the object files were still building at link time. Approved by: blanket (jobs safe) Notes: svn path=/head/; revision=388941
* - Switch to USES=autoreconfDmitry Marakasov2015-06-071-1/+2
| | | | Notes: svn path=/head/; revision=388731
* - Clarify LICENSEDmitry Marakasov2015-06-071-8/+5
| | | | | | | | | - Switch to USES=autoreconf - Fix library installation - Improve USES=tar usage Notes: svn path=/head/; revision=388708
* - Add NO_ARCHDmitry Marakasov2015-05-311-0/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=388088
* - Fix shebangsDmitry Marakasov2015-05-311-2/+4
| | | | | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 Notes: svn path=/head/; revision=388080
* Cleanup USE_GITHUB usage.Mathieu Arnold2015-05-302-4/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387986
* - Don't cat pkg-message from MakefilesDmitry Marakasov2015-05-271-3/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=387529
* Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-222-5/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387082
* - Add CPE infoDmitry Marakasov2015-05-171-0/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386639
* - Fix build by removing part of comment which contains broken ocaml code. ↵Dmitry Marakasov2015-05-141-0/+11
| | | | | | | Since ocaml parses commented code, it breaks on this line Notes: svn path=/head/; revision=386369
* MASTER_SITES cleanup.Mathieu Arnold2015-05-143-7/+7
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Cleanup DIST* variables.Mathieu Arnold2015-05-111-2/+1
| | | | | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386097
* Update ports in the n* categories to not use GH_COMMIT.Mathieu Arnold2015-05-0712-34/+18
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385640
* - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which addGuido Falsi2015-05-042-2/+3
| | | | | | | | | | | | | | | | | | depends on the camlp4 language and labltk ocaml modules, which are now in separate ports. - Update x11-toolkits/ocaml-lablgtk2 to 2.18.3 - Update graphics/ocaml-lablgl to 1.05 - Make unison ports use USE_OCAML - Convert ports to the new flags where needed - Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt PR: 199845 Submitted by: jbeich@ Differential Revision: https://reviews.freebsd.org/D2434 Approved by: portmgr (mat) Notes: svn path=/head/; revision=385413
* net-p2p/bitcoin*: update to 0.10.1 and fix conflictsJan Beich2015-05-033-9/+7
| | | | | | | | | | | | | | Work around bin/test_bitcoin installed more than once by leaving TESTS=on by default only in net-p2p/bitcoin-utils. Changes: https://bitcoin.org/en/release/v0.10.1 PR: 198826 [1] PR: 199856 Reported by: peter [1] Submitted by: robbak@gmail.com (maintainer, other mail) Notes: svn path=/head/; revision=385291
* - Update to 1.1.3.Adam Weinberger2015-04-273-8/+15
| | | | | | | | | | | | | - Remove perl5 dependency (see PR for details). - Strip as part of the install rather than post-install due to permission problems. - Mark as -jn safe PR: 199363 Submitted by: Ben Woods (maintainer) Notes: svn path=/head/; revision=384829
* 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
* Bump PORTREVISION after r384038 because it added patches for headers thatTijl Coosemans2015-04-161-0/+1
| | | | | | | | | | are installed. PR: 199473 Submitted by: smh Notes: svn path=/head/; revision=384087
* converters/libiconv:Tijl Coosemans2015-04-153-7/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - convert to USES=metaport (which removes do_nada in do-install target)Jason Helfman2015-04-021-9/+2
| | | | | | | | | - while here replace whitespace with tab for CONFLICT line Approved by: portmgr (blanket) Notes: svn path=/head/; revision=383021
* 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
* Update to 1.1.2, and pass maintainership to submitter (Ben Woods).Adam Weinberger2015-03-262-4/+4
| | | | | | | | PR: 198916 Submitted by: Ben Woods Notes: svn path=/head/; revision=382358
* net-p2p/tribler: Add DragonFly supportJohn Marino2015-03-261-0/+1
| | | | | | | Bring in fix from dports (port is not maintained) Notes: svn path=/head/; revision=382325
* net-p2p/libtorrent-rasterbar: Add DragonFly supportJohn Marino2015-03-262-0/+23
| | | | | | | Bring in fix from dports (port is not maintained) Notes: svn path=/head/; revision=382324
* 2 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-2410-43/+9
| | | | | | | | | | | | | 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
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-194-4/+4
| | | | | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr Notes: svn path=/head/; revision=381618
* Update to version 5.6.0.0Pawel Pekala2015-03-182-3/+3
| | | | Notes: svn path=/head/; revision=381574
* Update to upstream version 1.4.111Thomas Zander2015-03-142-5/+5
| | | | | | | | PR: 198339 Submitted by: joshruehlig@gmail.com (maintainer) Notes: svn path=/head/; revision=381282
* net-p2p/deluge: fix blocklist pluginRuslan Makhmatkhanov2015-03-102-1/+45
| | | | | | | | | | | | | Add upstream patch to fix blocklist plugin with version of Twisted that's now in ports tree. Upstream bug report: http://dev.deluge-torrent.org/ticket/2737 PR: 198332 Reported by: Chris Ross <cross+freebsd@distal.com> Notes: svn path=/head/; revision=380945
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-022-2/+0
| | | | Notes: svn path=/head/; revision=380307
* net-p2p/btsync: update 1.4.106 -> 1.4.110Bartek Rutkowski2015-02-282-5/+5
| | | | | | | | PR: 197611 Submitted by: Joshua Ruehlig <joshruehlig@gmail.com> Notes: svn path=/head/; revision=380155
* net-p2p/tribler: update 6.3.3 -> 6.4.3Bartek Rutkowski2015-02-284-208/+105
| | | | | | | | | | - Drop GH usage and fix MASTERSITES PR: 197451 Submitted by: Kato Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=380136
* - Switch to linguisttools_buildDmitry Marakasov2015-02-271-1/+1
| | | | Notes: svn path=/head/; revision=380104
* - Switch to linguisttools_buildDmitry Marakasov2015-02-271-1/+1
| | | | Notes: svn path=/head/; revision=380103
* - Switch to linguisttools_buildDmitry Marakasov2015-02-271-1/+1
| | | | Notes: svn path=/head/; revision=380102
* net-p2p/bitcoin: Use linguisttools, 45 less dependenciesKubilay Kocak2015-02-251-1/+1
| | | | | | | | | | | | | Take advantage of the new qt4-linguisttools port [1] to eliminate 45 build dependencies. [1] https://svnweb.freebsd.org/changeset/ports/379843 PR: 198024 Submitted by: Robert Backhaus <robbak gmail com> (maintainer) Notes: svn path=/head/; revision=379909
* net-p2p/bitcoin: Centralise regression-test targetKubilay Kocak2015-02-242-3/+3
| | | | | | | | | Move the regression-test targetr from bitcoin-daemon to bitcoin port proper. Approved by: maintainer (via IRC) Notes: svn path=/head/; revision=379788