summaryrefslogtreecommitdiffstats
path: root/net-p2p
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.94.vs2004-07-123-3/+6
| | | | | PR: ports/68932 Submitted by: Clayton Rollins (maintainer)
* BROKEN: Build failskris2004-07-111-0/+2
|
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-095-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Update to 1.2.7vs2004-07-084-16/+70
| | | | | PR: ports/68783 Submitted by: maintainer
* Use the new GConf handling policy, this will be required for GNOME 2.7/2.8 ormezz2004-07-071-16/+2
| | | | | | | | | | | | those ports will not work. Please see the more detail about this: http://lists.freebsd.org/pipermail/freebsd-gnome/2004-June/007253.html Also, please check http://www.freebsd.org/gnome/docs/porting.html for the update about gconf, gconf.pl script and etc. Approved by: marcus (portmgr hat) Reviewed by: My team, FreeBSD GNOME Team
* Unbreak by upgrading to 4.0.7.thierry2004-07-032-3/+3
| | | | | PR: ports/68592 Submitted by: maintainer.
* - fix OpenSSL handlingnetchild2004-07-025-0/+71
| | | | | | | | | | - add SIZE - fix a minor configure warning PR: 64389 Submitted by: marius Reminded by: marius Approved by: maintainer
* Remove BROKEN ("unfetchable"): update to FreeBSD Stable build 5084lioux2004-07-014-16/+8
| | | | released 20040702 snapshot
* Update to 0.3.3:vs2004-06-283-7/+5
| | | | | | | | | | - reduced RAM usage (hopefully) - smarter upstream control - fast-resume, file priority system - automatically saves stats and some client settings PR: ports/68446 Submitted by: maintainer
* - Update to 77b-3pav2004-06-272-4/+4
| | | | | PR: ports/68415 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
* Update to 0.3.3lioux2004-06-262-5/+6
|
* Update to version 0.6.2bkrion2004-06-255-52/+6
|
* Update to 0.87.eik2004-06-252-3/+3
| | | | | | | | | Security fix: giFT-FastTrack remote DoS of HTTP server and client http://www.freebsd.org/ports/portaudit/1f738bda-c6ac-11d8-8898-000d6111a684.html PR: 68330 Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
* Update to version 0.0.10krion2004-06-256-42/+5
| | | | | PR: ports/68305 Submitted by: maintainer
* Update to 0.9.7arved2004-06-245-32/+25
| | | | | | | Bump PORTEPOCH, because PORTVERSION decreased. PR: 68252 Submitted by: Bill Cadwallader <hurbold@yahoo.com>
* Back out to 0.0.11, because the 0.0.16 requires the development version ofmezz2004-06-224-30/+16
| | | | | | | | py-gtk2 2.3.x (available at MarcusCom CVS). You still can get 0.0.16 at http://people.freebsd.org/~mezz/diff/ if you want to, which I will keep update from there until py-gtk2 2.3.x (will be 2.4) becomes stable. Reported by: Randy Pratt <rpratt1950@earthlink.net>
* Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDENkris2004-06-212-0/+4
| | | | | ports. They will be removed on or after that date if they are still broken and no fix has been submitted to GNATS.
* - Update to 0.93.4pav2004-06-213-26/+52
| | | | | PR: ports/68129 Submitted by: Clayton Rollins <crollins666@hotmail.com> (maintainer)
* This now seems to install successfullykris2004-06-211-2/+0
|
* - Fix build on amd64krion2004-06-202-0/+49
| | | | Reported by: pointyhat via kris
* Update to 4.0.6vs2004-06-183-4/+5
| | | | | Closes PR: ports/67665 Submitted by: maintainer
* -Update to 0.0.16.mezz2004-06-154-18/+32
| | | | | -Chase the current bsd.gnome.mk, ie: pygnome2 -Add PORTDOCS.
* - Add missing dependencykrion2004-06-111-1/+2
| | | | | PR: ports/67841 Submitted by: maintainer
* Update to 2.5.r2lioux2004-06-102-6/+5
|
* . bsd.java.mk 2.0 compliantglewis2004-06-091-3/+4
| | | | | | | | | | | | . Fix build: . Enforce USE_JIKES=no as jikes won't let import statements contain no package name . Enforce JAVA_VERSION=1.3 as JDK 1.4 won't let import statements contain no package name . Re-enabled error statements while compiling PR: 66349 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
* Add giftui 0.4.1, GTK2 client for giFT daemon.vs2004-06-066-0/+101
| | | | | PR: ports/67199 Submitted by: Joel Diaz <joeldiaz@bellsouth.net>
* - Extend CONFLICTS to cover newly added btqueue portpav2004-06-054-4/+4
|
* Add btqueue, a console-based BitTorrent client with queuingpav2004-06-057-0/+290
| | | | | | | functionalities running on top of BitTornado. PR: ports/67567 Submitted by: Stefan Walter <sw@gegenunendlich.de>
* - Update to version 0.3.2markus2004-06-053-5/+7
| | | | | | most important change: major transfer speed improvement - Fix typo - Don't remove a dir that gets already removed by net/dclib
* - Update to version 0.3.2markus2004-06-053-5/+5
| | | | - Explicitly remove some directories
* Fix build on -CURRENT now that we no longer have default PTHREAD_CFLAGS.marcus2004-06-041-3/+0
| | | | | | | Basically, all modern, supported versions of FreeBSD are thread-safe, so just assume we have pthread.h. Reported by: bento via kris
* Sync with new bsd.autotools.mkade2004-06-043-5/+4
|
* Update ftp/curl to 7.12.0 and bump the shared library version in allroam2004-06-032-3/+4
| | | | dependent ports.
* Update MASTER_SITESerwin2004-06-031-1/+1
| | | | | PR: 67535 Submitted by: maintainer
* Once is enough.erwin2004-06-031-2/+0
| | | | Noticed by: mat
* o Update to 0.05erwin2004-06-033-5/+15
| | | | | | o Pet portlint o Mark IGNORE for perl < 5.6.0 because of it's dependency on p5-Video-OpenQuicktime
* - Update to 1.02pav2004-05-304-13/+21
| | | | | PR: ports/67380 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
* - net/GeoIP uses its own libtool even if we define USE_LIBTOOL*leeym2004-05-301-1/+2
| | | | | | | | - add missing @exec and remove old SIZE in net/GeoIP - update for libGeoIP.4 in LIB_DEPENDS and bump PORTREVISION - utilize PORTDOCS in www/mod_geoip Noticed by: kris
* Update to version 0.3.1markus2004-05-285-6/+8
|
* - Extend CONFLICTSpav2004-05-264-4/+4
| | | | | PR: ports/67229 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
* - Update to 0.3.1pav2004-05-257-48/+70
| | | | | | | | - Pass maintainership on submitter PR: ports/67169 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> Approved by: maintainer
* - Update to 0.3.0markus2004-05-243-7/+86
| | | | - change PREFIX to LOCALBASE
* Update to version 0.3.0markus2004-05-243-4/+14
|
* - Update to 7.5b3pav2004-05-233-14/+10
| | | | | PR: ports/67069 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
* - Rework OPTIONSpav2004-05-222-45/+11
| | | | | | | - Use configure option to rename ed2k binary instead of patching PR: ports/66989 Submitted by: Ganael LAPLANCHE <ganael.laplanche@martymac.com> (maintainer)
* Add note about needing WITH_THREADS defined with python for this to work.vs2004-05-211-0/+6
| | | | | PR: ports/66760 Submitted by: Michael Johnson (maintainer)
* Upgrade to 0.2.1.3arved2004-05-212-4/+3
| | | | | PR: 66979 Submitted by: Stefan Ehmann <shoesoft@gmx.net>
* - Update to version 1.0.8.r1krion2004-05-214-8/+8
| | | | | PR: ports/66962 Submitted by: maintainer
* - Fix build on 4-x for kris, who wanted to have such gifts to hiskrion2004-05-211-0/+37
| | | | | | birthday ;) Reported by: bento via kris
* - Update to version 0.6.2akrion2004-05-182-3/+3
|
OpenPOWER on IntegriCloud