aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/mldonkey
Commit message (Collapse)AuthorAgeFilesLines
* net-p2p/mldonkey*: Fix build with Clang 6tobik2018-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
* Add explicit build dependency on pkgconfantoine2018-03-271-1/+1
| | | | Reported by: pkg-fallout
* - Patch configure instead of configure.in so we can avoid USES=autoreconf.tijl2017-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
* Add build dependency on ax_pthread.m4 from autoconf-archive. It is usedtijl2017-12-291-0/+2
| | | | | | in configure.in. Reported by: antoine
* Convert to USES=autoreconf.tijl2017-12-282-19/+3
|
* The output of tools like awk, date, sort, tr,... depends on the currenttijl2017-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)
* Most commonly used build systems support silent builds, when theyamdmi32016-09-101-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
* - Disable strict configure options checking in preparation for portswide ↵amdmi32016-09-061-1/+2
| | | | | | | --disable-silent-rules PR: 212075 Approved by: portmgr blanket
* - update libgd to 2.2.2dinoex2016-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
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* - Fix build by removing part of comment which contains broken ocaml code. ↵amdmi32015-05-151-0/+11
| | | | Since ocaml parses commented code, it breaks on this line
* - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which addmadpilot2015-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)
* 2 ports categories: Remove $PTHREAD_LIBSmarino2015-03-251-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
* Cleanup plistantoine2014-11-131-1/+0
|
* - Remove leading indefinite article from COMMENTsunpoet2014-08-171-2/+1
| | | | - Remove NO_LATEST_LINK
* Remove a very strange series of ^H's from the pkg-message, and remove theadamw2014-08-172-4/+1
| | | | ${CAT} ${PKGMESSAGE} from post-install.
* - update to 3.1.5leeym2014-07-213-56/+40
| | | | - support stage and options
* Modernize LIB_DEPENDSbapt2014-07-151-2/+2
| | | | With hat: portmgr
* - Convert USE_GMAKE/BZIP2 to USESmiwi2014-03-161-3/+1
|
* Fix build with clang on i386 by disabling inline asm that usestijl2013-10-191-0/+11
| | | | | | intel syntax. PR: ports/180595
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-p2p)
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.bsam2013-09-051-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)
* Fix typo, and thereby fix INDEX.cperciva2013-08-101-1/+1
|
* - update libdg to 2.1.0dinoex2013-08-091-0/+1
|
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* update to 3.1.3bf2013-03-083-43/+7
|
* update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjustbf2013-03-061-6/+12
| | | | | | | dependent ports PR: 144982, 149958 Reviewed by: johans (earlier version of the patch)
* - Update to 3.1.2sunpoet2012-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
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* - Update to 3.1.1miwi2012-04-226-52/+8
| | | | | PR: 166891 Submitted by: Ports Fury
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-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.
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-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
* - Update to 3.1.0 [1]rene2011-09-164-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]
* Drop maintainershiplioux2011-07-251-1/+1
|
* Update to 3.0.7lioux2011-07-202-5/+5
| | | | | PR: ports/154908 Submitted by: soulcatcher <soulcatcher13@gmail.com>
* Remove painful examples of foo="", with particular prejudice againstdougb2011-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
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Update to 3.0.6lioux2010-11-172-3/+3
|
* Update to 3.0.5lioux2010-11-084-41/+3
| | | | | PR: 152037 Submitted by: sunpoet
* Punt autoconf267->autoconf268ade2010-10-161-1/+1
|
* - Remove BROKEN: fix buildlioux2010-09-261-2/+0
| | | | Obtained from: mldonkey issue tracker (https://savannah.nongnu.org/patch/?7267#comment2)
* - Remove BROKEN: fix buildlioux2010-09-212-0/+36
| | | | Obtained from: mldonkey issue tracker (https://savannah.nongnu.org/patch/?7267#comment2)
* - Mark BROKEN: does not buildpav2010-09-171-0/+2
| | | | Reported by: pointyhat
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-1/+2
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* Update to 3.0.4lioux2010-09-062-4/+4
|
* Update to 3.0.3lioux2010-08-032-4/+4
|
* o Update to 3.0.2lioux2010-06-132-5/+7
| | | | o Add LICENSE* information
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* o Revert previous commit since the specific LDFLAGS is not neededlioux2009-11-241-7/+1
| | | | o Bump PORTREVISION to insure that no one will have that LDFLAGS
* - Fix build on systems where GCC stack protection (aka Propolice)lioux2009-11-231-0/+7
| | | | | | was enabled for userland on src/share/mk/bsd.sys.mk (SVN rev 180012 on 2008-06-25 21:33:28Z by ru) - For OSVERSION >= 800040, add -fstack-protector to LDFLAGS
* Update to 3.0.1lioux2009-11-222-5/+4
|
* - Fix rc.d startup script:lioux2009-11-222-1/+8
| | | | | | | | | 1) Check if daemon is already running before start 2) Add verbose start message - Bump PORTREVISION PR: ports/129790 Submitted by: Ulrich Spoerlein <uspoerlein@gmail.com>
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵amdmi32009-09-021-3/+1
| | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav)
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* - Not MAKE_JOBS_SAFEpav2009-07-201-1/+1
| | | | Reported by: pointyhat
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-2/+0
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* Mark MAKE_JOBS_SAFE for SMP compilationlioux2009-03-251-0/+1
|
* Update to 3.0.0lioux2009-02-252-4/+4
|
* Update to 2.9.7lioux2009-02-192-4/+4
|
* - Remove conditional checks for FreeBSD 5.x and olderpav2009-01-071-5/+2
|
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-201-1/+1
| | | | Tested by: exp build run (erwin)
* Update to 2.9.6lioux2008-08-102-4/+4
|
* Update to 2.9.5lioux2008-05-072-4/+4
|
* Update to 2.9.4lioux2008-03-032-4/+4
|
* Update to 2.9.3lioux2008-01-212-4/+4
|
* Update to 2.9.2lioux2007-10-252-5/+4
|
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-5/+0
|
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-1/+2
| | | | | PR: ports/116639 Submitted by: aDe
* Update to 2.9.1lioux2007-09-132-4/+4
|
* Update to 2.9.0lioux2007-07-302-5/+4
|
* o Fix RC script. Make sure the shell is sh(1) when starting mlnet.lioux2007-07-263-5/+11
| | | | | | | o Bump PORTREVISION PR: 112253 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
* Update to 2.8.7lioux2007-07-022-5/+4
|
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update to 2.8.5 since it is a bugfix to 2.8.4lioux2007-04-262-4/+4
|
* Update to 2.8.4lioux2007-04-252-4/+4
|
* o Update to 2.8.3lioux2007-04-165-160/+41
| | | | | | | | | o Simplify Makefile's port logic o Do not install rc(8) script if only the graphical user interface is being installed [1] PR: 104029 [1] Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> [1]
* o Fix: "Namely, eMule (and compatible) clients use 'rotationallioux2007-02-104-0/+131
| | | | | | | | | | | chunkrequest' scheme, where each REQCHUNKS packet contains one new chunk and two older chunks. This can lead to duplicate data being sent by mldonkeys, if a rotational chunkrequest scheme is used when communicating with them." [1] http://hydranode.com/docs/ed2k/ed2kproto.php#upload o Bump PORTREVISION Submitted by: spiral voice <spiralvoice@hotmail.com> (MLDonkey developer) [1]
* Fix install target: do not install files that do not existlioux2006-12-251-2/+2
|
* Fix patch targetlioux2006-12-211-11/+0
|
* o Update to 2.8.2lioux2006-12-153-7/+8
| | | | | | | o Log to mlnet_logfile rc script variable instead of stdout/stderr [1] PR: 104159 [1] Submitted by: hq [1]
* /tmp/msglioux2006-11-212-1/+12
|
* o Remove PKGNAMESUFFIX=-devellioux2006-09-291-2/+3
| | | | | | o Bump PORTREVISION Submitted by: ale
* o Take over maintainershiplioux2006-09-2911-701/+219
| | | | | | o Update to 2.8.1 from port net-p2p/mldonkey-devel Approved by: benlutz@datacomm.ch (previous maintainer)
* Transfer maintainership by previous maintainer request.linimon2006-07-171-1/+1
| | | | PR: ports/94453
* - Fix build and unbroken port.anray2006-05-314-4/+402
| | | | | PR: ports/96075 Submitted by: Holger Lamm (maintainer)
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-1/+0
|
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1
| | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts.
* Convert .error to IGNORE when a port-specific combination of otherwisekris2006-02-111-1/+1
| | | | | | | | | legal user-configurable variables is encountered; such an occurrence should not prevent global tasks like INDEX builds, only the build of the port in question. PR: ports/92443 (partial) Submitted by: linimon
* SHA256ifyedwin2006-02-021-0/+1
| | | | Approved by: krion@
* Populate newly create net-p2p category with these ports:pav2006-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ftp/jigdo net/amule1 net/amule2 net/apollon net/azureus net/bnbt net/btpeer net/btqueue net/cdonkey net/ctorrent net/dcd net/dclib net/dctc net/dctc-gui net/dctc-gui-qt net/edonkey-gui-gtk net/edonkey-gui-gtk-urlslave net/fcptools net/fidelio net/freenet net/frost net/giftcurs net/giftoxic net/giftui net/gift net/gift-fasttrack net/gift-gnutella net/gift-openft net/gkrellm-gift net/gnewtellium net/gnome-btdownload net/gnunet net/gtkhx net/gtk-gnutella net/gtorrentviewer net/hagelslag net/hx net/i2p net/javadc net/kmldonkey net/ktorrent net/libbt net/liberator net/libfreenet net/libpdtp net/libtorrent net/limewire net/linux-agsatellite net/linux-edonkey-core net/linux-edonkey-server net/linux-jigdo net/linux-overnet-core net/minder net/mldonkey net/mldonkey-core net/mldonkey-core-devel net/mldonkey-devel net/mldonkey-gui net/mldonkey-gui-devel net/mldonkey-perlreactor net/mldonkey-sancho net/mldonkey-serverspy net/mldonkey-urlslave net/mutella net/mute-net net/mute-net-gui net/mute-net-text net/napshare net/nicotine net/opendchub net/peercast net/phex net/pyslsk net/py-bittornado net/py-bittornado-core net/py-bittorrent net/py-bittorrent-core net/py-bittorrent-core-devel net/py-bittorrent-devel net/py-fngrab net/py-kenosis net/py-kenosis-bittorrent net/py-py2play net/p5-pdonkey net/qtella net/qtorrent net/rtorrent net/squall net/torrentflux net/torrentsniff net/trackerbt net/transmission net/valknut net/verlihub net/verlihub-plugins net/xmule net/xnap misc/ed2k misc/edonkey-tool-hash misc/linux-edonkey-tool-recovermet Repocopies by: marcus
* BROKEN: Does not buildkris2006-01-141-0/+2
|
* - Update graphics/libglut to 6.4.1.sem2006-01-121-0/+1
| | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org>
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* Move instant messaging related ports to newly created net-im category:pav2005-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/gaim -> net-im/gaim net/gaim-latex -> net-im/gaim-latex net/gaim-openq -> net-im/gaim-openq net/gaim-rss-reader -> net-im/gaim-rss-reader net/gicq -> net-im/gicq net/gnomeicu2 -> net-im/gnomeicu2 net/gossip -> net-im/gossip net/ickle -> net-im/ickle net/jabber -> net-im/jabber net/jabber-aim -> net-im/jabber-aim net/jabber-conference -> net-im/jabber-conference net/jabber-jud -> net-im/jabber-jud net/jabber-msn -> net-im/jabber-msn net/jabber-users-agent -> net-im/jabber-users-agent net/jabber-yahoo -> net-im/jabber-yahoo net/jarl -> net-im/jarl net/kf -> net-im/kf net/libicq -> net-im/libicq net/libicq2000 -> net-im/libicq2000 net/loudmouth -> net-im/loudmouth net/meanwhile -> net-im/meanwhile net/meanwhile-gaim -> net-im/meanwhile-gaim net/newsbot -> net-im/newsbot net/ocaml-jabbr -> net-im/ocaml-jabbr net/psi -> net-im/psi net/py-jabber -> net-im/py-jabber net/py-twistedWords -> net-im/py-twistedWords net/p5-Net-Jabber -> net-im/p5-Net-Jabber Repocopied by: marcus
* Fix rcNG launcher: the latest version (2.5.30.7) no longer supports thehq2005-10-271-2/+1
| | | | | | '-daemon' argument Approved by: maintainer timeout (2 weeks)
* - fix dependencydinoex2005-10-252-1/+3
| | | | | | | - fix openssl patch maintainer emailed: 2005-10-08 (no feedback) Approved by: (maintainer timeout)
* - Update to 2.5.30.17pav2005-10-034-7/+190
| | | | | | | - Use external OpenSSL PR: ports/86477 Submitted by: Holger Lamm <holger@e-gitt.net> (maintainer)
* Fix USE_RC_SUBR not being defined properly when WITHOUT_GUI is defined, thushq2005-08-111-1/+4
| | | | | | | breaking the resulting rcNG script. This can be the case when installing net/mldonkey-core. Approved by: portmgr (clement)
* - Fix mldonkey-core buildpav2005-06-291-1/+1
| | | | Pointy hat to: pav
* - Update to 2.5.28.1pav2005-06-246-38/+107
| | | | | | | | | | | - Add rc script [1] PR: ports/82467 Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> Approved by: Holger Lamm <holger@e-gitt.net> (maintainer) [1] Submitted by: hq via maintainer
* o After repo copy from net/mldonkeylioux2005-01-091-1/+1
| | | | | | | | | | | | | | | | - Update to development version 2.5.28 patch kit j - Set myself as maintainer for the time being but allow previous maintainer to take over ASAP - Temporarily --disable-filetp per default since filetp is known to be broken on version 2.5.28* and prior - Deploy PORTDOCS - Add CONFLICTS on net/mldonkey{,-core,-gui} - NO_LATEST_LINK since this is a development version of net/mldonkey - DESCR: replace spaces with tabs PR: 75664 Repo copied by: marcus (portmgr)
* o Add CONFLICTS on upcoming net/mldonkey{,-core,-gui}-devel repocopiedlioux2005-01-091-0/+2
| | | | | | | from matching net/mldonkey{,-core,-gui} ports PR: 75664 Repo copied by: marcus (portmgr)
* - Update WWWpav2004-11-161-2/+1
| | | | | | PR: ports/73924 Submitted by: Jorge Mario G. Mazo <jgutie11@eafit.edu.co> Approved by: Holger Lamm <holger@e-gitt.net> (maintainer)
* - autoconf is needed every time, not only in GUI buildpav2004-10-261-2/+2
| | | | Reported by: pointyhat via kris
* - Update to 2.5.23 and unbreakpav2004-09-203-9/+27
| | | | | | PR: ports/70906 Submitted by: Holger Lamm <holger@e-gitt.net> (maintainer) Approved by: portmgr (marcus)
* BROKEN on 5.x: Does not compilekris2004-09-191-1/+7
| | | | Approved by: portmgr (self)
* - Update to 2.5.21pav2004-05-152-3/+3
| | | | | | PR: ports/66554 Submitted by: dhchen <dhchen@dhchen.com> Approved by: maintainer
* - Update to 2.5.16pav2004-04-022-5/+5
| | | | | PR: ports/64957 Submitted by: Holger Lamm <holger@e-gitt.net> (maintainer)
* fix for master/slave portijliao2004-03-231-1/+1
|
* Update to 2.5.14mat2004-03-184-23/+14
| | | | | PR: 63318 Submitted by: maintainer
* use CATEGORIES+= for slave portijliao2004-03-111-1/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* - Fix build with ocaml-3.07_1pav2004-01-082-1/+12
| | | | | PR: ports/61012 Submitted by: Holger Lamm <holger@e-gitt.net> (maintainer)
* - Update to version 2.5.4krion2003-10-302-3/+3
| | | | | PR: 58697 Submitted by: maintainer
* Chase up new MASTER_SITE_SAVANNAH.edwin2003-10-031-1/+2
| | | | | PR: ports/56970 Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
* Prepare it to be a master port: make COMMENT optional so that itlioux2003-06-161-1/+1
| | | | can be redefined by slave ports
* o Update to 2.5.3lioux2003-06-165-43/+105
| | | | | | | | o This port now builds from source and enables all protocols available on the distribution o Update PKGMESSAGE, COMMENT and DESCR accordingly Submitted by: maintainer
* Update to 2.04 rc1lioux2003-03-273-10/+6
| | | | Submitted by: maintainer
* De-pkg-comment.knu2003-02-212-1/+1
|
* Only depend on compat4x port IF running on OSVERSION >= 500000lioux2003-02-011-3/+7
|
* o Install port's supplied version of kill_mldonkey instead oflioux2003-01-281-1/+2
| | | | | | | | distribution's one o Bump PORTREVISION Submitted by: maintainer Pointy hat to: lioux
* Fix typo: set WRKSRC correctlylioux2003-01-281-1/+1
| | | | Submitted by: maintainer
* o After being repo copied to mldonkey-gui port:lioux2003-01-277-44/+85
| | | | | | | | | | | | | - update to 2.02.0 - only install the mldonkey core (leave the GUI for the mldonkey-gui port) - update all informational files to reflect this change - roll our own BSD license kill_mldonkey shell script instead of using the distribution's one: sh(1) based using fetch(1) Approved by: portmgr (myself & no objections) Repo copied by: joe Submitted by: maintainer
* Update MASTER_SITES: DISTFILES no longer available at older oneslioux2002-12-301-2/+3
| | | | Submitted by: maintainer
* New port mldonkey version 1.16: A OCAML/GTK client for the eDonkeylioux2002-09-217-0/+122
peer-to-peer network Submitted by: Holger Lamm <holger@e-gitt.net>