aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.99.21Ryan Steinmetz2012-06-116-60/+80
| | | | | | | | | | | | | | - Security fix for CVE-2012-1820 (obtained from redhat's bugzilla instance/Quagga-RE git repo) - Convert to OptionsNG - Fix style issues PR: ports/168920 Submitted by: me Approved by: Boris Kovalenko <boris@tagnet.ru> (maintainer) Security: 1e14d46f-af1f-11e1-b242-00215af774f0 Notes: svn path=/head/; revision=299035
* - cleanup now duplicate defsDirk Meyer2012-06-111-4/+0
| | | | Notes: svn path=/head/; revision=299005
* - update to 1.7Dirk Meyer2012-06-103-3/+23
| | | | | | | Submitted by: Mikhail T. Notes: svn path=/head/; revision=298973
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-1039-39/+39
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Update to 0.5.3Steve Wills2012-06-102-3/+3
| | | | Notes: svn path=/head/; revision=298963
* Port for package building of 6rd patched stf(4) kernel lodable modules.Jun Kuriyama2012-06-107-0/+1436
| | | | | | | | | | | | This port supports only 8.1+ releases. This patch was developed by hrs and obtained from http://people.allbsd.org/~hrs/FreeBSD/stf_6rd_20100923-1.diff WWW: http://people.FreeBSD.org/~kuriyama/6rd/ Notes: svn path=/head/; revision=298944
* - Fix header files integrity when X11 option is disabledPav Lucistnik2012-06-102-50/+61
| | | | | | | | | | | - Fix header files to allow pure C client app to be built - OPTIONSng PR: ports/168714, ports/168756 Submitted by: Alexey Shuvaev <bugsbeastie@gmail.com>, Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Notes: svn path=/head/; revision=298943
* - Fix packagingPav Lucistnik2012-06-101-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=298921
* Update to version 4.2.34Pawel Pekala2012-06-102-3/+3
| | | | Notes: svn path=/head/; revision=298914
* - Update to 2.004Sunpoet Po-Chuan Hsieh2012-06-104-8/+15
| | | | | | | | | | | | | | - Remove MAKE_JOBS_UNSAFE - Add CPAN as primary WWW Note that the upcoming release 2.005 will change the default ipv value to * meaning it will attempt to bind IPv4 and IPv6 if they are available when you pass a hostname. Changes: http://search.cpan.org/dist/Net-Server/Changes Notes: svn path=/head/; revision=298912
* - Adjust the gsasl dependency to the current shlib version.Raphael Kubo da Costa2012-06-091-2/+2
| | | | | | | | | | - Bump PORTREVISION. PR: ports/16873 Submitted by: rakuco Notes: svn path=/head/; revision=298876
* - Update net/usbredir to 0.4.3 .Juergen Lock2012-06-095-125/+17
| | | | | | | | | - Update emulators/qemu-devel to 1.1.0 - announce posting is here: http://lists.nongnu.org/archive/html/qemu-devel/2012-06/msg00072.html Notes: svn path=/head/; revision=298875
* - Update to 0.685Martin Wilke2012-06-093-8/+4
| | | | | | | | | PR: 168251 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=298867
* Add new port net/libmediawiki:Max Brazhnikov2012-06-095-0/+67
| | | | | | | | | | | | Libmediawiki is a KDE C++ interface for MediaWiki-based web services such as wikipedia.org. WWW: http://www.digikam.org Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 commit Notes: svn path=/head/; revision=298858
* Add new port net/libkvkontakte:Max Brazhnikov2012-06-095-0/+78
| | | | | | | | | | | Libkvkontakte is a KDE C++ interface for VK (http://vk.com). WWW: http://www.digikam.org Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51 commit Notes: svn path=/head/; revision=298857
* Merge changes from area51 repository (SVN commit 8197 by avilla):Max Brazhnikov2012-06-092-56/+45
| | | | | | | | | - Remove SIPFILES option, some ports (e.g., pykde4) require the files to be installed. - Remove DEBUG and TRACING options, and merge them under WITH_DEBUG. Notes: svn path=/head/; revision=298789
* update to 0.8.3 to fix build with KDE SC 4.8.3Max Brazhnikov2012-06-083-5/+15
| | | | | | | | PR: ports/168303 Approved by: maintainer timeout (15 days) Notes: svn path=/head/; revision=298788
* Convert to optionsngTilman Keskinoz2012-06-081-2/+3
| | | | Notes: svn path=/head/; revision=298768
* Convert to optionsNGTilman Keskinoz2012-06-081-5/+6
| | | | | | | grab maintainership Notes: svn path=/head/; revision=298767
* Duplicate EXTRACT_DEPENDS to FETCH_DEPENDS, to fix build underMatthias Andree2012-06-081-0/+1
| | | | | | | the new no-network-after-fetch-stage regime. Notes: svn path=/head/; revision=298762
* Fix lookup of png libraryBaptiste Daroussin2012-06-081-1/+1
| | | | | | | Submitted by: kwm Notes: svn path=/head/; revision=298744
* Fix another typoBaptiste Daroussin2012-06-081-1/+1
| | | | | | | | | /me needs a coffee Reported by: osa Notes: svn path=/head/; revision=298723
* Fix 2 typosBaptiste Daroussin2012-06-081-1/+1
| | | | Notes: svn path=/head/; revision=298722
* Add png dependency if present of the system it is linked to.Baptiste Daroussin2012-06-081-2/+3
| | | | | | | | | | Do not optionify it has it is recommanded to get the support for png PR: ports/168790 Submitted by: Greg Lewis <glewis@misty.eyesbeyond.com> Notes: svn path=/head/; revision=298721
* Convert my ports to optionsNGPawel Pekala2012-06-071-1/+3
| | | | Notes: svn path=/head/; revision=298711
* Add LICENSE_FILE.Vsevolod Stakhov2012-06-071-0/+1
| | | | | | | | PR: 168457 Submitted by: koobs Notes: svn path=/head/; revision=298696
* Add missing docs.Dmitry Sivachenko2012-06-071-0/+9
| | | | Notes: svn path=/head/; revision=298693
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-076-8/+8
| | | | Notes: svn path=/head/; revision=298675
* Add quagga-re and openospfd on CONFLICTS.Munechika SUMIKAWA2012-06-071-1/+1
| | | | Notes: svn path=/head/; revision=298669
* - Add conflict with freenet6 port.Sylvio Cesar Teixeira2012-06-071-0/+2
| | | | | | | | PR: ports/168734 Submitted by: Michael Scholz <mike@fth-devel.net> (maintainer) Notes: svn path=/head/; revision=298650
* - Update net/nam to 1.15Sylvio Cesar Teixeira2012-06-077-74/+55
| | | | | | | | | | | | - Checked on Redports.org[1] [1] http://redports.org/buildarchive/20120606014524-1994/ PR: ports/168732 Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer) Notes: svn path=/head/; revision=298647
* Incorporate commit 66282f58000c8863e104666c30cb67b1d5cbdee3 from upstream.Florian Smeets2012-06-062-0/+15
| | | | | | | | | libvncserver/sockets.c: do not segfault when listenSock/listen6Sock == -1 Approved by: bapt (maintainer) Notes: svn path=/head/; revision=298644
* - Update to 2.002Sunpoet Po-Chuan Hsieh2012-06-062-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Socket/Changes Notes: svn path=/head/; revision=298596
* - Replace USE_QT4=yes with USE_QT4=# empty, as there is no "yes"Alberto Villa2012-06-061-1/+1
| | | | | | | | | | | component. [1] - While here, fix typo in PORT_OPTIONS check in avidemux2. Reported by: miwi via IRC [1] With hat on: kde [1] Notes: svn path=/head/; revision=298579
* Pet portlint;Dmitry Sivachenko2012-06-061-2/+3
| | | | | | | | | | Respect CFLAGS. PR: 168748 Submitted by: koobs <koobs.freebsd@gmail.com> Notes: svn path=/head/; revision=298569
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-0617-33/+17
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* Avoid the use of site perlEitan Adler2012-06-061-1/+1
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=298551
* - Update to 4.2.4Ryan Steinmetz2012-06-063-35/+37
| | | | | | | - Convert to OptionsNG Notes: svn path=/head/; revision=298548
* - Fixed portSylvio Cesar Teixeira2012-06-052-7/+19
| | | | | | | | | | | | | - Removed BROKEN - Add patch file: files/patch-random.cc - Pass maintainership to submitter PR: ports/168672 Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> Notes: svn path=/head/; revision=298543
* - Update to version 1.3.4Sylvio Cesar Teixeira2012-06-054-27/+18
| | | | | | | | PR: ports/168604 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=298535
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-0510-26/+26
| | | | Notes: svn path=/head/; revision=298507
* Add $FreeBSD$;Dmitry Sivachenko2012-06-052-10/+12
| | | | | | | | | | Add LOGIN to REQUIRE; replace echo + return with err. Suggested by: dougb Notes: svn path=/head/; revision=298498
* - Update to 0.99.17.10Sergey Matveychuk2012-06-052-3/+3
| | | | | | | Security: 1e14d46f-af1f-11e1-b242-00215af774f0 Notes: svn path=/head/; revision=298486
* - Add return codes to rc.d scriptAlex Kozlov2012-06-051-1/+2
| | | | | | | | | PR: ports/168450 Submitted by: Boris Kochergin <spawk@acm.poly.edu> Approved by: demon (maintainer), eadler, itetcu (mentors, implicit) Notes: svn path=/head/; revision=298457
* - Add return codes to rc.d scriptAlex Kozlov2012-06-051-1/+2
| | | | | | | | | PR: ports/168449 Submitted by: Boris Kochergin <spawk@acm.poly.edu> Approved by: demon (maintainer), eadler, itetcu (mentors, implicit) Notes: svn path=/head/; revision=298456
* - Remove SITE_PERL from *_DEPENDSRyan Steinmetz2012-06-051-12/+12
| | | | Notes: svn path=/head/; revision=298453
* - Remove SITE_PERL from *_DEPENDSRyan Steinmetz2012-06-051-1/+1
| | | | Notes: svn path=/head/; revision=298451
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-0515-41/+41
| | | | Notes: svn path=/head/; revision=298445
* Remove SITE_PERL from *_DEPENDS.Dmitry Sivachenko2012-06-051-1/+1
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=298444
* Update my maintainer addressJase Thew2012-06-052-2/+2
| | | | | | | Approved by: flo, culot (mentors) Notes: svn path=/head/; revision=298443