| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add NO_ARCH
PR: 201174
Submitted by: tkato432@yahoo.com
Differential Revision:
|
|
|
|
|
|
|
| |
Make sure the generated binaries have the right entry for libjsoncpp.so in
the ELF headers.
PR: 200969
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
| |
Approved by: swills (mentor), Joe Benden (maintainer, timeout)
Differential Revision: https://reviews.freebsd.org/D2915
|
|
|
|
|
| |
Approved by: swills (mentor), Joe Benden (maintainer, timeout)
Differential Revision: https://reviews.freebsd.org/D2914
|
| |
|
|
|
|
|
|
|
|
| |
https://github.com/dabeaz/ply/issues/63
This unbreaks www/chromium
Reported by: pkg-fallout
With hat: portmgr
|
| |
|
| |
|
|
|
|
| |
PR: 201165
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved-by: maintainer
|
|
|
|
|
|
|
| |
Remove unneedd PORTNAME from MASTER_SITES CPAN
Reported by: mat
Pointyhat to: swills
|
|
|
|
|
|
| |
With hat: phabric-admin@
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2943
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
| |
Connect them to the build
PR: 201038, 201039
Requested by: ports@toco-domains.de
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
must be repeated for every compile/escriptize step).
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
and in fact now leads to incorrect permissions.
Remove all instances of it from perl@ ports.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
necessary.
Changes: https://metacpan.org/changes/distribution/Params-Validate
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/strictures
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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>
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for package change
|
|
|
|
| |
hostname validation based on RFC 6125.
|
|
|
|
| |
Erlang.
|
|
|
|
|
| |
With hat: perl@
Sponsored by: Absolight
|
| |
|
|
|
|
| |
producing JSON.
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Canary-Stability
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/4-2-stable/activejob/CHANGELOG.md
|
| |
|
|
|
|
| |
- Remove USE_RAKE
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/4-2-stable/activesupport/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/petebrowne/sprockets-helpers/commits/master
|
|
|
|
| |
Changes: https://github.com/rails/sprockets/blob/master/README.md#version-history
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: https://github.com/mustache/mustache/blob/master/HISTORY.md
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Update WWW
Changes: https://github.com/holidays/holidays/blob/master/CHANGELOG.md
|
| |
|
| |
|
| |
|
|
|
|
| |
- Remove USE_RAKE
|
| |
|
|
|
|
|
|
|
| |
- Remove USE_RAKE
- Update WWW
Changes: https://github.com/ffi/ffi/commits/master
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: https://github.com/thuehlinger/daemons/releases
|
| |
|
|
|
|
|
|
|
| |
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)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Update WWW
Changes: https://github.com/fog/fog-brightbox/blob/master/CHANGELOG.md
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: http://search.cpan.org/dist/MooX-Types-MooseLike/Changes
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
autoconf.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
src/StringTest.cpp:929: error: integer constant is too large for 'long' type
Submitted by: pkg-fallout
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
This module is used by Coccinelle (devel/coccinelle).
Differential Revision: https://reviews.freebsd.org/D2925
Reviewed by: kwm
Approved by: kwm
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
|
| |
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 i386 by enabling sse support
Submitted by: pkg-fallout
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
| |
- Convert BROKEN_* to ONLY_FOR_ARCHS
Approved by: portmgr blanket
|
|
|
|
|
|
| |
The git-codereview tool is a command-line tool for working with Gerrit.
WWW: https://godoc.org/golang.org/x/review/git-codereview
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
- update to 0.0.6
- switch MASTER_SITES to PyPi
- add LICENSE_FILE and sort elements in USE_PYTHON
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
Approved by: python (with hat)
|
|
|
|
|
| |
Submitted by: pkg-fallout
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
| |
Convert to USE_AUTOOL
USES+= gmake
set NO_Arch
PR: 200962 (with mods)
Submitted by: meta+ports@vmeta.jp (maintainer)
|
|
|
|
| |
Reported by: rm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
| |
|
|
|
|
|
| |
It should not have been removed, we still want to build the documentation
when creating packages.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
../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
|
|
|
|
|
|
|
|
|
| |
/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
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Fix portlint warnings
- Use DOS2UNIX_GLOB to fix all source files
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
|
|
|
|
| |
Changes: https://github.com/SamSaffron/message_bus/blob/master/CHANGELOG
|
|
|
|
| |
Changes: https://github.com/mongodb/bson-ruby/blob/master/CHANGELOG.md
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
- While here, add LICENSE_FILE and NO_ARCH
PR: 201002
Submitted by: dereks@lifeofadishwasher.com
Approved by: nukama+maintainer@gmail.com (maintainer)
|
|
|
|
| |
perl < 5.22. Bump PORTREVISION where necessary.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
the Makefile requests.
Changes: https://metacpan.org/changes/distribution/Test-File
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Test-Simple
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Changes: http://search.cpan.org/dist/CPAN-Meta-Check/Changes
|
|
|
|
| |
WWW: https://github.com/freenas/py-libzfs
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
Changes: https://github.com/flori/tins/blob/master/README.md#changes
https://github.com/flori/tins/commits/master
|
|
|
|
| |
Changes: https://github.com/rails/sprockets-rails/releases
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
PR: 200699
Submitted by: dbn
|
| |
|
|
|
|
|
|
|
|
|
|
| |
=> 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
|
| |
|
|
|
|
|
| |
PR: 200927
Submitted by: gasol.wu@gmail.com (maintainer)
|
| |
|
|
|
|
| |
- Add NO_ARCH
|
| |
|
| |
|
|
|
|
|
| |
Changes: https://github.com/flori/tins/blob/master/README.md#changes
https://github.com/flori/tins/commits/master
|
|
|
|
| |
Changes: http://search.cpan.org/dist/autodie/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Test-Deep/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/CPAN-Perl-Releases/Changes
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 pax(1) which is less noisy then cpio(1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
2: add NO_ARCH.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
(not sure lua-lpeg51 name is appropriate for a lua51 port...)
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
| |
|
|
|
|
| |
It is not used anymore in the ports tree
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
- Update RUN_DEPENDS: use Rails 4
Changes: https://github.com/intridea/grape/blob/master/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/rspec/rspec-mocks/blob/master/Changelog.md
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Module-CoreList/Changes
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Test-Deep/Changes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
- Port was renamed to "bbmustache" upstream
- Remove unnecessary bsd.port.options.mk
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
- Update RUN_DEPENDS: use newer rubygem-sprockets
Changes: https://github.com/petebrowne/sprockets-helpers/commits/master
|
|
|
|
| |
Changes: https://github.com/mperham/sidekiq/blob/master/Changes.md
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
| |
- Update WWW
Changes: https://github.com/ruby-concurrency/atomic/releases
|
|
|
|
| |
Changes: https://github.com/rails/jbuilder/blob/master/CHANGELOG.md
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: https://github.com/fluent/fluent-logger-ruby/blob/master/ChangeLog
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Test-File
|
|
|
|
| |
Changes: https://github.com/rspec/rspec-core/blob/master/Changelog.md
|
|
|
|
| |
Changes: https://github.com/fog/fog-core/blob/master/changelog.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
A temporary port to facilitate testing and updating master.
Changes: https://android.googlesource.com/platform/system/core/+log/53d504f/fastboot
|
|
|
|
| |
- Fix whitespace
|
| |
|
|
|
|
| |
To better match upstream name
|
| |
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: https://github.com/mperham/sidekiq/blob/master/Changes.md
|
|
|
|
|
|
| |
- Update RUN_DEPENDS: use Rails 4
Changes: https://github.com/thoughtbot/paperclip/blob/master/NEWS
|
|
|
|
| |
- Remove EXAMPLES option
|
|
|
|
| |
Changes: https://github.com/guard/listen/releases
|
|
|
|
| |
Changes: https://github.com/fog/fog-core/blob/master/changelog.md
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 200887
Submitted by: delphij
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/4-2-stable/actionview/CHANGELOG.md
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/4-2-stable/activejob/CHANGELOG.md
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Changes: https://github.com/rails/rails/blob/3-2-stable/activesupport/CHANGELOG.md
Security: eb8a8978-8dd5-49ce-87f4-49667b2166dd
Security: CVE-2015-3227
|
|
|
|
|
|
| |
Changes: https://github.com/rails/web-console/blob/master/CHANGELOG.markdown
Security: eb8a8978-8dd5-49ce-87f4-49667b2166dd
Security: CVE-2015-3224
|
|
|
|
|
| |
PR: 197422
Submitted by: tkato432@yahoo.com
|
|
|
|
|
|
| |
- Fix shebangs
- Cosmetic fixes
- Add NO_ARCH
|
|
|
|
| |
Changes: https://metacpan.org/changes/distribution/Config-IniFiles
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Log-Handler/ChangeLog
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
Thank you to antonie@ for the exp-run and rakuco@ for fixing the ports that needed fixes.
PR: 200647
Approved by: bdrewery (mentor)
|
|
|
|
| |
- Fix library installation
|
|
|
|
| |
- Strip library
|
| |
|
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Fix shebangs
PR: 200386
Submitted by: horia@racoviceanu.com
Approved by: maitainer timeout (voldern@hoeggen.net, 3 weeks)
|
| |
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D2832
Approved by: swills (mentor), knu (maintainer, timeout)
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D2831
Approved by: swills (mentor), knu (maintainer, timeout)
|
|
|
|
|
| |
PR: 200752
Submitted by: crest@sahiro.org
|
|
|
|
|
|
| |
- Regenerate patch file with makepatch:
Changes: https://github.com/gevent/gevent/blob/master/changelog.rst
|
|
|
|
|
|
| |
- Strip shared library in post-install:
Changes: https://github.com/python-greenlet/greenlet/blob/master/NEWS
|
|
|
|
| |
Submitted by: kientzle
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/UNIVERSAL-isa/Changes
|
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Remove DOCS option
- Sort PLIST
Changes: http://search.cpan.org/dist/Log-Dispatch/Changes
|