aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Collapse)AuthorAgeFilesLines
* - Fix RUN_DEPENDSsunpoet2015-01-061-0/+6
| | | | | - Fix .gemspec - Bump PORTREVISION for dependency and package change
* - Fix .gemspecsunpoet2015-01-061-0/+5
| | | | - Bump PORTREVISION for package change
* Setgid dumpcap to network so non-root users can use wireshark in capturemarcus2015-01-063-1/+24
| | | | | | | | mode. PR: 195435 Submitted by: yuri@rawbw.com No objection from: ports@
* Assign maintainership of FPC ports to new FPC ports teammarino2015-01-052-2/+2
| | | | | | | The new team currently consists of the previous maintainer (acm@) and myself (marino@). PR: 195363
* Don't pull in avahi-libdns. It conflicts with mDNSResponder which is nowkwm2015-01-051-8/+7
| | | | | | | | a default dependancy of cups (used by gtk). While here, trim one avahi-app line from the first RUN_DEPENDS, one is enough. Submitted by: antione
* - Update to version 1.9.94 [1]pawel2015-01-053-12/+7
| | | | | | | - Use USES=pathfix to fix pkgconfig install path PR: 196461 [1] Submitted by: max@kostikov.co (maintainer)
* - Update to 2.80sunpoet2015-01-053-5/+4
| | | | | | - Sort PLIST Changes: http://search.cpan.org/dist/Net-Whois-Raw/Changes
* - Update to 1.14sunpoet2015-01-052-7/+5
| | | | | | - Fix and sort *_DEPENDS: Bit::Vector is not a dependency Changes: http://search.cpan.org/dist/Net-Frame-Dump/Changes
* - Update to 1.30sunpoet2015-01-053-8/+19
| | | | | | | - Fix BUILD_DEPENDS: ExtUtils::MakeMaker 6.64+ is already in Perl 5.18+ releases - Add IPV6 and SSL options Changes: http://search.cpan.org/dist/libnet/Changes
* - Update to 1.09sunpoet2015-01-054-35/+9
| | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/IO-Interface/Changes
* - Update to 0.14sunpoet2015-01-053-7/+9
| | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Google-SAML-Response/Changes
* - Update to 0.05sunpoet2015-01-053-7/+9
| | | | | | | - Add LICENSE - Sort PLIST Changes: http://search.cpan.org/dist/Google-SAML-Request/Changes
* - Update to 0.35sunpoet2015-01-042-3/+3
| | | | Changes: http://search.cpan.org/dist/IO-Socket-IP/Changes
* p5-Test-Exception is used for testing only, and it was this way before update tobofh2015-01-041-1/+2
| | | | | | | | version 0.29. Differential Revision: https://reviews.freebsd.org/D1403 Submitted by: mat Approved by: marino(mentor)
* Update to version 20141125pawel2015-01-045-250/+3
| | | | | PR: 196397 Submitted by: aoyama@peach.ne.jp
* New port: net/yami4pi2015-01-045-0/+214
| | | | | | | | | | | YAMI4 is a messaging solution for distributed systems. It is a set of libraries for several platforms and programming languages. This port installs the core and C++ libraries with documentation. WWW: http://www.inspirel.com/yami4/ PR: 184471 Submitted by: prog@msobczak.com
* Update to upstream version 0.17.3riggs2015-01-033-3/+5
| | | | | PR: 196444 Submitted by: coder@tuxfamily.org (maintainer)
* Minor net/samba* ports cleanups:danfe2015-01-033-30/+31
| | | | | | | | | | | - Drop leading article from COMMENT and use neutral spelling of Unix - Sort USES alphabetically and wrap it if necessary - Rename FAM_SUPPORT to standard option FAM, drop FAM_SUPPORT_DESC - Fix a typo in AIO_SUPPORT_DESC (Asyncronous -> Asynchronous) - Consistently reword PAM_SMBPASS option description - Kill one case of EOL whitespace and bogus uses of := operator Approved by: maintainer (timur; timeout since 2014.12.16)
* - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...mva2015-01-031-1/+1
| | | | With hat: python@
* net/kamailio: install two files necessary if build with PQSQLpi2015-01-032-0/+3
| | | | | | | | | | If built with the PGSQL option, two files necessary for creating the initial database are not installed as necessary. This causes "kamdbctl create" to fail during extra_create() when EXTRA_MODULES contains "mohqueue" and/or "rtpproxy" (which is does, by default). PR: 196446 Submitted by: John W. O'Brien <john@saltant.com>
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependspi2015-01-0318-16/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer)
* Connect net/unison240 tot he build.madpilot2015-01-021-0/+1
|
* - Update net/unison to 2.48.3madpilot2015-01-0211-16/+146
| | | | | | | - Preserve unison 2.40 as net/unison240 and update to 2.40.128 - Remove uneeded USES=desktop-file-utils from unison ports [1] Approved by: mandree (implicit, for net/unison232) [1]
* Update to upstream version 0.17.1riggs2015-01-022-4/+3
| | | | | PR: 196319 Submitted by: coder@tuxfamily.org (maintainer)
* Update to version 1.5.10.demon2015-01-022-4/+3
|
* - Update *_DEPENDS:sunpoet2015-01-021-5/+7
| | | | | | | | | | | - Add BUILD_DEPENDS - ExtUtils::MakeMaker 6.42+ and Test::More 0.44+ are already in all supported Perl releases - Add LICENSE [1] - While I'm here, move *_DEPEDS upward to pet portlint - Bump PORTREVISION for dependency change Approved by: portmgr (implicit) [1] With hat: perl
* - Add p5-IO-Socket-UNIX-Util 0.05sunpoet2015-01-025-0/+27
| | | | | | IO::Socket::UNIX::Util provides Unix domain socket utilities. WWW: http://search.cpan.org/dist/IO-Socket-UNIX-Util/
* - Update to 2.01.1sunpoet2015-01-022-3/+3
| | | | Changes: http://tintin.sourceforge.net/news.php
* - Update to 0.3.1sunpoet2015-01-022-3/+3
| | | | Changes: https://github.com/laserlemon/simple_oauth/commits/master
* Stop installing an empty headers directory.rakuco2015-01-013-4/+3
| | | | | | | | | | | A fix has been submitted to https://github.com/FreeRDP/Remmina/pull/428. While a proper decision is not made there, just patch the code to stop calling INSTALL(DIRECTORY ...) with a path that does not exist. Until CMake 3.1.0, this would end up creating an empty directory (hence the @dir entry in the plist). The behavior has changed in 3.1.0, and we were getting build errors because we were referring to a directory that did not exist in the plist.
* Update to 1.10olivierd2014-12-312-3/+3
| | | | ChangeLog: https://github.com/shazow/urllib3/blob/master/CHANGES.rst#110-2014-12-14
* net/p5-Net-Amazon-EC2: Update version 0.24=>0.29bofh2014-12-313-8/+15
| | | | | | | | | Dependencies have changed based on the new upstream Makefile.PL. TEST_DEPENDS has been removed as those mentioned is now build-requires, according to Makefile.PL. Hence *_DEPENDS in Makefile has been updated according to new requirements. Differential Revision: https://reviews.freebsd.org/D1403 Approved by: bapt(mentor)
* Make the port build with CMake < 3.1.0 after r375840.rakuco2014-12-311-2/+2
| | | | | Of course the part of the patch I wrote myself had to be wrong. Adjust the regexp to make it look like the others and work with all CMake versions.
* Update devel/doxygen to 1.8.9antoine2014-12-312-13/+7
| | | | | | PR: ports/196342 Submitted by: Naram Qashat (maintainer) Exp-run and fixes to depending ports: self
* Upgrade to 0.3.vanilla2014-12-312-4/+4
| | | | | PR: ports/196391 Submitted by: maintainer
* Update cinnamon to 2.4, this should fix [1] and [2].kwm2014-12-3110-14/+15
| | | | | | | | | Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates. Update evolution suite to 3.12.9. Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3]. PR: 195290 [1], 195289 [2], 195455 [3] Obtained from: gnome devel repo
* Add dependency on pkgconfig.rakuco2014-12-311-0/+1
| | | | | | | This is required for the upcoming CMake 3.1.0 update: pkg-config was already required before to properly find and define qjson's version number, but in 3.1.0 CMake is stricter when checking if a version >= the minimum one has been found.
* - Add upstream patch (slightly adjusted to this version) to make the portrakuco2014-12-312-3/+72
| | | | | | | | build with the upcoming CMake 3.1.0. - Add missing dependency on libXi, and set PORTREVISION only once while here. Approved by: fluffy (maintainer, implicit)
* Fix a crash due to a truncated pointer.marcus2014-12-311-0/+2
| | | | PR: 195980
* Update to 3.2.5.3 [1]bapt2014-12-304-59/+46
| | | | | | | | | | | | | | | While here few cleanup: - Cleanup plist - Avoid extending PORTDOCS in post-install target we prefer to separate targets and variable definitions - Remove useless post-install - Recommend configuration in ${PREFIX}/etc instead of /etc, the binary also look for its configurations files in the directory - Cleanup EOL spaces in pkg-message PR: 196126 [1] Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> Approved by: maintainer [1]
* When using the old command line syntax with net/freerdp, it willolgeni2014-12-302-0/+15
| | | | | | | | | suggest to upgrade a few parameters; the suggestion for "/network [value]" should actually be "/network:[value]". PR: 191861 Submitted by: olgeni Approved by: maintainer timeout
* - Update to 3.5.8sunpoet2014-12-282-4/+5
| | | | Changes: https://github.com/weppos/whois/blob/master/CHANGELOG.markdown
* - Add rubygem-fog-storm_on_demand 0.1.0sunpoet2014-12-284-0/+28
| | | | | | | Fog::StormOnDemand is a module for the fog gem to support StormOnDemand. WWW: https://github.com/fog/fog-storm_on_demand RG: https://rubygems.org/gems/fog-storm_on_demand
* - Add rubygem-fog-ecloud 0.0.2sunpoet2014-12-284-0/+28
| | | | | | | Fog::Ecloud is a module for the fog gem to support Terremark EnterpriseCloud. WWW: https://github.com/fog/fog-ecloud RG: https://rubygems.org/gems/fog-ecloud
* - Add rubygem-fog-atmos 0.1.0sunpoet2014-12-284-0/+28
| | | | | | | Fog::Atmos is a module for the fog gem to support Atmos Cloud Storage. WWW: https://github.com/fog/fog-atmos RG: https://rubygems.org/gems/fog-atmos
* - Update to 0.3.26sunpoet2014-12-282-3/+3
| | | | | Changes: https://github.com/fog/fog-softlayer/blob/master/CHANGELOG.md https://github.com/fog/fog-softlayer/commits/master
* Unbreakantoine2014-12-271-1/+2
|
* - Update net/openmpi to 1.8.4danilo2014-12-263-5/+7
|
* net/py-twitter-tools: Update to 1.15.0koobs2014-12-263-5/+33
| | | | | | | | | | - Update to 1.15.0 - Add LICENSE_FILE - Add TEST_DEPENDS and regression-test: target - Remove GH_PROJECT (value is now the default) - Patch tests_require and test_suite into setup.py, send upstream [1] [1] https://github.com/sixohsix/twitter/pull/272
* Put PORTEPOCH back to 3.kevlo2014-12-261-1/+1
|
* Bump portrevision after png updatebapt2014-12-262-2/+2
|
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeantoine2014-12-262-2/+2
|
* - Add rubygem-t 2.8.0sunpoet2014-12-264-0/+36
| | | | | | | | | t is a command-line power tool for Twitter. The CLI takes syntactic cues from the Twitter SMS commands, but it offers vastly more commands and capabilities than are available via SMS. WWW: http://sferik.github.io/t RG: https://rubygems.org/gems/t
* - Update to 5.13.0sunpoet2014-12-263-8/+16
| | | | | | | | - Update COMMENT - Update WWW - Add RG link to pkg-descr Changes: https://github.com/sferik/twitter/blob/master/CHANGELOG.md
* - Add LICENSEsunpoet2014-12-261-1/+4
|
* - Update to 1.1.0sunpoet2014-12-262-4/+3
| | | | Changes: http://pecl.php.net/package-changelog.php?package=geoip
* net/google-startup-scripts: unbreakswills2014-12-251-1/+1
|
* Convert USE_GNOME=desktopfileutils into USES=desktop-file-utilsbapt2014-12-251-2/+2
|
* No need to bump PORTEPOCH.kevlo2014-12-251-1/+1
| | | | Pointed out by: danfe
* net/google-startup-scripts: create port for Google startup scriptsswills2014-12-2514-0/+276
|
* Unbreakantoine2014-12-251-1/+1
|
* net/ntopng: Unbreakbofh2014-12-241-5/+3
| | | | | | | | | | | | | | | | | - Unbreak - Change EXTRACT_SUFX to USES PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196189 Differential Revision: https://reviews.freebsd.org/D1364 Submitted by: peter@pean.org #Reviewed by: marino Approved by: marino(mentor) #Obtained from: #MFC after: #MFH: #Relnotes: #Security: #Sponsored by:
* - Add LICENSEsunpoet2014-12-241-1/+3
| | | | - Take maintainership
* - Update to 0.3.0sunpoet2014-12-243-7/+7
| | | | | | | | | - Reword COMMENT - Reformat pkg-descr - Add RG link to pkg-descr - Take maintainership Changes: https://github.com/laserlemon/simple_oauth/commits/master
* - Add LICENSEsunpoet2014-12-243-10/+13
| | | | | | | | - Change DIST_SUBDIR to PECL - Silence patch message - Reformat pkg-descr - Use PECL as primary WWW - Take maintainership
* - rename www/neon29 to www/neon and update to neon-0.30.1ohauer2014-12-244-7/+8
| | | | | | | | | | | | | | | | | - adjust ports depending on neon, bump PORTREVISION Changelog: Fix memory leak with GnuTLS (Werner Baumann, Patrick Ohly). Fix possible crash after DNS lookup errors on Windows (Olivier Goffart). Don't fail if the SSL cert changes between connections with OpenSSL, behaviour now matches that with GnuTLS. Fix PKCS#11 support under OpenSSL with TLS 1.2. Fix static linking with pkg-config file (Alan H) PR: 195786 Differential Revision: https://reviews.freebsd.org/D1319 Submitted by: ohauer Reviewed by: portmgr (bapt, mat) Approved by: portmgr, lev (implicit)
* Check event_initialized before event_del if event may not have been setkevlo2014-12-243-10/+36
| | | | up; libevent2 complains about this.
* net/google-daemon: update to 1.2.1swills2014-12-242-8/+11
|
* Enable the ZRTP (encryption) option -- and bump PORTREVISION.mi2014-12-241-1/+3
| | | | | | While here, arrange for the bundled mediastreamer2/ and oRTP/ subdirectories to not be extracted from the tarball -- we build them separately from ports of their own anyway.
* net/google-cloud-sdk: update to 0.9.41swills2014-12-243-398/+1245
|
* Change my non-FreeBSD MAINTAINER mail to bofh@bofh2014-12-2431-31/+31
| | | | Approved by: bapt
* Fix build failure on pre-10 systemsriggs2014-12-231-1/+1
|
* - Ensure that PREFIX is respectedriggs2014-12-232-2/+7
| | | | | | | - Pet portlint PR: 196162 Submitted by: mi@ALDAN.algebra.com
* net/google-cloud-sdk: .install dir is needed, put it backswills2014-12-232-2/+26
|
* net/google-cloud-sdk: fix plistswills2014-12-232-25/+2
|
* Get rid of gnomehierbapt2014-12-231-2/+2
|
* - Fix build with clang [1]pawel2014-12-231-5/+17
| | | | | | | | - Respect CXXFLAGS during build - Make RUN_DEPENDS path independent PR: 196088 [1] (based on) Submitted by: Real Huang <realhuang21@gmail.com> [1]
* Shebangfixantoine2014-12-231-1/+3
|
* Upgrade to 1.8.0.vanilla2014-12-224-41/+45
| | | | Submitted by: maintainer via email.
* net/ngrep: Add Capcisum sandboxing supportkoobs2014-12-223-18/+132
| | | | | | | | | | | | | | - Add OPTION and patches for Capsicum support - Update MAINTAINER - Add LICENSE (BSD4CLAUSE) and LICENSE_FILE - Use OPTIONS helpers - Sort USES/USE section - Sort OPTIONS_DEFAULT PR: 195910 (with changes) Submitted by: logan at elandsys com Submitted by: feld Approved by: maintainer (edwin)
* Cleanupantoine2014-12-221-4/+2
|
* Unbreak MX4200.cy2014-12-222-5/+26
| | | | Submitted by: delphij
* MX4200 is still broken.cy2014-12-221-1/+5
|
* Properly address IPV6 loopback check.cy2014-12-223-32/+23
| | | | Submitted by: jmg (via twitter)
* net/ntimed: Add rc startup scriptkoobs2014-12-222-4/+42
| | | | | | | | - Add ntimed rc script - Tweak GH_PROJECT, remove WRKSRC override accordingly - Remove trailing newline (portlint) Approved by: maintainer
* Welcome ntimed to the ports tree. This is a new NTP client authored byfeld2014-12-224-0/+40
| | | | | | | | phk. Anyone is welcome to steal or update this port. I'm just bringing it to the tree so the masses can start playing with it and providing phk feedback.
* Update to version 5.7.2pawel2014-12-222-4/+3
|
* Builds and works on armv6pawel2014-12-221-1/+1
| | | | Submitted by: Vinicius Zavam via email
* - Fix plistantoine2014-12-212-1/+3
| | | | - Strip shared library
* Mark BROKEN: Broken pkg-install script, should use USERS and UIDsantoine2014-12-211-0/+2
|
* cleanup plistbapt2014-12-2112-12/+0
|
* - Update to 2.19sunpoet2014-12-212-4/+3
| | | | Changes: http://search.cpan.org/dist/Net-Dict/Changes
* - Update to 1.000003sunpoet2014-12-212-3/+3
| | | | Changes: http://search.cpan.org/dist/MaxMind-DB-Reader/Changes
* Update to upstream version 2014.12.17riggs2014-12-203-3/+25
|
* Forbid due to http://www.kb.cert.org/vuls/id/852879.cy2014-12-201-0/+2
| | | | | | | | | Security: VUXML: 4033d826-87dd-11e4-9079-3c970e169bc2 Security: http://www.kb.cert.org/vuls/id/852879 Security: CVE-2014-9293 Security CVE-2014-9294 Security CVE-2014-9295 Security CVE-2014-9296
* Update 4.2.6p5 --> 4.2.8cy2014-12-209-87/+357
| | | | | | | | | Security: VUXML: 4033d826-87dd-11e4-9079-3c970e169bc2 Security: http://www.kb.cert.org/vuls/id/852879 Security: CVE-2014-9293 Security CVE-2014-9294 Security CVE-2014-9295 Security CVE-2014-9296
* x11-servers/xorg-server: Update to 1.14dumbbell2014-12-202-13/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | The X.Org server has been updated to 1.14. The changes it brings are described in a post on the Graphics team blog: http://blogs.freebsdish.org/graphics/2014/11/19/xserver-1-14-update-ready/ The most noticable change is the DEVD input device autodetection backend which is enabled by default, replacing the HAL backend. The keyboard layout configuration must be migrated from HAL's .fdi files to X.Org files. The procedure is explained in the post mentionned above. Several ports were removed with this update, mainly because they are not compatible with the X.Org server anymore: o nvidia-driver-71 o nvidia-driver-96 o xf86-input-egalax o xf86-video-newport o xf86-video-tga PR: 155696, 181660, 183478 (partially fixed), 188640, 191331 Differential Revision: https://reviews.freebsd.org/D1337 Submitted by: ak (most of the work on the DEVD backend), dumbbell, kwm, zeising Tested by: Many people on freebsd-x11@ and IRC Reviewed by: kwm, portmgr (antoine) Approved by: kwm, portmgr (antoine)
* Update 4.2.7p484 --> 4.2.7p486cy2014-12-202-3/+3
|
* - updatecrees2014-12-203-38/+10
| | | | | | | | | | - clarify LICENSE to be BSD3CLAUSE like net/miniupnpc - replace patch-Makefile with a simple MAKE_(ARGS|ENV) override - drop redundant -fPIC PR: ports/194030 Submitted by: Jan Beich Approved by: Hung-Yi Chen (maintainer)
* - Handle EISCONNbdrewery2014-12-192-1/+21
| | | | | PR: ports/196115 Submitted by: Anthony Cornehl <accornehl@fastmail.fm>
* - Fix loading of libc.so on FreeBSD 10+ where it is an ldscript.bdrewery2014-12-191-0/+4
| | | | | | PR: ports/180568 [umbrella bug for dlopen("libco.so")] Submitted by: Anthony Cornehl Sponsored by: EMC / Isilon Storage Division
* net/syncthing-discosrv: update for new syncthing versionswills2014-12-182-4/+4
|
* net/syncthing-cli: update for new syncthing versionswills2014-12-182-4/+4
|
* net/syncthing: update to 0.10.11swills2014-12-182-3/+3
|
* Fix generation of asterisk.conf.sample file.madpilot2014-12-172-1/+2
| | | | Pointy hat to: me
* - Remove SMB optionzi2014-12-172-4/+1
| | | | - Bump PORTREVISION
* - Improve wording and formatting (most notably, missing space before openingdanfe2014-12-161-2/+2
| | | | | parenthesis) in some buggy option descriptions - Standardize Makefile header when appropriate, drop one OPTIONS_DEFAULT=IPV6
* Augment port description text.danfe2014-12-161-3/+8
|
* - Improve VBOXVD_DESC, define LICENSE, remove redundant PKGMESSAGEdanfe2014-12-162-18/+17
| | | | | | - Simplify post-install recipe, generally cleanup Makefile while here - Convert PLIST_* knobs into pkg-plist (8 lines make it long enough to be kept in a separate file), use sample@ keyword
* Upgrade to the 4.1.14 version.timur2014-12-164-129/+5
|
* - Update to 13.1.0madpilot2014-12-163-4/+4
| | | | - Fix a mistake in plist
* - Update to 11.15.0madpilot2014-12-164-333/+174
| | | | | | - Use @sample - While here, modify an installation message to remove text which is not applicable to our case.
* Advanced Exchange Access (AXA) is a suite of tools and library codepawel2014-12-165-0/+81
| | | | | | | | | | that brings the capabilities of the Farsight Security Information Exchange (SIE) right to a remote user's network. WWW: https://github.com/farsightsec/axa PR: 195695 Submitted by: truckman@FreeBSD.org
* Update to version 0.9.1pawel2014-12-162-5/+3
| | | | | | | | | | | | | | | | ChangeLog: nmsg (0.9.1) * Fix a crash that was caused by incorrect initialization of ProtobufCBufferSimple objects. * Increase the required verbosity level for several noisy debugging log messages in the seqsrc tracking code from 5 (nmsgtool -ddddd) to 6 (nmsgtool -dddddd). PR: 195696 Submitted by: maintainer
* - Update comms/spandsp to version 0.0.6 [1]pawel2014-12-166-12/+12
| | | | | | | | | | | - Convert all comms/spandsp-devel consumers to use newer comms/spandsp - Bump affected ports - Mark comms/spandsp-devel as deprecated and set expiration date - Add upgrade instructions to UPDATING PR: 194399 [1] Submitted by: Nikola Kolev <koue@chaosophia.net> [1] Approved by: madpilot (asterisk ports), maintainer timeout (other)
* Remove two patches I forgot to remove in previous commit.madpilot2014-12-152-40/+0
|
* Add asterisk13 port.madpilot2014-12-1523-2/+1895
| | | | | | | Fix CONFLICTS for asterisk ports and remove long deleted entries references. Upstream announce: http://blogs.digium.com/2014/10/28/asterisk-13-0-0-now-available/
* PJSIP is a free and open source multimedia communication librarymadpilot2014-12-159-0/+501
| | | | | | | | | | | | | | written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE. It combines signaling protocol (SIP) with rich multimedia framework and NAT traversal functionality into high level API that is portable and suitable for almost any type of systems ranging from desktops, embedded systems, to mobile handsets. WWW: http://www.pjsip.org/ Please note that default options are tailored for use by the upcoming asterisk13 port.
* Make jobs unsafe on two portsmarino2014-12-151-0/+2
| | | | | Both of these ports have failed repeatedly under multi-job runs, and had to be fixed by disabling make jobs.
* Update port to newer version. Work around removed PLIST_REINPLACE, synced withtimur2014-12-153-237/+249
| | | | | | samba41 configuration options. PR: 193415
* - Update to 6.6.5danilo2014-12-142-3/+5
| | | | | PR: 195849 Submitted by: roy@marples.name (maintainer)
* This PECL extension enables you to get the geo location information of an IPpawel2014-12-144-0/+34
| | | | | | | | | | | | | address, such as country, region or state, city, latitude and longitude, US ZIP code, time zone, Internet Service Provider (ISP) or company name, domain name, net speed, area code, weather station code, weather station name, mobile country code (MCC), mobile network code (MNC) and carrier brand, elevation, and usage type. WWW: http://pecl.php.net/package/ip2location PR: 195421 Submitted by: Gasol Wu <gasol.wu@gmail.com>
* IP2Location is a C library that enables the user to find the country, region,pawel2014-12-145-0/+44
| | | | | | | | | | | | | | city, latitude, longitude, zip code, time zone, ISP, domain name, connection type, area code, weather, mobile network, elevation, usage type by IP address or hostname originates from. It contains a demo IP2Location IP-COUNTRY BIN database which consists of real data for IP address range 0.0.0.0 to 99.255. 255.255. This database contains IP address blocks as key and countries as values. WWW: http://www.ip2location.com/c.aspx PR: 195420 Submitted by: Gasol Wu <gasol.wu@gmail.com>
* - Fix build when DEFAULT_VERSIONS=python=3.*sunpoet2014-12-142-100/+3
| | | | | | - Use USE_PYTHON=autoplist With hat: python
* - Update to 2.001002sunpoet2014-12-142-3/+3
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* - Update to 1.000001sunpoet2014-12-132-4/+3
| | | | Changes: http://search.cpan.org/dist/MaxMind-DB-Reader/Changes
* - Update to 2.001001sunpoet2014-12-132-4/+3
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* - Update to 0.86sunpoet2014-12-132-9/+5
| | | | | | - Remove GLIB option Changes: https://github.com/traviscross/mtr/blob/master/NEWS
* USES+= gettext-tools on 5 portsmarino2014-12-131-1/+1
| | | | | | | These ports require msgfmt. FreeBSD doesn't fail to build these ports because a default option on gvfs brings in this tool. The same gvfs option is off by default on DragonFly and thus the missing dependencies were unmasked. Explicitly add gettext-tools to get msgfmt.
* Update distinfo.cy2014-12-121-2/+2
|
* NTP is now release candidate with 4.2.7p484.cy2014-12-128-496/+2
| | | | | Upline now uses devel branch for release candidates, thus remove net/ntp-rc.
* - Bump PORTREVISION to try to quiet pkg-falloutzi2014-12-121-0/+1
|
* Megatools is a collection of programs for accessing Megaamdmi32014-12-125-0/+101
| | | | | | | | | | | | | | | service from a command line of your desktop or server. Megatools allow you to copy individual files as well as entire directory trees to and from the cloud. You can also perform streaming downloads for example to preview videos and audio files, without needing to download the entire file. WWW: http://megatools.megous.com/ PR: 195723 Submitted by: max@kostikov.co
* - Update to 11.14.2madpilot2014-12-123-5/+4
| | | | | | | - Update home page in pkg-descr [1] Security: 94268da0-8118-11e4-a180-001999f8d30b Reported by: Hans Potter Selasky <hps at selasky.org> [1]
* databases/libmemcached: Update to 1.0.18 and much morekoobs2014-12-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.0.18 and pkg-plist accordingly - Add LICENSE (BSD3CLAUSE) and LICENSE_FILE - Add TEST_DEPENDS and regression-test target - Perl is not required, remove USE_PERL and from USES - Split LDFLAGS from CONFIGURE_ENV, they're already set there - Add libmemcachedprotocol to CONFIGURE_ARGS (Now default: off) - Add OPTIONS for hash functions, debug and dtrace - pkg-descr: Update WWW: URL - Add patches for: * alloca.h include not found on FreeBSD * cinttypes include location * clang compatibility - Strip shared libraries manually since upstream install-strip target is fail Changes: https://launchpad.net/libmemcached/+announcements [1] https://bugs.launchpad.net/libmemcached/+bug/1245562 [2] https://bugs.launchpad.net/libmemcached/+bug/1400560 Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer, via email)
* Update to 0.3.3olivierd2014-12-112-3/+3
|
* net/p5-XMLRPC-Lite: Fixes as suggested from koobspi2014-12-112-4/+2
| | | | | | | | | - Remove "XMLRPC::Lite - " from COMMENT - Remove commented out #pre-install: test - Strip trailing slash from pkg-descr WWW: URL PR: 195008 Submitted by: koobs
* New port: net/p5-XMLRPC-Litepi2014-12-115-0/+50
| | | | | | | | | | | | XMLRPC::Lite is a collection of Perl modules which provides a simple interface to the XML-RPC Protocol (XML-RPC) both on client and server side. Based on SOAP::Lite module, it gives you access to all features and transports available in that module. WWW: http://search.cpan.org/dist/XMLRPC-Lite/ PR: 195008 Submitted by: Vick Khera <vivek@khera.org>
* Fix "BSD" license in net categoryfeld2014-12-1114-14/+15
|
* - Reset maintainership of my portsgahr2014-12-114-4/+4
|
* - Don't run STRIP_CMD on scriptszi2014-12-101-1/+1
| | | | Reported by: mat
* net/syncthing-discosrv: update for new syncthing versionswills2014-12-102-4/+6
|
* net/syncthing-cli: Update to new snapshot, update for new syncthing versionswills2014-12-102-7/+9
|
* net/syncthing: update to 0.10.11swills2014-12-102-3/+5
|
* Update 4.2.7p482 --> 4.2.7p483cy2014-12-102-3/+3
|
* Cleanup plistbapt2014-12-1044-923/+0
|
* - Update to 2.2.6zi2014-12-104-45/+62
|
* Add support for 10.1R and drop 9.2R.kuriyama2014-12-097-335/+3140
|
* - Update to 2.26zi2014-12-092-3/+3
|
* net/turnserver:update to 3.2.5.2xmj2014-12-092-3/+3
| | | | | | | | | | | | | | | | - update to 3.2.5.2 Changes: * TLS connection procedure improved in uclient test program. * Reliability improvements (Issue 141). * external address mapping fixes for Amazon EC2. * docs fixes. PR: 195801 Differential Revision: https://reviews.freebsd.org/D1281 Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> Approved by: mom040267@gmail.com (maintainer) Approved by: koobs (mentor)
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-096-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine)
* - Change USES, remove autoreconf [1]nemysis2014-12-081-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | - Remove PATHFIX_MAKEFILEIN and USE_AUTOTOOLS [1] - Add GNU_CONFIGURE and INSTALL_TARGET=install-strip, remove STRIP_CMD [1] Reported by: tijl [1] >-This line, and those below, will be ignored-- > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed. M Makefile
* - Remove unrecognized CONFIGURE_ARGSsunpoet2014-12-085-64/+31
| | | | | | | | - Cosmetic change - Do not silence installation message - Reformat pkg-descr - Add sourceforge to WWW - Take maintainership
* - Remove not needed ACLOCAL_ARGS and AUTOMAKE_ARGSnemysis2014-12-081-2/+0
| | | | | | without USE_AUTOTOOLS not build Reported by: tijl
* Sort entries alphabetically across all categories to avoid extra repo churn.danfe2014-12-081-3/+3
|
* - Bump PORTREVISION for dependencies changesnemysis2014-12-071-2/+2
| | | | - Change USES, add autoreconf
* Add local patch to fix the build on FreeBSD 8.rakuco2014-12-071-0/+40
| | | | | | | | | | | | FreeBSD 8 does not have support for the TCP_KEEPIDLE, TCP_KEEPINTVL and TCP_KEEPCNT options (the values are always hardcoded). We can fix it by only calling setsockopt(2) with those options if they are defined. At least for now, I have decided not to upstream this change because it basically affects only FreeBSD 8 these days (the other BSDs, Linux and OS X have had support for those options for many years). MFH: 2014Q4
* - Update to version 1.0.6pawel2014-12-064-12/+12
| | | | | | | - Reword pkg-descr file PR: 194972 Approved by: maintainer
* Increase max symbol length: 32->64melifaro2014-12-062-0/+12
| | | | Approved by: az(implicit)
* Update to 1.4.5.melifaro2014-12-062-4/+3
| | | | | | | | | | o New 'show route noexport' command option. o Port option for BGP sessions. o Better constant handling in set literals. o Better rate filtering of log messages. o Several minor bugfixes. Approved by: az(implicit)
* Update to version 5.7.1pawel2014-12-062-3/+3
|
* Upgrade from 1.4.8 to 1.10.4. Stop compiling things (tests, examples),mi2014-12-055-31/+140
| | | | | | | | | | | which we aren't going to use or install. Instead of LIB-depending on boost, include RUN-dependency on one of boost's header-files. Because we are no longer compiling, we don't need boost installed at package-building time. PR: 195531 Approved by: maintainer timeout (see PR)
* Replace static buffer with a dynamic buffer.cy2014-12-052-1/+169
| | | | | PR: 195862 Submitted by: Mikhail T. <mi@ALDAN.algebra.com >
* net/ldapbrowser: provide additional distfile mirrorrm2014-12-051-1/+2
| | | | | PR: 195310 Submitted by: Ronald Klop (maintainer)
* - Remove always false conditionamdmi32014-12-051-7/+0
|
* Fix linking with libperl.so.xx.y.mat2014-12-042-8/+12
| | | | | With hat: perl@ Sponsored by: Absolight
* - Add rubygem-fog-vmfusion 0.0.1sunpoet2014-12-044-0/+28
| | | | | | | Fog::Vmfusion is a module for the fog gem to support VMware Fusion. WWW: https://github.com/fog/fog-vmfusion RG: https://rubygems.org/gems/fog-vmfusion
* - Add rubygem-opennebula 4.10.1sunpoet2014-12-044-0/+31
| | | | | | | | | OpenNebula is an open-source project delivering a simple but feature-rich and flexible solution to build and manage enterprise clouds and virtualized data centers. This gem provides libraries needed to talk to OpenNebula. WWW: http://opennebula.org/ RG: https://rubygems.org/gems/opennebula
* - Add rubygem-rbvmomi 1.8.2sunpoet2014-12-044-0/+33
| | | | | | | | | RbVmomi is a Ruby interface to the vSphere API. Like the Perl and Java SDKs, you can use it to manage ESX and VirtualCenter servers. The current release supports the vSphere 5.0 API. WWW: https://github.com/vmware/rbvmomi RG: https://rubygems.org/gems/rbvmomi
* - Update to 0.0.2sunpoet2014-12-042-3/+3
| | | | Changes: https://github.com/fog/fog-voxel/commits/master
* - Update to 0.34sunpoet2014-12-042-4/+3
| | | | Changes: http://search.cpan.org/dist/IO-Socket-IP/Changes
* - Update to 2.72sunpoet2014-12-042-4/+4
| | | | | | | | | - Cleanup PLIST Changes: http://search.cpan.org/dist/IO-Socket-INET6/ChangeLog PR: ports/195357 Submitted by: sunpoet (myself) Approved by: Janos Mohacsi <jmohacsi@bsd.hu> (maintainer)
* - Update to 1.12 [1]culot2014-12-042-7/+6
| | | | | | | | | - Update dependencies minimum version requirements - Remove module name from COMMENT Changes: http://search.cpan.org/dist/SOAP-Lite/Changes PR: ports/195658 [1] Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
* - Update to 1.65jadawin2014-12-042-4/+3
|
* - Update to 0.17jadawin2014-12-042-4/+3
|
* Does not build on FreeBSD 10.0+mat2014-12-041-1/+7
| | | | | Reported by: portsmon Sponsored by: Absolight
* Update foreman-proxy to 1.7.0mm2014-12-047-45/+53
|
* - Update to 4.01006jadawin2014-12-033-4/+5
|
* - Update to 1.38jadawin2014-12-032-4/+3
|
* - Update to 1.16jadawin2014-12-032-4/+3
|
* - Update to 0.69jadawin2014-12-032-4/+3
|
* - Update to 1.45jadawin2014-12-032-4/+3
|
* - Update to 1.18jadawin2014-12-032-4/+3
|
* Update GNOME to 3.14.2.kwm2014-12-036-11/+11
| | | | | | | | | | | | | | This update was brought to you in collaboration with Gustua Perez Make sure gtk30 pulls it the default theme (adwaita-icon-theme). Update the extra gnome-shell-extensions so they work with gnome-shell 3.14. Drop metacity from gnome3 meta-port. Remove the gtile gnome-shell extension since it proven to be buggy. Exp-run done by antoine@ for gdk-pixbuf2 deprecated API. PR: 195414 Obtained from: gnome dev repo
* Update 4.2.7p481 --> 4.2.7p482cy2014-12-032-3/+3
| | | | CATEGORIES= net ipv6
* Reset maintainership:bapt2014-12-0312-12/+12
| | | | | | | - Lots of maintainers timeout - unresponsive for almost a year PR: 195059
* net/turnserver: upgrade to 3.2.5.1xmj2014-12-032-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | - upgrade to 3.2.5.1 Upstream release announcement: [RFC5766-TURN-SERVER 1398] Build rfc5766-turn-server-3.2.5.1 is available This build does not have updates to the TURN server itself, but it dramatically improves the usability of the turnutils_uclient test program. It implements the retransmission pattern, now, for unreliable protocols (UDP and DTLS) and so it can be used for the real-life tests over the worst networks. Previously, it could be used only in a controlled environment. This version is very recommended to anybody who wants to use turnutils_uclient for performance and/or functional tests of their TURN servers. - Request re-transmission implemented in uclient test program. - TLS connection procedure improved in uclient test program. PR: 195324 Differential Revision: https://reviews.freebsd.org/D1253 Submitted by: Bradley T. Hughes <bradleythughes@fastmail.fm> Approved by: swills (mentor)
* Update to 3.1.7. See http://netatalk.sourceforge.net/3.1/ReleaseNotes3.1.7.htmlmarcus2014-12-023-14/+3
| | | | for a list of changes.
* Fix plist.demon2014-12-022-1/+2
| | | | | PR: 195488 Submitted by: pawel
* net/syncthing-cli: update to new snapshotswills2014-12-012-12/+13
|
* net/malo-firmware-kmod: pkg-descr grammar fixesrobak2014-12-011-4/+2
|
* Update to 1.12feld2014-12-014-16/+11
|
* net/syncthing-discosrv: update for new syncthing versionswills2014-12-012-8/+9
|
* net/syncthing: update to 0.10.9swills2014-12-013-7/+5
| | | | | | | | | | While here, also: - Move metadata dir to /var/db/syncthing - Minor improvements to rc script PR: 195541 Submitted by: Joshua Ruehlig <joshruehlig@gmail.com>
* Update net/pear-Horde_Ldap from 2.0.1 to 2.2.0mm2014-12-012-3/+3
|
* Allow staging as a regular userantoine2014-12-011-1/+1
|
* Bump PORTREVISION as the previous commit affected package creationehaupt2014-11-301-0/+1
|
* - Convert to USES=tar:tgzehaupt2014-11-301-1/+5
| | | | - Add LICENSE
* Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. Thetijl2014-11-308-16/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | first contains runtime libraries such as libintl and the latter contains developer tools such as msgfmt. Ports that use gettext will usually need a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools. USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on devel/gettext-runtime and USES=gettext-tools can be used to set a BUILD/RUN_DEPENDS on devel/gettext-tools. USES=gettext is now the same as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools. Update gettext to 0.19.3. Remove :oldver from converters/libiconv and devel/gettext-runtime. Leave symlinks with the old library versions to avoid the need to bump PORTREVISION on a large number of dependent ports. When most of the dependent ports have had normal version updates, PORTREVISION can be bumped on the remaining ones (low number) and the links can be removed. Fix some ports that installed files in lib/locale instead of share/locale. PR: 194038 Reviewed by: bapt Exp-run: antoine Approved by: portmgr (antoine)
* Trim whitespace at end of line.madpilot2014-11-291-2/+2
|
* Remove expired ports:rene2014-11-294-41/+0
| | | | | | | | | | | | | | 2014-11-26 vietnamese/vnlpr: Broken for more than 6 months 2014-11-26 devel/fsmgenerator: Broken for more than 6 months 2014-11-26 graphics/multiraw: Depends on broken and deprecated graphics/dcraw-m 2014-11-26 news/fidogate-ds: Broken for more than 6 months 2014-11-26 net/py-yadis: Broken for more than 6 months 2014-11-26 textproc/ruby-diff: Broken for more than 6 months 2014-11-26 audio/cowbell: Broken for more than 6 months 2014-11-26 lang/ironpython: Broken for more than 6 months 2014-11-26 www/dpsearch: Broken for more than 6 months 2014-11-26 multimedia/y4mscaler: Broken for more than 6 months 2014-11-26 devel/rubygem-dep_selector: Broken for more than 6 months
* Fix build without INFOantoine2014-11-291-3/+1
|
* Update to 1.0.1. The only change is a workaround for OpenSSL API stupiditycperciva2014-11-292-3/+3
| | | | which should fix the build on older FreeBSD releases.
* Update to version 5.7.0pawel2014-11-293-5/+7
|
* - Remove LICENSE, this is a restricted firmware so I doubt it's under BSD ↵antoine2014-11-282-20/+6
| | | | | | | license - Allow staging as a regular user - Cleanup
* net/malo-firmware-kmod: NEW PORT - Marvell Libertas 88W8335 firmwarerobak2014-11-285-0/+67
| | | | | | | | | | | | | Marvell Libertas 88W8335 firmware files are not free because Marvell refuses to grant distribution rights. As a result, we need to build the firmware using ports. This firmware files are comed from OpenBSD malo driver. WWW: http://www.nazgul.ch/malo/ PR: 193588 Submitted by: Juan Ramon Molina Menor <info@juanmolina.eu>
* - Fix build with gccamdmi32014-11-282-1/+11
| | | | | | | | - Fix tab after WWW: PR: 193052 Submitted by: jhibbits Approved by: maintainer timeout, bapt
* Mark a few ports BROKEN after GNOME 2 removalantoine2014-11-281-0/+2
|
* Add support for profiles (to start several haproxy instances each with it's owndemon2014-11-272-34/+54
| | | | config).
* - Update from 1.4.3 to 1.4.4danilo2014-11-272-3/+4
| | | | - Use install-strip as INSTALL_TARGET
* Upgrade to version 3.4.2.olgeni2014-11-272-3/+3
|
* Update to version 1.5.9demon2014-11-262-3/+3
|
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-26609-1951/+534
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr
* - Make UUID support an option (enabled by default, no functionalmadpilot2014-11-261-5/+9
| | | | | | | | | | | | | | change in default port) - Mark conflict on UUID option with ossp-uuid port, since asterisk requires misc/e2fsprogs-libuuid for this functionality and will not build if the former is installed. Please note that when compiling without UUID support the res_rtp module in asterisk will have reduced functionality, so it is suggested to keep the option turned on. PR: 195249 Submitted by: blacktux82 at gmail.com
* net/syncthing-discosrv: use newer version of syncthing during buildswills2014-11-252-5/+7
|
* net/syncthing-cli: use newer version of syncthing during buildswills2014-11-252-4/+4
|
* net/syncthing: update to 0.10.8swills2014-11-253-17/+8
|
* - Merge EFL libraries into devel/efl and update to 1.12.0gblach2014-11-255-79/+0
| | | | | | | | | | | | | | - Update x11-toolkits/elementary to 1.12.0 - Update x11-wm/enlightenment to 0.19.1 - Update graphics/evas_generic_loaders-* to 1.12.0 - Update devel/e_dbus to 1.7.10 - Update benchmarks/expedite to 1.7.10 - Move some of x11-wm/e17-module-* to x11-wm/e-module-* and update to recent snapshots - Add multimedia/emotion_generic_players-vlc - Add multimedia/rage Reviewed by: crees, antoine
* - Fix build for SNMPbdrewery2014-11-251-2/+2
| | | | | PR: 195344 Submitted by: SASAKI Katuhiro <crest@sahiro.org>
* - Add rubygem-fog-voxel 0.0.1sunpoet2014-11-254-0/+28
| | | | | | | Fog::Voxel is a module for the fog gem to support Voxel. WWW: https://github.com/fog/fog-voxel RG: https://rubygems.org/gems/fog-voxel
* - Add rubygem-fog-terremark 0.0.3sunpoet2014-11-254-0/+28
| | | | | | | Fog::Terremark is a module for the fog gem to support Terremark vCloud. WWW: https://github.com/fog/fog-terremark RG: https://rubygems.org/gems/fog-terremark
* - Connect rubygem-fog-profitbricks and rubygem-fog-sakuracloudsunpoet2014-11-251-0/+2
|
* - Update to 0.3.24sunpoet2014-11-252-4/+4
| | | | | Changes: https://github.com/fog/fog-softlayer/blob/master/CHANGELOG.md https://github.com/fog/fog-softlayer/commits/master
* - Add rubygem-fog-sakuracloud 0.1.1sunpoet2014-11-253-0/+28
| | | | | | | | Fog::Sakuracloud is a module for the fog gem that allows you to manage resources in the Sakura no Cloud. WWW: https://github.com/fog/fog-sakuracloud RG: https://rubygems.org/gems/fog-sakuracloud
* - Add rubygem-fog-radosgw 0.0.3sunpoet2014-11-253-0/+30
| | | | | | | | | Fog::Radosgw is a fog backend for provisioning Ceph Radosgw - the Swift and S3 compatible REST API for Ceph. Currently, the gem only supports the S3 API, not Swift. WWW: https://github.com/fog/fog-radosgw RG: https://rubygems.org/gems/fog-radosgw
* - Add rubygem-fog-profitbricks 0.0.1sunpoet2014-11-254-0/+29
| | | | | | | Fog::profitbricks is a module for the fog gem to support ProfitBricks. WWW: https://github.com/fog/fog-profitbricks RG: https://rubygems.org/gems/fog-profitbricks
* - Update to 561.1.1sunpoet2014-11-252-4/+3
|
* - Update to 2.143070sunpoet2014-11-253-3/+4
| | | | Changes: http://search.cpan.org/dist/Net-CLI-Interact/Changes
* - Update to 0.33sunpoet2014-11-253-8/+3
| | | | | | - Cleanup PLIST Changes: http://search.cpan.org/dist/IO-Socket-IP/Changes
* - Update to 2.001000sunpoet2014-11-253-3/+5
| | | | Changes: http://search.cpan.org/dist/GeoIP2/Changes
* - Update to 2.016sunpoet2014-11-253-4/+3
| | | | | | - Cleanup PLIST Changes: http://search.cpan.org/dist/Socket/Changes
* Remove net/p5-SOAP-Transport-TCP, it has been integrated into net/p5-SOAP-Lite.mat2014-11-255-39/+0
| | | | | | While there, run MOVEDlint, and cleanup two obsolote entries. Sponsored by: Absolight
* Update 4.2.7p480 --> 4.2.7p481cy2014-11-242-3/+3
|
* Add bsdec2-image-upload port:cperciva2014-11-244-0/+29
| | | | | | | Tool for uploading disk images into Amazon EC2 and creating Amazon Machine Images from them. This will be used to build FreeBSD/EC2 images in the future.
* - update to 1.07jgh2014-11-233-15/+3
| | | | | | | | - patch obsoleted by upstream merge PR: 193837 Submitted by: jcm@visi.co (maintainer) Reported by: freebsd@spambox.dk
* Finally retire USE_PGSQLcrees2014-11-237-10/+9
|
* multimedia/x264: General overhaulxmj2014-11-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | - Split x264 into two ports: the CLI application (x264), and the library (libx264). This will allow x264 to use lavf and friends from ffmpeg for decoding and demuxing while preventing a circular dependency between the two: x264 can depend on ffmpeg, but ffmpeg will depend on libx264 rather than x264. - Add the LAVF option to the CLI port, making the dependency on ffmpeg optional. - Update to 0.142.2455. - Amend fixes to local patches so that they can apply to the new upstream files. - Provide the git revision and other version information to the build environment, allowing the CLI binary to display this information (like the Windows builds). - Remove unsupported build options (X11_OUTPUT). - Ensure that the library and CLI ports each have the appropriate options. - Add notes for future contributors who wish to update the ports. - Bump PORTREVISION for all dependent ports. PR: 187805 Differential Revision: https://reviews.freebsd.org/D1159 Submitted by: Andrew Berg <aberg010@my.hennepintech.edu> Approved by: koobs (maintainer, mentor)
* Cleanup plistantoine2014-11-22237-1124/+27
|
* net/kamailio: 4.2.0 -> 4.2.1, fix readline on HEADpi2014-11-222-4/+4
| | | | http://www.kamailio.org/pub/kamailio/4.2.1/ChangeLog
* Update 4.2.7p479 --> 4.2.7p480cy2014-11-222-3/+3
|
* - Update net/asterisk to 1.8.32.1 [1]madpilot2014-11-214-6/+6
| | | | | | | | - Update net/asterisk11 to 11.14.1 [2] Security: a92ed304-716c-11e4-b008-001999f8d30b [1] [2] Security: 7bfd797c-716d-11e4-b008-001999f8d30b [2] MFH: 2014Q4
* - Upgrade to 0.0.11.kuriyama2014-11-203-10/+8
|
* - Upgrade to 1.15.kuriyama2014-11-203-6/+4
|
* - Upgrade to 0.10.kuriyama2014-11-203-6/+7
|
* Mark BROKEN: Fails to linkantoine2014-11-201-0/+2
| | | | | | | | | | | | | | | /usr/bin/clang++ Ntop.o ParserInterface.o Prefs.o HTTPBL.o Categorization.o EthStats.o HTTPserver.o ActivityStats.o Lua.o ProtoStats.o NetworkInterface.o PcapInterface.o GenericHost.o StringHash.o Trace.o PacketStats.o StringHost.o Utils.o SimpleStringHost.o GenericHashEntry.o DnsStats.o Flow.o Redis.o main.o PeriodicActivities.o AddressResolution.o HostContacts.o HistoricalInterface.o Mutex.o NdpiStats.o ExportInterface.o EppStats.o AlertCounter.o Host.o IpAddress.o DB.o GenericHash.o RuntimePrefs.o FlowHash.o TrafficStats.o PF_RINGInterface.o Geolocation.o NtopGlobals.o CollectorInterface.o HostHash.o -Wall -L/usr/local/lib -lndpi -lpcap -L/usr/local/lib -lluajit-5.1 -L/usr/local/lib -lrrd /usr/local/lib/libzmq.a -L/usr/local/lib -ljson-c -lsqlite3 -lGeoIP -fstack-protector -L/usr/local/lib -lrt -lm -lpthread -o ntopng /usr/local/lib/libzmq.a(libzmq_la-ipc_listener.o): In function `zmq::ipc_listener_t::set_address(char const*)': (.text+0x84e): warning: warning: tempnam() possibly used unsafely; consider using mkstemp() /usr/local/lib/libzmq.a(libzmq_la-zmq.o): In function `zmq_ctx_new': (.text+0x58): undefined reference to `pgm_init' /usr/local/lib/libzmq.a(libzmq_la-zmq.o): In function `zmq_ctx_new': (.text+0x79): undefined reference to `pgm_error_free' /usr/local/lib/libzmq.a(libzmq_la-zmq.o): In function `zmq_ctx_term': (.text+0x198): undefined reference to `pgm_shutdown' ... Reported by: pkg-fallout
* Update to version 5.6.0pawel2014-11-202-3/+3
|
* The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.kwm2014-11-1973-1825/+2433
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up. This commit removes the old GNOME 2 desktop, bindings and some ports that can't be compiled. A few ports where updated to more recent versions to allow them to compile with this update. Apart from updating ports to newer versions GDM is more integrated with gnome-shell now, and handles several things for the GNOME desktop such as screen locking. If you want to use GNOME 3 via startx, you will have to add your own lock screen/screensaver. For example xscreensaver can be used for sessions started without GDM. Shell Extensions can be installed via https://extensions.gnome.org/ , we have ported a few that can't be installed via this way. The old gnome-utils and gnome-games ports where split up into single ports and where converted to meta-ports. gnome-terminal requires a UTF-8 locale to run, gdm handles this already, but if you use startx you need to do this yourself. Upgrade instructions: Delete the old and conflicting packages: # pkg delete clutter gnome-utils gnome-panel gnome-keyring vala-vapigen \ guile gcalctool gnome-media libgnomekbd # pkg delete gnome-screensaver gnome-applets bug-buddy evolution-exchange \ evolution-webcal gnome-system-tools seahorse-plugins gnome-control-center For package users the following lines will be enough: # pkg upgrade # pkg install gnome3 For ports users should do the following: # portmaster -a # portmaster x11/gnome3 We are currently aware of two issues. The first issue is a bug in the file monitoring code in the glib20 port. This bug causes glib programs to crash when files in a monitored directory are added or removed. Upstream is aware of the problem, but since the problem is quite complex there is no solution yet. This problem isn't restricted to BSD. The second issue is that on certain video cards totem will display a purple/pink overlay on the video. It not clear yet where the issues comes from. Major thanks goes to Gustau Perez for being a driving force behind getting GNOME 3 up to speed again. Also thanks to Antoine Brodin for running the exp-runs. This update was also made possible by: Joe Maloney Kris Moore Beeblebrox Ryan Lortie Antoine Jacoutot and everyone I missed
* Fix after latest devel/p5-Test-Base update.mat2014-11-191-1/+2
| | | | Sponsored by: Absolight
* Replace inclusion of libexecinfo with appropriate USES flag.timur2014-11-191-3/+1
|
* - Add USES desktop-file-utilsmadpilot2014-11-182-5/+2
| | | | | | | - Remove improper use of PLIST_FILES - Cleanup plist Approved by: mandree@ (maintainer, implicit)