summaryrefslogtreecommitdiff
path: root/net-p2p/amule (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Remove @dirrm*Baptiste Daroussin2014-11-011-42/+12
| | | | | | | Avoid @cwd Notes: svn path=/head/; revision=372009
* 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-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) Notes: svn path=/head/; revision=361520
* - Remove unneeded dependency from flex from portsBarbara Guida2014-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 Notes: svn path=/head/; revision=352562
* - Support STAGEDIRBarbara Guida2014-01-113-84/+129
| | | | | | | | | - Fix build with clang on i386 Approved by: flo (mentor) Notes: svn path=/head/; revision=339446
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [np]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331273
* Common changes:Barbara Guida2013-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) 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
* Add a build dependency on perlBaptiste Daroussin2013-09-181-2/+2
| | | | Notes: svn path=/head/; revision=327521
* - update libdg to 2.1.0Dirk Meyer2013-08-091-1/+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
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-012-2/+2
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* Convert to USE_PKGCONFIG.Barbara Guida2013-01-201-3/+2
| | | | | | | | | Use space instead of tab after Created by header. Approved by: flo (mentor) Notes: svn path=/head/; revision=310683
* - Trim Makefile headersBarbara Guida2012-12-022-64/+62
| | | | | | | | | | | | - Convert to OptionsNG - Strip ABI version from LIB_DEPENDS - Update my email address Approved by: rene (mentor) Feature safe: yes Notes: svn path=/head/; revision=308108
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-4/+4
| | | | | | | | | 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
* - 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-2/+2
| | | | | | | | | - Bump all affected ports Maintainer of net/ushare was asked for review, no response in 2 weeks Notes: svn path=/head/; revision=295608
* - Fix build when perl symlink is missingMartin Wilke2012-01-291-0/+2
| | | | | | | | | PR: 163188 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer timeout Notes: svn path=/head/; revision=290006
* Chase devel/upnp shlib bumpPawel Pekala2012-01-181-2/+2
| | | | Notes: svn path=/head/; revision=289420
* 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
* Pass maintainership to Barbara per email to ports@Jason Helfman2011-12-271-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) Notes: svn path=/head/; revision=288118
* - Reset ports to heap due to mail bouncesThomas Abthorpe2011-12-261-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 Notes: svn path=/head/; revision=288053
* Use a better fix for LICENSE_FILE_GPLv2 from portlints point of view.Rene Ladan2011-12-251-1/+2
| | | | | | | Submitted by: Jan Beich Notes: svn path=/head/; revision=288023
* Fix libpng check in configure script, fixed upstream in r10694.Rene Ladan2011-12-252-2/+18
| | | | | | | | | PR: ports/163182 Submitted by: Barbara Approved by: maintainer timeout (swell.k, 14 days) Notes: svn path=/head/; revision=288010
* - Update to 2.3.1Rene Ladan2011-11-306-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 Notes: svn path=/head/; revision=286704
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-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 Notes: svn path=/head/; revision=282282
* - Actually chase upnp shlib changePav Lucistnik2011-03-261-1/+1
| | | | | | | | Reported by: pointyhat Pointy hat to: pawel (miwi, wen) Notes: svn path=/head/; revision=271819
* - Chase devel/upnp shlib bumpPawel Pekala2011-03-231-1/+1
| | | | | | | Approved by: miwi, wen (mentors) Notes: svn path=/head/; revision=271537
* - Chase devel/upnp shlib bumpMartin Wilke2011-03-041-1/+2
| | | | Notes: svn path=/head/; revision=270244
* Add license infoMax Brazhnikov2011-01-022-1/+4
| | | | | | | | | | Remove md5 sums PR: ports/153589 Submitted by: maintainer (swell.k at gmail.com) Notes: svn path=/head/; revision=267282
* - Chase upnp shlib version bumpPav Lucistnik2010-10-241-1/+1
| | | | | | | | Reported by: pointyhat Pointy hat to: wen Notes: svn path=/head/; revision=263533
* - Update CONFLICTS for dynamic PKGNAMEPhilip M. Gollucci2010-10-191-1/+1
| | | | | | | | PR: ports/150985 Submitted by: swell.k@gmail.com (maintainer) Notes: svn path=/head/; revision=263249
* - add missed filePhilip M. Gollucci2010-10-191-0/+16
| | | | Notes: svn path=/head/; revision=263248
* - Split amule into amule and amule-develPhilip M. Gollucci2010-10-194-158/+299
| | | | | | | | PR: ports/150985 Submitted by: swell.k@gmail.com (maintainer) Notes: svn path=/head/; revision=263247
* - Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>Philip M. Gollucci2010-09-071-1/+1
| | | | | | | | | | - Update some MASTER_SITES too PR: ports/150349 Submitted by: maintainer Notes: svn path=/head/; revision=260700
* - Mirror distfile on master site localPav Lucistnik2010-09-031-1/+2
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=260491
* - Update to r10275Pav Lucistnik2010-09-032-22/+16
| | | | | | | | PR: ports/149988 Submitted by: Anonymous <swell.k@gmail.com> (maintainer) Notes: svn path=/head/; revision=260489
* - Update to git r.10266Pav Lucistnik2010-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) Notes: svn path=/head/; revision=259173
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Remove --disable-upnp from CONFIGURE_ARGS since this is nowMario Sergio Fujikawa Ferreira2009-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 Notes: svn path=/head/; revision=245051