summaryrefslogtreecommitdiff
path: root/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing USE_GETTEXTKris Kennaway2006-01-251-0/+1
| | | | Notes: svn path=/head/; revision=154460
* Fix tcpdump dependency on libpcap.Bruce M Simpson2006-01-251-3/+1
| | | | | | | | | | LIB_DEPENDS should only be used if shared libraries were built by the libpcap port. Currently only static libraries are built. Pointy hat to: bms Notes: svn path=/head/; revision=154403
* o Build and install mldonkey hashing signature tool: mld_hashMario Sergio Fujikawa Ferreira2006-01-242-2/+11
| | | | | | | | | | o Install kill_mldonkey script script into EXAMPLESDIR instead of PREFIX/bin since it is a sample requiring modification before being used. o Bump PORTREVISION Notes: svn path=/head/; revision=154397
* Don't bogusly list the rc.d script in the plist. USE_RC_SUBR does thisBrooks Davis2006-01-241-1/+0
| | | | | | | | | for us. Reported by: krismail Notes: svn path=/head/; revision=154361
* Update to 2006.01.24.Norikatsu Shigemura2006-01-242-4/+4
| | | | Notes: svn path=/head/; revision=154351
* Update to new beta release of mpd4 - 4.0b4. Several important bugfixes hasGleb Smirnoff2006-01-2410-66/+14
| | | | | | | | | | been made in this release. Also the new release introduces better integration with new nodes in RELENG_6 branch - ng_tcpmss(4) and ng_netflow(4). Approved by: archie Notes: svn path=/head/; revision=154332
* Add a fix to another deficency of php devs that think FreeBSD is (D)evil:Alex Dupre2006-01-241-0/+38
| | | | | | | - re-enable persistence support in soap extension Notes: svn path=/head/; revision=154319
* - update to 1.1.1Yen-Ming Lee2006-01-242-6/+9
| | | | | | | | | | | - assign maintainership to perl@ PR: 92086 Submitted by: leeym Approved by: maintainer Notes: svn path=/head/; revision=154301
* - Drop maintainership. ENOTIME for ports, so let someone else take better carePav Lucistnik2006-01-231-1/+1
| | | | | | | | | of them. Submitted by: Brad Davis <so14k@so14k.com> Notes: svn path=/head/; revision=154280
* - Add a MASTER_SITES backup and remove reference to MASTER_SITE_LOCAL sinceRenato Botelho2006-01-231-2/+1
| | | | | | | | | | this version is not available at mnag's subdir. Submitted by: maintainer by email Noticed by: krismail Notes: svn path=/head/; revision=154222
* update to 0.5.6Oliver Lehmann2006-01-233-6/+9
| | | | Notes: svn path=/head/; revision=154214
* SHA256ifyEdwin Groothuis2006-01-22427-0/+480
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* Driver for USB 802.11 devices using Conexant chipsets (see www.prism54.org).Pav Lucistnik2006-01-226-0/+59
| | | | | | | | PR: ports/92063 Submitted by: Sebastien Bourdeauducq <lekernel@prism54.org> Notes: svn path=/head/; revision=154188
* Reset undeliverable maintainer address:Kris Kennaway2006-01-221-1/+1
| | | | | | | | <arlu@telia.com>: host mail.telia.com[81.228.11.160] said: 550 RCPT TO:<arlu@telia.com> User unknown (in reply to RCPT TO command) Notes: svn path=/head/; revision=154180
* - Utilize @dirrmtry in auto generated PLISTSergey Matveychuk2006-01-222-10/+4
| | | | | | | | PR: ports/92161 Submitted by: maintainer Notes: svn path=/head/; revision=154174
* - Revert 1.115, it broke the buildPav Lucistnik2006-01-221-2/+2
| | | | | | | | Reported by: DomiX on Freenode Pointy hat to: edwin Notes: svn path=/head/; revision=154171
* SHA256ifyEdwin Groothuis2006-01-225-0/+5
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154159
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-2212-23/+23
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154137
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-22137-518/+518
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* - add missing dependencyYen-Ming Lee2006-01-212-4/+6
| | | | | | | | | | | - bump PORTREVISION PR: 92044 Submitted by: Riccardo Torrini <riccardo@torrini.org> Approved by: maintainer Notes: svn path=/head/; revision=154066
* When building with zaptel disabled make sure to set WITHOUT_ZAPTEL makeMaxim Sobolev2006-01-217-0/+7
| | | | | | | | | environment variable. Poked by: kris, unbuildable ports reminder Notes: svn path=/head/; revision=154046
* - Fix packing list issue with ipw-firmware. Should have fixed that some time ↵Florent Thoumie2006-01-211-7/+13
| | | | | | | | | ago. Noticed by: krismails (twice) Notes: svn path=/head/; revision=154032
* http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/slow-patch ↵Edwin Groothuis2006-01-201-0/+0
| | | | | | | | | | | | | | | .html 4.4 Patching [...] Please only use characters [-+._a-zA-Z0-9] for naming your patches. Do not use any other characters besides them. Do not name your patches like patch-aa or patch-ab etc, always mention path and file name in patch names. Notes: svn path=/head/; revision=154015
* Fix build.Kirill Ponomarev2006-01-201-0/+1
| | | | | | | Found by: pointyhat Notes: svn path=/head/; revision=154003
* Fix build on CURRENT by including limits.h for PATH_MAXTilman Keskinoz2006-01-202-7/+14
| | | | | | | Remove ONLY_FOR_ARCHS ports builds on amd64 and sparc64 too. Notes: svn path=/head/; revision=153994
* Unbreak build with openssl-0.9.8Sergey Skvortsov2006-01-201-0/+10
| | | | Notes: svn path=/head/; revision=153973
* Change my email address to the @FreeBSD oneVasil Dimov2006-01-202-2/+2
| | | | | | | Approved by: garga (mentor) Notes: svn path=/head/; revision=153954
* BROKEN: Broken dependencyKris Kennaway2006-01-201-0/+2
| | | | Notes: svn path=/head/; revision=153931
* BROKEN: UnfetchableKris Kennaway2006-01-191-0/+2
| | | | Notes: svn path=/head/; revision=153929
* BROKEN on 7.0: Incorrect pkg-plistKris Kennaway2006-01-191-0/+4
| | | | Notes: svn path=/head/; revision=153923
* o Update to 2.7.3Mario Sergio Fujikawa Ferreira2006-01-193-29/+5
| | | | | | | | o Fix detection of reentrant code introduced in previous commit: it was working backwards Notes: svn path=/head/; revision=153903
* Update to 0.7.3.Maxim Sobolev2006-01-1911-119/+131
| | | | Notes: svn path=/head/; revision=153902
* 1) Make sure that multithreaded coding usingMario Sergio Fujikawa Ferreira2006-01-182-1/+52
| | | | | | | | | | | | | | gethostbyname(3)/gethostbyaddr(3) is used under FreeBSD. 2) Futhermore, insure that it is properly detected whether reentrant versions of the aforementioned functions are available; and, that the appropriate code is used on either case. 3) Bump PORTREVISION Submitted by: spiralvoice <spiralvoice@users.sourceforge.net> [1] Reviewed by: freebsd-ports (3 days silence) Notes: svn path=/head/; revision=153834
* - Add four vendor patches:Sergey Matveychuk2006-01-182-2/+17
| | | | | | | | | | | | | | | | | | | | | | | 1. Device Filter Clear Issue This patch fixes an issue where attempting to clear a filter would result in the filter still being active. 2. Invalid SQL When Creating Graphs This patch fixes an problem where an invalid SQL statement would be executed when generating graphs. 3. Additional Error Checking for Nth Percentile This adds more checking concerning rrd fetch returning an empty set on a non-existant rrd file, resulting in a php warning about invalid index. 4. MySQL 5.x Strict Mode Compatibility Allows MySQL 5.x to utilize the default "strict" sql_mode. As an added benefit, this patch also automatically calculates the maximum speed of your interface graphs preventing gigabit interfaces from being overrun. Reminded by: demon Notes: svn path=/head/; revision=153827
* Update to 0.06Sergey Skvortsov2006-01-182-5/+5
| | | | | | | Changes: http://search.cpan.org/src/RCAPUTO/POE-Component-Client-Keepalive-0.06/CHANGES Notes: svn path=/head/; revision=153806
* - Get back trafshow 3. It shows the most true results.Sergey Matveychuk2006-01-1811-31/+203
| | | | | | | Asked by: many users Notes: svn path=/head/; revision=153799
* - Update to 0.6.4Michael Johnson2006-01-182-4/+4
| | | | Notes: svn path=/head/; revision=153773
* Update to 1.2.1.Maxim Sobolev2006-01-17252-19614/+7056
| | | | Notes: svn path=/head/; revision=153765
* Update to version 1.2rc2Markus Brueffer2006-01-174-21/+4
| | | | Notes: svn path=/head/; revision=153764
* - Fix configure patch to properly pick up needed librariesPav Lucistnik2006-01-171-13/+6
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=153730
* - updated to the latest packageSUZUKI Shinsuke2006-01-172-12/+10
| | | | | | | | | | - now this package is provided from sourceforge.net, instead of kame.net - now suz takes over the maintainership from sumikawa Reviewed by: sumikawa Notes: svn path=/head/; revision=153721
* - Update to 0.9.8 (see http://wiki.pldapadmin.com/Roadmap for changes)Tim Bishop2006-01-164-8/+8
| | | | | | | | PR: 91887 Submitted by: m.seaman@infracaninophile.co.uk (maintainer) Notes: svn path=/head/; revision=153697
* o Fix typo on dependency list: depend on graphics/librsvg2 ratherMario Sergio Fujikawa Ferreira2006-01-161-1/+2
| | | | | | | | | | than graphics/librsvg o Bump PORTREVISION Submitted by: Carlos Eduardo <cartola@openit.com.br> Notes: svn path=/head/; revision=153677
* - Update to 4.7.11Tim Bishop2006-01-162-4/+4
| | | | | | | | PR: 91878 Submitted by: Filippo Natali <filippo.natali@gmail.com> (maintainer) Notes: svn path=/head/; revision=153673
* Update to 4.4.2 release.Alex Dupre2006-01-161-22/+0
| | | | Notes: svn path=/head/; revision=153634
* update to varconf 0.6.4Oliver Lehmann2006-01-161-2/+2
| | | | Notes: svn path=/head/; revision=153623
* Initial version of this port.Luigi Rizzo2006-01-152-0/+158
| | | | Notes: svn path=/head/; revision=153582
* - Update to 0.8.6gClement Laforet2006-01-155-81/+16
| | | | Notes: svn path=/head/; revision=153562
* - Remove expired portsPav Lucistnik2006-01-144-42/+0
| | | | Notes: svn path=/head/; revision=153501
* - fix wrong start_cmd in start scriptYen-Ming Lee2006-01-142-1/+2
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=153493