aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/mldonkey
Commit message (Collapse)AuthorAgeFilesLines
* net-p2p/mldonkey: Add CPE informationBernhard Froehlich2021-08-291-1/+1
| | | | Approved by: portmgr (blanket)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-5/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Prefer graphics/ligvrsvg2-rust over graphics/librsvg2Tobias C. Berner2020-11-091-1/+1
| | | | | | | | | | | | | | - switch to the more modern version of librsvg2 on architectures supporting rust - this will fix some graphical issues on these architectures PR: 250276 Exp-run by: antoine Submitted by: tobik Differential Revision: https://reviews.freebsd.org/D18878 Notes: svn path=/head/; revision=554733
* Canonicalize use of GCC on all powerpc variants.Mark Linimon2020-09-231-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=549763
* - 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
* net-p2p/mldonkey: fix build on powerpc64 elfv2Piotr Kubaj2020-01-221-0/+4
| | | | | | | | | | | | | Clang can't build this port on powerpc64: ld: error: build/client.a(commonShared.o):(function camlCommonShared__ni_2211: .text+0xCE): relocation R_PPC64_TOC16_DS out of range: 121936 is not in [-32768, 32767] ld: error: build/core.a(donkeyOptions.o):(function camlDonkeyOptions__max_allowed_connected_servers_1641: .text+0x1A): relocation R_PPC64_TOC16_DS out of range: 69120 is not in [-32768, 32767] ld: error: build/cdk.a(http_lexer.o):(function camlHttp_lexer__get_args_1205: .text+0x12): relocation R_PPC64_TOC16_DS out of range: 203032 is not in [-32768, 32767] PR: 243221 Approved by: danfe (maintainer) Notes: svn path=/head/; revision=523822
* Canonicalize librsvg dependencyTobias Kortkamp2019-09-131-2/+2
| | | | | | | | - Use USE_GNOME=librsvg2 where possible - Reduce scope of D18878 Notes: svn path=/head/; revision=511956
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-7/+13
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* Fix build on GCC-based architectures by adding c++11-lang to USES:Mark Linimon2019-08-071-1/+1
| | | | | | | | | /usr/local/lib/libgraphite2.so.3: undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8' Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=508307
* Update OCaml to version 4.05.0 (this is the last version where stringsAlexey Dokuchaev2019-06-241-2/+4
| | | | | | | | | | | | | | | | | | | | | | | are unsafe by default, which is the main motivation why it was picked, but not the very latest one) and synchronize the rest of the stack and dependent ports with it, particularly: - Update `devel/ocaml-ocamlbuild' to version 0.14.0 and unbreak, register build dependency on all ports that require it (should be part of USE_OCAML, but we do not want to make any Mk-related changes the for time being) - Update `devel/ocaml-camlp4' to version 4.05+2 - Update `devel/ocaml-camlp5' to version 7.07 (the project had moved to GitHub) - Mark `devel/ocaml-deriving-ocsigen' as BROKEN for now, it is very outdated and requires quite a lot of work - Update `x11-toolkits/ocaml-labltk' to version 8.06.3 PR: 218333 Exp-run by: antoine Notes: svn path=/head/; revision=505020
* - Add upstream patch to unbreak the build against OCaml 4.03.0+Alexey Dokuchaev2019-06-132-2/+104
| | | | | | | | | - When possible, use modern spelling of native types to make the diff for upcoming OCaml update less noisy - While here, rephrase the COMMENT and assume maintainership Notes: svn path=/head/; revision=504094
* net-p2p/mldonkey*: Fix build with Clang 6Tobias Kortkamp2018-08-261-0/+31
| | | | | | | | | | | | | | | | src/utils/lib/CryptoPP.h:3941:26: error: ISO C++11 does not allow access declarations; use using declarations instead BufferedTransformation::Get; ^ http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/mldonkey-3.1.5_2.log http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/mldonkey-core-3.1.5_2.log http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/mldonkey-gui-3.1.5_2.log PR: 229691 Submitted by: mickey242@gmx.net Notes: svn path=/head/; revision=478102
* Add explicit build dependency on pkgconfAntoine Brodin2018-03-271-1/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=465694
* - Patch configure instead of configure.in so we can avoid USES=autoreconf.Tijl Coosemans2017-12-301-17/+8
| | | | | | | | | | | | | An obscure macro is used in configure.in that autoreconf cannot find anywhere (ACX_CHECK_CXX_FLAGS). - Disable a test for libcharset from converters/libiconv, so the code will use nl_langinfo from libc instead. - Remove unneeded CONFIGURE_ENV, CPPFLAGS and LDFLAGS. Reported by: antoine Notes: svn path=/head/; revision=457601
* Add build dependency on ax_pthread.m4 from autoconf-archive. It is usedTijl Coosemans2017-12-281-0/+2
| | | | | | | | | in configure.in. Reported by: antoine Notes: svn path=/head/; revision=457475
* Convert to USES=autoreconf.Tijl Coosemans2017-12-272-19/+3
| | | | Notes: svn path=/head/; revision=457385
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-3/+3
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534 Notes: svn path=/head/; revision=421635
* - Disable strict configure options checking in preparation for portswide ↵Dmitry Marakasov2016-09-061-1/+2
| | | | | | | | | | --disable-silent-rules PR: 212075 Approved by: portmgr blanket Notes: svn path=/head/; revision=421427
* - 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
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - 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
* - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which addGuido Falsi2015-05-041-2/+2
| | | | | | | | | | | | | | | | | | 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
* 2 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-241-1/+1
| | | | | | | | | | | | | 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
* Cleanup plistAntoine Brodin2014-11-121-1/+0
| | | | Notes: svn path=/head/; revision=372503
* - Remove leading indefinite article from COMMENTSunpoet Po-Chuan Hsieh2014-08-161-2/+1
| | | | | | | - Remove NO_LATEST_LINK Notes: svn path=/head/; revision=365123
* Remove a very strange series of ^H's from the pkg-message, and remove theAdam Weinberger2014-08-162-4/+1
| | | | | | | ${CAT} ${PKGMESSAGE} from post-install. Notes: svn path=/head/; revision=365111
* - update to 3.1.5Yen-Ming Lee2014-07-213-56/+40
| | | | | | | - support stage and options Notes: svn path=/head/; revision=362404
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* - Convert USE_GMAKE/BZIP2 to USESMartin Wilke2014-03-151-3/+1
| | | | Notes: svn path=/head/; revision=348350
* Fix build with clang on i386 by disabling inline asm that usesTijl Coosemans2013-10-191-0/+11
| | | | | | | | | intel syntax. PR: ports/180595 Notes: svn path=/head/; revision=330850
* 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
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-041-1/+1
| | | | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) Notes: svn path=/head/; revision=326316
* Fix typo, and thereby fix INDEX.Colin Percival2013-08-091-1/+1
| | | | Notes: svn path=/head/; revision=324449
* - update libdg to 2.1.0Dirk Meyer2013-08-091-0/+1
| | | | Notes: svn path=/head/; revision=324437
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* update to 3.1.3Brendan Fabeny2013-03-083-43/+7
| | | | Notes: svn path=/head/; revision=313613
* update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjustBrendan Fabeny2013-03-051-6/+12
| | | | | | | | | | dependent ports PR: 144982, 149958 Reviewed by: johans (earlier version of the patch) Notes: svn path=/head/; revision=313476
* - Update to 3.1.2Sunpoet Po-Chuan Hsieh2012-06-142-6/+5
| | | | | | | | | - Pet portlint: remove ABI version number from LIB_DEPENDS Changes: http://cvs.savannah.gnu.org/viewvc/mldonkey/mldonkey/distrib/ChangeLog?view=markup Notes: svn path=/head/; revision=299257
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 3.1.1Martin Wilke2012-04-216-52/+8
| | | | | | | | PR: 166891 Submitted by: Ports Fury Notes: svn path=/head/; revision=295209
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-6/+4
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update to 3.1.0 [1]Rene Ladan2011-09-154-20/+35
| | | | | | | | | | | | | - Garbage collect old threading options [1] - Fix build with clang [2] PR: ports/160502 [1,2] ports/160498 [2] Submitted by: "h h" (aakuusta gmail.com) [1,2] Obtained from: upstream [2] Notes: svn path=/head/; revision=281824
* Drop maintainershipMario Sergio Fujikawa Ferreira2011-07-241-1/+1
| | | | Notes: svn path=/head/; revision=278251
* Update to 3.0.7Mario Sergio Fujikawa Ferreira2011-07-202-5/+5
| | | | | | | | PR: ports/154908 Submitted by: soulcatcher <soulcatcher13@gmail.com> Notes: svn path=/head/; revision=277977
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-152-6/+5
| | | | | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps Notes: svn path=/head/; revision=274133
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update to 3.0.6Mario Sergio Fujikawa Ferreira2010-11-172-3/+3
| | | | Notes: svn path=/head/; revision=264688