aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* - Update ocserv to 0.11.5 releasecpm2016-10-083-13/+15
| | | | | | | | | Changelog: http://lists.infradead.org/pipermail/openconnect-devel/2016-September/003972.html Reviewed by: pi, feld (mentor) Approved by: feld (mentor) Differential Revision: D8024
* Hook tcptestsuite to the buildantoine2016-10-081-0/+1
|
* Undo accidental inclusion of packetdrill update in tcptestsuite commitgnn2016-10-072-19/+24
|
* Add a port for a set of scripts to test TCP using packetdrillgnn2016-10-076-23/+152
| | | | Sponsored by: Dell EMC Isilon
* - Update to 3.19wen2016-10-072-3/+4
| | | | Changes: http://cpansearch.perl.org/src/MARKOV/XML-Compile-SOAP-3.19/ChangeLog
* Add kmod port for the exact tar archive from Intel's download site forsbruno2016-10-074-0/+26
| | | | | | | | those folks who don't want to use the FreeBSD supported version. PR: 212828 Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com> Reviewed by: Franco Fichtner <franco@opnsense.org>
* Change MAINTAINER variable to support using this as a master portsbruno2016-10-071-1/+1
| | | | | | | | for other slave ports. PR: 212828 Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com> Reviewed by: Franco Fichtner <franco@opnsense.org>
* - Update to version 5.17.0pawel2016-10-074-12/+27
| | | | | | - Add LICENSE information - Register dependencies found by stage-qa - Drop maintainership
* - Fix page zeroing (http://dpdk.org/dev/patchwork/patch/15211/)amdmi32016-10-074-1/+43
| | | | | | | | | - Added options for DEBUG and TOOLS - Added WWW: PR: 212923 Submitted by: rum1cro@yandex.ru Approved by: bruce.richardson@intel.com (maintainer)
* - Update to 0.1.5wen2016-10-062-4/+4
| | | | | PR: 213203 Submitted by: bradleythughes@fastmail.fm(maintainer)
* Fails to configure on sparc64.linimon2016-10-061-1/+1
|
* net/tigervnc(-devel): runtime and stage-QA fixmarino2016-10-056-9/+60
| | | | | | | | | | | | | | Previous attempts to run tigervnc resulted in the server quitting: vncserver: couldn't find "mcookie" on your PATH With the attached patch, the vncserver now generates the "magic cookie". While here, add the missing vietnamese translation to fix stage-QA checks. The -devel version got the same fix and was revbumped even though it is still ignored since it's no newer than the stable version. PR: 213150 Reported by: Zane Bowers-Hadley (vvelox [at] vvelox.net) Submitted by: maintainer
* - Update to 1.5.20160301ehaupt2016-10-052-3/+6
| | | | - Add license
* - Update to 0.9.7zi2016-10-044-7/+8
| | | | | | | - Specify path to pidfile in rc script PR: 210912, 213030 Submitted by: Marc Siebeneicher, Brent Busby
* net/kamailio: 4.4.2 -> 4.4.3, add dialplan module [1]pi2016-10-043-6/+13
| | | | | Changes: http://www.kamailio.org/pub/kamailio/4.4.3/ChangeLog Submitted by: Clock Source <clock.source@mail.ru> [1]
* graphics/opencv: add suffix to make room for 3.x seriesjbeich2016-10-041-1/+2
| | | | | | | | | To avoid confusion, the main port is to track the latest release. Whether to rename includes/libraries as well making it possible to install 2.x and 3.x side-by-side remains to be investigated. PR: 210505 (for tracking) Inspired by: PkgSrc
* Update to 5.14.1tj2016-10-043-17/+10
| | | | Changes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12338124
* New OPTIONs, general cleanupriggs2016-10-031-8/+11
| | | | | | | | | | | | | | Detailed log - New option WEBP - Add WEBP to OPTIONS_DEFAULT - Added ssl to USES - USE_GNOME for dependencies on gnome components - Bump PORTREVISION PR: 213158 Submitted by: Ultima1252@gmail.com (maintainer) Reviewed by: riggs Approved by: Ultima1252@gmail.com (maintainer)
* Sort USES.cy2016-10-031-1/+1
| | | | Reported by: mat
* Upline (Bishop Clark, bishopolis@gmail.com) says that thecy2016-10-031-4/+3
| | | | | | | | | configure script was stale and that "aclocal&autoconf" will fix it. This indeed fixes ./configure not detcting a working fork() and vfork(). He will update the readme in the tarball. Recommended by: Bishop Clark <bishopolis@gmail.com> vtun upline
* - Update to version 1.0 [1]pawel2016-10-033-7/+7
| | | | | | | - Regenerate patch with make makepatch PR: 213140 [1] Submitted by: Neel Chauhan (maintainer) [1]
* - Update to 1.5.1ehaupt2016-10-032-3/+6
| | | | - Add LICENSE
* net/py-pcapy: update to 0.10.10rm2016-10-023-14/+17
| | | | | | | | | | - update to 0.10.10 - pass maintainership to submitter - expand python version to 2.7+ because since this release pcapy now supports both python branches PR: 213105 Submitted by: Mageirias Anastasios <anastasios@mageirias.com>
* Chase php 5.5 expiration dateantoine2016-10-011-0/+3
|
* net/py-libcloud: update to 1.2.1novel2016-10-012-4/+4
|
* net/hostapd: Update os_unix.h to follow os_unix.c changemarino2016-10-011-1/+1
| | | | | For completeness, make update os_unix.h patch to match the previous commit to os_unix.c (no impact for FreeBSD)
* Let USES=localbase add -L${LOCALBASE}/lib to LIBS instead of LDFLAGS.tijl2016-10-018-14/+44
| | | | | | | | | | | | | | | | | | | USES=localbase:ldflags can be used to set LDFLAGS. Normally LDFLAGS appears too early on the command line causing some ports to link with their own libraries in LOCALBASE (if installed) instead of WRKSRC. Also make use of _USES_POST so -L${LOCALBASE}/lib is added as late as possible after anything a port Makefile might set. Use _USES_POST instead of .include in libedit.mk and libarchive.mk so things like 'USES=libedit localbase:ldflags' work correctly. Fix some issues with LIBS in some ports. Switch ports that don't support LIBS to localbase:ldflags. PR: 212987 Exp-run by: antoine Approved by: portmgr (antoine)
* net/hostapd: Fix build on DragonFly and with LibreSSLmarino2016-10-014-2/+82
| | | | | | | | | | 1. Return the driver_bsd.c patch, it's still required for DF 2. Modify the os_unix.c patch to include exception for DF 3. Add patch to fix build with LibreSSL (originates from OpenBSD) 4. There's no configure set, so replace ineffective configure arg with CFLAGS and LDFLAGS for non-base SSL library Approved by: SSL blanket and DF blanket
* multimedia/libvpx: update 1.6.0jbeich2016-09-301-0/+1
| | | | | | | | | | | | | | | | ABI is incompatible... or not? SONAME has changed but the removed vp10 symbols weren't actually exposed (and still aren't). Note, FreeBSD 9.x now builds with Clang 3.4 because GCC 4.2 fails: vp9/encoder/x86/vp9_frame_scale_ssse3.c: In function 'eight_tap_row_ssse3': vp9/encoder/x86/vp9_frame_scale_ssse3.c:93: internal compiler error: in simplify_binary_operation_1, at simplify-rtx.c:2563 Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://gcc.gnu.org/bugs.html> for instructions. Changes: https://chromium.googlesource.com/webm/libvpx/+log/v1.5.0..v1.6.0 ACC report: https://people.freebsd.org/~jbeich/compat_reports/libvpx/1.5.0_to_1.6.0/compat_report.html
* - Update to version 4.5.0.4 [1]pawel2016-09-302-98/+65
| | | | | | | | | | | | | - Convert to USES=mysql ssl - Add USES=gettext-runtime, turnserver links to libintl - Convert to test framework - Convert to options helpers, move options block to proper place - Use options helpers in install targets, simplify install commands - Break lines around 80 characters PR: 212534 [1] Submitted by: Bradley T. Hughes Approved by: maintainer
* Fix weather data fetching [1].kwm2016-09-293-5/+59
| | | | | | | | | | * Add license block * record missing dependencies * replace CPPFLAGS/LDFLAGS with USES=localbase PR: 212243 Submitted by: cpm@ Obtained from: libmateweather upstream [1]
* Update libgweather to 3.18.2.kwm2016-09-293-9/+10
| | | | | | | | | | | * NOAA shut down their METAR provider service, so libgweather switched to a different provider. * Record indirect dependancies * Add License block * Add USES=localbase instead of CPPFLAGS/LDFLAGS PR: 212123 Submitted by: cpm@
* Update to 1.18olivierd2016-09-282-4/+8
|
* Remove unnecessary RUN_DEPENDS in net/go-nats.olgeni2016-09-271-1/+1
| | | | Submitted by: vanilla
* Add net/go-nats, a Go client library for NATS.olgeni2016-09-275-0/+74
|
* Update to 1.3kevlo2016-09-252-4/+4
|
* net/p5-Net-Ping: Really fix build (still hitting license sanity check)marino2016-09-251-1/+1
|
* net/adasockets: Upgrade version 1.10 => 1.10.1marino2016-09-252-4/+4
|
* net/anet: Implement TCP_NODELAY socket optionmarino2016-09-252-0/+60
|
* Don't use USE_OPENSSL anymore.ehaupt2016-09-241-2/+1
|
* net/pecl-oauth: pass maintainership to submitterrm2016-09-242-3/+6
| | | | | | | | | | | - Configure PORTSCOUT - Move BUILD_DEPENDS to LIB_DEPENDS (Caught up on QA tests) - Bump PORTREVISION - Update distinfo with TIMESTAMP - Pass maintainership to submitter PR: 212772 Submitted by: Danilo G. Baio (dbaio) <dbaio@bsd.com.br>
* Rename net/nats to net/gnatsd, which is the actual naming upstream.olgeni2016-09-247-4/+3
|
* Adjust for a deficient ./configure script which fails to detectcy2016-09-241-2/+3
| | | | | | a working fork(2) and vfork(2). Tested by: mat
* - Update devel/icu to 57.1.tijl2016-09-242-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine)
* Sort entries in net/Makefile.olgeni2016-09-241-1/+1
|
* net/rclone: Sync files to and from various cloud serviceswg2016-09-244-0/+152
| | | | WWW: http://www.rclone.org/
* Update to 2.5madpilot2016-09-249-183/+39
| | | | | PR: 212779 Submitted by: leres at ee.lbl.gov (maintainer)
* multimedia/x264: update to 0.148.2708jbeich2016-09-231-1/+1
| | | | | | Changes: https://git.videolan.org/?p=x264.git;a=shortlog;h=86b71982e131eaa70125f8d0e725fcade9c4c677 Differential Revision: https://reviews.freebsd.org/D7958 Approved by: koobs (maintainer)
* Fix build.mat2016-09-231-0/+1
| | | | | Pointy hat: amdmi3 Sponsored by: Absolight
* Reset erwin@'s ports, he handed in his commit bit.rene2016-09-231-1/+1
| | | | With hat: portmgr-secretary
* lang/php56: Update from 5.6.25 to 5.6.26tz2016-09-234-4/+0
| | | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7411 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: swills (mentor)
* Fix obvious braino.linimon2016-09-231-3/+3
|
* net/syncthing: update to 0.14.7swills2016-09-222-12/+5
|
* Take part of [1] to fix the port, code migrated to Github.mat2016-09-222-6/+9
| | | | | | | | The distfile is smaller because autoreconf needs to be run. PR: 212811 Submitted by: Franco Fichtner Sponsored by: Absolight
* RCS isn't gone yet.cy2016-09-221-4/+1
| | | | Remove a blank line.
* Ensure RCS is available for extract.cy2016-09-221-1/+2
|
* lang/php70: Update from 7.0.10 to 7.0.11tz2016-09-214-4/+0
| | | | | | | | | | | | Security: CVE-2016-7416 Security: CVE-2016-7412 Security: CVE-2016-7414 Security: CVE-2016-7417 Security: CVE-2016-7413 Security: CVE-2016-7418 MFH: 2016Q3 Approved by: pi (mentor)
* Fix MASTER_SITES and switch to USES=sslantoine2016-09-212-2/+3
|
* Document the previous -z and the new -e command line options.cy2016-09-203-2/+48
|
* Replace the vtun-v6 extra patch fromcy2016-09-204-24/+42
| | | | | http://home.jp.FreeBSD.org/~simokawa/vtun-v6.html with a -e option on the command line.
* Make vtun-v6 EXTENDED_MODE patch an option.cy2016-09-201-7/+7
|
* Update 3.0.3 --> 3.0.4cy2016-09-204-75/+25
| | | | | | | | Document GPLv2 license. Convert to USES=ssl Replace absolute link with a relative link.
* Mark as broken on mips and sparc64.linimon2016-09-191-0/+4
|
* Update to 1.7.netchild2016-09-193-5/+11
|
* - Update to 0.33.2danilo2016-09-182-3/+4
|
* Re-assign jase@'s p5-* ports to perl@rene2016-09-182-2/+2
| | | | Submitted by: antoine
* Reset jase@'s ports after taking in his commit bit for safekeeping.rene2016-09-182-2/+2
| | | | With hat: portmgr-secretary
* Appease portlintantoine2016-09-181-1/+1
|
* Unbreak by switching to USE_GITHUBantoine2016-09-182-8/+10
|
* Mark as broken on various tier-2 archs.linimon2016-09-171-0/+3
| | | | Approved by: tier-2 blanket (portmgr)
* Update the Qt5 ports to 5.6.1.rakuco2016-09-172-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This took longer than expected, but there are quite a few changes to the existing ports and a few new ones. General upstream changes: - Starting with Qt 5.6.2, Qt will fail at configuration time if LibreSSL is being used. According to the discussion here: https://codereview.qt-project.org/#/c/154800/ The Qt project is not opposed to LibreSSL, but does not want to mix support for it into the OpenSSL backend code, especially as they move towards supporting OpenSSL 1.1. People interested in LibreSSL support are welcome to submit a separate backend upstream, but are expected to maintain it. We (kde@) are not opposed to carrying some patches authored by others in the future, as long as they are not huge and destabilizing. - When Qt detects the compiler supports C++11, it will pass -std=gnu++11 by default (this is an upstream change). You can add "CONFIG -= c++11" to your .pro. Qt 5.7 will require C++11. - www/webkit-qt5: The QtWebKit module is deprecated upstream, and is shipped separately as a community release tarball. kde@ does not have an ETA for a qt5-webengine port, as it requires a huge effort (and number of patches) similar to maintaining www/chromium itself. - x11-toolkits/qt5-declarative has been deprecated upstream. The last release is 5.5.1. Relevant changes: - devel/qmake5: The freebsd-clang mkspec has become the default mkspec on FreeBSD, replacing the outdated freebsd-g++ one that was moved to unsupported/ (it still works though). - devel/qt5-qdoc: qdoc was moved to qttools upstream, but its data files are still in qtbase. The data files are now in the qt5-qdoc-data port. - misc/qt5-doc: Clean up and stop requiring a compiler and fumbling with mkspecs. Instead of running the `configure' script, which requires a compiler and adjustments to the mkspecs files and also ends up building a new qmake binary, we now leverage USES=qmake to generate all the Makefiles from the top-level qt.pro. Getting this to work requires some tricks, though, and qt.conf.in has a longer explanation of what's being done. Switch to USES=gmake to be able to drop MAKE_JOBS_UNSAFE=yes. New ports: - comms/qt5-serialbus - devel/qt5-qdoc-data - x11-toolkits/qt5-quickcontrols2 Big thanks to Adriaan de Groot (groot@kde.org), tcberner@ and Loise Nolden (nolden@kde.org) for the huge amount of work they put into this patch. Loise in particular also sent quite a few changes upstream that were essential for this update to work. PR: 211916
* - Update to 1.200000amdmi32016-09-172-3/+5
| | | | | | | - Add NO_ARCH PR: 212528 Submitted by: jeremybbaggs@gmail.com (maintainer)
* Add net/nats-streaming-server, a reliable streaming platform built on NATS.olgeni2016-09-157-0/+70
| | | | It does not depend on net/nats because it embeds its own NATS server.
* Add a @sample configuration file to net/nats, plus some configurationolgeni2016-09-154-4/+36
| | | | examples taken from the port's tests.
* Unmark broken on powerpc64swills2016-09-1515-30/+0
| | | | These ports built successfully
* Update to version 0.1.4pawel2016-09-152-4/+4
| | | | | | | | Changelog: https://github.com/boto/s3transfer/blob/0.1.4/CHANGELOG.rst PR: 212685 Submitted by: Bradley T. Hughes (maintainer)
* There are no more examplesantoine2016-09-151-1/+1
|
* Unbreak by updating to 1.8.8 and switching to CHEESESHOPantoine2016-09-152-13/+6
|
* Unbreak by switching to USE_GITHUBantoine2016-09-152-5/+7
|
* GOOGLE_CODE has gone away.mat2016-09-1416-5/+28
| | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight
* net/wpa_gui: Several improvementspi2016-09-144-5/+70
| | | | | | | | | | | | | | | - Adds DEBUG option to simplify troubleshooting - Adds debug logging of wpa_supplicant control interface - Installs the manpage - Adds USE_QT4=corelib - Makes wpa_gui executable setuid to allow it to easily connect to wpa_supplicant control socket - Fixes the problem that wpa_gui sometimes picks up .pid file instead of the control interface PR: 211214 Submitted by: Yuri Victorovich <yuri@rawbw.com> Reviewed by: koobs
* - Update to 0.1.3amdmi32016-09-142-4/+4
| | | | | PR: 212620 Submitted by: bradleythughes@fastmail.fm (maintainer)
* - Add LICENSEamdmi32016-09-142-45/+13
| | | | | | - Add NO_ARCH - Add missing php depends - Switch to options helpers
* net/ssvnc: Document and configure SSL, fix build for LibreSSLmarino2016-09-133-15/+67
| | | | While here, modernize and cleanup the port and honor flags
* Update to 2.5ehaupt2016-09-132-4/+5
|
* - Update to version 3.25 [1]pawel2016-09-133-115/+151
| | | | | | | | | | - Register proxy dependencies found by stage-qa [1] - Convert LIB_DEPENDS to USES=sqlite and USE_GNOME=libxml2 - Simplify options helpers - Sort pkg-plist PR: 210158 [1] Submitted by: Nikola Kolev (maintainer) [1]
* net/hostapd: Remove PORTS_SSL option and use SSL_DEFAULTmarino2016-09-131-21/+4
| | | | | | | | | The port is now configured depending on the SSL base specified by the SSL_DEFAULT variable. Before it would break by default if SSL_DEFAULT was set to non-base. This changes puts hostapd in line with the rest of the ports tree. Approved by: SSL blanket
* net/xisp: Document SSL requirement and configure it properlymarino2016-09-131-1/+3
| | | | Approved by: SSL blanket
* Remove net/astersisk, Asterisk 1.8 reached EOL on 2015-10-21.madpilot2016-09-1323-1394/+0
| | | | | Please use net/asterisk11 or net/asterisk13 containing newer, supported versions.
* Remove dependencies on net/asterisk.madpilot2016-09-132-11/+4
| | | | Approved by: portmgr (mat)
* net/mad_fcl: fix SSL configuration for non-base SSLmarino2016-09-131-3/+6
|
* net/pecl-apn: Document SSL build and run requirement, set SSL flagsmarino2016-09-131-2/+2
| | | | | | The jansson library needs SSL available. Approved by: SSL blanket
* net/vtun: Fix SSL configuration for non-base SSL librariesmarino2016-09-131-3/+9
| | | | | | While here, couple OSVERSION with OPSYS for extra patches. Approved by: SSL blanket
* net/ssltunnel-client: Configure SSL base, handle deprecated DES (LIbreSSL)marino2016-09-132-3/+47
| | | | Approved by: SSL blanket
* net/socketw: Document SSL build requirement, add cflags for SSLmarino2016-09-121-1/+2
| | | | Approved by: SSL blanket
* net/asterisk: Fix build when SSLv3 method is N/A (LibreSSL)marino2016-09-121-0/+17
| | | | | | Approved by: SSL blanket P.S. Why is this port still in the tree? It expired in April 2016.
* - Add PJSUA option (on by default) to install the pjsua client binarymadpilot2016-09-125-14/+93
| | | | | | | | - Strip libraries - Reflowed OPTIONS_DEFINE PR: 211533 Submitted by: Joseph Mingrone <jrm at ftfl.ca>
* Update tigervnc to 1.7.0.kwm2016-09-124-4/+9
| | | | | | | Mark tigervnc-devel ignore since it contained the 1.7.0 RC. PR: 212239 Approved by: maintainer
* net/fping: Update to 3.13woodsb022016-09-122-5/+8
| | | | | | | | | | | | - Use new official GitHub repo, as website was down from Apr-Sept 2016 - Add USES=autoreconf as GitHub tarball only comes with configure.ac - Add USES=gmake as manpage generation was failing with pmake Changes this release: https://github.com/schweikert/fping/blob/3.13/ChangeLog PR: 212386 Approved by: jharris@widomaker.com (maintainer), adamw (mentor)
* net/l4ip: Support non-base SSL, handle no EGD case (LibreSSL)marino2016-09-122-2/+20
| | | | Approved by: SSL blanket
* - Update to 0.7.4wen2016-09-124-4/+9
| | | | | | | - Update pkg-message PR: 212566 Submitted by: cs@innolan.dk(maintainer)
* - Update to 2.3amdmi32016-09-123-73/+42
| | | | | | | - While here, convert to options helpers PR: 212401 Submitted by: goran.tal@gmail.com (maintainer)
* - Fix build on 11.x+ by switching to USES=autoreconfamdmi32016-09-126-45/+43
| | | | | | | | | | | | | | | | | | | | ===> Building for portfwd-0.29_1 gmake[1]: Entering directory '/wrkdirs/usr/ports/net/portfwd/work/portfwd-0.29' cd . && /wrkdirs/usr/ports/net/portfwd/work/portfwd-0.29/config/missing aclocal-1.4 WARNING: `aclocal-1.4' is needed, and you do not seem to have it handy on your system. You might have modified some files without having the proper tools for further handling them. Check the `README' file, it often tells you about the needed prerequirements for installing this package. You may also peek at any GNU archive site, in case some other package would contain this missing `aclocal-1.4' program. gmake[1]: *** [Makefile:104: aclocal.m4] Error 1 gmake[1]: Leaving directory '/wrkdirs/usr/ports/net/portfwd/work/portfwd-0.29' - Fix LICENSE, add license file - Switch to options helpers - Fix plist to properly optionize EXAMPLES Approved by: portmgr blanket
* - Switch to options helpersamdmi32016-09-121-15/+7
|
* net/dtcpclient: Revert SSL, fix DF to use libmdmarino2016-09-112-3/+13
| | | | | | | | | It turns out that dtcpclient's makefile checks the OPSYS and links with either libcrypto or libmd depending on its value. The SSL dependency is incorrect for FreeBSD, but correct for DF. Revert the previous commit and make DragonFly link with libmd as well. Reported by: Hajimu UMEMOTO
* net/xrdp-devel: Document SSL requirement and set its flagsmarino2016-09-111-3/+3
| | | | Approved by: SSL blanket
* net/ssltunnel-server: Add SSL flagsmarino2016-09-111-1/+3
| | | | Approved by: SSL blanket
* net/shadowsocks-libev: document SSL requirement, configure SSL accordinglymarino2016-09-111-1/+4
| | | | Approved by: SSL blanket
* net/p5-Net-TCLink: Add SSL flagsmarino2016-09-111-2/+3
| | | | Approved by: SSL blanket
* net/miniupnpd: Honor LDFLAGS (for SSL support)marino2016-09-111-2/+5
| | | | Approved by: SSL blanket
* net/ipdecap: document SSL requirement and add its flagsmarino2016-09-111-1/+3
| | | | Approved by: SSL blankte
* net/http_ping: Add SSL flagsmarino2016-09-111-1/+3
| | | | Approved by: SSL blanket
* net/gsk: add SSL flagsmarino2016-09-111-2/+3
|
* net/glflow: document SSL requirement and add SSL flagsmarino2016-09-111-1/+5
| | | | | | While here, convert to USES=tar too. Approved by: SSL blanket
* net/dtcpclient: document SSL requirement and add SSL flagsmarino2016-09-111-2/+3
| | | | Approved by: SSL blanket
* net/bsdec2-image-upload: Add SSL flagsmarino2016-09-111-2/+3
| | | | Approved by: SSL blanket
* - Remove depdency on net/asteriskmadpilot2016-09-111-6/+21
| | | | | | | | - Add options to choose to depend on asterisk11 or asterisk13, with the latter as default - Fix building with clang Based on a patch kindly proposed by KATO Tsuguru <tkato432 at yahoo.com>
* - Move default dependency on asterisk13 portmadpilot2016-09-111-5/+3
| | | | - Convert to USES=localbase
* Update to 13.11.2madpilot2016-09-102-4/+4
| | | | MFH: 2016Q3
* Mark NO_ARCHehaupt2016-09-101-0/+1
|
* - Update to 1.4.0amdmi32016-09-102-17/+12
| | | | | | | | | | | - While here - Fix LICENSE - Switch to USES=ssl - Switch to USES=localbase, remove unneeded MAKE_ARGS - Remove unneeded options.mk inclusion PR: 212374 Submitted by: tad@vif.com (maintainer)
* Push ncurses USES after ssl USES, it has been reported to solvemadpilot2016-09-101-2/+2
| | | | | | | problems when compiling with non base SSL library. PR: 211707 Submitted by: OlivierW <olivierw1+bugzilla-freebsd@hotmail.com>
* Most commonly used build systems support silent builds, when theyamdmi32016-09-109-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534
* net/asterisk13: Fix broken patch filebrnrd2016-09-102-35/+15
| | | | | | | - Patch was the svn diff to the tree - Convert to a regular patch file PR: 211707
* net/Sockets: USES+=ssl, Fix SSLv3, set CFLAGS, honor LDFLAGSmarino2016-09-093-3/+25
| | | | Approved by: SSL blanket
* - Register CONFLICTS between grive and grive2cpm2016-09-091-0/+2
| | | | | | | Submitted by: cpm Reviewed by: amdmi3, feld (mentors) Approved by: amdmi3, feld (mentors) Differential Revision: D7675
* New port: net/grive2 Open source client for Google Drivecpm2016-09-096-0/+58
| | | | | | | | | | | | Grive2 is the fork of original "Grive" Google Drive client with the support for the new Drive REST API and partial sync. WWW: https://github.com/vitalif/grive2/ Submitted by: me Reviewed by: amdmi3, feld (mentors) Approved by: amdmi3, feld (mentors) Differential Revision: D7675
* Update net/asterisk13 to 13.11.1madpilot2016-09-092-5/+4
| | | | | | Security: 5cb18881-7604-11e6-b362-001999f8d30b 7fda7920-7603-11e6-b362-001999f8d30b MFH: 2016Q3
* Update net/asterisk11 to 11.23.1madpilot2016-09-092-4/+4
| | | | | Security: 5cb18881-7604-11e6-b362-001999f8d30b MFH: 2016Q3
* - Fix dependency on sysutils/puppet which was split into ↵amdmi32016-09-091-3/+10
| | | | | | | | | | sysutils/puppet{37,38,4} ports - Provide option to choose actual puppet version PR: 207326 Submitted by: Karli.Sjoberg@slu.se Approved by: maintainer timeout (ruby, 6 months)
* - Deprecate, set expiration date: this module is bundled with perlamdmi32016-09-081-0/+5
| | | | | | - While here, add license Approved by: portmgr (bapt)
* - Tweak install target to make unix domain socket support module installedamdmi32016-09-082-2/+7
| | | | | | | - While here, silence stripping and switch to options helpers PR: 205517 Approved by: maintainer timeout (lx, 9 months)
* - Add LICENSEamdmi32016-09-081-0/+3
|
* Update pear-Horde_Ldap to 2.3.2mm2016-09-082-3/+4
|
* - Add NO_ARCHamdmi32016-09-071-0/+1
|
* - Add NO_ARCHamdmi32016-09-071-1/+2
|
* - In Uses/linux.mk use the loop variable directly when appending totijl2016-09-071-1/+1
| | | | | | | | | *_DEPENDS. Helper variables derived from the loop variable aren't expanded causing *_DEPENDS to be incorrect. - Bump all ports with more than one value in USE_LINUX. PR: 211645 Reported by: jkim
* - Update to 1.0.9amdmi32016-09-072-3/+7
| | | | | | | - While here, add LICENSE_FILE PR: 212423 Submitted by: kaltheat@gmail.com (maintainer)
* - Update to 0.9.11amdmi32016-09-072-4/+4
| | | | | PR: 212093 Submitted by: joneum@bsdproject.de
* net/3proxy: 0.8.6 -> 0.8.7pi2016-09-074-56/+4
| | | | | | | - remove patches, now included upstream PR: 212403 Submitted by: Pavel Timofeev <timp87@gmail.com> (maintainer)
* - Update to 1.17olivierd2016-09-074-10/+20
| | | | | - Add pkg-message, because PySocks (net/py-pysocks) 1.5.7 causes problems with IPv6 (bug #964)
* - Fix build with --disable-silent-rulesamdmi32016-09-061-0/+11
| | | | | | | | | | | | | | | With verbose build all utilities are called with --help and --version arguments just to show their output. This, however, may fail: PATH=/wrkdirs/usr/ports/net/pacemaker/work/pacemaker-Pacemaker-1.1.14/tools:$PATH /wrkdirs/usr/ports/net/pacemaker/work/pacemaker-Pacemaker-1.1.14/tools/crm_standby --help Error signing on to the CIB service: Socket is not connected Error signing on to the CIB service: Socket is not connected So just remove these calls, they have no use anyway. PR: 212075 Approved by: portmgr blanket
* Bump PORTREVISION after last commit.mat2016-09-061-1/+1
| | | | Sponsored by: Absolight
* - Update to 1.10.4danilo2016-09-063-5/+8
|
* Update to avahi-libs 0.6.25-15.el6_8.1.tijl2016-09-063-14/+14
| | | | | PR: 212214 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
* - Fix the previous fake update to 0.2nivit2016-09-062-5/+5
| | | | Pointed out by: mat
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withtijl2016-09-068-43/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine)
* Update net/xmlrpc to 1.39.10garga2016-09-062-4/+4
| | | | | | | | This version if a buffer overflow in STRSCAT PR: 211257 Submitted by: w.schwarzenfeld@utanet.at MFH: 2016Q3
* - Update to 16.07amdmi32016-09-053-8/+62
| | | | | | PR: 212387 Submitted by: rum1cro@yandex.ru Approved by: bruce.richardson@intel.com (maintainer)
* Update to version 2.0demon2016-09-052-5/+5
|
* - Bump PORTEPOCH, because the last version number isnivit2016-09-051-0/+1
| | | | actually less than the previous one (see https://github.com/andreafabrizi/Dropbox-Uploader/releases )
* Use DISTVERSIONantoine2016-09-041-2/+2
| | | | PR: 205762
* - Add LICENSEamdmi32016-09-042-14/+19
| | | | | - Switch to options helpers - Cosmetic fixes
* - Mark BROKEN in 11+: does not build: no member named 'b_saveaddr' in ↵amdmi32016-09-041-0/+3
| | | | | | 'struct buf' Approved by: portmgr blanket
* Make TIMELORD dependent on AppleTalk.marcus2016-09-041-3/+3
| | | | PR: 212056
* - Prevent asterisk build system from unconditionally usingmadpilot2016-09-041-15/+19
| | | | | | | -march=native - Add an OPTIMIZED_CFLAGS option, disabled by default, to allow enabling the native flag - While here, convert to option target helpers.
* Fix on 11.mat2016-09-032-5/+9
| | | | | | PR: 212283 Submitted by: ae Sponsored by: Absolight
* - Update to 13.11.0madpilot2016-09-022-6/+6
| | | | - Make using base compiler the dafault on amd64 and i386
* net/tcpview: fix synth patchmarino2016-09-011-1/+1
|
* - Update to 0.2nivit2016-09-012-4/+4
| | | | ChangeLog: https://github.com/andreafabrizi/Dropbox-Uploader/releases
* Fix some bad IPv6 validation issuesgarga2016-08-312-0/+36
| | | | | | | | | | | | | | | | Following bad addresses are being validated as good by checkIPv6() 1:2:3:4:5:6:7:8:1.2.3.4 ::1:2:3:4:5:6:7:8 1:2:3:4:5:6:7:8:: 1:2:3:4:5:6:::8 ::::a :::: 1::2::3 Obtained from: pfSense MFH: 2016Q3 Sponsored by: Rubicon Communications (Netgate)
* Take over maintainership of net/nats.olgeni2016-08-311-1/+1
| | | | Approved by: vanilla
* Update to version 1.6.9.demon2016-08-312-4/+4
|
* Fix build, using dlopen to load the passed library name directly.kevlo2016-08-311-0/+11
|
* - Update to 3.0.0cpm2016-08-312-4/+4
| | | | | | Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D7711
* - Update to 0.9amdmi32016-08-303-3/+16
| | | | | | | - While here, add LICENSE_FILE PR: 212228 Submitted by: neel@neelc.org (maintainer)
* Call load_rc_config before actually using the variables in rc script.olgeni2016-08-302-2/+2
| | | | | Submitted by: Rodrigo Bahiense Approved by: vanilla
* lang/php56: Update from 5.6.24 to 5.6.25tz2016-08-304-4/+4
| | | | | | PR: 212183 Submitted by: Kurt Jaeger <pi@FreeBSD.org> Approved by: pi (mentor)
* - Update to 2.99001jadawin2016-08-302-4/+4
|
* - Update to 20141211famdmi32016-08-292-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From changelog at: https://mailman.caida.org/pipermail/scamper-announce/2016-August/000008.html scamper * support for PF firewall, usage documented in scamper man page * for the IPFW firewall, take a mandatory parameter specifying acceptable rule number range to use, usage documented in scamper man page. * support probing on upcoming FreeBSD 11 which now sends and receives packets in network byte order on raw sockets * if the user specifies a ip:port for a listening control socket, do not free a temporary string before converting port part to an integer * if an unprintable character is received in an attached control socket, free the source so the disconnection code will proceed * fix memory leaks pointed out by clang * when reading the kernel version string, be sure to get the last number in the string, even if it is something like 6.0.1a * when using kernel versions, ensure the assumed number of dots are present * when building in debug mode and with privsep, chroot. * in privsep code, drop msg_accrights special case, which was dead code, as solaris has had msg_accrights for a while now. * fix unaligned memory access when processing ARP and NDP responses * if traceroute probes no hops, still print out text record of the attempt if scamper's text output mode is being used. sc_filterpolicy * fix spelling mistakes in sc_filterpolicy man page PR: 212227 Submitted by: mjl@luckie.org.nz (maintainer)
* New port: net/sbmpi2016-08-285-0/+41
| | | | | | | | | | | | | | sbm is a simple bandwidth monitor. Besides the basic bandwith monitor it comes with two scripts. sbm-rt-plot can be used for realtime bandwidth graphs and sbm-plot can be used to generate static graphs for bandwith usage over a period of time. WWW: http://git.2f30.org/sbm/ PR: 211595 Submitted by: Tobias Kortkamp <t@tobik.me>
* - Fix AMRNB option plistpawel2016-08-272-25/+7
| | | | | | | | | | | | - Fix SQLITE option, needs pkg-config to detect sqlite availability: checking for SQLite using pkg-config... yes - Simplify post-stage target PR: 211841 Submitted by: myself Approved by: maintainer
* net/py-pyzmq: update to 15.4.0novel2016-08-272-4/+4
|
* - Update to version 0.7.1pawel2016-08-277-94/+47
| | | | | | | | | | | | | | | | | | | - Remove MYSQL and PGSQL options - Add configtest command to ntpa rc file Changelog: - New configuration validator GUI - New internal configuration engine - SSL support for databases - Unified code for all platforms - Improved code quality & Several bugfixes - Updated MySQL Connector to official v6.9.9 - Updated PostgreSQL data provider to v3.1.7 - Updated Bootstrap to v3.3.7 - Updated jQuery to v2.2.4 PR: 212081 Submitted by: Carsten Larsen (maintainer)
* - Fix WWWehaupt2016-08-252-2/+2
| | | | - Sort USE*
* - Expand BUILD_DEPENDS before assigning it with :kevlo2016-08-251-2/+1
| | | | | | - No PORTREVISION bump necessary Pointed out by: crees
* Add p5-IO-Socket-Socks 0.68, provides a way to create socks client orehaupt2016-08-255-0/+25
| | | | server both 4 and 5 version.
* Update to 2.41.vanilla2016-08-252-4/+4
|
* Add missing BUILD_DEPENDS.kevlo2016-08-251-1/+3
| | | | Spotted by: koobs
* Fix build on head after r303920.madpilot2016-08-252-4/+21
|
* Add net/nats-top, a top-like tool for monitoring NATS servers (net/nats).olgeni2016-08-244-0/+27
|
* Convert some port to the new GH_SUBDIR feature.mat2016-08-241-4/+1
| | | | Sponsored by: Absolight
* Import py-nnpy 1.2kevlo2016-08-244-0/+27
| | | | py-nnpy is CFFI-based Python bindings for nanomsg.
* Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andtcberner2016-08-2415-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Plasma5 ports At the moment KDE ports use bsd.kde4.mk to handle their dependencies. When working on the ports for KDE Frameworks and Plasma5 it seemed to be more reasonable to create a new kde.mk instead of adding an bsd.kde5.mk. The kde.mk in this review is a stripped down version of the one we are using in the KDE Test repositories plasma5 branch [1] to only contain the parts relevant to the current KDE4 ports in the portstree [2]. Changes to the KDE Ports needed by this: Replace USE_KDE4 by USE_KDE [3] Add USES=kde:4 [4] [1] http://src.mouf.net/area51/view/branches/plasma5/KDE/Mk/Uses/kde.mk [2] The version in the plasma5 branch also handles frameworks/plasma5 and handles MASTER_SITES via a KDE_DIST variable similar to bsd.qt.mk for Qt Ports -- I chose to leave this out for now, as the diff is already large enough. [3] I chose USE_KDE instead of USE_KDE4, USE_KDE5, USE_KDEX as the version we want is already specified as argument to kde:<arg> [4] For KDE Frameworks and Plasma5 ports this would be kde:5 PR: 210667 Approved by: portmgr, mat (mentor), rakuco (mentor) Reviewed by: mat, rakuco Differential Revision: https://reviews.freebsd.org/D6961
* Fix USE_JAVA and unbreak build.jkim2016-08-241-5/+2
|
* net/3proxy: fix ftpprpi2016-08-243-0/+53
| | | | | | | | - See also: https://github.com/z3APA3A/3proxy/issues/68 PR: 209463 Submitted by: emz@norma.perm.ru Approved by: Pavel Timofeev <timp87@gmail.com> (maintainer)
* net/kamailio: 4.4.1 -> 4.4.2pi2016-08-242-15/+15
| | | | | | | | - commented out atomic_ops patches as suggested in PR#210439 PR: 210439 Changes: http://www.kamailio.org/pub/kamailio/4.4.2/ChangeLog Submitted by: r.barenthin@terralink.de
* Fix Makefile typo.cy2016-08-242-2/+2
|
* Rmove/merge redundant USES line.cy2016-08-241-3/+2
|
* Record an indirect libwww dependency.cy2016-08-242-2/+4
|
* Switch to USES=ssl.cy2016-08-242-5/+2
|
* Fixup sntp.8 man page formatting. This commit is the same as r304721cy2016-08-244-0/+24
| | | | | | | in base. Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu> Discussed with: bjk@
* net/tcpkali: document ncurses requirementmarino2016-08-241-1/+1
| | | | Approved by: ncurses blanket
* net/dosdetector: Mark broken since upstream disappeared, unfetchablemarino2016-08-231-3/+5
| | | | | | | | | | | | | The darkzone.ma.cx master site disappeared completely. The dark-zone.eu WWW site forwards to twitter/_msciciel_ but to a bad page. It seems the original maintainer is active on twitter. Since the port hasn't been touched in 10 years, and the maintainer didn't even stage this port, let's go ahead and deprecate it for removal in 2 months since we haven't had a submission from Krzysztof in over a decade. while here, document ncurses requirement and remove obsolete comment in case the deprecation is rescinded later.
* - Update to 2.0.0.cpm2016-08-232-6/+8
| | | | | | | | | | | | | | - Update LICENSE blob. Changelog: 2.0.0 - 2016-08-20 - Relicense uritemplate.py as Apache 2 and BSD (See https://github.com/sigmavirus24/uritemplate/pull/23). 1.0.1 - 2016-08-18 - Fix some minor packaging problems. Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D7586
* Fix the build with LibreSSL.rakuco2016-08-231-0/+29
| | | | | | | | | | | | | | | | | | | LibreSSL does not define SSL_CTRL_SET_CURVES, so check for the macro's existence before using it. I'm committing this mostly to get it into the 2016Q3 branch so it lives a bit longer: starting with Qt 5.6, upstream explicitly does not support LibreSSL and fails at configuration time if it is detected (the rationale being that they do not want to make the OpenSSL backend code even more confusing with additional checks and code paths for LibreSSL; patches adding a separate LibreSSL backend are more than welcome, but someone needs to write the code and maintain it). PORTREVISION is not being bumped because the LibreSSL build was simply broken before, and the patch does not change anything for OpenSSL users. PR: 211832 Submitted by: matthew@reztek.cz MFH: 2016Q3
* net/p5-Net-Works: 0.21 -> 0.22pi2016-08-232-3/+4
| | | | | | - Added a Net::Works::Network->is_single_address method. This returns true if the network contains just one single address. Requested by Alexander Hartmaier. GH #17.
* Update net/nats to version 0.9.4.olgeni2016-08-212-4/+4
| | | | | | PR: 211987 Submitted by: olgeni Approved by: maintainer
* net/py-ldap3: update to 1.4.0rm2016-08-212-4/+5
|
* net/py-ldap: update to 2.4.27rm2016-08-212-5/+6
| | | | | - update to 2.4.27 - make dependency upon pyasn1 excplicit
* Reset sem@'s ports per his request.rene2016-08-214-4/+4
| | | | With hat: portmgr-secretary
* - This port requires dig during runtimeehaupt2016-08-202-5/+7
| | | | | - Reroll patch to satisfy portlint - Bump PORTREVISION
* - Add LICENSEamdmi32016-08-201-0/+5
| | | | - Switch to options helpers
* - Install inspectsocks and validateconf which are mentioned in the manpageehaupt2016-08-2011-49/+53
| | | | | | | | | | - Add license - Use SUB_FILES for pkg-message - Use DISTVERSION instead of PORTVERSION - Recreate patch files to satisfy portlint - Reformat pkg-message to what the PHB (section 8.5) defines as a good format - Bump PORTREVISION - Take maintainership
* Update to 1.1.3.vanilla2016-08-192-3/+4
|
* - Add PORTSCOUT to filter out tags which as not new versions (such as ↵amdmi32016-08-181-0/+2
| | | | | | | "support-chrome-20-firefox-12") PR: 211267 Submitted by: iblis@hs.ntnu.edu.tw (maintainer)
* - Update py-uritemplate.py to 1.0.0cpm2016-08-182-4/+4
| | | | | | Reviewed by: amdmi3 (mentor) Approved by: amdmi3 (mentor) Differential Revision: D7557
* Update to 0.7.0.vanilla2016-08-183-13/+11
|
* net/py-rainbowstream: Update to 1.3.5koobs2016-08-172-4/+5
| | | | | | | | | | * Update PORTVERSION and distinfo checksum (1.3.5) * Add LICENSE_FILE Asked upstream for a changelog and git tags [1] [1] https://github.com/DTVD/rainbowstream/issues/187
* net/py-pyvmomi: update 6.0.0 -> 6.0.0.2016.6robak2016-08-162-3/+4
|
* Update to 1.7-dev4demon2016-08-153-4/+7
|
* Update to version 1.6.8.demon2016-08-152-5/+5
|
* Return this back to pool and deprecate this port.delphij2016-08-151-1/+4
| | | | | | We already have a fine implementation of iSCSI target in the base system that worked great (ctld), and the upstream is no longer being actively maintained.
* Finally, bump net/bird revision to account patches added in r420203.melifaro2016-08-151-0/+1
| | | | Approved by: az(implicit)
* Fix net/bird r420176 update: really add bugfixes from git.melifaro2016-08-152-0/+142
| | | | Approved by: az(implicit)
* Update net/bird,net/bird6 to 1.6.0melifaro2016-08-147-2766/+18
| | | | | | | | | Add sk_setup / io loop fixes from git. Remove agg patch - new version with different syntax is comingTimeout, server noc-myt.yandex.net not responding. PR: 211413 Submitted by: zeising (original version) Approved by: az (implicit)
* net/ndpi: USES-= aliasmarino2016-08-121-1/+1
| | | | Now properly fixed (DF patches stored in dports)
* - Update to 1.7.2wen2016-08-122-3/+4
| | | | | PR: 211756 Submitted by: joneum@bsdproject.de
* - Update to 1.2.6zi2016-08-124-76/+6
|
* - fix regex styledinoex2016-08-121-1/+1
|
* New port: net/pear-Net_Growl:garga2016-08-114-0/+24
| | | | | | | | | Growl is a MACOSX application that listen to notifications sent by applications and displays them on the desktop using different display styles. Net_Growl offers the possibility to send notifications to Growl from your PHP application through network communication using UDP. Sponsored by: Rubicon Communications (Netgate)
* net/libzmq4: Update to 4.1.5, Add MANPAGES optionkoobs2016-08-114-69/+72
| | | | | | | | | | | | | - Update PORTVERSION and distinfo checksum (4.1.5) - Update pkg-plist accordingly (library minor version bump) - Update MASTER_SITES (upstream moved to GitHub releases) - Add MANPAGES option and dependencies (xmlto/asciidoc (sorry!) as they now need to be built. Add OPTIONS_SUB and update pkg-plist accordingly - Re-patch configure after minor updates since 4.1.4 - Sort pkg-plist PR: 211306 (part two of two) Submitted by: Eric Camachat <eric camachat org>
* net/libzmq4: Sort OPTIONS alphebeticallykoobs2016-08-111-1/+1
| | | | MFH: 2016Q3
* net/libzmq4: Add NORM option, Disable -Werrorkoobs2016-08-113-2/+29
| | | | | | | | | | | | - Add NORM option and helpers [1], no default. - Backport upstream pull request #2066. [1][2] - Override default -Werror in build. [2] https://github.com/zeromq/libzmq/pull/2066 PR: 211306 (part 1 of 2) [1] Submitted by: Eric Camachat <eric camachat org> [1] MFH: 2016Q3
* - Add LICENSE_FILEamdmi32016-08-111-4/+4
| | | | - Switch to options helpers
* 1: Update to 0.9.2.vanilla2016-08-113-4/+35
| | | | | | | 2: Add rc file. PR: 211720, 210632 Submitted by: olgeni@ [1], vivek at khera.org [2]
* A change in openslp gets openldap into problems:girgen2016-08-111-0/+2
| | | | | | | | | http://www.openldap.org/lists/openldap-bugs/201510/msg00045.html Let openslp port add CPPFLAGS=-DHAVE_STRNCASECMP until openldap fixes this. Approved by: maintainer
* - Update net/pear-Net_IPv6 to 1.3.0b2. It's BETA but has few changes andgarga2016-08-112-6/+10
| | | | | | | | important fixes when compared to last stable version 1.2.1, from 2011 - Added LICENSE - Take maintainership Sponsored by: Rubicon Communications (Netgate)
* net/syncthing: update to 0.14.3swills2016-08-102-4/+4
| | | | | PR: 210038 Submitted by: peter
* Use DOCS_CMAKE_* variable as it should have been in r419993manu2016-08-101-8/+2
| | | | Approved by: koobs
* Sort category Makefiles.olgeni2016-08-101-1/+1
|
* Update Nanomsg to version 1.0.0 the first stable release of Nanomsg.manu2016-08-103-81/+51
| | | | | | | Also bump PORTREVISION for mail/libmapi as it depend on it. PR: 210669 Approved by: koobs, Jan Bramkamp <crest@bultmann.eu> (maintainer)
* Add patch to fix build with libressl.madpilot2016-08-101-0/+35
| | | | | | | | PR: 211707 Submitted by: olivierw1+bugzilla-freebsd@hotmail.com Patch by: brnrd@ Obtained From: http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/ports/telephony/asterisk/patches/patch-res_res_rtp_asterisk_c?rev=1.1&content-type=text/plain MFH: 2016Q3
* Change www/php*-session's priority to be loaded before most other PHP ↵mat2016-08-093-3/+3
| | | | | | | | | | | extensions. Many PHP extensions were adding a build dependency on session, so that it was loaded first. This is now no longer needed, we have a nice framework handle the extensions ordering. PR: 203741 Sponsored by: Absolight
* Update to 2.5.5.madpilot2016-08-093-7/+9
| | | | | PR: 211533 Submitted by: Joseph Mingrone <jrm at ftfl.ca>
* - Update to 0.28jadawin2016-08-092-4/+4
|
* - Pass maintainership to submitterwen2016-08-092-5/+6
| | | | | | | | - Change USE_OPENSSL => USES= SSL - Include xorg=xrender PR: 211685 Submitted by: bsdports@kyle-evans.net
* - Update to 0.11.4cpm2016-08-092-4/+4
| | | | | | | | | Changelog: http://lists.infradead.org/pipermail/openconnect-devel/2016-August/003817.html Reviewed by: junovitch (mentor) Approved by: junovitch (mentor) Differential Revision: D7441
* Fix build with mono 4.4.romain2016-08-091-0/+13
| | | | | Some assemblies have been relocated, so adjust files path to point to the correct location.
* USE_BDB cleanup.mat2016-08-082-5/+3
| | | | | | | | | | | - USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight
* - Update to 0.21jadawin2016-08-082-4/+4
|
* - Update to 2.99jadawin2016-08-082-4/+4
|
* Add patch to support synth.cy2016-08-081-0/+13
| | | | Submitted by: marino@
* - Switch to USES=taramdmi32016-08-075-12/+12
| | | | | | - Switch to options helpers - Regenerate patches with `make makepatch` - Cleanup pkg-descr
* Remove expired port:rene2016-08-073-59/+0
| | | | 2016-08-04 net/qt5-enginio: Deprecated by upstream from Qt 5.6 on, do not use for development
* - Update to 2.2.1pawel2016-08-062-4/+5
| | | | | | | - Take maintainership PR: 211611 Submitted by: Demetris Procopiou
* net/py-s3transfer: Update to 0.1.1, Modernizekoobs2016-08-063-3/+36
| | | | | | | | | | | | | | * Update PORTVERSION and distinfo checksum (0.1.1) * Add LICENSE_FILE * Document actual Python version support in a comment for later * Patch setup.py to properly declare test dependencies and hook up the test command * Add TEST_DEPENDS and test target for QA https://github.com/boto/s3transfer/blob/0.1.1/CHANGELOG.rst Approved by: Bradley Hughes <bradleythughes fastmail fm> (maintainer, via email)
* net/daq: Fix dependency on libpcap (use ports version)marino2016-08-061-1/+2
| | | | | | | | | Back in r342092 (Jan 2014), the LIB_DEPENDS specification was updated from pcap to libpcap.so, which effectively moved the dependency from the ports version of libpcap to the base version. The maintainer also indicated the ports listed in the PR should specify the net/libpcap. PR: 211578
* net/xorp: Fix dependency on libpcap (use ports version)marino2016-08-061-3/+2
| | | | | | | | | | The specification on libpcap came on the v1.6 => v.1.8.5 transition while the port was unmaintained. Assume the change originator intended for the ports libpcap to be used, but didn't realize it needed an explicit version number to avoid the base library from satisfying the requirement. While here, remove an obsolete CONFLICTS definition. PR: 211578
* Ensure that Avahi supprt is disabled if mDNSResponder ismarcus2016-08-061-0/+1
| | | | | | chosen for Zeroconf. PR: 211571