aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Fix sslDavid W. Chapman Jr.2002-03-311-10/+20
| | | | | | | | | | | | Add missing man page Fix package creation Fix printing when using package PR: 36161, 36318, 36226 Submitted by: skv@freebsd.org, hswacm.org@generalresources.com, gshapiro+gnats@freebsd.org Notes: svn path=/head/; revision=57070
* Update to a17David W. Chapman Jr.2002-03-318-10/+42
| | | | | | | | | Fix openpam build problems Submitted by: alfred Notes: svn path=/head/; revision=57033
* Remove #include <malloc.h>Kris Kennaway2002-03-312-0/+12
| | | | Notes: svn path=/head/; revision=57018
* Fix compilation on 5.0 (<malloc.h> removal)Kris Kennaway2002-03-311-0/+5
| | | | Notes: svn path=/head/; revision=56997
* Remove mpd-netgraph.Archie Cobbs2002-03-301-1/+0
| | | | | | | | Forgotten by: me Reminded by: Pete Fritchman <petef@databits.net> Notes: svn path=/head/; revision=56981
* Fix MASTER_SITES.Daniel Harris2002-03-301-1/+1
| | | | | | | | PR: 36495 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=56978
* Add working site to MASTER_SITESPatrick Li2002-03-301-1/+2
| | | | | | | | PR: 36509 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=56972
* upgrade to 1.051Ying-Chieh Liao2002-03-302-2/+2
| | | | | | | | PR: 36510 Submitted by: Tilman Linneweh <tilman@arved.de> Notes: svn path=/head/; revision=56954
* cd dir && command -> cd dir; commandAkinori MUSHA2002-03-302-6/+6
| | | | Notes: svn path=/head/; revision=56942
* Update to 1.3.6.Akinori MUSHA2002-03-303-2/+4
| | | | Notes: svn path=/head/; revision=56935
* Add #include <netinet/in.h> and unbreak for CURRENT.Akinori MUSHA2002-03-302-0/+18
| | | | Notes: svn path=/head/; revision=56920
* Fix the KDE ports to not use objprelink, if OSVERSION >= 500029. This isWill Andrews2002-03-303-3/+21
| | | | | | | | | | not tested other than for syntax, but should DTRT from what I understand of the problem. Submitted by: bento Notes: svn path=/head/; revision=56912
* The original "net/mpd" port is obsolete. Update it to make it equivalentArchie Cobbs2002-03-3011-138/+11
| | | | | | | to the "net/mpd-netgraph" port, and then get rid of "net/mpd-netgraph". Notes: svn path=/head/; revision=56900
* Fix build, don't clobber the system strcasestr() function.Pete Fritchman2002-03-301-0/+3
| | | | | | | PR: 36455 Notes: svn path=/head/; revision=56891
* Switch option from JAVA_NO_BUILD_DEPENDS to NO_BUILD_DEPENDS_JAVAMario Sergio Fujikawa Ferreira2002-03-293-3/+3
| | | | | | | following bsd.java.mk 1.2 Notes: svn path=/head/; revision=56876
* Fix wrong path where Xvnc looks for fontsPatrick Li2002-03-292-0/+31
| | | | Notes: svn path=/head/; revision=56861
* Update to 1.2.3Patrick Li2002-03-295-28/+29
| | | | Notes: svn path=/head/; revision=56849
* Add working site to MASTER_SITESPatrick Li2002-03-281-0/+1
| | | | | | | | PR: 36443 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de> Notes: svn path=/head/; revision=56823
* pkg-plist included a non-existant directoryShafeeq Sinnamohideen2002-03-281-1/+0
| | | | Notes: svn path=/head/; revision=56808
* Add new port net/py-medusa - Asynchronous socket-based server frameworkPatrick Li2002-03-287-0/+186
| | | | | | | | | | for Python PR: 36420 Submitted by: Hye-Shik Chang <perky@fallin.lv> Notes: svn path=/head/; revision=56806
* Update to 0.6.3Mario Sergio Fujikawa Ferreira2002-03-282-2/+2
| | | | Notes: svn path=/head/; revision=56790
* Update to new java infrastructure, deploy USE_JAVAMario Sergio Fujikawa Ferreira2002-03-285-34/+13
| | | | Notes: svn path=/head/; revision=56789
* Upgrade to 2.9.18-pre3Dmitry Sivachenko2002-03-282-3/+3
| | | | Notes: svn path=/head/; revision=56777
* gettext-old -> gettextYing-Chieh Liao2002-03-282-2/+13
| | | | | | | | | | fix build problem PR: 36399 Submitted by: Shaun Branden <shaun@pcuse.com> and many others Notes: svn path=/head/; revision=56775
* Fix segfault, bump PORTREVISIONPatrick Li2002-03-282-0/+14
| | | | | | | | PR: 36376 Submitted by: maintainer Notes: svn path=/head/; revision=56764
* upgrade to 0.8.8.2Ying-Chieh Liao2002-03-272-2/+2
| | | | | | | | PR: 36369 Submitted by: maintainer Notes: svn path=/head/; revision=56743
* Find if_wavelan_ieee.h on machines running -current.Patrick Li2002-03-271-3/+9
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=56734
* It is important to run aclocal before the build to ensure that a fixPete Fritchman2002-03-271-0/+5
| | | | | | | | | | | | for a buggy autoconf macro is included, so add USE_AUTOMAKE_VER and USE_LIBTOOL (in this case, we need the libtool automake macro AM_PROG_LIBTOOL). PR: 36347 Submitted by: maintainer Notes: svn path=/head/; revision=56722
* Add new port - SNMP framework for PythonPatrick Li2002-03-266-0/+91
| | | | | | | | PR: 36337 Submitted by: Hye-Shik Chang <perky@fallin.lv> Notes: svn path=/head/; revision=56707
* Update to 20020218.Yoichi NAKAYAMA2002-03-263-4/+14
| | | | Notes: svn path=/head/; revision=56698
* Add a patch allowing libnids to correctly capture packets onPeter Pentchev2002-03-262-0/+13
| | | | | | | | | | the loopback interface. Submitted by: nectar Ignored by: roam (myself) for over 6 months Notes: svn path=/head/; revision=56693
* Fix build.Pete Fritchman2002-03-261-0/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=56684
* upgrade to 0.9.3Ying-Chieh Liao2002-03-263-14/+2
| | | | | | | | PR: 36322 Submitted by: maintainer Notes: svn path=/head/; revision=56680
* upgrade to 0.6.0Ying-Chieh Liao2002-03-263-3/+6
| | | | Notes: svn path=/head/; revision=56678
* synscan.nss.nu -> http://www.habets.pp.se/synscan/Ying-Chieh Liao2002-03-262-2/+2
| | | | | | | | | both master site and WWW Submitted by: Thomas Habets <thomas@habets.pp.se> Notes: svn path=/head/; revision=56672
* Upgrade to 1.8.6.Dmitry Sivachenko2002-03-253-2/+5
| | | | Notes: svn path=/head/; revision=56644
* Update to version 2.5Kevin Lo2002-03-253-3/+16
| | | | Notes: svn path=/head/; revision=56639
* upgrade to 0.9.17Ying-Chieh Liao2002-03-252-27/+27
| | | | | | | | PR: 36294 Submitted by: Ports Fury Notes: svn path=/head/; revision=56627
* Add USE_SUBMAKE, where it might be necessary.Maxim Sobolev2002-03-257-0/+7
| | | | Notes: svn path=/head/; revision=56610
* Update to 2.6.2Patrick Li2002-03-252-2/+2
| | | | | | | | PR: 36273 Submitted by: maintainer Notes: svn path=/head/; revision=56596
* Fix MASTER_SITES.Jun Kuriyama2002-03-252-2/+2
| | | | | | | | PR: ports/36247 Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> Notes: svn path=/head/; revision=56595
* Fix build on 5-CURRENT.Hajimu UMEMOTO2002-03-251-0/+21
| | | | Notes: svn path=/head/; revision=56592
* BROKEN: Does not buildKris Kennaway2002-03-252-0/+4
| | | | Notes: svn path=/head/; revision=56585
* Mark NO_PACKAGE also, because it hangs or loops during package build.Kris Kennaway2002-03-251-0/+1
| | | | Notes: svn path=/head/; revision=56583
* BROKEN: Does not install/packageKris Kennaway2002-03-251-0/+2
| | | | Notes: svn path=/head/; revision=56581
* Add new port net/sipcalc - IP subnet calculator with IPv6 supportPatrick Li2002-03-246-0/+56
| | | | | | | | PR: 36264 Submitted by: Janos Mohacsi <janos.mohacsi@dante.org.uk> Notes: svn path=/head/; revision=56559
* add gnunet 0.3.2Ying-Chieh Liao2002-03-246-0/+61
| | | | | | | An anonymous, distributed, reputation-based network Notes: svn path=/head/; revision=56549
* Deal with definition of `stdout' in -CURRENT.David E. O'Brien2002-03-241-0/+15
| | | | Notes: svn path=/head/; revision=56530
* Respect CFLAGS.Dmitry Sivachenko2002-03-242-104/+72
| | | | | | | Convert patch to unified format. Notes: svn path=/head/; revision=56521
* add py-fngrab 0.0.4Ying-Chieh Liao2002-03-247-0/+77
| | | | | | | A replacement for the official Freenet Project's freenet_request Notes: svn path=/head/; revision=56516