aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/amule
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* security/cryptopp: Update to 8.4.0Jason E. Hale2021-01-191-1/+1
| | | | | | | | | | | | | | | Bump PORTREVSION on all consumers. ABI-breaking changes were introduced and recompile of consumers is necessary. Remove unused cryptopp dependency from devel/xeus. Upstream migrated to OpenSSL several releases ago. [1] [1] https://github.com/jupyter-xeus/xeus/commit/c98c44c174cafcf424f4203dc3c61564118feb3e Changes: https://www.cryptopp.com/release840.html Notes: svn path=/head/; revision=562021
* Fix the build after last devel/upnp update.Barbara Guida2020-10-072-10/+35
| | | | Notes: svn path=/head/; revision=551620
* devel/upnp: update to 1.14.0Tobias C. Berner2020-10-031-1/+1
| | | | | | | | | | | Update to newer release which contains a fix for CVE-2020-13848: https://github.com/pupnp/pupnp/commit/c805c1de1141cb22f74c0d94dd5664bda37398e0 MFH: 2020Q4 Security: CVE-2020-13848 Notes: svn path=/head/; revision=551336
* - update libgd to 2.3.0Dirk Meyer2020-05-041-1/+1
| | | | | | | | | - new option RAQM - resurrect deprecated gdlib-config - bump dependend ports Notes: svn path=/head/; revision=533989
* devel/upnp: Update to version 1.12.0 which includes the following changes:Gerald Pfeifer2020-02-191-1/+1
| | | | | | | | | | | | | | | | - Reduce spurious HTTP 416 errors due to ill-defined bytes header. - UpnpEnableWebserver: Error correctly when web server compiled-out. - Remove TRUE/FALSE, IN/OUT/INOUT defines and BOOL typedef. - Add list test and replace the list.h file. - Check for -lpthread too (updates pthread m4 check from upstream). Bump PORTREVISION of dependent ports. PR: 243619 Submitted by: salvadore (maintainer) Notes: svn path=/head/; revision=526508
* Update security/cryptopp to 8.2.0Jason E. Hale2019-12-101-1/+1
| | | | | | | | | | | | | Remove THREADS option - upstream recommends building with threads and the build system now adds the appropriate flags automatically Bump PORTREVISION on consumers due to shared lib version increase PR: 241132 Submitted by: Farid Hajji <farid@hajji.name> Notes: svn path=/head/; revision=519643
* devel/upnp: Update to 1.10.0Tobias Kortkamp2019-11-201-1/+1
| | | | | | | | | | | Bump consumers for ABI changes. Changes: https://github.com/mrjimenez/pupnp/blob/release-1.10.0/ChangeLog PR: 242089 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer) Notes: svn path=/head/; revision=517993
* Fix some misspelled or duplicated LICENSE_*Tobias Kortkamp2019-09-171-1/+1
| | | | Notes: svn path=/head/; revision=512232
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* devel/upnp: Update to 1.8.4Tobias Kortkamp2019-05-151-1/+1
| | | | | | | | | | | - Bump revision of consumers for shared library change Changes: http://pupnp.sourceforge.net/ChangeLog PR: 234669 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer) Notes: svn path=/head/; revision=501684
* net-p2p/amule*: Fix badly rebased patches from r499598Tobias Kortkamp2019-05-151-14/+15
| | | | | | | PR: 237407 Notes: svn path=/head/; revision=501682
* Fix build with upnp 1.8.x.Barbara Guida2019-04-223-0/+348
| | | | | | | | PR: 203827 Submitted by:Tobias Kortkamp <tobik@freebsd.org> Notes: svn path=/head/; revision=499598
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* - Move LICENSE_FILE and SHEBANG_FILES out of unrelated options sectionDmitry Marakasov2019-01-192-23/+20
| | | | | | | | | | | | | | | - Switch to USES=localbase - Add missing USES=readline (for amulecmd and webserver) - Switch to options helpers - Fix WWW and license for amule-devel - Fix plists for WITHOUT=NLS case: manpages are not built when NLS is disabled PR: 234829 Submitted by: amdmi3 Approved by: bar (maintainer, via private email) Notes: svn path=/head/; revision=490730
* Remove GeoIP-related options. Where possible, replace GeoIP 1 defaultsAdam Weinberger2019-01-131-5/+2
| | | | | | | | | with GeoIP 2. Also, as suggested by zi, add an UPDATING note about this. Notes: svn path=/head/; revision=490211
* net-p2p/amule: remove optional dependency on expired KDE4Rene Ladan2018-12-312-32/+1
| | | | Notes: svn path=/head/; revision=488779
* This port requires USES=compiler:c++11-lang to build on GCC-basedMark Linimon2018-12-201-2/+2
| | | | | | | | | | | architectures. PR: 234118 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=487865
* Mark QT4 ports/functionality for removal on 2019-03-15Rene Ladan2018-12-021-0/+5
| | | | | | | | | | | | | | While here, chase some KDE4 ports and functionality, these are scheduled for removal on 2018-12-31. Change the default option/flavor to QT5 where applicable or use alternative toolkits like GTK. Submitted by: tcberner Reviewed by: adridg, jhale, rene, tcberner Approved by: portmgr (implicit, flavor hook) Differential Revision: https://reviews.freebsd.org/D17741 Notes: svn path=/head/; revision=486467
* Update security/cryptopp to 7.0.0Jason E. Hale2018-08-242-5/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now install a pkgconfig file which will allow ports to check whether cryptopp was built with assembly instructions enabled or not. There are a few functions that will be undefined if built without assembly and -DCRYPTOPP_DISABLE_ASM needs to be passed to the compiler in that case to avoid build failures. This is not new, but the pkgconf file should make it easier to determine if the flag is needed or not. Fix several ports due to API changes and to use the new pkgconf file to determine cryptopp location and build flags. Special cases below. deskutils/cdcat - Use cryptopp shared library instead of static, detect with pkgconf devel/xeus - Fix dependencies and remove header-only libraries from RUN_DEPENDS - Rework to use the cryptopp pkgconf file - net/cppzmq CMake files were fixed in r477649, remove hacks for that as they were seemingly causing devel/xeus-cling to link to cryptopp unnecessarily - Remove C++17 code from cryptopp checks for compatibility devel/xeus-cling - Fix dependencies - Remove hacks for previously broken cppzmq CMake files and no longer needed cryptopp dependency Changes: https://www.cryptopp.com/#news PR: 230579 (original patch, not used) Submitted by: yuri Notes: svn path=/head/; revision=477967
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+2
| | | | | | | | | | | | | | | | | | From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540 Notes: svn path=/head/; revision=473503
* - Fix LICENSEDmitry Marakasov2018-04-172-15/+12
| | | | | | | | | | | - Remove outdated condition - Switch to options helpers - Fix WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=467609
* Attempt to fix on HEAD.Barbara Guida2018-03-172-0/+22
| | | | Notes: svn path=/head/; revision=464770
* Attempt to fix on HEAD.Barbara Guida2018-03-151-0/+11
| | | | Notes: svn path=/head/; revision=464553
* - Update security/cryptopp to 5.6.5Jason E. Hale2016-12-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Add LICENSE (BSL) - Add CPE data - Remove STATIC option and always install the shared library; no reason not to. - Remove GCC option and use USES=compiler framework - Add FULL_DEBUG option to address CVE-2016-7420 and add a warning if trying to use it. It will allow the asserts to be enabled which could be a security risk. The standard DEBUG option is now safe to use. - Add SIMD option for i386 and amd64 - requires a recent clang or gcc - Don't install the cryptest binary; it is really only used for regression testing, so only build it for the TEST_TARGET. It is useless without the data files anyways. - Take maintainership - Bump PORTREVISON on dependent ports due to shared library bump PR: 215015 Reported by: <fcsk.aim@gmail.com> MFH: 2016Q4 Security: eab68cff-bc0c-11e6-b2ca-001b3856973b Notes: svn path=/head/; revision=428022
* Update to version 2.3.2.Barbara Guida2016-09-185-39/+28
| | | | Notes: svn path=/head/; revision=422383
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-242-17/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961 Notes: svn path=/head/; revision=420774
* - update libgd to 2.2.2Dirk Meyer2016-07-201-1/+1
| | | | | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 Notes: svn path=/head/; revision=418829
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Add regenerated patch.Barbara Guida2015-10-241-3/+2
| | | | Notes: svn path=/head/; revision=400067
* - Change security/cryptopp from BUILD_DEPENDS to LIB_DEPENDS as it defaults ↵Barbara Guida2015-10-232-9/+8
| | | | | | | | | | | | | | | to non-static build - Update devel port to svn revision 10871 - Remove WX_UNICODE - Regenerate patch - Try sorting USES - Remove article from COMMENT PR: 203670 Notes: svn path=/head/; revision=400063
* Convert update-mime-database into @post*Baptiste Daroussin2015-09-261-2/+2
| | | | Notes: svn path=/head/; revision=397916
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionBaptiste Daroussin2015-09-161-8/+4
| | | | | | | | | | | All applications in the ports tree works correctly with unicode version of wxGTK Newer version of wxGTK are unicode only (3.0+) Note that now WX_UNICODE macro is noop Notes: svn path=/head/; revision=397077
* 2 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-241-4/+2
| | | | | | | | | | | | | 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
* Remove @dirrm*Baptiste Daroussin2014-11-011-42/+12
| | | | | | | Avoid @cwd Notes: svn path=/head/; revision=372009
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Move RESETPREFIX to default PLIST_SUBBryan Drewery2014-08-181-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=365325
* Bump PORTREVISION on all ports that depend on net/GeoIP forAdam Weinberger2014-08-111-1/+1
| | | | | | | | | r364627. Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=364628
* Bump PORTREVISION to catch net/GeoIP update.Barbara Guida2014-07-281-1/+1
| | | | Notes: svn path=/head/; revision=363215
* - Add USES=libtool to devel/upnp and bump dependent portsTijl Coosemans2014-07-111-1/+1
| | | | | | | | | | - Add USES=pathfix and INSTALL_TARGET=install-strip - Add a patch to fix definitions of ITHREAD_MUTEX_* Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=361520
* - Remove unneeded dependency from flex from portsBarbara Guida2014-04-292-169/+72
| | | | | | | | | | | - Use options helpers - Convert to tar:bzip2 and desktop-file-utils - Add DEBUG option - Pet portlint - Attempt to fix build with pkg_install for PLASMAMULE Notes: svn path=/head/; revision=352562
* - Support STAGEDIRBarbara Guida2014-01-113-84/+129
| | | | | | | | | - Fix build with clang on i386 Approved by: flo (mentor) Notes: svn path=/head/; revision=339446
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [np]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331273
* Common changes:Barbara Guida2013-10-051-7/+8
| | | | | | | | | | | | | | | | - Use new syntax for LIB_DEPENDS - Use shebangfix for perl files - Set perl as run dependency for XAS option - Bump PORTREVISION amule-devel changes: - Fix build after perl related changes - USES gmake Approved by: rene (mentor) Notes: svn path=/head/; revision=329433
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-p2p) Notes: svn path=/head/; revision=327758
* Add a build dependency on perlBaptiste Daroussin2013-09-181-2/+2
| | | | Notes: svn path=/head/; revision=327521
* - update libdg to 2.1.0Dirk Meyer2013-08-091-1/+1
| | | | Notes: svn path=/head/; revision=324437
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355