aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/amule
Commit message (Collapse)AuthorAgeFilesLines
* Fix some misspelled or duplicated LICENSE_*tobik2019-09-181-1/+1
|
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2019-07-271-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
* devel/upnp: Update to 1.8.4tobik2019-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)
* net-p2p/amule*: Fix badly rebased patches from r499598tobik2019-05-151-14/+15
| | | | PR: 237407
* Fix build with upnp 1.8.x.bar2019-04-223-0/+348
| | | | | PR: 203827 Submitted by:Tobias Kortkamp <tobik@freebsd.org>
* Update devel/readline to 8.0sunpoet2019-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
* - Move LICENSE_FILE and SHEBANG_FILES out of unrelated options sectionamdmi32019-01-202-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)
* Remove GeoIP-related options. Where possible, replace GeoIP 1 defaultsadamw2019-01-141-5/+2
| | | | | | with GeoIP 2. Also, as suggested by zi, add an UPDATING note about this.
* net-p2p/amule: remove optional dependency on expired KDE4rene2018-12-312-32/+1
|
* This port requires USES=compiler:c++11-lang to build on GCC-basedlinimon2018-12-201-2/+2
| | | | | | | | architectures. PR: 234118 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
* Mark QT4 ports/functionality for removal on 2019-03-15rene2018-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
* Update security/cryptopp to 7.0.0jhale2018-08-252-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
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mktcberner2018-06-291-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
* - Fix LICENSEamdmi32018-04-172-15/+12
| | | | | | | | - Remove outdated condition - Switch to options helpers - Fix WWW Approved by: portmgr blanket
* Attempt to fix on HEAD.bar2018-03-172-0/+22
|
* Attempt to fix on HEAD.bar2018-03-151-0/+11
|
* - Update security/cryptopp to 5.6.5jhale2016-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
* Update to version 2.3.2.bar2016-09-185-39/+28
|
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-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
* - update libgd to 2.2.2dinoex2016-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
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* Add regenerated patch.bar2015-10-241-3/+2
|
* - Change security/cryptopp from BUILD_DEPENDS to LIB_DEPENDS as it defaults ↵bar2015-10-242-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
* Convert update-mime-database into @post*bapt2015-09-261-2/+2
|
* Remove ansi version fo wxGTK 2.8 and only keep the unicode versionbapt2015-09-171-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
* 2 ports categories: Remove $PTHREAD_LIBSmarino2015-03-251-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
* Remove @dirrm*bapt2014-11-011-42/+12
| | | | Avoid @cwd
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* - Move RESETPREFIX to default PLIST_SUBbdrewery2014-08-191-1/+0
| | | | With hat: portmgr
* Bump PORTREVISION on all ports that depend on net/GeoIP foradamw2014-08-121-1/+1
| | | | | | r364627. Approved by: portmgr (not really, but touches unstaged ports)
* Bump PORTREVISION to catch net/GeoIP update.bar2014-07-291-1/+1
|
* - Add USES=libtool to devel/upnp and bump dependent portstijl2014-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)
* - Remove unneeded dependency from flex from portsbar2014-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
* - Support STAGEDIRbar2014-01-123-84/+129
| | | | | | - Fix build with clang on i386 Approved by: flo (mentor)
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-1/+0
| | | | | | the mtree (categories starting with [np]) Approved by: portmgr (bdrewery)
* Common changes:bar2013-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)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-p2p)
* Add a build dependency on perlbapt2013-09-181-2/+2
|
* - update libdg to 2.1.0dinoex2013-08-091-1/+1
|
* - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-1/+1
| | | | Approved by: portmgr (bapt)
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-2/+1
|
* Convert USE_BISON to USES= bisonbapt2013-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
* - Fix all cases of 'No newline at end of file' in ports treeak2013-02-012-2/+2
| | | | Approved by: portmgr (bapt)
* Convert to USE_PKGCONFIG.bar2013-01-201-3/+2
| | | | | | Use space instead of tab after Created by header. Approved by: flo (mentor)
* - Trim Makefile headersbar2012-12-022-64/+62
| | | | | | | | | - Convert to OptionsNG - Strip ABI version from LIB_DEPENDS - Update my email address Approved by: rene (mentor) Feature safe: yes
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-4/+4
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Update devel/upnp to 1.6.17pawel2012-04-271-2/+2
| | | | | | - Bump all affected ports Maintainer of net/ushare was asked for review, no response in 2 weeks
* - Fix build when perl symlink is missingmiwi2012-01-291-0/+2
| | | | | | PR: 163188 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer timeout
* Chase devel/upnp shlib bumppawel2012-01-191-2/+2
|
* 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.
* Pass maintainership to Barbara per email to ports@jgh2011-12-281-1/+1
| | | | | | | http://lists.freebsd.org/pipermail/freebsd-ports/2011-December/072036.html Submitted by: Barbara <barbara.xxx1975 at libero.it > Approved by: rene (mentor)
* - Reset ports to heap due to mail bouncestabthorpe2011-12-271-1/+1
| | | | | | | | | | | <swell.k@gmail.com>: host gmail-smtp-in.l.google.com[74.125.53.26] said: 550-5.1.1 The email account that you tried to reach does not exist. Please try 550-5.1.1 double-checking the recipient's email address for typos or 550-5.1.1 unnecessary spaces. Learn more at 550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=6596 d6si2748840pbk.7 (in reply to RCPT TO command) With Hat: portmgr
* Use a better fix for LICENSE_FILE_GPLv2 from portlints point of view.rene2011-12-261-1/+2
| | | | Submitted by: Jan Beich
* Fix libpng check in configure script, fixed upstream in r10694.rene2011-12-262-2/+18
| | | | | | PR: ports/163182 Submitted by: Barbara Approved by: maintainer timeout (swell.k, 14 days)
* - Update to 2.3.1rene2011-12-016-291/+183
| | | | | | | | | | - Make the port look similar to net-p2p/amule-devel to ease updating the two. - Partially pet portlint. PR: ports/162603 Submitted by: Barbara (barbara.xxx1975 libero/it) Approved by: maintainer timeout (swell.k, 14 days) Feature safe: yes
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+1
| | | | | | | | | - 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
* - Actually chase upnp shlib changepav2011-03-271-1/+1
| | | | | Reported by: pointyhat Pointy hat to: pawel (miwi, wen)
* - Chase devel/upnp shlib bumppawel2011-03-241-1/+1
| | | | Approved by: miwi, wen (mentors)
* - Chase devel/upnp shlib bumpmiwi2011-03-041-1/+2
|
* Add license infomakc2011-01-022-1/+4
| | | | | | | Remove md5 sums PR: ports/153589 Submitted by: maintainer (swell.k at gmail.com)
* - Chase upnp shlib version bumppav2010-10-251-1/+1
| | | | | Reported by: pointyhat Pointy hat to: wen
* - Update CONFLICTS for dynamic PKGNAMEpgollucci2010-10-191-1/+1
| | | | | PR: ports/150985 Submitted by: swell.k@gmail.com (maintainer)
* - add missed filepgollucci2010-10-191-0/+16
|
* - Split amule into amule and amule-develpgollucci2010-10-194-158/+299
| | | | | PR: ports/150985 Submitted by: swell.k@gmail.com (maintainer)
* - Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>pgollucci2010-09-071-1/+1
| | | | | | | - Update some MASTER_SITES too PR: ports/150349 Submitted by: maintainer
* - Mirror distfile on master site localpav2010-09-031-1/+2
| | | | Requested by: maintainer
* - Update to r10275pav2010-09-032-22/+16
| | | | | PR: ports/149988 Submitted by: Anonymous <swell.k@gmail.com> (maintainer)
* - Update to git r.10266pav2010-08-134-468/+342
| | | | | | | | - Switch maintainers PR: ports/149021 Submitted by: Anonymous <swell.k@gmail.com> Approved by: Boris Kovalenko <boris@tagnet.ru> (old maintainer)
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* - 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
|
* - Remove --disable-upnp from CONFIGURE_ARGS since this is nowlioux2009-12-011-1/+1
| | | | | | | | regulated by UPNP config knob - Bump PORTREVISION since UPNP config knob was not being upheld PR: ports/141019 Approved by: maintainer
* - Update to 2.2.6wen2009-09-293-7/+12
| | | | | | | PR: ports/139151 Submitted by: barbara <barbara.xxx1975@libero.it> Approved by: maintainer, miwi(mentor) Feature safe: yes
* - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-221-1/+1
| | | | starting with N
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-0/+1
| | | | | | bumped or updated Requested by: edwin
* - Update to 2.2.5dhn2009-06-172-5/+4
| | | | | | PR: ports/135185 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: maintainer timeout (two weeks)
* - Add WITH_UPNP knob to "Enable Universal Plug and Play support"laszlof2009-05-211-2/+10
| | | | | | PR: ports/133901 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Approved by: Boris Kovalenko <boris@tagnet.ru> (maitainer)
* Fix plist with -DNOPORTDOCSitetcu2009-04-261-0/+5
| | | | | Prompted by: QAT QA run Approved by: maintainer timeout on QATMail
* - Drop needless depend on curlsem2009-04-061-1/+1
| | | | Submitted by: maintainer
* - Update to 2.2.4pav2009-04-054-38/+24
| | | | Submitted by: <boris@tagnet.ru> (maintainer)
* Update to 2.2.3.delphij2009-03-225-78/+205
| | | | | | Submitted by: Torfinn Ingolfsen <tingox gmail com> PR: ports/132264 Approved by: maintainer
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-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)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-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)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-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)
* - add CONFLICTS for bin/ed2kdinoex2008-01-301-1/+1
| | | | | PR: 120112 Submitted by: Yar Tikhiy
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-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
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-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
* - Remove deprecated reference for net-p2p/amule1 and 4.x chunks after thegabor2007-05-291-4/+0
| | | | removal of amule1
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Fix accentuated filename displayrafan2007-03-241-15/+21
| | | | | | | | - Fix OPTIONS handling - Support WITHOUT_NLS knob PR: ports/110201 Submitted by: Boris Kovalenko <boris at tagnet.ru> (maintainer)
* - Add offiical patch to allow use of new stable version of wxWidgets. This alsoitetcu2007-01-132-2/+8
| | | | | | | | fixes "crash on search tab close" bug. - bump PORTREVISION PR: ports/107700 Submitted by: Boris Kovalenko (maintainer)
* - Remove CURL from dependencies as it's not necessarygabor2006-12-081-6/+1
| | | | | | | | - Bump PORTREVISION PR: ports/106443 Submitted by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Approved by: erwin (mentor)
* - Use features of bsd.wx.mk, especially USE_WXpav2006-12-011-4/+3
| | | | | PR: ports/101613 Submitted by: alepulver
* Update maintainer's email address.linimon2006-07-111-1/+1
|
* Assign amule2 to new volunteer; mark amule1 as DEPRECATED, with note thatlinimon2006-07-091-1/+1
| | | | it is only retained for 4.X compatibility.
* Previous maintainer asked to resign.linimon2006-07-042-2/+1
| | | | PR: ports/99753
* - Update to 2.1.3pav2006-06-193-20/+22
| | | | | PR: ports/98867 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
* - Update to 2.1.1pav2006-03-194-30/+24
| | | | | | | - Update rcng usage PR: ports/94634 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
* 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.
* Populate newly create net-p2p category with these ports:pav2006-01-311-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
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-6/+6
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-13/+13
| | | | | Approved by: krion@ PR: ports/88711 (related)
* [PORT UPDATE] net/amule2 v2.1.0edwin2006-01-045-47/+107
| | | | | | | This patch updates aMule2 port to v2.1.0 PR: ports/91276 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com>
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* - Update to 2.0.3ahze2005-06-173-16/+16
| | | | | PR: ports/82328 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
* - Update to 2.0.2pav2005-06-073-23/+69
| | | | | PR: ports/81967 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
* - Fix brain failure of minepav2005-06-021-3/+3
| | | | | Reported by: krismail Pointy hat to: pav
* - Deal with locale directoriespav2005-05-281-0/+6
|
* - Update to 2.0.1pav2005-05-203-17/+16
| | | | | PR: ports/81223 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
* Update to new stable release 2.0.0fjoe2005-05-177-0/+406
PR: 80734 Submitted by: Ganael Laplanche