aboutsummaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* - Switch to new github homeamdmi32015-07-013-12/+19
| | | | | | | | | - Add LICENSE - Add NO_ARCH PR: 201174 Submitted by: tkato432@yahoo.com Differential Revision:
* Bump PORTREVISION in cmake and cmake-gui after r391009.rakuco2015-07-012-1/+2
| | | | | | | Make sure the generated binaries have the right entry for libjsoncpp.so in the ELF headers. PR: 200969
* Properly version libjsoncpp.so.rakuco2015-07-014-10/+57
| | | | | | | | | | | | | | | | | | | | | Fix the problem described in bug 200969: currently, libjsoncpp.so is not properly versioned by SCons; in other words, there's no SONAME in the library's ELF header, which confuses the linker when creating binaries that link against it. Solve it by using InstallVersionedLib(), available since SCons 2.3.0: this call is able to properly version the shared library the way we need it. Since there is no support for actually installing the files outside the build directory, we have to recreate the required symlinks ourselves in the Makefile. Another related change is that we now create the libraries with the proper names instead of doing that in the Makefile. I'm (ab)using the maintainer's approval given to bug 200939, as swills's latest patch includes this change as well. PR: 200969 PR: 201057 Approved by: johan@stromnet.se (maintainer)
* Add devel/erlang-jobs, job scheduler and load regulation for Erlang.olgeni2015-07-016-0/+114
|
* Add devel/erlang-parse_trans, parse transform utilities for Erlang.olgeni2015-07-016-0/+100
|
* devel/rubygem-nori: update to 2.6.0mmoll2015-07-012-5/+5
| | | | | Approved by: swills (mentor), Joe Benden (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D2915
* devel/rubygem-gyoku: update to 1.3.1mmoll2015-07-012-6/+6
| | | | | Approved by: swills (mentor), Joe Benden (maintainer, timeout) Differential Revision: https://reviews.freebsd.org/D2914
* Update to alpha-20150629antoine2015-07-012-3/+3
|
* Add patches from upstream to fix issue 63:antoine2015-07-014-0/+174
| | | | | | | | https://github.com/dabeaz/ply/issues/63 This unbreaks www/chromium Reported by: pkg-fallout With hat: portmgr
* devel/p5-Test-Timer: update to 0.10swills2015-07-012-4/+3
|
* devel/p5-Module-Install: update to 1.16swills2015-07-012-4/+3
|
* Fix a regression when built with Clang.jkim2015-07-012-3/+14
| | | | PR: 201165
* devel/p5-Test-Reporter-Transport-Metabase: update to 1.999009swills2015-07-012-4/+3
|
* devel/p5-Metabase-Client-Simple: update to 0.010swills2015-07-012-4/+3
|
* Remove expired ports:rene2015-07-014-28/+0
| | | | | | | 2015-06-30 devel/rubygem-mash: Deprecated by upstream. Use devel/rubygem-hashie instead 2015-06-30 net/rubygem-bunny060: Use net/rubygem-bunny instead 2015-06-30 security/rubygem-hmac: Duplicate of security/rubygem-ruby-hmac 2015-06-30 www/ruby-amazon: Rendered obsolete by upstream since Amazon shut down access to AWS API v3 (2008-03-31). Use www/ruby-aws instead
* security/py-crits must use django v1.6 and will not work with v1.8dvl2015-06-303-13/+26
| | | | | | | | | | | | | Two dependencies bring in www/py-django so I have created two new slave ports which use www/py-django16 * devel/py-django-tastypie-mongoengine allowed you to select django 1.6 or 1.8 in the options It now uses only 1.8 * add slave port devel/py-django16-tastypie-mongoengine which uses django 1.6 * www/py-django-tastypie now sets RUN_DEPENDS only if not already set * add slave www/py-django16-tastypie which uses django 1.6 Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D2913
* Add devel/elixir-poison, a JSON library written in Elixir.olgeni2015-06-306-0/+88
|
* Remove unnecessary USES=gmake.olgeni2015-06-301-1/+1
|
* Remove unnecessary USES=gmake.olgeni2015-06-301-1/+1
|
* Upgrade to snapshot of beta-1 (4f98106).olgeni2015-06-303-12/+64
|
* Update to 2.4girgen2015-06-303-61/+89
| | | | Approved-by: maintainer
* devel/p5-Glib2: remove unneedd PORTNAMEswills2015-06-301-1/+1
| | | | | | | Remove unneedd PORTNAME from MASTER_SITES CPAN Reported by: mat Pointyhat to: swills
* Move the phabricator line to the end, it seems it only works there.mat2015-06-302-10/+10
| | | | | | With hat: phabric-admin@ Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2943
* - Update mail/courier-unicode to 1.3madpilot2015-06-303-4/+4
| | | | | | | - Update mail/maildrop to 2.8.3 - Add make.conf variable for maildrop to force it choosing a non standard mailbox directory [1] Reported by: Jim Trigg <jktrigg at gmail.com> [1]
* Add devel/elixir-exrm, a release generator for Elixir projects.olgeni2015-06-306-0/+110
| | | | | | | You will see this error when running "mix release", but it is harmless and upstream is already working on it: /usr/local/bin/mix:2: syntax error before: Mix
* Upgrade to version 0.14.5.olgeni2015-06-302-3/+3
|
* Add two new slave ports for a future gitlabs portpgollucci2015-06-305-0/+30
| | | | | | | Connect them to the build PR: 201038, 201039 Requested by: ports@toco-domains.de
* Add devel/p5-Data-Object, a set of Moo-oriented classes and rolesadamw2015-06-305-0/+97
| | | | | | | | | representing native Perl data types. WWW: https://metacpan.org/pod/Data::Object If nothing explodes, I'll transfer maintainership to perl@ in a couple days.
* devle/p5-Glib2: update to 1.310swills2015-06-304-29/+8
|
* Rebuild devel/relx using port dependencies rather than the dependencyolgeni2015-06-303-13/+98
| | | | | | | tarball. We also use rebar3 from ports. This gets us the full relx Erlang app, with its own beam files that can be used elsewhere.
* Removal of rebar.lock belongs to do-build target (for clarity - itolgeni2015-06-301-1/+1
| | | | must be repeated for every compile/escriptize step).
* Add devel/erlang-rebar3_hex, the rebar3 Hex plugin.olgeni2015-06-306-0/+94
|
* Add devel/elixir-conform, easy release configuration for Elixir apps.olgeni2015-06-306-0/+96
|
* - Remove now needless chmod u+w/u-w from my and unmaintained portsamdmi32015-06-301-2/+0
|
* Remove expired ports:rene2015-06-305-108/+0
| | | | | | | | 2015-06-29 audio/padevchooser: Broken for more than 6 months 2015-06-29 devel/xtla: Broken for more than 6 months 2015-06-29 mail/mail-notification: Broken for more than 6 months 2015-06-29 ports-mgmt/gnome-packagekit: Broken for more than 6 months 2015-06-29 sysutils/py-salt-api: Broken for more than 6 months
* - Update to 0.8.1amdmi32015-06-302-3/+3
|
* devel/p5-CPAN-Testers-Report: update to 1.999003swills2015-06-302-4/+3
|
* devel/p5-Date-Manip: Update to 6.50swills2015-06-303-106/+6
|
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,adamw2015-06-2912-28/+2
| | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports.
* devel/p5-Config-Perl-V: update to 0.24swills2015-06-292-7/+3
|
* - Cleanup CHMOD after r390893sunpoet2015-06-295-10/+0
|
* devel/p5-CPAN-Reporter-Smoker: Update to 0.27swills2015-06-292-6/+6
|
* Update to 1.20. Remove the pre/post strip chmod as it is no longeradamw2015-06-292-5/+3
| | | | | | necessary. Changes: https://metacpan.org/changes/distribution/Params-Validate
* Update to 2.000001.adamw2015-06-292-3/+3
| | | | Changes: https://metacpan.org/changes/distribution/strictures
* devel/p5-CPAN-Reporter: update to 1.2014swills2015-06-292-12/+6
|
* - Add p5-Array-Heap 3.1sunpoet2015-06-295-0/+33
| | | | | | | | | | | | | | | | | - While I'm here: - Fix MAINTAINER - Simplify post-install: - Fix and sort PLIST A Heap implementation for Perl using functions that are loosely modeled after the C++ STL's binary heap functions. They all take an array as argument, just like perl's built-in functions "push", "pop" etc. The implementation itself is in C for maximum speed. WWW: http://search.cpan.org/dist/Array-Heap/ PR: 195496 Submitted by: <eserte12@yahoo.de>
* - Remove DOCS optionsunpoet2015-06-291-9/+2
| | | | | - Add NO_ARCH - Bump PORTREVISION for package change
* Add devel/erlang-ssl_verify_hostname, an Erlang library for certificateolgeni2015-06-295-0/+46
| | | | hostname validation based on RFC 6125.
* Add devel/erlang-erlware_commons, a set of reusable components forolgeni2015-06-296-0/+111
| | | | Erlang.
* Make Perl behave nicely, and install files 644 and not 444.mat2015-06-292-1/+12
| | | | | With hat: perl@ Sponsored by: Absolight
* Add devel/erlang-providers, a "providers" library used by relx.olgeni2015-06-296-0/+61
|
* Add devel/erlang-jsx, an Erlang application for consuming andolgeni2015-06-295-0/+64
| | | | producing JSON.
* Update to 2006.adamw2015-06-292-3/+3
| | | | Changes: https://metacpan.org/changes/distribution/Canary-Stability
* devel/go-bindata: update to 3.0.7swills2015-06-292-7/+7
|
* Update orc to 0.4.24.kwm2015-06-292-3/+3
|
* devel/gb: update to new snapshotswills2015-06-292-26/+18
|
* devel/rubygem-rufus-scheduler: update 3.1.0 -> 3.1.3robak2015-06-292-3/+3
|
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Update to 4.2.3sunpoet2015-06-292-3/+3
| | | | Changes: https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md
* - Update to 4.2.3sunpoet2015-06-292-3/+3
| | | | Changes: https://github.com/rails/rails/blob/4-2-stable/activejob/CHANGELOG.md
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Add NO_ARCHsunpoet2015-06-291-1/+1
| | | | - Remove USE_RAKE
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Update to 4.2.3sunpoet2015-06-292-3/+3
| | | | Changes: https://github.com/rails/rails/blob/4-2-stable/activesupport/CHANGELOG.md
* - Update to 1.2.1sunpoet2015-06-292-3/+3
| | | | Changes: https://github.com/petebrowne/sprockets-helpers/commits/master
* - Update to 2.12.4sunpoet2015-06-292-4/+3
| | | | Changes: https://github.com/rails/sprockets/blob/master/README.md#version-history
* - Update to 1.0.2sunpoet2015-06-292-3/+4
| | | | | | - Add NO_ARCH Changes: https://github.com/mustache/mustache/blob/master/HISTORY.md
* - Update to 2.2.0sunpoet2015-06-293-4/+5
| | | | | | | - Add NO_ARCH - Update WWW Changes: https://github.com/holidays/holidays/blob/master/CHANGELOG.md
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Add NO_ARCHsunpoet2015-06-291-1/+1
| | | | - Remove USE_RAKE
* - Add NO_ARCHsunpoet2015-06-291-0/+1
|
* - Update to 1.9.9sunpoet2015-06-293-5/+4
| | | | | | | - Remove USE_RAKE - Update WWW Changes: https://github.com/ffi/ffi/commits/master
* - Update to 1.2.3sunpoet2015-06-292-3/+4
| | | | | | - Add NO_ARCH Changes: https://github.com/thuehlinger/daemons/releases
* Update to experimental-20150627antoine2015-06-292-3/+3
|
* devel/gprbuild: Fix regressionmarino2015-06-292-0/+14
| | | | | | | One of the prior "extra patches" handled the breakage caused by the version number change in GCC. When I purged all the extra patches, this one got thrown out accidently. Add it back to fix at least the textproc/templates_parser port (and probably others)
* Upgrade to version 1.0.3.olgeni2015-06-293-6/+6
|
* MAKE_JOBS_SAFE=yes is a nop since july 2013antoine2015-06-281-1/+0
|
* Add devel/cloudabi-toolchain, a metaport to install all of the toolchain.ed2015-06-283-0/+39
| | | | | | | | | We can't reasonably expect that people want to install 7 ports to get a working C/C++ toolchain. Add a simple metaport to install all of them in one go. Differential Revision: https://reviews.freebsd.org/D2929 Reviewed by: bapt
* - Update to 0.7.2sunpoet2015-06-283-4/+5
| | | | | | | - Add NO_ARCH - Update WWW Changes: https://github.com/fog/fog-brightbox/blob/master/CHANGELOG.md
* - Update to 0.29sunpoet2015-06-282-3/+4
| | | | | | - Add NO_ARCH Changes: http://search.cpan.org/dist/MooX-Types-MooseLike/Changes
* - Update to version 3.6mva2015-06-283-8/+19
| | | | | | | - Enable installation support for different python versions in parallel PLY version 3.6 is a bugfix release. Changelog: https://github.com/dabeaz/ply/blob/master/CHANGES
* devel/gprbuild: Upgrade version 2014 => 2015marino2015-06-2822-639/+438
| | | | | | | | | | | | | | | | | | | | | | This upgrade was necessary because the latest version introduces new switches that Adacore software already uses. I'd been working around it be replacing, for example, "gprinstall" with manual install targets. More importantly, gprbuild is built with project files. This requires either gnatmake (which will drop this functionality on next gcc version) or a copy of gprbuild already installed. Since I don't want to carry binary bootstraps, I wrote a new BSD-style makefile to avoid gprbuild as a dependency for itself. Unlike GPS 2014, it uses the gnat sources that it was provided with instead of gnat_util library. The gpr* sources use functions not yes in FSF GNAT and only one regression patch is needed when built by gcc5-aux. This probably cannot be built by gcc-aux, but there are already several things preventing the return to gcc-aux (over gcc5-aux). I didn't bother with the examples so these are no longer installed, and I didn't install "info" version of documention which follows my other ports. (pdf, txt, and html versions are still installed)
* Partially revert r390616 and restore run dependencies on gmake andtijl2015-06-281-4/+4
| | | | autoconf.
* Add libc++, libc++abi and libunwind for CloudABI.ed2015-06-2817-0/+512
| | | | | | | | | | | | | | | | | | | | | | | | | | | In order to get C++ support for CloudABI working, we need to import three libraries from LLVM, namely libc++, libc++abi and libunwind. Even though they are installed separately, there seems to be a circular dependency between them: - libc++ depends on an internal header from libc++abi. - libc++abi depends on public headers from libc++, but also an internal header from libunwind. - similarly, libunwind depends on public headers from libc++, but also an internal header from libc++abi. This change adds three new ports for these libraries. As with compiler-rt, it seems to be almost impossible to use the cmake infrastructure shipped with these libraries, for the reason that they depend on a functional C++ compiler being present. This is obviously not the case, as we're trying to get these installed. The libc++ port ships with a small number of patches. Almost all of the patches needed to get libc++ to work on CloudABI have already been upstreamed. These are the last remaining ones that haven't been upstreamed yet. Expect the patches to become smaller over time. Differential Revision: https://reviews.freebsd.org/D2898 Approved by: bapt
* - Mark BROKEN on 9.x i386:amdmi32015-06-271-0/+2
| | | | | | | src/StringTest.cpp:929: error: integer constant is too large for 'long' type Submitted by: pkg-fallout Approved by: portmgr blanket
* devel/coccinelle: Update to 1.0.1dumbbell2015-06-273-28/+50
| | | | | | | | | | | | | | | | spatch(1) is not stripped anymore as it breaks the executable. For instance, when not stripped, "spatch --version" returns: spatch version 1.0.1 with Python support and with PCRE support But once stripped, it does not work anymore: Unknown option --version This was already broken in the previous version of the port (1.0.0-rc22). Differential Revision: https://reviews.freebsd.org/D2926 Reviewed by: kwm Approved by: kwm
* devel/ocaml-parmap: New port for the "parmap" OCaml moduledumbbell2015-06-277-0/+86
| | | | | | | | This module is used by Coccinelle (devel/coccinelle). Differential Revision: https://reviews.freebsd.org/D2925 Reviewed by: kwm Approved by: kwm
* Sorting out some Erlang stuff:olgeni2015-06-2781-46/+250
| | | | | | | | | | | | | - Rename a few Erlang-related ports using the erlang- prefix; it will avoid confusion with elixir- ports. - Remove DOCS and EXAMPLES where not actually useful. - Simplify RUN_DEPENDS where possible. - Move textproc/exmpp to devel/erlang-exmpp. - Add missing R18 compatibility fix for devel/erlang-oserl. - Upgrade erlang-cuttlefish to 2.0.3. The idea is that libraries ("deps") have the "erlang-" prefix, while larger projects (rabbitmq, yaws, couchdb, etc) keep their usual names.
* Remove armv6-freebsd10.0-xdev it is not updated to newer version easilybapt2015-06-278-2357/+0
| | | | | it is based on a non supported version of FreeBSD and it fails at fulfilling properly the initial goal it has been designed for.
* - Fix build on pre-10.x by requiring newer compileramdmi32015-06-271-1/+3
| | | | | | | - Fix build on i386 by enabling sse support Submitted by: pkg-fallout Approved by: portmgr blanket
* Update to 0.5.1bapt2015-06-272-3/+3
|
* - Add LICENSEamdmi32015-06-271-4/+5
| | | | | | - Convert BROKEN_* to ONLY_FOR_ARCHS Approved by: portmgr blanket
* devel/git-codereview: create portswills2015-06-274-0/+40
| | | | | | The git-codereview tool is a command-line tool for working with Gerrit. WWW: https://godoc.org/golang.org/x/review/git-codereview
* - Add missing shebang fixamdmi32015-06-271-1/+3
| | | | Approved by: portmgr blanket
* devel/deforaos-libsystem is not jobs safemarino2015-06-271-0/+2
| | | | | | | | | | | | | | Here the log shows a makefile race where it tries to create the same symlink twice: --- libSystem.so.0 --- ln -f -s -- libSystem.so.0.0 libSystem.so.0 --- libSystem.so --- ln -f -s -- libSystem.so.0.0 libSystem.so.0 --- libSystem.so.0 --- ln -f -s -- libSystem.so.0.0 libSystem.so --- libSystem.so --- ln: libSystem.so.0: File exists
* Upgrade to version 3.0.0.olgeni2015-06-273-20/+17
|
* devel/py-asn1-modules: update to 0.0.6rm2015-06-262-6/+6
| | | | | | - update to 0.0.6 - switch MASTER_SITES to PyPi - add LICENSE_FILE and sort elements in USE_PYTHON
* devel/pybugz: Update to 0.11.1koobs2015-06-264-80/+12
| | | | | | | | | | | | | | | | | | | | | - Update to 0.11.1 [1] - Update USES=python, now require 3.3+ [1] - Delete backported patches, now in release [1] - Sort USE_PYTHON values - Add python as a secondary category - Update COMMENT to match upstream setup.py description field - Update pkg-descr WWW: URL to match upstream setup.py url field - Add LICENSE_FILE - Add NO_ARCH - Sort sections Based on: PR: 200946 [1] Differential Revision: https://reviews.freebsd.org/D2908 Submitted by: John Hein <z7dr6ut7gs snkmail com> [1] Reviewed by: crees (maintainer) Approved by: crees (maintainer)
* devel/py-six: Update to 1.9.0koobs2015-06-262-3/+3
| | | | Approved by: python (with hat)
* - Add missing dependency on execinfo and respect {c,ld}flags to fix build on 9.xamdmi32015-06-262-2/+17
| | | | | Submitted by: pkg-fallout Approved by: portmgr blanket
* Update to 2.4.5garga2015-06-263-7/+10
|
* Update devel/arcanist, devel/libphutil, devel/phabricator to 20150626.grembo2015-06-269-49/+193
| | | | | | | | | | | | This should fix a couple of issues (including a problem caused by a bug curl 7.43). Note that differential revision points to an earlier patch (but it's related, so I think that's fine). PR: 201121 Differential Revision: https://reviews.freebsd.org/D2894 Approved by: mentors (implicit)
* Update devel/ruby-build 20150506 -> 20150519pgollucci2015-06-262-6/+8
| | | | | | | | | Convert to USE_AUTOOL USES+= gmake set NO_Arch PR: 200962 (with mods) Submitted by: meta+ports@vmeta.jp (maintainer)
* devel/py-libzfs: add missing run dependencywg2015-06-261-0/+5
| | | | Reported by: rm
* New port: devel/libdbusmenu-qt5.rakuco2015-06-266-0/+167
| | | | | | | | | | | | | | | This is the Qt5 version of devel/libdbusmenu-qt. They both come from the same tarball, so the differences between both ports are minimal at this point. From pkg-descr: A library that provides Qt5 implementation of the DBusMenu protocol. The DBusMenu protocol makes it possible for applications to export and import their menus over DBus. WWW: https://launchpad.net/libdbusmenu-qt Submitted by: Tobias C. Berner <tcberner@gmail.com>
* [NEW] devel/py-twiggy: Pythonic loggerkoobs2015-06-255-0/+80
| | | | | | | | | | | | | | | | | | Twiggy is a Pythonic logger. As near as I can tell, Twiggy is the first totally new design for a logger since log4j was developed in 1996. Let me say that again: Twiggy is the first new logger in 15 years. Twiggy: * Uses new-style format strings by default. Way nicer than % (printf). * Includes easy support for structured logging * Loosely couples loggers and outputs for configuration * Supports asynchronous logging using the multiprocessing module * Solves Your Problems. Pets Your Puppy. WWW: http://twiggy.wearpants.org
* [NEW] devel/py-offtrac: Trac XMLRPC librarykoobs2015-06-254-0/+31
| | | | | | | | | | | | This is the Offtrac project. It aims to be a python based xmlrpc client library for trac instances. There is the offtrac python library which offers the TracServer class. This object is how one interacts with a Trac instance via xmlrpc. An example script (fedora-hosted.py) is provided to show how a client program might make use of the library to get things done. WWW: http://fedorahosted.org/offtrac
* [NEW] devel/py-python-bugzilla: Bugzilla XMLRPC access modulekoobs2015-06-254-0/+39
| | | | | | | | | | | | | | | This is a python module that provides a kinda pythonic interface to Bugzilla over XMLRPC. It was originally written specifically for Red Hat's Bugzilla instance, but it is intended to work with any Bugzilla instance. More usage the better, we would be happy to help get things working with the bugzilla instance you care about. It also includes a `bugzilla` command-line client which can be used for quick, ad-hoc bugzilla jiggery-pokery. WWW: https://fedorahosted.org/python-bugzilla/
* devel/renpy: disable GENTOO mirrors until they host 6.99.*jbeich2015-06-252-4/+4
|
* Reinstate the check for PACKAGE_BUILDING.rakuco2015-06-251-0/+4
| | | | | It should not have been removed, we still want to build the documentation when creating packages.
* Update to a more recent development snapshot.rakuco2015-06-256-137/+124
| | | | | | | | | | | | | This prepares the terrain and makes it in sync with the upcoming Qt5 version of the port that needs a more recent version than 0.9.2. There has been no official 0.9.3 yet, so all distributions are packaging Launchpad snapshots of the port. In addition to that: - Rename the GENDOCS option to the more standard DOXYGEN. - Simplify options handling. Most of the work has been done in our experimental area51 repository by Tobias C. Berner <tcberner@gmail.com>, thanks a lot!
* - Mark BROKEN on FreeBSD 9.x:amdmi32015-06-251-0/+2
| | | | | | | | | | | | | | | | ../gl/lib/unistd.h:135:3: error: #error "Please include config.h first." ../gl/lib/unistd.h:620: error: expected constructor, destructor, or type conversion before 'extern' /usr/include/c++/4.2/bits/gthr-default.h:46: error: expected constructor, destructor, or type conversion before 'typedef' /usr/include/c++/4.2/bits/gthr-default.h:584: error: '__gthread_key_create' declared as an 'inline' variable /usr/include/c++/4.2/bits/gthr-default.h:584: error: '__gthread_key_t' was not declared in this scope /usr/include/c++/4.2/bits/gthr-default.h:584: error: 'key' was not declared in this scope /usr/include/c++/4.2/bits/gthr-default.h:584: error: 'dtor' was not declared in this scope /usr/include/c++/4.2/bits/gthr-default.h:584: error: expected primary-expression before 'void' /usr/include/c++/4.2/bits/gthr-default.h:584: error: initializer expression list treated as compound expression ... Approved by: portmgr blanket Reported by: pkg-fallout
* - Mark BROKEN on FreeBSD 9.x:amdmi32015-06-252-1/+2
| | | | | | | | | /usr/local/llvm34/include/llvm/ADT/SmallVector.h:188:15: error: no member named 'move' in namespace 'std'; did you mean simply 'move'? - While here, remove blank line at the end of pkg-descr to pet portlint Approved by: portmgr blanket Submitted by: pkg-fallout
* Upgrade to version 0.5 and improve license name.olgeni2015-06-252-4/+4
|
* Compatibility fix for R18.olgeni2015-06-251-2/+8
|
* Fix portlint warnings and use DOS2UNIX_GLOB to fix all source files.olgeni2015-06-254-7/+7
|
* Compatibility fix for R18.olgeni2015-06-254-6/+13
| | | | | - Fix portlint warnings - Use DOS2UNIX_GLOB to fix all source files
* Compatibility fix for R18.olgeni2015-06-252-1/+1
|
* Compatibility fix for R18.olgeni2015-06-251-0/+8
|
* Compatibility fix for R18.olgeni2015-06-251-0/+7
|
* devel/android-tools-fastboot: drop unused headersjbeich2015-06-251-10/+0
|
* devel/py-futures: Update to 3.0.3koobs2015-06-253-5/+9
| | | | | | | | | | | | | | | | | - Update to 3.0.3 [1] - Add LICENSE_FILE - Sort USE_PYTHON - Add regression-test target for QA - Update pkg-descr WWW: URL Changes: https://github.com/agronholm/pythonfutures/blob/3.0.3/CHANGES Based on: PR: 201068 [1] Submitted by: Gasol Wu <gasol dot wu gmail com> [1]
* - Update to 1.0.14sunpoet2015-06-252-4/+3
| | | | Changes: https://github.com/SamSaffron/message_bus/blob/master/CHANGELOG
* - Update to 3.1.1sunpoet2015-06-252-3/+3
| | | | Changes: https://github.com/mongodb/bson-ruby/blob/master/CHANGELOG.md
* Convert all p5-Test-use-ok dependencies to p5-Test-Simple, but only onadamw2015-06-2523-63/+174
| | | | | | perl < 5.22. For www/p5-Catalyst-Controller-BindLex, change it from a BUILD/RUN depend to TEST, as it is only used for the test target, and bump PORTREVISION on that port.
* - Update to 2.15.5amdmi32015-06-252-3/+5
| | | | | | | | - While here, add LICENSE_FILE and NO_ARCH PR: 201002 Submitted by: dereks@lifeofadishwasher.com Approved by: nukama+maintainer@gmail.com (maintainer)
* Switch p5-Test-Tester dependencies to p5-Test-Simple, but only onadamw2015-06-2517-44/+123
| | | | perl < 5.22. Bump PORTREVISION where necessary.
* Mark p5-Test-Tester and p5-Test-use-ok deprecated (as they are now a part ofadamw2015-06-243-1/+11
| | | | | | | p5-Test-Simple), and expire them in 30 days. Add conflicts between them and p5-Test-Simple. While here, remove some trailing whitespace from p5-Test-use-ok. Thanks to sunpoet for identifying the problem here.
* Update to 1.43. While here, add the dependency on newer Test::Builder thatadamw2015-06-242-6/+10
| | | | | | the Makefile requests. Changes: https://metacpan.org/changes/distribution/Test-File
* Update to 1.001014.adamw2015-06-243-5/+14
| | | | Changes: https://metacpan.org/changes/distribution/Test-Simple
* Add new file lang/spark (will become run-depends for GPS)marino2015-06-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | SPARK 2014 is a programming language and a set of verification tools designed to meet the needs of high-assurance software development. SPARK is based on Ada 2012, both subsetting the language to remove features that defy verification, but also extending the system of contracts and aspects to support modular, formal verification. The new aspects support abstraction and refinement and facilitate deep static analysis to be performed including information-flow analysis and formal verification of an implementation against a specification. SPARK is a much larger and more flexible language than its predecessor SPARK 2005. The language can be configured to suit a number of application domains and standards, from server-class high-assurance systems (such as air-traffic management applications), to embedded, hard real-time, critical systems (such as avionic systems complying with DO-178C Level A). A major feature of SPARK is the support for a mixture of proof and other verification methods such as testing, which facilitates the use of unit proof in place of unit testing; an approach now formalized in DO-178C and the DO-333 formal methods supplement. Certain units may be formally proven and other units validated through testing.
* - Update to 0.012culot2015-06-242-3/+3
| | | | Changes: http://search.cpan.org/dist/CPAN-Meta-Check/Changes
* devel/py-libzfs: Python libzfs bindings using cython.wg2015-06-244-0/+42
| | | | WWW: https://github.com/freenas/py-libzfs
* deve/gps: Fix typo caught by freshports sanity checkmarino2015-06-241-1/+1
|
* Ada Framework: Switch to gcc5-aux, upgrade 6 packages at oncemarino2015-06-2421-346/+867
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The transition from gcc-aux to gcc5-aux in the Ada framework has been blocked by the inability to build gtkada3 and, once resolved, GPS (due to tight locking with compiler). A few days ago, Adacore made their annual release of their main libre products, include GPS. However, some products were tightly coupled with the recent compilers, so in order to upgrade, the compiler had to be switched and dependencies require many ports to be upgraded at once: * lang/asis * devel/gnatcoll * devel/gps * x11-toolkits/gtkada3 * www/aws * www/aws-demos While the version upgrades were modest in most cases (gps, gtkada3), the amount of work put into each port was significant. There are too many improvements to mention here. A few include the removal of dynamic package lists and incorporating gnatcoll into gps to avoid building it twice. A private "exp-run" was done all on all 50+ Ada ports to ensure they still build. Also, a new argument was added to Uses/ada.mk, "run", that pulls in the GNAT compiler as a run depends. This was necessary for GPS that will not launch correctly without the compiler in place.
* - Update to 1.3.2sunpoet2015-06-242-4/+8
|
* - Update to 1.5.4sunpoet2015-06-242-3/+3
| | | | | Changes: https://github.com/flori/tins/blob/master/README.md#changes https://github.com/flori/tins/commits/master
* - Update to 2.3.2sunpoet2015-06-242-4/+3
| | | | Changes: https://github.com/rails/sprockets-rails/releases
* Add devel/cloudabi-compiler-rt.ed2015-06-244-0/+84
| | | | | | | | | | | | | This is the last port that is needed to have a working C toolchain for CloudABI. C++ still requires libc++, libc++abi and libunwind. These will be added later. As mentioned in the comments, we don't use CMake to build compiler-rt, as this is too hard in this specific instance. CMake sort of depends on compiler-rt to be present, which is a bit weird. Differential Revision: https://reviews.freebsd.org/D2892 Reviewed by: bapt
* devel/py-babelfish: update to 0.5.4wg2015-06-242-3/+3
|
* devel/py-cffi: update to 1.1.1wg2015-06-243-72/+3
| | | | | PR: 200699 Submitted by: dbn
* - update to 0.2.1jgh2015-06-243-18/+108
|
* - Mark BROKEN: checksum mismatchamdmi32015-06-242-0/+4
| | | | | | | | | | => Attempting to fetch ftp://ftp.perforce.com/perforce/r14.2/bin.freebsd100x86_64/p4 fetch: ftp://ftp.perforce.com/perforce/r14.2/bin.freebsd100x86_64/p4: size mismatch: expected 2732720, actual 2755088 => Attempting to fetch http://filehost.perforce.com/perforce/r14.2/bin.freebsd100x86_64/p4 fetch: http://filehost.perforce.com/perforce/r14.2/bin.freebsd100x86_64/p4: size mismatch: expected 2732720, actual 2755088 Approved by: portmgr blanket Reported by: pkg-fallout
* - Update to 1.4.1amdmi32015-06-248-89/+60
|
* - Add missing PHP sockets dependencyamdmi32015-06-241-2/+2
| | | | | PR: 200927 Submitted by: gasol.wu@gmail.com (maintainer)
* - Strip librariesamdmi32015-06-231-1/+2
|
* - Add USES=desktop-file-utils as suggested by stage-qaamdmi32015-06-231-1/+2
| | | | - Add NO_ARCH
* Upgrade to 1.8.1.vanilla2015-06-232-4/+3
|
* Upgrade to 6.13.vanilla2015-06-232-3/+3
|
* - Update to 1.5.3sunpoet2015-06-232-3/+3
| | | | | Changes: https://github.com/flori/tins/blob/master/README.md#changes https://github.com/flori/tins/commits/master
* - Update to 2.28sunpoet2015-06-232-3/+3
| | | | Changes: http://search.cpan.org/dist/autodie/Changes
* - Update to 0.117sunpoet2015-06-232-3/+3
| | | | Changes: http://search.cpan.org/dist/Test-Deep/Changes
* - Update to 2.24sunpoet2015-06-232-3/+3
| | | | Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes
* - Update to 1.92jadawin2015-06-232-3/+3
|
* Add devel/cloudabi-cloudlibc.ed2015-06-235-0/+124
| | | | | | | | | | | | | | | CloudABI uses a C library called cloudlibc. It's similar to a standard UNIX C library, except that all features that use global namespaces have been removed. The advantage is that this causes compiler errors when trying to use existing software, instead of causing it to fail in unpredictable ways at runtime. This package installs a copy of cloudlibc for CloudABI/x86-64 (the only supported platform for now). It is installed in the right place, so that Clang and Binutils can find the headers/library archives. Differential Revision: https://reviews.freebsd.org/D2886 Approved by: bapt
* Use copytree sharebapt2015-06-231-2/+2
|
* Speed up a bit copying the filesbapt2015-06-231-1/+2
|
* Simplify example installationbapt2015-06-231-9/+3
| | | | Use pax(1) which is less noisy then cpio(1)
* Upgrade to version 3.2.0.olgeni2015-06-232-3/+3
| | | | | | | | | | | | | | | | | | | | | IPython 3.2 contains important security fixes. Users are strongly encouraged to upgrade immediately. Highlights: - A security improvement that set the secure attribute to login cookie to prevent them to be sent over http - Revert the face color of matplotlib axes in the inline backend to not be transparent. - Enable mathjax safe mode by default - Fix XSS vulnerability in JSON error messages - Various widget-related fixes CVEs still pending.
* Convert to USES=jpegantoine2015-06-2315-40/+25
|
* Resurrect devel/py-gitpythonriggs2015-06-234-0/+33
| | | | | | | | | | | - Update to upstream version 1.0.1 - Maxim Filimonov <che@bein.link> takes maintainership - Update WWW: Project is now hosted on github PR: 199335 Differential Revision: https://reviews.freebsd.org/D2659 Submitted by: che@bein.link (maintainer) Reviewed by: koobs
* Upgrade to version 1.0.2.olgeni2015-06-222-3/+3
|
* 1: Upgrade to 0.1.6.vanilla2015-06-222-3/+4
| | | | 2: add NO_ARCH.
* Upgrade to 1.4.0.vanilla2015-06-222-3/+3
|
* textproc/xmlada: Upgrade version 4.5.0.0 => 4.6.0.0, overhaul make systemmarino2015-06-222-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the unavailability of a public repository, this version uses Adacores 2015 distribution of xmlada. It's probably a minor update from the previous one. The major change, however, is the creation of a custom makefile to build and install xmlada. Why? because gnatmake will lose the ability to build project files in the near future, so xmlada makefiles were changed to use gprbuild to build and itself it. One problem: gprbuild needs xmlada as a build dependency. (and it also needs gprbuild to build itself!!) I could have chosen to keep using gnatmake, but I decided to bite the bullet, fix it correctly now and not have to get stuck by it by future versions of gnat that remove project management from gnatmake. Having to support a bootstrap gprbuild is nonsense in my opinion, so both will have to be built manually. Morever, the GPL 2015 distinfo file removed all the vital *.gpr files which other packages' configure script absolutely depends on. These had to be recreated from scratch as well. Noticeable changes: - no more .lgpr files, these are incorporated in generated *.gpr now - xmlada_input.gpr renamed to xmlada_input_sources.gpr as expected since we had to create it anyway - xmlada_shared.gpr no longer exists; it was incorporated into each gpr that pulled it in - RPATH hack no longer necessary - symlinks of 5 libraries at $LOCALBASE/lib were removed (useless) - rpaths are now correct and have $LOCALBASE/lib/xmlada/relocatable as path (this was big fix made possible by new Makefile) - xmlada seems to build a lot faster, fully jobs safe - GNU configure not longer performed - GNU make no longer a build dependency I verified packages that depend on xmlada build as expected. I also verified that the manually generated libraries look very similar in size to the gnatmake generated libraries. Since the library version changed, I'm also bumping ports directly dependent on xmlada.
* Fix duplicate ports: devel/lua-lpeg51 and devel/lua-lpegantoine2015-06-221-1/+1
| | | | (not sure lua-lpeg51 name is appropriate for a lua51 port...)
* - Allow build with lua53sunpoet2015-06-222-16/+13
| | | | | | | | | | - Remove superfluous slash after STAGEDIR - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk - Simplify Makefile PR: 200406 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 4 weeks)
* Upgrade to version 1.0.1.olgeni2015-06-222-3/+3
|
* Fix expiration datebapt2015-06-211-1/+1
|
* Mark as deprecated removal in 1 monthbapt2015-06-211-0/+3
| | | | It is not used anymore in the ports tree
* Convert to USES=autoreconfbapt2015-06-211-5/+1
|
* Convert to USES=autoreconfbapt2015-06-211-5/+1
|
* Convert to autoreconfbapt2015-06-211-7/+2
| | | | | | | | Because it is using autotools, it is a GNU configure, so make the framework know about it Remove useless pre-patch because the framework automatically does the same when for GNU configure
* - Add NO_ARCHsunpoet2015-06-211-0/+1
|
* - Update to 0.12.0sunpoet2015-06-212-5/+4
| | | | | | - Update RUN_DEPENDS: use Rails 4 Changes: https://github.com/intridea/grape/blob/master/CHANGELOG.md
* - Update to 3.3.1sunpoet2015-06-212-3/+3
| | | | Changes: https://github.com/rspec/rspec-mocks/blob/master/Changelog.md
* - Update to 5.20150620sunpoet2015-06-212-3/+3
| | | | Changes: http://search.cpan.org/dist/Module-CoreList/Changes
* - Update to 0.116sunpoet2015-06-213-9/+16
| | | | | | | - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/Test-Deep/Changes
* New port: devel/cloudabi-binutils.ed2015-06-214-0/+224
| | | | | | | | | | | | | | | | This port installs a copy of GNU Binutils that targets CloudABI. CloudABI is a compact UNIX-like runtime environment built on capability-based security. More details: https://github.com/NuxiNL/cloudlibc Support for CloudABI has been upstreamed, but will only be part of the upcoming version of Binutils. This port includes a backported copy of the patchset. It can safely be removed if devel/binutils is bumped to a newer version. PR: 200968 Reviewed by: bapt
* Upgrade to version 1.0.0.olgeni2015-06-2111-42/+26
| | | | | - Port was renamed to "bbmustache" upstream - Remove unnecessary bsd.port.options.mk
* devel/rudiments: 0.50 -> 0.51pi2015-06-213-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | databases/sqlrelay: 0.59 -> 0.60 - Both packages are updated together. - Lots of changes in devel/rudiments, see ChangeLog - Fixes in sqlrelay: o fixed true->false transposition in sqlrservercontroller::interceptQuery that could lead to a reLogIn loop o applied George Carrette's patch to fix PDO connectstring options o migrated directory/file paths info into sqlrpaths class o removed undocumented and not-so-relevent-these-days o MAX_CONNECTIONS/overridemaxconnections failsafe in sqlr-start o fixed java header detection for javac located in /usr/bin o updated java api to support non-null-tolerant implementations of environment::NewStringUTF() o the perl api builds correctly on OSR5 again o the postgresql sslmode is omitted entirely from the connect string now, if it's disabled, to prevent problems with older versions of postgresql that don't support the parameter at all o mono 2.8 or greater is required now o added a datedelimiters attribute to the instance tag in sqlrelay.conf to limit what date delimiters are used when translating dates o re-added mssqlserver detection, which had been accidentally removed o fixed statically-linked build o fixed mysql lob field bug that could cause a crash
* - Add NO_ARCHsunpoet2015-06-211-0/+1
|
* - Update to 1.2.0sunpoet2015-06-212-4/+4
| | | | | | - Update RUN_DEPENDS: use newer rubygem-sprockets Changes: https://github.com/petebrowne/sprockets-helpers/commits/master
* - Update to 3.4.1sunpoet2015-06-212-3/+3
| | | | Changes: https://github.com/mperham/sidekiq/blob/master/Changes.md
* devel/gnatpython: Upgrade version 20140205 => 20140224 (latest)marino2015-06-212-4/+3
|
* devl/py-pip: Update to 7.0.3koobs2015-06-215-23/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | - Update to 7.0.3 - Update pkg-plist - USE_GITHUB to get test suite (PyPI sdist doesnt include them) - Add TEST_DEPENDS and canonicalise regression-test: target - Patch setup.cfg so that tests run properly - Temporarily patch out versioned console_script's (pipX, pipX.Y) until USE_PYTHON=concurrent supports more granularity (coming soon). Note: A couple of tests fail because of these missing console_scripts. - Add USE_PYTHON=concurrent support accordingly. While I'm here: - Makefile: Sort sections - Makefile: Whitespace align Changes: https://pip.pypa.io/en/stable/news.html PR: 200688 Approved by: nivit (maintainer)
* devel/py-virtualenv: Update to 13.0.3koobs2015-06-213-9/+34
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 13.0.3 - Update TEST_DEPENDS - USE_GITHUB to get the test suite, since the sdist doesnt (yet) include it [1] - Temporarily patch out versioned console_script (virtualenv) until USE_PYTHON=concurrent supports more granularity (coming soon) - Add USE_PYTHON=concurrent support to virtualenv can be used for multiple python versioned - Patch setup.py to fix test command invocation. Report upstream. [2] - Tweak regression-test target to use the canonical setup.py variable Changes: https://virtualenv.pypa.io/en/latest/changes.html [1] https://github.com/pypa/virtualenv/issues/714 [2] https://github.com/pypa/virtualenv/pull/773 Differential Revision: https://reviews.freebsd.org/D2703 Reviewed by: nivit (maintainer) Approved by: nivit (maintainer)
* Update to 20150617antoine2015-06-202-3/+3
|
* - Update to 2.1gahr2015-06-202-4/+8
| | | | | | | | | | | | | | | | | | | | | Changes: * Add support for passing file handles over the dbus. * Add a new dbus info subcommand to check if a dbus connection supports file descriptor passing. * Allow method scripts to decide at runtime if the response will be given asynchronous or not. * Do monitoring via a filter, rather than a fallback handler. That way also method_return- and error messages can be seen. * Accept server addresses as dbus identifiers for all commands. * Allow specifying an empty string for the dbus call -handler option, which will be handled the same as not having the option at all, i.e.: synchronous operation. * Properly handle 32- and 64-bit unsigned arguments * The unknown subcommand should also understand the -details option * Make sure type signatures and object paths are valid before passing them to dbus functions, because the library will panic on invalid values. * Implement "integer constant is too large" patch provided by Stuart. * Fix wrong return code from [dbus info capabilities]
* Upgrade to version 2.6.0.olgeni2015-06-202-3/+3
|
* devel/android-tools-adb-devel: add new slave port for git masterjbeich2015-06-2012-3/+896
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A temporary port to facilitate testing and updating master. While copying usb_libusb.c [1] under FILESDIR clean it up: - Add static keyword for file-local functions - Fix const usage exposed in C++ mode [2] - Fix casting 3rd argument of libusb_bulk_transfer(3) exposed in C++ mode - Fix inconsistent whitespace: trailing, tabs + spaces, bogus indentation - Fix typo in usb_kick() trace message - Fix fprintf(3) warning in scan_usb_devices() trace message - Convert err(3) usage to fatal_errno() - Drop BSDism of sysexits(3) - Drop unecessary struct keyword - Drop unused headers [2] - Explicitly include <signal.h> header And chase the following commits: https://android.googlesource.com/platform/system/core/+/506aea4%5E!/ [1] https://android.googlesource.com/platform/system/core/+/dc3b459%5E!/#F3 https://android.googlesource.com/platform/system/core/+/9b0f354%5E!/#F5 https://android.googlesource.com/platform/system/core/+/cf07494%5E!/#F8 https://android.googlesource.com/platform/system/core/+/3313426%5E!/#F20 https://android.googlesource.com/platform/system/core/+/7664901%5E!/#F18 Changes: https://android.googlesource.com/platform/system/core/+log/53d504f/adb Differential Revision: https://reviews.freebsd.org/D2870 Obtained from: devel/android-tools-fastboot-devel (based on) Obtained from: OpenBSD ports [2] Approved by: kevlo (maintainer)
* devel/android-tools-adb: update to 5.1.1.r4jbeich2015-06-202-5/+29
| | | | | | | | | | | Other changes include: - Add option to use bash(1) completion from Debian - Install protocol and implementation documentation Changes: https://android.googlesource.com/platform/system/core/+log/android-5.0.0_r7..android-5.1.1_r4/adb Differential Revision: https://reviews.freebsd.org/D2862 Obtained from: r389153, r389235, r389239 Approved by: kevlo (maintainer)
* devel/android-tools-adb: fix "get-devpath" outputjbeich2015-06-202-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Catch up with the following upstream change: https://android.googlesource.com/platform/system/core/+/e109d26%5E!/ Before $ adb get-devpath unknown $ adb devices -l List of devices attached ABCD1234 device product:A1 model:Blah device:foo After $ adb get-devpath ugen1.2 $ adb devices -l List of devices attached ABCD1234 device ugen1.2 product:A1 model:Blah device:foo Differential Revision: https://reviews.freebsd.org/D2862 Obtained from: r389471 (based on) Approved by: kevlo (maintainer)
* devel/android-tools-adb: convert to BSD-style Makefilejbeich2015-06-202-26/+19
| | | | | | | | | - Supports building with multiple jobs - No longer depends on devel/gmake Differential Revision: https://reviews.freebsd.org/D2862 Obtained from: devel/android-tools-fastboot (based on) Approved by: kevlo (maintainer)
* - Add NO_ARCHsunpoet2015-06-201-0/+1
|
* - Update to 1.1.99sunpoet2015-06-203-4/+4
| | | | | | - Update WWW Changes: https://github.com/ruby-concurrency/atomic/releases
* - Update to 2.3.0sunpoet2015-06-202-4/+4
| | | | Changes: https://github.com/rails/jbuilder/blob/master/CHANGELOG.md
* - Update to 0.5.0sunpoet2015-06-202-5/+5
| | | | | | - Add NO_ARCH Changes: https://github.com/fluent/fluent-logger-ruby/blob/master/ChangeLog
* New port: devel/msgpuckvg2015-06-206-0/+49
| | | | | | | | | | | MsgPuck is a simple and efficient MsgPack binary serialization library in a self-contained header file. * Can be easily incorporated into your project * Is very easy to use (see examples below) * Is fully tested and documented * Has clean and readable C source code * Is published under the very liberal license (BSD-2)
* Update to 1.42.adamw2015-06-202-5/+7
| | | | Changes: https://metacpan.org/changes/distribution/Test-File
* - Update to 3.3.1sunpoet2015-06-192-3/+3
| | | | Changes: https://github.com/rspec/rspec-core/blob/master/Changelog.md
* - Update to 1.31.1sunpoet2015-06-192-3/+3
| | | | Changes: https://github.com/fog/fog-core/blob/master/changelog.md
* Horde package update:mm2015-06-194-6/+6
| | | | | | | | | | | | | | comms/pear-Horde_ActiveSync 2.28.4 -> 2.28.5 devel/pear-Horde_Core 2.20.4 -> 2.20.5 devel/pear-Horde_Icalendar 2.0.11 -> 2.1.0 mail/pear-Horde_Imap_Client 2.28.1 -> 2.29.0 www/horde-base 5.2.5 -> 5.2.6 mail/horde-imp 6.2.8 -> 6.2.9 deskutils/horde-kronolith 4.2.7 -> 4.2.8 deskutils/horde-nag 4.2.4 -> 4.2.5 mail/horde-turba 4.2.6 -> 4.2.7 mail/horde-webmail 5.2.6 -> 5.2.7 deskutils/horde-groupware 5.2.6 -> 5.2.7
* devel/android-tools-fastboot-devel: add new slave port for git masterjbeich2015-06-197-4/+151
| | | | | | A temporary port to facilitate testing and updating master. Changes: https://android.googlesource.com/platform/system/core/+log/53d504f/fastboot
* - Fix library installationamdmi32015-06-191-8/+8
| | | | - Fix whitespace
* - Strip libraryamdmi32015-06-191-2/+4
|
* net/py-ldap2: rename to py-ldaprm2015-06-192-3/+4
| | | | To better match upstream name
* - Strip libraryamdmi32015-06-191-2/+5
|
* - Update to 3.4.0sunpoet2015-06-192-3/+4
| | | | | | - Add NO_ARCH Changes: https://github.com/mperham/sidekiq/blob/master/Changes.md
* - Update to 4.3.0sunpoet2015-06-192-6/+7
| | | | | | - Update RUN_DEPENDS: use Rails 4 Changes: https://github.com/thoughtbot/paperclip/blob/master/NEWS
* - Update to 1.3.1sunpoet2015-06-193-22/+4
| | | | - Remove EXAMPLES option
* - Update to 2.10.1sunpoet2015-06-192-4/+3
| | | | Changes: https://github.com/guard/listen/releases
* - Update to 1.31.0sunpoet2015-06-192-3/+3
| | | | Changes: https://github.com/fog/fog-core/blob/master/changelog.md
* devel/ocaml-opam: Unbreak fetchmarino2015-06-182-5/+4
| | | | | | | | | | Upstream re-rolled the distfile with same name, and changed the name of the extracted directory as well. This requires the use of DIST_SUBDIR to avoid fetch clash with previous. Also revbump because it's not clear if those were the only changes between distfiles. PR: 200930 Submitted by: maintainer
* devel/py-zope.publisher: update to 3.13.1rm2015-06-182-6/+6
|
* devel/py-zope.component: update to 3.12.1rm2015-06-182-6/+6
|
* devel/android-tools-fastboot: shuffle CFLAGS to unbreak DragonFlyjbeich2015-06-181-2/+7
| | | | | | | | | | | | | Avoid stepping into OS X platform code with off64_t workaround. cc ... -D__APPLE__ -D__MACH__ .../ext4_utils/ext4_utils.c In file included from .../ext4_utils/ext4_utils.c:43:0: /usr/include/sys/disk.h:49:2: error: #error "This file should not be included by userland programs." #error "This file should not be included by userland programs." ^ *** [ext4_utils.o] Error code 1 Reported by: DPorts
* Update to 4.3u6 (20150611)martymac2015-06-184-11/+13
| | | | | PR: 200887 Submitted by: delphij
* - Update to 4.2.2sunpoet2015-06-182-3/+3
| | | | Changes: https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md
* - Update to 4.2.2sunpoet2015-06-182-3/+3
| | | | Changes: https://github.com/rails/rails/blob/4-2-stable/activejob/CHANGELOG.md
* - Update to 4.2.2sunpoet2015-06-182-3/+3
| | | | | | | Changes: https://github.com/rails/rails/blob/4-2-stable/activesupport/CHANGELOG.md Security: eb8a8978-8dd5-49ce-87f4-49667b2166dd Security: CVE-2015-3226 Security: CVE-2015-3227
* - Update to 3.2.22sunpoet2015-06-182-3/+3
| | | | | | Changes: https://github.com/rails/rails/blob/3-2-stable/activesupport/CHANGELOG.md Security: eb8a8978-8dd5-49ce-87f4-49667b2166dd Security: CVE-2015-3227
* - Update to 2.1.3sunpoet2015-06-182-3/+3
| | | | | | Changes: https://github.com/rails/web-console/blob/master/CHANGELOG.markdown Security: eb8a8978-8dd5-49ce-87f4-49667b2166dd Security: CVE-2015-3224
* - Update to 1.1.1jhale2015-06-185-113/+93
| | | | | PR: 197422 Submitted by: tkato432@yahoo.com
* - Add LICENSEamdmi32015-06-171-4/+10
| | | | | | - Fix shebangs - Cosmetic fixes - Add NO_ARCH
* - Update to 2.87culot2015-06-172-4/+11
| | | | Changes: https://metacpan.org/changes/distribution/Config-IniFiles
* - Update to 0.87culot2015-06-172-3/+3
| | | | Changes: http://search.cpan.org/dist/Log-Handler/ChangeLog
* devel/florist-gpl: Upgrade version 2014 => 2015marino2015-06-1712-77/+45
| | | | | | | | This port now requires gprbuild. It's been simplified by removing NetBSD-specific file and unnecessary patch to configure.in. Since pconfig.DragonFly is the same as FreeBSD version, this patch was removed and FreeBSD version copied. The makefile is no longer BSD-make compatible, so gmake is also needed.
* Update to 1.0.2c.delphij2015-06-172-3/+3
|
* Update devel/cmake, devel/cmake-gui and devel/cmake-modules to 3.2.3.brd2015-06-176-10/+36
| | | | | | | Thank you to antonie@ for the exp-run and rakuco@ for fixing the ports that needed fixes. PR: 200647 Approved by: bdrewery (mentor)
* - Add LICENSEamdmi32015-06-161-3/+6
| | | | - Fix library installation
* - Add LICENSEamdmi32015-06-161-1/+6
| | | | - Strip library
* Remove debug commandamdmi32015-06-161-1/+0
|
* - Update to 3.6.6amdmi32015-06-162-3/+7
| | | | | | | | | - Add NO_ARCH - Fix shebangs PR: 200386 Submitted by: horia@racoviceanu.com Approved by: maitainer timeout (voldern@hoeggen.net, 3 weeks)
* - Fix library installationamdmi32015-06-161-2/+2
|
* devel/rubygem-gettext: update to 3.1.6mmoll2015-06-162-5/+9
| | | | | Differential Revision: https://reviews.freebsd.org/D2832 Approved by: swills (mentor), knu (maintainer, timeout)
* devel/rubygem-locale: update to 2.1.1mmoll2015-06-162-3/+7
| | | | | Differential Revision: https://reviews.freebsd.org/D2831 Approved by: swills (mentor), knu (maintainer, timeout)
* - remove unneeded BUILD_DEPENDS define for SASL optionjgh2015-06-161-1/+0
| | | | | PR: 200752 Submitted by: crest@sahiro.org
* - Update to 1.0.2sunpoet2015-06-163-8/+8
| | | | | | - Regenerate patch file with makepatch: Changes: https://github.com/gevent/gevent/blob/master/changelog.rst
* - Update to 0.4.7sunpoet2015-06-162-5/+5
| | | | | | - Strip shared library in post-install: Changes: https://github.com/python-greenlet/greenlet/blob/master/NEWS
* Add a patch to allow building u-boot on armbapt2015-06-162-1/+12
| | | | Submitted by: kientzle
* - Update to 1.20150614sunpoet2015-06-153-5/+5
| | | | | | | - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/UNIVERSAL-isa/Changes
* - Update to 2.45sunpoet2015-06-153-26/+21
| | | | | | | | - Add NO_ARCH - Remove DOCS option - Sort PLIST Changes: http://search.cpan.org/dist/Log-Dispatch/Changes