aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/amule-devel/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update security/cryptopp to 7.0.0Jason E. Hale2018-08-241-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to SVN-r10998.Barbara Guida2018-03-221-3/+2
| | | | Notes: svn path=/head/; revision=465274
* Cleanup LIB_DEPENDS on libpngAntoine Brodin2017-12-011-1/+1
| | | | Notes: svn path=/head/; revision=455251
* Add two patches to fix switching tab on search.Barbara Guida2017-11-221-1/+1
| | | | Notes: svn path=/head/; revision=454659
* Update to SVN-r10990.Barbara Guida2017-06-041-1/+1
| | | | Notes: svn path=/head/; revision=442540
* Update to SVN-r10989.Barbara Guida2017-06-031-1/+1
| | | | Notes: svn path=/head/; revision=442521
* - Update to SVN-r10983Barbara Guida2017-02-211-1/+2
| | | | | | | - Add graphics/png as dependency for WEBSERVER option Notes: svn path=/head/; revision=434494
* - Update security/cryptopp to 5.6.5Jason E. Hale2016-12-071-1/+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 SVN-r10981Barbara Guida2016-12-031-1/+1
| | | | Notes: svn path=/head/; revision=427595
* Update to SVN-r10966Barbara Guida2016-10-221-1/+1
| | | | Notes: svn path=/head/; revision=424480
* Update to SVN-r10964.Barbara Guida2016-10-021-1/+1
| | | | Notes: svn path=/head/; revision=423162
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-241-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0/+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
* Update amule-devel port to svn revision 10933.Barbara Guida2016-06-261-1/+1
| | | | Notes: svn path=/head/; revision=417526
* 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
* - Change security/cryptopp from BUILD_DEPENDS to LIB_DEPENDS as it defaults ↵Barbara Guida2015-10-231-7/+5
| | | | | | | | | | | | | | | 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
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionBaptiste Daroussin2015-09-161-1/+1
| | | | | | | | | | | 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
* Enforce unicode version of wxGTKBaptiste Daroussin2015-09-131-8/+5
| | | | Notes: svn path=/head/; revision=396852
* 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
* 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-0/+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
* - Add missed USES desktop-file-utils from previous commmitBarbara Guida2014-04-291-2/+2
| | | | | | | - Use standard desc for DEBUG option Notes: svn path=/head/; revision=352561
* - Update to SVN-10834Barbara Guida2014-04-281-140/+46
| | | | | | | | | | | - Remove uneeded flex from ports dependency - Use options helpers - Convert to tar:bzip2 - Pet portlint - Attempt to fix build with pkg_install for PLASMAMULE Notes: svn path=/head/; revision=352559
* - Support STAGEDIRBarbara Guida2014-01-111-19/+6
| | | | | | | | | | - Fix build with clang on i386 - Update to SVN revision 10832 Approved by: flo (mentor) Notes: svn path=/head/; revision=339449
* Common changes:Barbara Guida2013-10-051-8/+9
| | | | | | | | | | | | | | | | - 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
* - update libdg to 2.1.0Dirk Meyer2013-08-091-0/+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
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-1/+1
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* Convert to USE_PKGCONFIG.Barbara Guida2013-01-201-2/+1
| | | | | | | Approved by: flo (mentor) Notes: svn path=/head/; revision=310681
* Use descriptions from bsd.options.desc.mk for GEOIP, UPNP and WEBSERVERBarbara Guida2012-12-021-5/+2
| | | | | | | | Approved by: rene (mentor) Feature safe: yes Notes: svn path=/head/; revision=308110
* - Update amule-devel to r10802Barbara Guida2012-11-281-4/+4
| | | | | | | | | | | | | - Remove obsolete patches from r1079[3-5] - Remove DOCS and NLS from OPTIONS_DEFAULT, which I introduced in the previous submission - Change my email address to bar@FreeBSD.org Approved by: rene (mentor) Feature safe: yes Notes: svn path=/head/; revision=307870
* Add NLS and DOCS to OPTIONS_DEFAULTFlorian Smeets2012-10-281-2/+2
| | | | | | | | | Submitted by: Barbara <barbara.xxx1975@libero.it> PR: ports/173154 Feature safe: yes Notes: svn path=/head/; revision=306557
* - Update amule-devel port to SVN revision 10792.Florian Smeets2012-10-281-30/+26
| | | | | | | | | | | | | | | | | - Trim headers. - Remove quotes from options description. - Backport code fixes from upstream up to r10795 as the project has moved from SourceForge to GoogleCode and so SVN tarballs will not be available for a while. - OptionsNGize Makefile.man - Exhume DOCS and NLS options PR: ports/172671 Submitted by: Barbara <barbara.xxx1975@libero.it> Feature safe: yes Notes: svn path=/head/; revision=306554
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* Finish converting this port to optionsNG.Rene Ladan2012-06-051-4/+4
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=298496
* Use the new options framework for the ALC option too.Rene Ladan2012-06-041-1/+1
| | | | | | | Submitted by: maintainer via private mail Notes: svn path=/head/; revision=298373
* - Update to 10788Rene Ladan2012-06-041-37/+46
| | | | | | | | | - Use new options framework PR: ports/168392 Submitted by: maintainer Notes: svn path=/head/; revision=298360
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update devel/upnp to 1.6.17Pawel Pekala2012-04-271-1/+2
| | | | | | | | | - Bump all affected ports Maintainer of net/ushare was asked for review, no response in 2 weeks Notes: svn path=/head/; revision=295608
* - Update to svn rev 10771Jason Helfman2012-04-221-1/+1
| | | | | | | | PR: ports/167169 Submitted by: maintainer, barbara.xxx1975@libero.it Notes: svn path=/head/; revision=295284
* Update to SVN r10759Rene Ladan2012-02-151-1/+1
| | | | | | | | PR: ports/165127 Submitted by: maintainer Notes: svn path=/head/; revision=291492
* - Update to SVN 10708Rene Ladan2012-01-311-2/+3
| | | | | | | | | | - Use ${PERL} to invoke perl PR: ports/164601 Submitted by: maintainer Notes: svn path=/head/; revision=290166
* Chase devel/upnp shlib bumpPawel Pekala2012-01-181-1/+2
| | | | Notes: svn path=/head/; revision=289420