aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/jigdo
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* Cleanup plistantoine2014-11-131-2/+0
|
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.mandree2014-08-221-3/+2
| | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
* Support LIBS like LDFLAGS.tijl2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine)
* - Convert USE_GMAKE/BZIP2 to USESmiwi2014-03-161-2/+1
|
* - Fix build with clangpawel2013-12-273-35/+30
| | | | | | - Fix build when GUI=on, needs pkgconfig to find GTK libs - Use options helpers, subs, modernize descriptions - Support staging
* Clean up some COMMENTseadler2013-10-161-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-p2p)
* - Update to 7.31.0sunpoet2013-07-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* - ftp/wget is needed during run not build [1]pawel2013-05-252-8/+6
| | | | | | | | | - Project homepage has moved, update MASTER_SITES and pkg-descr accordingly - Relinquish current maintainer - he don't use this port anymore PR: ports/178566 [1] Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> Approved by: maintainer
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - Convert options to the new formatpgj2012-10-171-13/+11
| | | | | | | PR: ports/172549 Submitted by: pgj Approved by: maintainer Feature safe: yes
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-3/+3
| | | | | | | | | - 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
* - Kick MD5 Supportmiwi2011-07-031-1/+0
|
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* Chase the ftp/curl shlib version bump.roam2010-04-031-1/+1
|
* Bump the version of the curl shared library after the ftp/curl updateroam2009-01-231-1/+1
| | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working.
* 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 always-false/true conditions based on OSVERSION 500000edwin2007-10-041-5/+0
|
* - Fix fetchinggabor2007-03-132-2/+2
| | | | | | PR: ports/110095 Submitted by: Eric P. Scott <eps+pbug0703@ana.com> Approved by: Attila Nagy <bra@fsn.hu> (maintainer, via private mail)
* Update the ftp/curl port to 7.16.0.roam2006-12-131-0/+1
| | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports
* Update MASTER_SITES per fenner's distfile survey.shaun2006-09-121-1/+1
| | | | Submitted by: Attila Nagy <bra@fsn.hu> (maintainer) via freebsd-ports.
* - Mark BROKEN on FreeBSD 4.X: does not compilepav2006-06-121-0/+1
| | | | Reported by: krismail
* - Update to 0.7.3pav2006-06-063-36/+37
| | | | | | - Update BDB handling Submitted by: Attila Nagy <bra@fsn.hu> (maintainer)
* Remove a spurious / that breaks the WITH_GUI case.erwin2006-03-011-1/+1
| | | | | Submitted by: Peter Jeremy <peterjeremy@optushome.com.au> Approved by: portmgr (self)
* Convert to OPTIONS and UNBREAKvd2006-02-273-97/+41
| | | | | | | PR: ports/92810 (based on) Reworked by: vd Submitted by: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com> Approved by: portmgr (clement), maintainer timeout
* BROKEN: Needs to be converted to use OPTIONS instead of home-grown configure ↵kris2006-02-031-0/+2
| | | | script
* 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
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Update to 0.7.1, which also fixes the compilation problem on 5.x.thierry2004-09-285-33/+11
| | | | | | PR: ports/71963 Submitted by: maintainer Approved by: portmgr (linimon).
* BROKEN: Does not compilekris2004-09-191-0/+2
| | | | Approved by: portmgr (self)
* Update MASTER_SITESerwin2004-06-031-1/+1
| | | | | PR: 67535 Submitted by: maintainer
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Fix Build on AMD64arved2004-02-031-0/+18
| | | | Submitted by: Attila Nagy <bra@fsn.hu>
* fix: ftp/jigdodaichi2003-06-272-3/+7
| | | | | | no build on 4.x-stable alpha machine Pointed out by: bento via kris
* ftp/jigdo update 0.6.8 --> 0.7.0daichi2003-06-196-62/+15
| | | | | PR: 52570 Submitted by: Attila Nagy <bra@fsn.hu> (maintainer)
* BROKEN on 5.1: bad C++kris2003-05-181-0/+4
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* This diff will enable the jigdo port to compile on a FreeBSD system, whichdinoex2002-12-152-1/+30
| | | | | | | is newer than 500041. (getopt change) There is a new file, extra-glibc-getopt.h in the diff. PR: 46212 Submitted by: bra@fsn.hu
* add jigdo 0.6.8ijliao2002-09-207-0/+174
An utility used to retrieve very large files over the Internet PR: 40954 Submitted by: Attila Nagy <bra@fsn.hu>