aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/jigdo
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net-p2p/jigdo: Fix build with Clang 6Tobias Kortkamp2018-09-041-0/+1
| | | | | | | | | checking size of unsigned long... configure: error: cannot compute sizeof (unsigned long), 77 http://beefy11.nyi.freebsd.org/data/head-i386-default/p478648_s338416/logs/errors/jigdo-0.7.3_8.log Notes: svn path=/head/; revision=478957
* USE_BDB cleanup.Mathieu Arnold2016-08-081-1/+1
| | | | | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight Notes: svn path=/head/; revision=419843
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Cleanup plistAntoine Brodin2014-11-121-2/+0
| | | | Notes: svn path=/head/; revision=372503
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-211-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) Notes: svn path=/head/; revision=365599
* Support LIBS like LDFLAGS.Tijl Coosemans2014-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) Notes: svn path=/head/; revision=357486
* - Convert USE_GMAKE/BZIP2 to USESMartin Wilke2014-03-151-2/+1
| | | | Notes: svn path=/head/; revision=348350
* - Fix build with clangPawel Pekala2013-12-273-35/+30
| | | | | | | | | - Fix build when GUI=on, needs pkgconfig to find GTK libs - Use options helpers, subs, modernize descriptions - Support staging Notes: svn path=/head/; revision=337742
* Clean up some COMMENTsEitan Adler2013-10-151-1/+1
| | | | Notes: svn path=/head/; revision=330460
* 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
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-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 Notes: svn path=/head/; revision=322783
* - ftp/wget is needed during run not build [1]Pawel Pekala2013-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 Notes: svn path=/head/; revision=319047
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Convert options to the new formatGabor Pali2012-10-171-13/+11
| | | | | | | | | | PR: ports/172549 Submitted by: pgj Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=306005
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-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 Notes: svn path=/head/; revision=282282
* - Kick MD5 SupportMartin Wilke2011-07-021-1/+0
| | | | Notes: svn path=/head/; revision=276919
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-1/+1
| | | | Notes: svn path=/head/; revision=252125
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-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. Notes: svn path=/head/; revision=226721
* 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 always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-5/+0
| | | | Notes: svn path=/head/; revision=200778
* - Fix fetchingGabor Kovesdan2007-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) Notes: svn path=/head/; revision=187290
* Update the ftp/curl port to 7.16.0.Peter Pentchev2006-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 Notes: svn path=/head/; revision=179653
* Update MASTER_SITES per fenner's distfile survey.Shaun Amott2006-09-111-1/+1
| | | | | | | Submitted by: Attila Nagy <bra@fsn.hu> (maintainer) via freebsd-ports. Notes: svn path=/head/; revision=172808
* - Mark BROKEN on FreeBSD 4.X: does not compilePav Lucistnik2006-06-121-0/+1
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=165218
* - Update to 0.7.3Pav Lucistnik2006-06-053-36/+37
| | | | | | | | | - Update BDB handling Submitted by: Attila Nagy <bra@fsn.hu> (maintainer) Notes: svn path=/head/; revision=164508
* Remove a spurious / that breaks the WITH_GUI case.Erwin Lansing2006-02-281-1/+1
| | | | | | | | Submitted by: Peter Jeremy <peterjeremy@optushome.com.au> Approved by: portmgr (self) Notes: svn path=/head/; revision=156900
* Convert to OPTIONS and UNBREAKVasil Dimov2006-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 Notes: svn path=/head/; revision=156853
* BROKEN: Needs to be converted to use OPTIONS instead of home-grown configure ↵Kris Kennaway2006-02-031-0/+2
| | | | | | | script Notes: svn path=/head/; revision=155117
* Populate newly create net-p2p category with these ports:Pav Lucistnik2006-01-301-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 Notes: svn path=/head/; revision=154851
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154146
* Update to 0.7.1, which also fixes the compilation problem on 5.x.Thierry Thomas2004-09-275-33/+11
| | | | | | | | | PR: ports/71963 Submitted by: maintainer Approved by: portmgr (linimon). Notes: svn path=/head/; revision=118462
* BROKEN: Does not compileKris Kennaway2004-09-181-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118252
* Update MASTER_SITESErwin Lansing2004-06-031-1/+1
| | | | | | | | PR: 67535 Submitted by: maintainer Notes: svn path=/head/; revision=110780
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104535
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Fix Build on AMD64Tilman Keskinoz2004-02-031-0/+18
| | | | | | | Submitted by: Attila Nagy <bra@fsn.hu> Notes: svn path=/head/; revision=99872
* fix: ftp/jigdoDaichi GOTO2003-06-272-3/+7
| | | | | | | | | no build on 4.x-stable alpha machine Pointed out by: bento via kris Notes: svn path=/head/; revision=83731
* ftp/jigdo update 0.6.8 --> 0.7.0Daichi GOTO2003-06-196-62/+15
| | | | | | | | PR: 52570 Submitted by: Attila Nagy <bra@fsn.hu> (maintainer) Notes: svn path=/head/; revision=83291
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-181-0/+4
| | | | Notes: svn path=/head/; revision=81208
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76034
* This diff will enable the jigdo port to compile on a FreeBSD system, whichDirk Meyer2002-12-142-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 Notes: svn path=/head/; revision=71634
* add jigdo 0.6.8Ying-Chieh Liao2002-09-197-0/+174
An utility used to retrieve very large files over the Internet PR: 40954 Submitted by: Attila Nagy <bra@fsn.hu> Notes: svn path=/head/; revision=66741