aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* Support STAGEfeld2014-01-282-8/+8
| | | | Approved by: swills (mentor)
* Deprecate ports broken for more than 6 monthbapt2014-01-282-0/+4
|
* This patch will make the socat rc script more reliable. [1]ehaupt2014-01-272-12/+16
| | | | | | | While here, use 'compiler' USES macro to determine compiler type. PR: 185946 [1] Submitted by: feld
* Support stage.rene2014-01-271-7/+2
| | | | Approved by: portmgr (infrastructure blanket)
* Rsync-bpc is a customized version of rsync that is used as part of BackupPC,rm2014-01-274-0/+39
| | | | | | | | | | | | | | | | | | an open source backup system. The main change to rsync is adding a shim layer that emulates the system calls for accessing the file system so that rsync can directly read/write files in BackupPC's format. Rsync-bpc is fully line-compatible with vanilla rsync, so it can talk to rsync servers and clients. Rsync-bpc serves no purpose outside of BackupPC. WWW: http://backuppc.sourceforge.net/ PR: 182434 Submitted by: Alexander Moisseev <moiseev@mezonplus.ru>
* Make building as user work.rene2014-01-271-4/+2
| | | | Obtained from: Ports r341294
* Add USES=uidfix to avoid the NEED_ROOT macrobapt2014-01-271-5/+3
| | | | Properly set make env before installing so uidfix works
* - Support stagerene2014-01-272-9/+8
| | | | | | - Requires NEED_ROOT Approved by: portmgr (infrastructure blanket)
* Support stage.rene2014-01-272-7/+6
| | | | | USES=uidfix does not work here, needs NEED_ROOT=yes Approved by: portmgr (infrastructure blanket)
* - Stagify.nox2014-01-272-6/+1
| | | | - Remove obsolete ${OSVERSION} < 803000 check.
* - Update to 1.15culot2014-01-272-3/+3
|
* - Enable stagedir supportmva2014-01-262-5/+3
| | | | | | - Convert to PYDISTUTILS_AUTOPLIST - Restrict to supported python versions - Convert from USE_PYDISTUTILS=easy_install to yes
* net/miniupnpd: Bump PORTREVISIONmarino2014-01-261-0/+1
| | | | | The previous commit fixed the intended action on a standard option; it should have been bumped.
* net/miniupnpd: Fix PF rules issue, support stagemarino2014-01-261-10/+9
| | | | | | | PR: ports/184726 Submitted by: Chris Scott Approved by: maintainer (Tor Halvard Furulund) Stage support: marino@
* Add net/libkfbapi.rakuco2014-01-265-0/+119
| | | | | | | | This will be used by future KDE versions, and it doesn't hurt adding it in advance. Library for accessing Facebook services. WWW: http://projects.kde.org/libkfbapi
* - Follow upstream repository transferswills2014-01-262-3/+3
| | | | | PR: ports/186036 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
* - Fix the build after recent update of net/freerdpswills2014-01-263-22/+5
| | | | | | | | - Follow upstream repository transfer - Remove unused files from distinfo PR: ports/186035 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
* - Fix build with clangantoine2014-01-251-8/+9
| | | | | - Fix python modules after removal of implicit lang/python dependency - Stage support
* - Stage supportmiwi2014-01-251-6/+6
|
* - Stage supportmiwi2014-01-251-13/+11
|
* - Fix dhcp-related error at launch with default configurationzi2014-01-252-26/+9
| | | | | | | | - Bump PORTREVISION PR: ports/186086 [1] Submitted by: Dave Duchscher <daved@tamu.edu> [1] Reported by: Darrel <levitch@iglou.com>
* Fix file conflict with avahi-app.kwm2014-01-251-1/+0
| | | | | PR: ports/185998 Submitted by: Volodymyr Kostyrko <arcade@b1t.name>
* - Stage Safemiwi2014-01-2420-20/+0
|
* Convert my own Python ports to:olivierd2014-01-244-144/+75
| | | | | | | | | - STAGEDIR - Replace USE_PYDISTUTILS= easy_install by USE_PYDISTUTILS= yes While I'm here - Use PYDISTUTILS_AUTOPLIST - Adjust or add LICENSE
* Upgrade to version 3.2.3 and add LICENSE.olgeni2014-01-242-4/+5
|
* - Mark these ports as stage safemiwi2014-01-234-4/+0
|
* - Update to 1.24sunpoet2014-01-232-6/+12
| | | | | | | | | - Add LICENSE - Add TEST_DEPENDS - Remove trailing period from SASL option description - Add BUILD_DEPENDS for SASL option Changes: http://search.cpan.org/dist/Net/Changes
* - Update to 544sunpoet2014-01-232-3/+3
|
* - Update to 0.2.1sunpoet2014-01-232-3/+3
| | | | Changes: https://github.com/Manfred/HTTPauth/commits/master
* - Update to 0.27sunpoet2014-01-232-3/+3
| | | | Changes: http://search.cpan.org/dist/IO-Socket-IP/Changes
* - Ensure we CONFLICT with the net/freeradius3 portzi2014-01-231-1/+2
| | | | - Bump PORTREVISION
* Update to version 5.0.11pawel2014-01-233-3/+5
|
* - Update to 5.0.23madpilot2014-01-228-104/+94
| | | | | | | | | | - Convert to staging - Support NLS option - Remove uneeded file - Rename patch files according to standard PR: ports/185929 Submitted by: Lapo Luchini <lapo@lapo.it> (maintainer)
* Schedule net/pchar for deletion.bmah2014-01-221-0/+3
| | | | | | | | | | | | | I am the upstream author of this software. pchar was originally developed in a time before store-and-forward switches were common on LANs. Its algorithms assumed that there is only one packet queue per IP hop. Almost every modern network violates this assumption; thus pchar will return incorrect results in the vast majority of environments where it could be used today. In addition, I have not supported this software for over ten years. For these reasons I am scheduling this port for removal. Approved by: mat (mentor)
* Fix properties on pkg-plistbapt2014-01-2259-59/+0
|
* - Update to 2.3.0swills2014-01-222-3/+3
|
* - Export HOME before starting RabbitMQ node.olgeni2014-01-212-2/+4
| | | | | | | - After starting, wait for RabbitMQ to be available. PR: ports/185962 Submitted by: Anes Mukhametov <anes@anes.su>
* Correct a patch mangled in transfer.marcus2014-01-211-4/+4
| | | | Reported by: mat
* Set maintainer to Koichiro IWAO.delphij2014-01-211-1/+1
|
* Revert a bad upstream patch pertaining to varargs that continued to plaguemarcus2014-01-212-3/+6
| | | | | | Time Machine users. Submitted by: dim
* * Fix build on 10mat2014-01-212-21/+19
| | | | | | * Stagify Sponsored by: Absolight
* - Update to 2.51sunpoet2014-01-212-4/+4
| | | | | | - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Net-Whois-Raw/Changes
* net/py-kombu: update to 1.4.1wg2014-01-202-12/+6
| | | | | | - Update to 1.4.1 - Switch to appropriate BSD license - Remove deprecated python <2.7 detection
* net/py-amqp: update to 1.4.1wg2014-01-202-4/+4
|
* - Fix build with modern compilers [MFH]gahr2014-01-206-133/+181
| | | | | | | | | - Convert to USES=tk - STAGE-clean MFH: 2014Q1 PR: 185840 Approved by: maintainer
* - Unbroke remmina-plugin-nx build by define dependency on libssh directlyfluffy2014-01-202-11/+2
| | | | - Remove libssh block from common plugins block, it used only for -nx
* Fix pkg-plist for relaydmm2014-01-192-4/+4
|
* Fix pkg-plist for relaydmm2014-01-192-1/+3
|
* Add STAGE support to net/relaydmm2014-01-191-4/+4
|
* Add STAGE support to ProFTPDmm2014-01-191-1/+0
|
* - Fix build with clangmiwi2014-01-1913-10/+181
| | | | | PR: 185506 Submitted by: ports fury
* - Update to 0.9.3sunpoet2014-01-192-6/+5
| | | | Changes: https://github.com/intridea/oauth2/commits/master
* - Update to 0.26sunpoet2014-01-192-3/+3
| | | | Changes: http://search.cpan.org/dist/IO-Socket-IP/Changes
* - Rely on modern compiler, which force gcc47/clang33 on gcc-default releases ↵fluffy2014-01-191-1/+3
| | | | (8.x/9.x)
* Correct the libevent-2 LIB_DEPENDS line. The proper name of the librarymarcus2014-01-191-1/+1
| | | | | | is libevent-2.0.so.X. Spotted by: antoine
* * Fix a segfault when Zeroconf is enabled with Timemachine [1]marcus2014-01-192-3/+37
| | | | | | | * Convert to new-style LIB_DEPENDS PR: 185862 [1] Submitted by: jpaetzel [1]
* - Enable stagedir supportmva2014-01-181-2/+3
| | | | - Add LICENSE
* - Enable stagedir supportmva2014-01-181-2/+1
| | | | - Update BSD license
* Update to 4.01002skreuzer2014-01-172-3/+3
|
* - Convert to USES=tkgahr2014-01-172-48/+49
| | | | | | - Convert to new LIB_DEPENDS format - STAGE-clean - Respect EXAMPLESDIR
* - Convert to USES=tclgahr2014-01-171-2/+1
|
* Fixed(?) problem with the late enabling of USES+=fam.timur2014-01-171-14/+13
|
* - Reassign to the heaptabthorpe2014-01-171-1/+1
|
* - Fix build on FreeBSD 10.miwi2014-01-162-1/+25
| | | | | PR: 185683 Submitted by: maintainer
* - Reset maintainer due to fatal email bounceszi2014-01-164-4/+4
| | | | Reported by: portscout
* - Make QAT happy: plugins doesn't touch include/remmina, remove extra @dirrmtryfluffy2014-01-163-3/+0
| | | | Noticed by: QAT
* - Update to 1.3.11nemysis2014-01-162-3/+3
|
* - Rewrite OPTIONS to match new stylefluffy2014-01-162-78/+48
| | | | | | | | - Note in DirectFB option about deprecation upstream - Conditionaly depend on compiler:c11 (math and sse2 functions require this) - Use DISTVERSIONSUFFIX to construct correct DISTNAME automagically and avoid both declaration of PORTVERSION and DISTVERSION with beta suffixes - Pet portlint
* - Add missed dependency on libvncserver [1]fluffy2014-01-166-10/+8
| | | | | | | | - Use new style for LIB_DEPENDS - Pass maintainership from Koichiro IWAO to myself for -gnome and -nx ports by his request - Bump PORTREVISION due to changed dependencies list [2] Noticed by: QAT [1], mat@ [2]
* - Avoid circular dependency on -i18n subport my move it to correct placefluffy2014-01-162-6/+6
|
* net/Sockets: Support stage and pet portlintmarino2014-01-151-3/+2
| | | | | The maintainer notes net/Sockets builds fine without NO_STAGE, which I verified via Redports. Updated per his request via ports@ mail list.
* 1: Support CC/CFLAGS properlyvanilla2014-01-152-14/+25
| | | | | | | | 2: Add LICENSE 3: support stagedir. PR: ports/185710 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* 1: Update to version 1.4.0vanilla2014-01-1510-119/+141
| | | | | | | 2: support stagedir. PR: ports/185701 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Support CC/CXX properlyvanilla2014-01-152-6/+15
| | | | | | | - Support PLIST_FILES PR: ports/185712 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update FreeRDP to 1.1.0.2013070101 beta releasefluffy2014-01-1528-884/+29032
| | | | | | - Update Remmina and Remmina plugins collection to git commit b6a55ae - Use new style for LIB_DEPENDS - Stagify
* Update 4.2.7p404 --> 4.2.7p411cy2014-01-152-3/+5
|
* - Update to 1.6.2miwi2014-01-152-3/+3
|
* - Fix build with clangantoine2014-01-152-2/+12
| | | | | | | - Add LICENSE PR: ports/185697 Submitted by: KATO Tsuguru
* Mark net/ntp forbidden.cy2014-01-151-0/+1
| | | | Security: CVE-2013-5211 / VU#348126
* - Fix build with clangantoine2014-01-152-14/+69
| | | | | | | - Stage support PR: ports/185691 Submitted by: KATO Tsuguru
* - Update to 1.8.0antoine2014-01-156-62/+15
| | | | | | | - Stage support PR: ports/185711 Submitted by: KATO Tsuguru
* - Fix build when devel/ncurses is installedzi2014-01-151-2/+3
| | | | | | - Do not bump PORTREVISION PR: ports/185574
* - Convert to USES=gmake and USES=tkgahr2014-01-152-9/+40
| | | | | - STAGE-clean - Fix installed files and directories permissions
* - PREFIX-clean [MFH]gahr2014-01-151-6/+5
| | | | | | | - STAGE-clean - Convert to USES=tcl MFH: 2014Q1
* - Convert to USES=tkgahr2014-01-141-15/+10
| | | | | | | - STAGE-clean - Fix build MFH: 2014Q1
* Functional changes:des2014-01-146-31/+124
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add a SASL port option - Fix the KERBEROS ports option - it was a no-op, setting a configure flag which modifies how Kerberos was used without setting the flag that actually enables it. - Use GSSAPI instead of $ENV{KRB5CCNAME} to set the credential cache. The latter pollutes the unsuspecting application's environment and does not always work (for instance, it breaks when nss_ldap is invoked from OpenSSH, although I haven't quite determined why) - Add patches to support Heimdal in addition to MIT Kerberos. Note that I tried to ensure that the code is unchanged in the non-Heimdal case, but that I have no way of testing with MIT Kerberos. With the above changes, I have successfully configured a FreeBSD 9.2 server to authenticate users against a Microsoft Windows 2012 Active Directory server. Non-functional changes: - Modernize and stagify - Remove text in pkg-message about a change that was made ten years ago - Take maintainership as current maintainer has been AWOL for 2+ years - Bump PORTREVISION Approved by: maintainer hasn't been heard of for 2+ years
* Support building against Berkeley DB 6.x.delphij2014-01-142-1/+20
| | | | | PR: ports/185630 Submitted by: Yasuhiro KIMURA <yasu utahime org>
* Add new 4.1 branch of the Samba suite.timur2014-01-1449-0/+4946
| | | | Sponsored by: aliens
* Update to 1.1.10antoine2014-01-142-3/+3
|
* Python cleanup:rene2014-01-1428-28/+28
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* - Update to v0.20brix2014-01-143-8/+5
|
* Missed pkg-plist changes on r339608garga2014-01-141-4/+4
| | | | Approved by: portmgr@ (blanket)
* Support stagegarga2014-01-141-12/+5
| | | | Approved by: portmgr@ (blanket)
* - Update to 5.1.1nivit2014-01-134-28/+16
|
* - Update to 20131227 snapshotjlaffaye2014-01-134-9/+242
| | | | - Add license
* - Upgrade to 3.02.kuriyama2014-01-122-3/+3
|
* - Upgrade to 0.17.kuriyama2014-01-123-7/+5
|
* - Update to 2.01.0sunpoet2014-01-122-3/+4
| | | | Changes: http://tintin.sourceforge.net/news.php
* - Update to 3.2.1.4tabthorpe2014-01-123-14/+36
| | | | | PR: ports/185568 Submitted by: Oleg Moskalenko <mom040267@gmail.com> (maintainer)
* Switch to USES=lua (meaning to lua 5.2)bapt2014-01-121-4/+7
|
* Switch to lua 5.2bapt2014-01-121-13/+9
|
* - Change default location of Go packages to LOCALBASE/share/gojlaffaye2014-01-122-19/+12
| | | | | | | | | | This fixes problems like ports failing to build if the port is already installed [1] - Bump PORTREVISION of affected ports - Support the install target in bsd.go.mk - STAGE support for free! PR: ports/180003 [1]
* - Reassign to the heap at maintainer's requesttabthorpe2014-01-111-1/+1
|
* Reset ERL_LIBS before running RabbitMQ.olgeni2014-01-102-0/+2
| | | | | | | | | | | | | ERL_LIBS was inherited from the current environment, and it may contain paths to older versions of amqp_client, which may not be compatible with the current RabbitMQ management plugin. As a result, RabbitMQ would not start when the management plugin was enabled, with this error: {could_not_start,amqp_client, {{supervisor_data,{invalid_strategy,simple_one_for_one_terminate}}, {amqp_client,start,[normal,[]]}}}
* - Stagify lang/ghc and all the Haskell Cabal portspgj2014-01-1011-11/+0
| | | | | | | | | - Update HACKAGE_SITE to follow changes in upstream - MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports - Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of ${DO_NADA}, some refactoring Obtained from: FreeBSD Haskell
* - Fix a run-time problem with lang/ghc on FreeBSD 10.0 and later, caused bypgj2014-01-1011-11/+11
| | | | | | | | | | | the iconv changes (basically GHCi was rendered unusable) - Fix build for x11-toolkits/hs-wxc, while here - Bump port revision for all Haskell Cabal ports as they have to be rebuilt PR: ports/184806 Reported by: many Obtained from: FreeBSD Haskell MFH: 2014Q1
* net/p5-Net-Works: update to 0.16wg2014-01-092-3/+3
| | | | | PR: ports/185609 Submitted by: maintainer
* Update to 0.91.4.mat2014-01-095-28/+22
| | | | Submitted by: maintainer
* - Add LICENSEantoine2014-01-091-8/+11
| | | | | | | | - Stage support - Fix build with clang PR: ports/185501 Submitted by: KATO Tsuguru
* - Stage supportantoine2014-01-091-7/+8
| | | | | | | - Fix build with libc++ PR: ports/185507 Submitted by: KATO Tsuguru
* - Use new LIB_DEPENDS syntaxantoine2014-01-091-13/+9
| | | | | | | | - Use OPTIONS_HELPERS The PR also included a fix for build with clang but this got already fixed PR: ports/185517 Submitted by: KATO Tsuguru
* - Update to 4.7nemysis2014-01-092-3/+3
|
* - Upgrade to version 3.2.2olgeni2014-01-083-37/+35
| | | | | | | | | - Take over maintainership - Add staging support PR: ports/184036 Submitted by: olgeni Approved by: maintainer timeout
* - Chase x11-toolkits/xforms shlib bumpgahr2014-01-081-2/+2
| | | | | - Bump PORTREVISION - STAGE-clean here and there
* - Fix build on 10 (clang) [1]gahr2014-01-0810-10/+120
| | | | | | | - STAGE-clean PR: 185419[1] Submitted by: Michael Gmelin <freebsd@grem.de>
* Support stagegarga2014-01-082-4/+2
|
* Fix build.mat2014-01-081-2/+7
| | | | | | | | Also reset maintainer per his request. PR: ports/183825 Submitted by: Lawrence Chen Approved by: maintainer
* - update to version 1.6.5ohauer2014-01-083-16/+12
| | | | | | | | - add stage support PR: ports/185288 Submitted by: ohauer Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
* - USES=gmakedinoex2014-01-071-2/+2
| | | | - update LIB_DEPENDS
* In preparation for Qt 5 ports:makc2014-01-073-145/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/qmake.mk: - Add support for out-of-source builds - Add support for Qt 5 ports - Respect WITH_DEBUG Mk/bsd.qt.mk: - Massive rework for Qt 5 ports - Remove '-phonon' from global configure args, thus allow qt4-designer and qt4-qtconfig to be built without Phonon support [1] devel/qmake4: - Improve mkspecs for gcc (mainly sync with linux version) and clang devel/qt4-corelib: - Convert to USES=iconv - Remove ancient patch devel/qt4-designer: - Remove reference to WRKSRC from installed pkgconfig files [2] - Don't build Qt Designer plugin for Phonon from outdated Qt sources. Separate port for plugin will be committed later devel/qt4-assistant-adp, devel/qt4-libqtassistantclient: - Convert to USES=qmake Clean up Qt4 ports: - Update comments - Update description; use common description - Consistently use QT_INCDIR, QT_LIBDIR, etc. - Use options helpers - Convert to new LIB_DEPENDS syntax - Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports - Rename/move several ports for unification with Qt 5 ports PR: ports/184620 [1] Reported by: Kevin Zheng <kevinz5000@gmail.com> PR: ports/181141 [2] Reported by: thierry PR: ports/185101 Exp-run by: bdrewery This is mostly solely avilla's work in area51, kudos to him! And a couple commits from myself, so you know who's collecting pointyhats :)
* - Fix the build with clang/libc++.rakuco2014-01-062-2/+15
| | | | - Support staging.
* Remove net/erlyvideo because it was broken for some time now with recent erlangrm2014-01-0611-1563/+0
| | | | | versions. Also development of erlyvideo is abandoned upstream. Suggest users to install flussonic instead (erlyvideo successor from the same developers).
* - add stage supportaz2014-01-067-12/+9
| | | | Approved by: portmgr (blanket infrastructure)
* - add stage supportaz2014-01-0647-89/+57
| | | | Approved by: portmgr (blanket infrastructure)
* - Support staging.rakuco2014-01-061-3/+1
| | | | - Use the new LIB_DEPENDS syntax.
* - support stageaz2014-01-0647-99/+66
| | | | Approved by: portmgr (blanket infrastructure)
* Support stagingrakuco2014-01-061-1/+0
|
* - stage supportaz2014-01-0649-127/+88
| | | | Approved by: portmgr (blanket infrastructure)
* - stage supportaz2014-01-0652-144/+105
| | | | Approved by: portmgr (blanket infrastructure)
* - stage supportaz2014-01-0650-83/+46
| | | | Approved by: portmgr (blanket infrastructure)
* - state supportaz2014-01-0624-43/+24
| | | | Approved by: portmgr (blanket infrastructure)
* Add forgotten patch and fix build.mat2014-01-061-0/+11
|
* - stage supportaz2014-01-054-7/+3
| | | | Approved by: portmgr (blanket infrastructure)
* - support stageaz2014-01-054-10/+6
|
* Convert the tree to USES=famantoine2014-01-052-2/+3
| | | | Approved by: portmgr (bapt)
* - Use yacc (in base system) instead of bison (from ports tree)sunpoet2014-01-042-5/+7
| | | | | PR: ports/184639 Submitted by: Matthieu Volat <mazhe@alkumuna.eu>
* - update to 1.02jgh2014-01-042-3/+3
| | | | | | | | * Fixed bugs with freeing nodes in the red-black trees and additional code cleanup. * special thanks to Sitsofe Wheeler <sitsofe@yahoo.com>. Submitted by: maintainer, jcm@visi.com (via mail)
* Fix package name collision with lang/mpdbapt2014-01-041-2/+1
|
* - Update from 4.0.1.1 to 4.0.1.2danilo2014-01-042-4/+4
| | | | | PR: ports/185324 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* rene-ladan.nl is online again, re-add it to MASTER_SITESrene2014-01-031-2/+2
|
* Update to 0.13.3.novel2014-01-032-3/+3
|
* - Fix the build when gcc is not present.rakuco2014-01-035-18/+43
| | | | | | - Support staging. - Set LICENSE. - Switch from USE_GMAKE to USES=gmake.
* Part 2 at removing now useless FETCH_ARGS redifitionbapt2014-01-038-13/+0
|
* - Update to 0.2.2sunpoet2014-01-032-6/+7
| | | | | | | | - Add LICENSE - Sort RUN_DEPENDS - Remove contiguous blank lines Changes: https://github.com/zquestz/omniauth-google-oauth2/commits/master
* - Remove unneeded RUBY_VERswills2014-01-031-1/+0
| | | | With hat: ruby@
* - Update to 0.24sunpoet2014-01-034-61/+60
| | | | | | | | | | | | | | | - Add LICENSE - Support STAGEDIR - Use single space after WWW: - Pass maintainership to submitter - While I'm here: - Fix *_DEPENDS: add missing www/p5-LWP-Protocol-https - Sort *_DEPENDS - Use TEST_DEPENDS Changes: http://search.cpan.org/dist/Net-Amazon-EC2/Changelog PR: ports/185201 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* New years resolution: Reduce the number of ports i maintain, but don't usearved2014-01-021-1/+1
|
* Update to 1.4.4antoine2014-01-023-6/+6
|
* Remove expired ports:rene2014-01-014-52/+0
| | | | | | | | | 2014-01-01 net/pypvm: Dead upstream and suspected that there are no users of port 2014-01-01 www/mawstats: Upstream development dead, use www/[j]awstats instead 2014-01-01 devel/p5-Dialog 2014-01-01 textproc/referrercop: distfile unfetchable 2014-01-01 www/notftp: distfile unfetchable 2014-01-01 www/mod_lisp2: distfile unfetchable
* - Update to 2.6.0sunpoet2014-01-012-7/+7
| | | | Changes: https://github.com/tweetstream/tweetstream/blob/master/CHANGELOG.md
* - Remove leading indefinite article from COMMENTtota2014-01-011-1/+1
| | | | | PR: ports/185379 Submitted by: sunpoet
* - Update to 0.6.0tota2014-01-012-5/+6
| | | | | | - Pass maintainership to ruby@ - Add LICENSE - Support STAGEDIR
* - Add LICENSEsunpoet2013-12-311-3/+5
| | | | | - Sort RUN_DEPENDS - Support STAGEDIR
* Remove expired ports:rene2013-12-318-187/+0
| | | | | | | 2013-12-30 security/dazuko: Currently, the project has not an active development and maintainer 2013-12-31 mail/p5-Mail-SPF-Query: Use mail/p5-Mail-SPF instead 2013-12-31 x11-fonts/etlfonts: master site gone 2013-12-31 net/gateway6: Unsupported upstream, consider using net/gogoc
* - Add LICENSEsunpoet2013-12-311-3/+4
| | | | | - Sort RUN_DEPENDS - Support STAGEDIR
* - Update to 2.0.3sunpoet2013-12-312-4/+4
| | | | | | | | - While I'm here, update LICENSE Changes: http://pear.php.net/package/Net_URL2/download/ PR: ports/185293 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
* - Update to 0.55sunpoet2013-12-312-4/+3
| | | | Changes: http://search.cpan.org/dist/Net-GitHub/Changes
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkohauer2013-12-3111-11/+11
| | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@)
* - remove cvsdinoex2013-12-315-77/+7
| | | | | - remove obsolte files - use USE_GITHUB
* Support Stagedirarved2013-12-311-2/+1
|
* Update LICENSE.ume2013-12-313-3/+3
|
* - create and remove spool dirsdinoex2013-12-312-24/+24
| | | | | | | Reported by: Christian Weisgerber - install mtree files - remove upgrade target
* Fix build when previous version is installed. It tries to link withtijl2013-12-301-1/+4
| | | | the installed libpvm in that case.
* Enable stage supportjohans2013-12-302-3/+1
|
* Enable stage supportjohans2013-12-301-1/+0
|
* - Update to 2.2.3zi2013-12-303-3/+6
|
* Make stage aware.wxs2013-12-301-62/+61
|
* Make stage aware and turn on pcap_setdirection.wxs2013-12-301-5/+7
| | | | | PR: ports/184325 Submitted by: Rodrigo Osorio <rodrigo@bebik.net>
* More staging and minor improvementscrees2013-12-3011-101/+105
|
* Update to 1.5.2wxs2013-12-293-43/+43
|
* Update to 4.5.1wxs2013-12-292-3/+3
|
* Fix build on current.wxs2013-12-291-1/+2
|
* - Update nfsshell to the version by Michael Brown <michael@netdirect.ca>johans2013-12-284-12/+26
| | | | | This version also supports NFSv3 (but not without issues) - Enable STAGE support
* net/py-xmlrpclib: support stagingwg2013-12-282-21/+18
|
* net/py-xmlrpc: support stagingwg2013-12-281-15/+5
|
* net/py-soappy-devel: support stagingwg2013-12-282-104/+14
| | | | | | | - Support staging - Fix depends - Use auto plist - Remove leading article from COMMENT
* net/py-pybeanstalk: support stagingwg2013-12-282-23/+2
|
* net/py-pcap: support stagingwg2013-12-281-8/+1
|
* net/py-netstring: support stagingwg2013-12-282-5/+1
|
* net/py-netaddr: support staging and minor changeswg2013-12-282-78/+4
|
* net/py-medusa: support stagingwg2013-12-282-94/+6
|
* net/py-google: support stagingwg2013-12-282-23/+6
|
* Convert Mk/bsd.cran.mk to the Uses framework.dbn2013-12-281-2/+1
| | | | | | PR: ports/184699 Reviewed by: bapt Approved by: portmgr (bdrewery), wen (maintainer, timeout > 2 weeks)
* Update 4.2.7p364 --> 4.2.7p404cy2013-12-283-5/+9
|
* net/minidlna: update kqueue patchwg2013-12-282-2/+38
| | | | | | | - Update kqueue patch to workaround issue waiting for the file transfer to complete Submitted by: se
* - Fix new option frameworkjadawin2013-12-281-0/+2
|
* - Support STAGEjadawin2013-12-287-40/+45
|
* - Disable VAPIGEN completelysunpoet2013-12-281-1/+1
|
* - Disable VAPIGEN completelysunpoet2013-12-281-1/+1
|
* - Disable VAPIGEN completelysunpoet2013-12-281-1/+1
|
* - Update to 0.0.1.30mat2013-12-283-26/+28
| | | | | | | | | | | | | - Add LUA and MySQL support - Convert to new options framework - Support staging - Add LICENSE - New LIB_DEPENDS format maintainer timeout. PR: ports/184589 Submitted by: mat
* - Replace WITHOUT_X11 with an X11 option.tijl2013-12-276-260/+245
| | | | | | | | | | | - Remove USE_FORTRAN. It isn't required. - Staging. - Add a do-build target so we no longer have to build static libraries with -fPIC. - Remove patching of "CFLAGS=" into "CFLAGS+=", because with base system make, += allows CFLAGS from /usr/share/mk or make.conf to slip in. Instead pass CFLAGS via EXTRACFLAGS which is also used to control the -fpic flag in do-build.
* rene-ladan.nl is offline for now, move distfiles into MASTER_SITE_LOCALrene2013-12-272-2/+6
|
* Update to 1.4.netchild2013-12-272-4/+4
|
* - Assign these to ruby@swills2013-12-275-5/+5
|
* - Update to version 5.0.9pawel2013-12-272-5/+16
| | | | | | | | | | | | | | | | | | | | | | - Port needs tcl now - Use shebangfix to fix tclsh path - Strip libraries --- 5.0.9 2013/12/20 ZOOM/yaz-client: allow SRU searchRetrieveResponse with incorrect namespace. --- 5.0.8 2013/12/20 Make cs_parse_host public.A Fix double HTTP dump (-a log would show HTTP packages twice). Bug introduced in YAZ 5.0.6. --- 5.0.7 2013/12/17 Fix buffer corruption for yaz-ztest record fetch. --- 5.0.6 2013/12/17 Allow yaz-ztest to return user-defined records (one record per file). This is enabled by defining environment variable YAZ_ZTEST_XML_FETCH. Prevent early truncatin of HTTP log. (ODR_PRINT for HTTP streams). Use the stream write instead of odr_printf which has a 4K tmp buffer. Fix encoding of 0x00a4 (unicode to danmarc) YAZ-713
* net/minidlna: fix build with debug and add optionwg2013-12-262-1/+13
| | | | Submitted by: se
* net/minidlna: fix for kqueue crashes on large media collectionswg2013-12-262-2/+31
| | | | | | | | - Fix for kqueue crashes on large media collections [1] - Make kqueue patch as an option so it can be disabled PR: ports/185155 [1] Submitted by: se
* Add reload command.melifaro2013-12-263-1/+5
| | | | | | PR: ports/185180 Submitted by: Radim Kolar <hsn@sendmail.cz> Approved by: az
* - Update to 0.58sunpoet2013-12-263-4/+7
| | | | | | | - Add LICENSE - Use CPAN as primary WWW Changes: http://search.cpan.org/dist/perl-ldap/Changes
* - Update to 2.13sunpoet2013-12-262-3/+3
| | | | Changes: http://search.cpan.org/dist/Net-Dict/Changes
* - Update to 0.20.9sunpoet2013-12-252-3/+3
| | | | Changes: http://git.gnome.org/browse/gupnp/tree/NEWS
* - Fix distinfo: additional data files are updated now and thensunpoet2013-12-252-8/+8
| | | | | | | - Bump PORTREVISION for package change PR: ports/185066 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
* - Fix build on -currentpawel2013-12-252-53/+32
| | | | | | | | | | - Convert to new options framework - Use shebangfix for rulesets - Support staging - Switch to PLIST_FILES PR: ports/184842 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Fix PYTHON option after getting rid of implicit lang/python dependencyantoine2013-12-241-1/+2
|
* Fix some symlinks after getting rid of implicit lang/python dependencyantoine2013-12-241-1/+3
|
* - Update to 7.2.33 :rene2013-12-232-5/+4
| | | | | | | | | | - Fix: Disable downloading of images in notices. It was crashing the UI. - Fix: Properly handle the exclusive application feature from the UI. - Fix option helper - Change login shell for BOINC user to /bin/sh so that 'service boinc-client start' works properly
* Update to 1.10.5. Seemarcus2013-12-232-3/+3
| | | | | http://www.wireshark.org/docs/relnotes/wireshark-1.10.5.html for the list of changes in this release.
* Adjust some BSD Licensesantoine2013-12-231-1/+1
|
* - update to 1.1.8rm2013-12-233-64/+16
| | | | - adopt staging
* - update to 1.01 [1]jgh2013-12-223-21/+17
| | | | | | | | - add europe mirror in svnup.conf [2] - while here convert to staging PR: 182149 Submitted by: jcm@visi.com (maintainer) [1], mspil.oss@gmail.com [2]
* - Stage supportantoine2013-12-222-186/+6
| | | | - Use PYDISTUTILS_AUTOPLIST
* Update to version 1.19.demon2013-12-223-8/+6
|
* devel/py-zsi: allow staging and minor fixeswg2013-12-212-137/+14
| | | | | | | | - Allow staging - Switch from easy_install to install - Remove leading article from COMMENT - Remove now useless NOPORTDOCS NOPORTEXAMPLES - Use python auto plist
* Remove expired port and fix INDEX:rene2013-12-214-75/+0
| | | | 2013-12-19 net/freeswitch: Depends on expired net/freeswitch-core
* Remove expired ports:rene2013-12-2121-1490/+0
| | | | | | | | | | | | 2013-12-18 x11-fonts/ppantsfonts: Broken for more than 6 month 2013-12-19 x11-toolkits/gtksourceview-sharp: Depends on expired devel/mono-tools 2013-11-18 devel/mono-tools: Broken for more than 6 month 2013-12-19 textproc/p5-XML-SAXDriver-Sablotron: Depends on expired textproc/p5-XML-Sablotron 2013-11-18 textproc/p5-XML-Sablotron: Broken for more than 6 month 2013-11-18 net/freeswitch-core: Broken for more than 6 month 2013-12-19 misc/freeswitch-pizzademo: Depends on expired net/freeswitch-core 2013-12-19 misc/freeswitch-scripts: Depends on expired net/freeswitch-core 2013-12-19 www/p5-HTML-Webmake: Depends on expired textproc/p5-XML-Sablotron
* - Add bash dependency [1]swills2013-12-211-3/+5
| | | | | | | | | - Fix shebang on bash files [1] - Staging seems to work fine, go ahead and enable it - Bump PORTREVISION for package change PR: ports/184277 [1] Reported by: Koichiro IWAO <meta+ports@vmeta.jp> [1]
* - Fix RUN_DEPENDSswills2013-12-202-4/+3
| | | | | | | | - Use PYTHON_SITELIBDIR - Remove directories installed by lang/python* from plist PR: ports/181383 Submitted by: lwhsu
* - Fix build on -currentpawel2013-12-208-249/+227
| | | | | | | - Update MASTER_SITES PR: ports/184839 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Update to 3.2.18zi2013-12-194-6/+16
| | | | - Add 'reload all' support to rc script
* - Update from 0.2.1 to 0.2.2danilo2013-12-193-10/+8
| | | | | | | | - Convert LIB_DEPENDS to new syntax - Add stage support PR: ports/184855 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Support STAGEjadawin2013-12-182-3/+1
| | | | Approved by: dhn@ via private mail
* net/p5-Net-Works: update to 0.14 and stagifywg2013-12-183-10/+12
| | | | | PR: ports/184959 Submitted by: maintainer
* - Update to 1.0.8dhn2013-12-183-6/+4
|
* - Update to 0.98dhn2013-12-182-3/+3
|
* - Update to 1.9.7dhn2013-12-182-7/+10
|
* - Update net/aserisk to 1.8.25.0flo2013-12-189-28/+41
| | | | | | | | - Update net/aserisk10 to 10.12.4 - Update net/aserisk11 to 11.7.0 - mark net/aserisk10 DEPRECATED, it has reached its EOL Security: 0c39bafc-6771-11e3-868f-0025905a4771
* - Update to 1.5.1dhn2013-12-182-3/+3
| | | | | PR: ports/180149 Submitted by: Steve Wills <swills@FreeBSD.org>
* - use STAGEDIRdinoex2013-12-182-5/+3
|
* - Fix mistake in options: KEYMAP options are at least 0 choise, not 1swills2013-12-172-4/+4
| | | | | PR: ports/184055 Submitted by: Koichiro IWAO <meta+ports@vmeta.jp>
* Drop the SUPHP option as the www/suphp port has expired.matthew2013-12-173-75/+20
| | | | | | | | | | | | | General cleanup: pkg-install and pkg-deinstall scripts were redundant, as they replicated @exec / @unexec actions from pkg-plist. Fix DEVELOPER_MODE complaint about shebangfix: it's a Makefile, not a shell script in any case. PR: ports/184925 Submitted by: rene
* net/py-kombu: update to 3.0.8 and switch from easy_installwg2013-12-172-4/+4
|
* Update to -dev21.demon2013-12-173-36/+3
|
* [Errno 11] Resource Temporarily Unavailableglarkin2013-12-1712-12/+12
| | | | | | | Reassigning my ports back to the pool with the hope of freeing up to do more FreeBSD work in the future. Submitted by: glarkin
* Drop maintainershipbapt2013-12-171-1/+1
|
* net/minidlna: use newer kqueue patchwg2013-12-162-329/+606
| | | | | - Use newer kqueue patch - Use autotools to regenerate configure required for the patch
* Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0]zeising2013-12-162-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael <dcarmich@dcarmichael.net> [2] Approved by: portmgr (bdrewery), core (jhb) [0]
* Fix double-free.demon2013-12-161-0/+33
| | | | Obtained from: upstream
* Update to -dev20.demon2013-12-163-3/+4
|
* Use setuptools for all Python ports.wg2013-12-162-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr)
* net/mpich2: fix usage of pythonwg2013-12-151-1/+2
| | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
* net/rabbitmq-c(-devel)?: depends explicitly on "python"wg2013-12-152-2/+4
| | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
* net/py-pypcap: fix usage of pythonwg2013-12-151-2/+4
| | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
* net/samba4: fix usage of python to remove implicit dependencywg2013-12-151-1/+1
| | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
* net/xorp-devel: depends explicitly on "python" to buildwg2013-12-151-0/+2
| | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
* net/minidlna: fix patch for kqueue supportwg2013-12-158-796/+521
|
* - add stage supportaz2013-12-152-5/+9
| | | | - pet portlint
* net/rabbitmq: fix usage of pythonwg2013-12-151-0/+2
| | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
* net/neubot: fix the usage of pythonwg2013-12-151-0/+1
| | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
* Update to new lib_depends syntax, stageify,kwm2013-12-1515-79/+94
| | | | Unbreak py-avahi and allow avahi-gtk3 to build with gtk+ 3.10.