summaryrefslogtreecommitdiff
path: root/net-p2p/amule2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 2.2.5Dennis Herrmann2009-06-162-5/+4
| | | | | | | | | PR: ports/135185 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout (two weeks) Notes: svn path=/head/; revision=236048
* - Add WITH_UPNP knob to "Enable Universal Plug and Play support"Frank J. Laszlo2009-05-211-2/+10
| | | | | | | | | PR: ports/133901 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Approved by: Boris Kovalenko <boris@tagnet.ru> (maitainer) Notes: svn path=/head/; revision=234338
* Fix plist with -DNOPORTDOCSIon-Mihai Tetcu2009-04-261-0/+5
| | | | | | | | Prompted by: QAT QA run Approved by: maintainer timeout on QATMail Notes: svn path=/head/; revision=232757
* - Drop needless depend on curlSergey Matveychuk2009-04-061-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=231692
* - Update to 2.2.4Pav Lucistnik2009-04-044-38/+24
| | | | | | | Submitted by: <boris@tagnet.ru> (maintainer) Notes: svn path=/head/; revision=231607
* Update to 2.2.3.Xin LI2009-03-225-78/+205
| | | | | | | | | Submitted by: Torfinn Ingolfsen <tingox gmail com> PR: ports/132264 Approved by: maintainer Notes: svn path=/head/; revision=230628
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-4/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - add CONFLICTS for bin/ed2kDirk Meyer2008-01-301-1/+1
| | | | | | | | PR: 120112 Submitted by: Yar Tikhiy Notes: svn path=/head/; revision=206443
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialJoe Marcus Clarke2007-10-242-190/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 Notes: svn path=/head/; revision=201947
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Remove deprecated reference for net-p2p/amule1 and 4.x chunks after theGabor Kovesdan2007-05-281-4/+0
| | | | | | | removal of amule1 Notes: svn path=/head/; revision=192204
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Fix accentuated filename displayRong-En Fan2007-03-241-15/+21
| | | | | | | | | | | - Fix OPTIONS handling - Support WITHOUT_NLS knob PR: ports/110201 Submitted by: Boris Kovalenko <boris at tagnet.ru> (maintainer) Notes: svn path=/head/; revision=188176
* - Add offiical patch to allow use of new stable version of wxWidgets. This alsoIon-Mihai Tetcu2007-01-122-2/+8
| | | | | | | | | | | fixes "crash on search tab close" bug. - bump PORTREVISION PR: ports/107700 Submitted by: Boris Kovalenko (maintainer) Notes: svn path=/head/; revision=182213
* - Remove CURL from dependencies as it's not necessaryGabor Kovesdan2006-12-081-6/+1
| | | | | | | | | | | - Bump PORTREVISION PR: ports/106443 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Approved by: erwin (mentor) Notes: svn path=/head/; revision=179183
* - Use features of bsd.wx.mk, especially USE_WXPav Lucistnik2006-12-011-4/+3
| | | | | | | | PR: ports/101613 Submitted by: alepulver Notes: svn path=/head/; revision=178433
* Update maintainer's email address.Mark Linimon2006-07-111-1/+1
| | | | Notes: svn path=/head/; revision=167420
* Assign amule2 to new volunteer; mark amule1 as DEPRECATED, with note thatMark Linimon2006-07-081-1/+1
| | | | | | | it is only retained for 4.X compatibility. Notes: svn path=/head/; revision=167203
* Previous maintainer asked to resign.Mark Linimon2006-07-032-2/+1
| | | | | | | PR: ports/99753 Notes: svn path=/head/; revision=166868
* - Update to 2.1.3Pav Lucistnik2006-06-183-20/+22
| | | | | | | | PR: ports/98867 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer) Notes: svn path=/head/; revision=165715
* - Update to 2.1.1Pav Lucistnik2006-03-184-30/+24
| | | | | | | | | | - Update rcng usage PR: ports/94634 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer) Notes: svn path=/head/; revision=157571
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-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. Notes: svn path=/head/; revision=156534
* Populate newly create net-p2p category with these ports:Pav Lucistnik2006-01-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=154851
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-6/+6
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-13/+13
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* [PORT UPDATE] net/amule2 v2.1.0Edwin Groothuis2006-01-045-47/+107
| | | | | | | | | | This patch updates aMule2 port to v2.1.0 PR: ports/91276 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> Notes: svn path=/head/; revision=152706
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* - Update to 2.0.3Michael Johnson2005-06-173-16/+16
| | | | | | | | PR: ports/82328 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer) Notes: svn path=/head/; revision=137607
* - Update to 2.0.2Pav Lucistnik2005-06-063-23/+69
| | | | | | | | PR: ports/81967 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer) Notes: svn path=/head/; revision=136939
* - Fix brain failure of minePav Lucistnik2005-06-021-3/+3
| | | | | | | | Reported by: krismail Pointy hat to: pav Notes: svn path=/head/; revision=136663
* - Deal with locale directoriesPav Lucistnik2005-05-271-0/+6
| | | | Notes: svn path=/head/; revision=136281
* - Update to 2.0.1Pav Lucistnik2005-05-203-17/+16
| | | | | | | | PR: ports/81223 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer) Notes: svn path=/head/; revision=135693
* Update to new stable release 2.0.0Max Khon2005-05-177-0/+406
PR: 80734 Submitted by: Ganael Laplanche Notes: svn path=/head/; revision=135456