summaryrefslogtreecommitdiff
path: root/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Convert to new perl frameworkAndrej Zverev2013-08-043-8/+7
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324224
* - update to 1.0Jason Helfman2013-08-042-3/+3
| | | | | | | | | | svnup-1.0 - 3 August 2013 - Fixed a bug with using custom port numbers. Submitted by: jcm@visi.com (maintainer, via personal mail) Notes: svn path=/head/; revision=324217
* Fix logic in clang detection.Emanuel Haupt2013-08-031-1/+1
| | | | | | | Notified by: crees Notes: svn path=/head/; revision=324202
* . Update to 1.4.20.Greg Lewis2013-08-034-19/+31
| | | | Notes: svn path=/head/; revision=324201
* Convert to using the perl framework for build instead of only installing theMathieu Arnold2013-08-032-13/+11
| | | | | | | raw files. Notes: svn path=/head/; revision=324195
* - Convert to new perl frameworkMathieu Arnold2013-08-039-12/+18
| | | | | | | - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324191
* Convert to new perl framework.Mathieu Arnold2013-08-031-1/+2
| | | | Notes: svn path=/head/; revision=324190
* - Convert to new perl frameworkAndrej Zverev2013-08-037-38/+13
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324181
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | - Trim Makefile header Notes: svn path=/head/; revision=324175
* - Convert to new perl frameworkMathieu Arnold2013-08-02108-388/+270
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Fix INDEXAndrej Zverev2013-08-021-7/+4
| | | | Notes: svn path=/head/; revision=324172
* - Convert to new perl frameworkAndrej Zverev2013-08-0219-21/+42
| | | | Notes: svn path=/head/; revision=324171
* - Unbreak the build, sort the knobs, generally cleanup MakefileAlexey Dokuchaev2013-08-024-45/+39
| | | | | | | | | - Convert pkg-plist into PLIST_FILES, PORTDOCS, and PORTEXAMPLES - Sanitize installation procedure, improve files/pkg-message.in - Reformat port description, point WWW to a more canonical URL Notes: svn path=/head/; revision=324141
* Fix build with newer binutilsBaptiste Daroussin2013-08-011-1/+2
| | | | Notes: svn path=/head/; revision=324125
* Fix typoBaptiste Daroussin2013-08-011-1/+1
| | | | Notes: svn path=/head/; revision=324115
* Do proper primary IP selection.Alexander V. Chernikov2013-08-013-0/+94
| | | | | | | | | | Do not strip binaries explicitly. Bump revision. Approved by: vsevolod Notes: svn path=/head/; revision=324114
* Simplify by dropping support for FreeBSD prior to 8.0-RELEASE.Christian Weisgerber2013-08-014-91/+6
| | | | Notes: svn path=/head/; revision=324112
* net/quagga: update to 0.99.22.3William Grzybowski2013-08-012-7/+4
| | | | | | | | | | | | | | | - Update to 0.99.22.3 [1] - USES gmake - Remove useless options include Changes: http://savannah.c3sl.ufpr.br//quagga/quagga-0.99.22.3.changelog.txt PR: ports/180962 [1] Submitted by: Kurt Jaeger <fbsd-ports opsec.eu> Approved by: maintainer Notes: svn path=/head/; revision=324111
* Fix build with clangBaptiste Daroussin2013-08-011-7/+4
| | | | Notes: svn path=/head/; revision=324083
* Fix build with clangBaptiste Daroussin2013-07-311-6/+3
| | | | Notes: svn path=/head/; revision=324070
* - Really use new perl5 framework correctly.Philippe Audeoud2013-07-311-1/+1
| | | | Notes: svn path=/head/; revision=324050
* - Update to 0.50Philippe Audeoud2013-07-312-4/+5
| | | | | | | | - Convert to new Perl5 framework - Changelog: http://cpansearch.perl.org/src/RKITOVER/Net-SSH2-0.50/Changes Notes: svn path=/head/; revision=324048
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.Koop Mast2013-07-314-9/+14
| | | | | | | | | | | | | | | | | | | | | | | This update updates Glib20 to 2.36 and Gtk+ 3.8 * The gio-fam-backend port that used gamin for the GFileMonitor API is gone. It is replaced by a GIO kqueue implementation developed as part of a NetBSD GSoC 2011 project by Dimitry Matveev. * Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0 pkgconfig file [1]. This broke static linking and newer binutils. * Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to prevent creation of / root/.cache dir. Defaults to build & run depend, but :build and :run switches available. * New x11-toolkits/pangox-compat port and companion USE_GNOME component for pangox support which was removed from the pango port. Add it to ports still using pangox API. Exp-run by: bapt@ PR: ports/178958 [1] Submitted by: emaste@ [1] Notes: svn path=/head/; revision=324037
* - Tentatively try to unbreak parallel (-jX) builds by avoiding a race whenAlexey Dokuchaev2013-07-312-43/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | two gmakes were descending into `engines' directory at the save time: ===> Building for yate-4.3.0.p1 c++ -Wall -I. -I. -O2 -pipe -fPIC [...] -c main.cpp gmake -C ./engine all gmake -C ./engine all gmake[1]: Entering directory `[...]/yate-4.3.0-1/engine' As a result of this, produced `libyate.so.4.3.0' can be bogus, and will fail to link against: c++ -Wall -L/usr/local/lib -o yate -lpthread main.o libyate.so libyate.so: undefined reference to `TelEngine::DefaultLogic::DefaultLogic(char const*, int)' libyate.so: undefined reference to `TelEngine::ClientLogic::initStaticData()' gmake: *** [yate] Error 1 To mitigate the problem, avoid dependency on phony `library' target, but define build command for real libyate.so.4.3.0, and use it as dependency instead. - While here, adopt the new LIB_DEPENDS syntax, convert USE_GMAKE - Drop GNU_CONFIGURE, implied by USE_AUTOTOOLS; sort the knobs a bit - Do not overwrite few options' descriptions we have from the pool - Pad the output when displaying pkg-message (by consistent with package) Notes: svn path=/head/; revision=324034
* - Convert to new Uses/perl5.mk frameworkAndrej Zverev2013-07-312-7/+5
| | | | | | | | | | | - Resolve issues with implicit lang/perl in extract and patch dependencies - Trim Makefile header Reviewed by: bapt@ (exp-run) Approved by: bapt@ (portmrg@) Notes: svn path=/head/; revision=324007
* Update net/smbldap-tools to 0.9.10Martin Matuska2013-07-303-3/+4
| | | | Notes: svn path=/head/; revision=323996
* Update to 0.13.0Carlo Strub2013-07-304-6/+13
| | | | | | | | | PR: ports/180357 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Approved by: maintainer (me) Notes: svn path=/head/; revision=323986
* Provide 'dynamicrouting' in rc script.Alexander V. Chernikov2013-07-301-1/+1
| | | | | | | | | | This can be useful for mixed-environments running different routing daemons (like bird). Approved by: az@, sem@ (maintainer,implicit) Notes: svn path=/head/; revision=323977
* Update net/bird & net/bird6 to 1.3.11Alexander V. Chernikov2013-07-307-393/+9
| | | | | | | | | | | | | | | | | | | New features: * OSPF stub router option (RFC 3137). * TTL security for OSPF and RIP. * Protocol packet priority and traffic class handling. * Multiple routing tables support for FreeBSD and OpenBSD. * Extends constants to all filter data types. * Implements eval command. * 'bgppath ~ int set' filter operation. * Several bugfixes. MFIBS option was removed (gone to upstream, enabled by default) Approved by: az Notes: svn path=/head/; revision=323976
* Fix build with clang by forcing gnu89Baptiste Daroussin2013-07-301-5/+2
| | | | Notes: svn path=/head/; revision=323964
* Fix build with current: standard gnu89 + -Wno-return-typeBaptiste Daroussin2013-07-301-1/+3
| | | | | | | While here convert USE_GMAKE -> USES=gmake Notes: svn path=/head/; revision=323954
* - Contrary to what comment says, we do not need clang or GCC 4.6+ to build,Alexey Dokuchaev2013-07-301-27/+5
| | | | | | | | | we just need to patch one source file a bit - Remove opportunistic MAKE_JOBS_UNSAFE, let us see the failure log first - Miscellaneous cleanups (fix header, drop MASTER_SITES and FETCH_ARGS) Notes: svn path=/head/; revision=323947
* - Update to 0.7.3Jason Helfman2013-07-304-14/+36
| | | | | | | | | | | | | | | - Add a distfile that includes the wpa_gui's icons in PNG format - Remove dependency on qt3support (this is "wpa_gui-qt4") - Switch to included desktop icon instead of DESKTOP_ENTRIES - Replace tab with space in pkg-decr on the WWW line - while here drop MAKE_JOBS_SAFE, as it is now the default PR: 180333 Submitted by: kevinz5000@gmail.com Approved by: maintainer timeout 14 days ( webmaster@kibab.com ) Notes: svn path=/head/; revision=323946
* Convert non supported USE_PKGCONFIG to USES=pkgconfig [1]Baptiste Daroussin2013-07-291-4/+2
| | | | | | | | | | | While here: - Remove leading article from COMMENT - Remove now useless MAKE_JOB_SAFE Pointyhat to: miwi [1] Notes: svn path=/head/; revision=323924
* New port: rubygem-network_interfaceAntoine Brodin2013-07-294-0/+25
| | | | | | | | | | | This gem was originally added to the Metasploit Pcaprub gem. It's been spun out into its own gem for anyone who might want to programmatically get information on their network interfaces. WWW: https://github.com/rapid7/network_interface Notes: svn path=/head/; revision=323911
* Fix my email address again, using proper @FreeBSD.org stylingMark Felder2013-07-292-3/+3
| | | | | | | Approved by: swills (mentor) Notes: svn path=/head/; revision=323891
* - Trim Makefile header to standard two linesAlexey Dokuchaev2013-07-291-13/+25
| | | | | | | | | | | - Convert USE_GMAKE, drop no-op MANCOMPRESSED=no - Do no install examples as PORTDOCS, convert to OptionsNG - Fix the build with modern C++ compilers and Tcl 8.6 Reported by: pointyhat-west Notes: svn path=/head/; revision=323879
* Remove net/ns2, which is practically identical copy of net/ns.Alexey Dokuchaev2013-07-298-228/+0
| | | | Notes: svn path=/head/; revision=323875
* Support 8.4-REL.Jun Kuriyama2013-07-283-17/+21
| | | | Notes: svn path=/head/; revision=323833
* net/jicmp6: update to 1.2.1William Grzybowski2013-07-282-4/+4
| | | | | | | | | | | | - Update to 1.2.1 Changes: https://github.com/OpenNMS/jicmp6/blob/master/ChangeLog PR: ports/180842 Submitted by: Sevan Janiyan <venture37 geeklan.co.uk> (maintainer) Notes: svn path=/head/; revision=323832
* - Tighten Makefile header and COMMENTAlexey Dokuchaev2013-07-282-13/+18
| | | | | | | | | | | - Unbreak parallel (-jX) and Clang builds - Convert NOPORTDOCS -> PORT_OPTIONS:MDOCS - Fix bogus double spaces in pkg-descr Reported by: pointyhat-west Notes: svn path=/head/; revision=323816
* - Update to 0.22Sunpoet Po-Chuan Hsieh2013-07-272-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/IO-Socket-IP/Changes Notes: svn path=/head/; revision=323805
* Update to 1.10.1. SeeJoe Marcus Clarke2013-07-272-3/+3
| | | | | | | | http://www.wireshark.org/docs/relnotes/wireshark-1.10.1.html for a list of changes in this release. Notes: svn path=/head/; revision=323802
* - Update to 3.2.1Steve Wills2013-07-272-3/+3
| | | | | | | PR: ports/180539 Notes: svn path=/head/; revision=323799
* - Reset maintainer after no response to mail since Jan 2013Steve Wills2013-07-271-1/+1
| | | | | | | | | - Clean up headers and comments while here Reviewed by: danfe Notes: svn path=/head/; revision=323794
* remove GCC requirementChris Rees2013-07-271-9/+5
| | | | | | | | | | | | | | | | PR: ports/179519 Submitted by: Kenta Suzumoto <kentas@hush.com> (also by 4721 below) add LICENSE remove shared library version from depends remove stale comment PR: ports/180063 Submitted by: 4721@hushmail.com Approved by: maintainer timeout (itetcu, 5 weeks) Notes: svn path=/head/; revision=323793
* - Update to 0.9.7Steve Wills2013-07-272-3/+5
| | | | | | | | PR: ports/180537 Approved by: maintainer timeout (renchap@cocoa-x.com, >2 weeks) Notes: svn path=/head/; revision=323791
* Mark as deprecated, the port is vulnerable for long with noone to take care ↵Baptiste Daroussin2013-07-271-0/+3
| | | | | | | of it. Notes: svn path=/head/; revision=323780
* net/jicmp: update to 1.4.1William Grzybowski2013-07-262-11/+6
| | | | | | | | | | | | - Update to 1.4.1 [1] - Trim Makefile header [1] - Remove leading article from COMMENT PR: ports/18084 Submitted by: Sevan Janiyan <venture37 geeklan.co.uk> (maintainer) Notes: svn path=/head/; revision=323763
* net/minidlna: remove required dirsWilliam Grzybowski2013-07-262-1/+1
| | | | | | | | | - Remove required dirs from rc.d, it is already ensured with install cmd Reported by: tdb Notes: svn path=/head/; revision=323762