summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Give variable a more sane name.danfe2005-01-251-3/+3
|
* Unbreak on recent FreeBSD versions:danfe2005-01-252-6/+56
| | | | | - Avoid <varagrs.h> usage in vafor of <stdarg.h> - Correctly detect `libtelnet' location
* Remove the conditional removal of all locale directories.edwin2005-01-251-25/+0
| | | | | Hopefully it will improve our list of locale directories (http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/mtree/BSD.x11-4.dist?rev=1.25&content-type=text/x-cvsweb-markup)
* Fix pkg-plist to not removeedwin2005-01-251-2/+0
| | | | | | | /usr/X11R6/share/locale/es_MX/LC_MESSAGES missing /usr/X11R6/share/locale/pt_PT/LC_MESSAGES missing Not sure what the official policy is...
* Update to 1.0.6krion2005-01-242-3/+3
|
* Now that howl's pkg-config file has been fixed, we no longer need to hackmarcus2005-01-242-27/+26
| | | | the howl include path.
* Fix a few package list errors I introduced yesterday.tom2005-01-244-4/+46
|
* Update to 0.9.8, and fix the build on 4.X Alpha.marcus2005-01-243-27/+27
| | | | Approved by: maintainer timeout
* Forced commit to note the 1.1.2 update wasmarcus2005-01-241-1/+1
| | | | Submitted by: Matthew Luckie <mjl@luckie.org.nz>
* Chase the Gaim update, and tighten CONFLICTS to make portlint a bit happier.marcus2005-01-242-2/+2
|
* Update to 1.1.2. See http://gaim.sourceforge.net/ChangeLog for a list ofmarcus2005-01-242-3/+3
| | | | changes.
* Update to 0.6.6krion2005-01-2414-54/+53
|
* Update to 2005.01.24.nork2005-01-242-3/+3
|
* Reindent so Makevars are read by make(1) and does not invoke it as a shell ↵erwin2005-01-241-2/+2
| | | | command. This should fix INDEX builds.
* Reset undeliverable maintainer address. It has reported the followingkris2005-01-242-2/+2
| | | | | | | | since Dec 24: <"pdseniura:techie.com"@mail.com.int>: host mta1.us4.outblaze.com.int[192.168.9.154] said: 552 recipient storage full, try again later (in reply to RCPT TO command)
* - Use generic PY_XML instead of explicit dependencypav2005-01-241-1/+1
| | | | | PR: ports/76568 Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
* Update to version 1.3.1 and make the port support PREFIX properly.tom2005-01-233-9/+13
|
* Unbreak: now compiles with latest libevent portpetef2005-01-232-4/+0
| | | | | PR: 76373 Submitted by: Phil Oleson <oz@nixil.net>
* - Update to 1.2.6pav2005-01-232-5/+4
| | | | | PR: ports/76605 Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
* - Update to 0.8.9pav2005-01-233-15/+7
| | | | | PR: ports/76606 Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
* - Switch to libtool15, avoid .la filepav2005-01-231-3/+3
| | | | | PR: ports/76582 Submitted by: Tobias Roth <ports@fsck.ch> (maintainer)
* - Update to 0.0.10pav2005-01-232-3/+3
| | | | | PR: ports/76566 Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
* Update to 0.2.1.nobutaka2005-01-232-4/+3
|
* Mega-commit fixing several outstanding issues with the port.bms2005-01-233-16/+297
| | | | | | | | | | | | | | | | | | | | | | | Fix inconsistent configure-time behaviour. Previously, the tcpdump port would look at the base system pcap, then attempt to link against the port. This caused spurious link failures, and should fix build on IA64. Add a new switch, WITH_LIBPCAP_PORT, to force the use of libpcap from ports. Rototile the build-time options for the port, and document them. Fix detection of the OpenSSL libraries; 0.9.7d and later renamed the des_cbc_encrypt function to DES_cbc_encrypt, so deal with this by rebuilding configure after patching configure.in. Incorporate fix for PR bin/76497 suggested by keramida@ (logic error in the PPP IPV6CP parser). Make some stylistic fixes while we're at it, and improve comments. Mark as unbroken on -CURRENT. Bump PORTREVISION. PR: bin/76497 (possibly others)
* - Fix a problem where the trayicon doesn't indicate network trafficmarkus2005-01-224-26/+30
| | | | - Bump PORTREVISION
* - Update to 7.1.1sem2005-01-224-365/+367
| | | | | PR: ports/76335 Submitted by: maintainer
* Portlint(1)krion2005-01-2214-2296/+2296
| | | | Approved by: maintainer
* Add knemo 0.3.1, a network monitor for KDE.markus2005-01-2223-0/+1723
| | | | | | | | | | | | | | | | | KNemo offers a network monitor similar to the one found in Windows. For every network interface it displays an icon in the systray. http://www.kde-apps.org/content/show.php?content=12956 Note: There are two extensions to the original KNemo: 1. Multiple IPs on devices are supported 2. The semantics of not available devices were changed from: "device is not up" to: "device is not up" or "device is up but has no carrier/is not associated" which mimics the behaviour of the Windows counterpart more closely Bugs: The stats page for wireless specific statistics doesn't work, yet
* - Update to 1.0sem2005-01-213-64/+5
| | | | | | PR: ports/76795 Submitted by: Hendrik Scholz <hendrik(at)scholz.net> Approved by: maintainer
* don't sed ${WRKSRC}/Makefile.in twiceoliver2005-01-211-2/+2
| | | | Noted By: Atanas <atanas@aplus.net>
* Remove conditional dependencies on security/tcp_wrapper: That portcperciva2005-01-202-8/+0
| | | | | hasn't existed since October 2002, and tcp_wrapper has been included in the base system since March 1999.
* o Fix do-install targetlioux2005-01-201-0/+2
| | | | | | o Bump PORTREVISION Submitted by: pointyhat
* Add a note about the IGAIN messages.netchild2005-01-202-0/+4
|
* - Update to 0.8.6pav2005-01-202-9/+8
| | | | | PR: ports/76368 Submitted by: Florent Thoumie <flz@xbsd.org> (maintainer)
* - Rename patch file so it get used in make patchpav2005-01-202-0/+6
| | | | | | | - Minor fix in documentation PR: ports/76371 Submitted by: Thomas Kempka <t.kempka@web.de> (maintainer)
* - Clean etc/raddb directorypav2005-01-202-2/+2
| | | | | | PR: ports/76443 Submitted by: Florent Thoumie <flz@xbsd.org> Approved by: Andrew Thompson <andy@fud.org.nz> (maintainer)
* o USE_JIKES=no because jikes breaks thee buildlioux2005-01-201-1/+7
| | | | | o Have restart script use sh instead of bash (wrong path anyway) o Bump PORTREVISION
* Add vncreflector 1.2.4.brooks2005-01-209-0/+244
| | | | | | | | From the website: VNC Reflector is a specialized VNC server which acts as a proxy sitting between real VNC server (a host) and a number of VNC clients. It was designed to work efficiently with large number of clients.
* - Update to 0.0.10pav2005-01-193-10/+8
| | | | | PR: ports/76466 Submitted by: Radim Kolar <hsn@netmag.cz>
* Update port: net/libtorrent - update to version 0.4.7.edwin2005-01-195-37/+31
| | | | | | | | | Update port to version 0.4.7. The port now installs libtorrent.pc in the proper directory and doesn't attempt to remove ${PREFIX}/libdata/pkgconfig anymore. PR: ports/76465 Submitted by: Florent Thoumie <flz@xbsd.org>
* - Update to 1.4.0pav2005-01-193-11/+26
| | | | | PR: ports/76427 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
* - Fix plistpav2005-01-192-1/+2
| | | | | PR: ports/76416 Submitted by: Florent Thoumie <flz@xbsd.org>
* Fix build on amd64, sparc64, ia64.krion2005-01-191-0/+28
| | | | | PR: ports/76463 Submitted by: maintainer
* Update port: net/pear-Net_NNTP to 1.2.0edwin2005-01-193-13/+13
| | | | | | | | | | + update port: net/pear-Net_NNTP to 1.2.0 + changelog: http://pear.php.net/package/Net_NNTP/download/1.2.0/ + take maintainership + update pkg-descr PR: ports/76355 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
* - update to 4.14.0clsung2005-01-193-3/+4
| | | | | | | - add offline.wav - major fixes: - fix "'u' character disappear in ICQ protocol" - fix memory leak when checking RSS
* - 0.1.2.1pav2005-01-192-7/+8
| | | | | PR: ports/76435 Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer)
* USE_JIKES=no because build breaks if jikes is usedlioux2005-01-191-0/+1
| | | | Submitted by: hq
* Update to development version 2.5.28 patch kit olioux2005-01-182-3/+3
|
* Update to 0.02vs2005-01-182-3/+3
| | | | | PR: ports/76236 Submitted by: Tsurutani Naoki via maintainer
* Fix plist.krion2005-01-171-0/+1
| | | | | PR: ports/76314 Submitted by: Florent Thoumie <flz@xbsd.org>
OpenPOWER on IntegriCloud