| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
- Add missing dependency to mupen64plus-core
|
|
|
|
| |
- Take maintainership
|
|
|
|
| |
A low-level RSP processor plugin for the Mupen64Plus
|
|
|
|
| |
Changes: http://article.gmane.org/gmane.mail.opensmtpd.general/2759
|
|
|
|
|
|
|
|
|
|
| |
Changes affecting future time stamps
Morocco will suspend DST from 2015-06-14 03:00 through 2015-07-19 02:00,
not 06-13 and 07-18 as we had guessed. (Thanks to Milamber.)
Assume Cayman Islands will observe DST starting next year, using US rules.
Although it isn't guaranteed, it is the most likely.
|
|
|
|
|
|
| |
since the package builders don't set CPUTYPE.
Suggested by: tijl
|
| |
|
| |
|
|
|
|
|
|
|
| |
linking against readline, use libedit from ports
Note: this may need a bit more patching during next libedit port update
Reported by: pkg-fallout
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 199981
Submitted by: yuri@rawbw.com
Approved by: x11 (maintainer timeout)
|
|
|
|
|
|
| |
- php5 to 5.4.42
- php55 to 5.5.26
- php56 to 5.6.10
|
|
|
|
| |
Release notes: https://www.reviewboard.org/docs/releasenotes/rbtools/0.7.4/
|
|
|
|
|
|
|
| |
This avoids additional issues with bison 3
- Bump PORTREVISION for changed dependencies
PR: 200833
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- use pkg-plist
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D2755
Approved by: mat (mentor), robak (maintainer)
|
|
|
|
|
|
|
|
|
| |
- Fix a crash in audio/sound-juicer caused by libmusicbrainz5 (fix added
upstream, but not in this release) [1]
- Bump PORTREVISION on dependent ports
PR: 196959 [1]
Submitted by: Pete Johanson <peter@peterjohanson.com> [1]
|
|
|
|
|
| |
by default on non-supporting architectures.
- Bump PORTREVISION
|
|
|
|
|
|
| |
PR: 200679
Submitted by: yuri@rawbw.com
Approved by: maintainer
|
|
|
|
| |
Changes: http://search.cpan.org/dist/threads/Changes
|
|
|
|
|
|
|
|
|
|
| |
with ffmpeg on processors that do not support SSE instructions. OFF by
default for package building, ON with autodetect for ports to keep with
POLA. [1][2]
- Bump PORTREVISION on all opencv ports
PR: 199715 [1], 200234 [2]
Submitted by: Randy Westlund <rwestlun@gmail.com> [1], sasamotikomi@gmail.com [2]
|
|
|
|
|
| |
PR: 200736
Submitted by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
|
|
|
|
|
|
|
|
| |
While on it:
- Pet portlint
PR: 199558
Submitted by: hselasky@FreeBSD.org
|
| |
|
|
|
|
|
|
| |
PR: 200551
Submitted by: novel
Approved by: maintainer timeout (2 weeks)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Simplification in CegoBTreeManager and CegoBTreeNode.
Calculation of leaf node chain is now much simpler. This ensures
consistency and improves btree build up performance.
- Fix for btree page count and btree page release. Some of the btree
nodes have double references, which was not treated in the page count
and page release algorithm.
- Changed default primary and secondary values for tableset definition
command to the configured hostname. This simplifies the define command
in case of single node tableset configurations.
Submitted by: Björn Lemke <lemke@lemke-it.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 2.2.0
- Remove opensslfeatures.h patch (included upstream)
- Add pkg-plist (mainly documentation)
- Bump libcrypto SHLIB version in Mk/bsd.openssl.mk
Changes:
http://marc.info/?l=openbsd-announce&m=143404058913441
Reviewed_by: vsevolod, koobs
Approved by: vsevolod (maintainer, mentor), koobs (mentor)
Security: 8305e215-1080-11e5-8ba2-000c2980a9f3
Differential revision: D2770
MFH: 2015Q2
|
|
|
|
|
|
|
|
| |
- rename bin/proxy to bin/httppr (similar to fedora RPMs)
- patched man pages
PR: 188374
Submitted by: Igor Zabelin <igorz@yandex.ru>
|
|
|
|
|
|
|
| |
- Add LICENSE
- Add TEST_DEPENDS
Changes: https://metacpan.org/changes/distribution/Proc-Daemon
|
|
|
|
|
|
|
|
|
| |
- move ITHREAD check to pre-configure (dependencies are already installed) [1]
- use @sample macro for apache module file [2]
[1] If this is not working as expected, detection will be replaced with an OPTION
PR: 200799 [2]
|
|
|
|
|
|
|
| |
WWW: https://scikits.appspot.com/sparse/
PR: 200678
Submitted by: yuri@rawbw.com
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Temporarily disable OPENCV as a default OPTION
because of https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200466
|
|
|
|
|
|
|
|
|
|
| |
Fix %%LOCALBASE substitution in patch-setup.cfg causing header detection to
fail with:
__main__.HeaderNotFoundException: cannot find proj_api.h, bailing out
Reported by: antoine, pkg-fallout
Differential Revision: https://reviews.freebsd.org/D2704
|
|
|
|
|
|
| |
PR: 194861
Reported by: Dmitry Luhtionov (dmitryluhtionov@gmail.com)
Submitted by: tijl
|
|
|
|
|
|
|
|
|
|
|
|
| |
Python interface to the UNIX dialog utility and mostly-compatible programs
(Python 2 backport)
This version is a backport of pythondialog to Python 2. Unless you really have
to use Python 2, you should go to the pythondialog homepage and download the
reference implementation which, at the time of this writing (May 2015) and for
the forseeable future, is targeted at Python 3.
WWW: http://pythondialog.sourceforge.net/
|
|
|
|
|
|
|
|
| |
pyRFC3339 parses and generates RFC 3339-compliant timestamps using Python
datetime.datetime objects.
WWW: https://pypi.python.org/pypi/pyRFC3339
WWW: https://github.com/kurtraschke/pyRFC3339
|
|
|
|
|
|
|
|
| |
ConfigArgParse is a drop-in replacement for argparse that allows options to
also be set via config files and/or environment variables.
WWW: https://pypi.python.org/pypi/ConfigArgParse
WWW: https://github.com/bw2/ConfigArgParse
|
|
|
|
|
|
| |
- Add PORTSCOUT
Changes: https://github.com/vim/vim/commits/master
|
|
|
|
| |
Changes: https://github.com/npm/npm/releases
|
|
|
|
| |
Changes: https://github.com/facebook/rocksdb/releases
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES: upstream moved to GitHub
- Update RUN_DEPENDS
- Add NO_ARCH
- Sort USE_PYTHON
- Regenerate patch file with makepatch:
- Reformat pkg-descr
- Update WWW
|
|
|
|
|
|
|
|
| |
- Use USE_PYTHON=autoplist
- Strip shared library
- Fix shebang
Changes: https://github.com/maxmind/geoip-api-python/blob/master/ChangeLog.md
|
|
|
|
|
|
| |
- Add missing USE_LDCONFIG
- Regenerate patch files with makepatch:
- Bump PORTREVISION for package change
|
|
|
|
| |
Changes: https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
|
|
|
|
|
| |
PR: 198736
Submitted by: vince@unsane.co.uk
|
| |
|
|
|
|
|
| |
PR: 200173
Submitted by: kikuchan98@gmail.com
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This port has failed on me twice so far. The problem is that version.h
is generated, but common.c doesn't want for that to finish, and it
includes the header incomplete.
|
|
|
|
|
|
| |
This port has failed on me at least 4 times that's I've recorded. It
seems to be trying to use bison output before it's generated (e.g.
bison --defines --debug assembler.y which is executed twice).
|
| |
|
| |
|
|
|
|
|
| |
- Update pkg-message
- Fix files permissions
|
|
|
|
|
|
|
| |
- Remove master sites, use supplied icons, traingame.desktop and
traingame-map.sh, changes accepted by upstream
- Remove files/traingame.desktop and files/traingame-map.in
- Recreate tarball, new cb6513e commit
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The net/py-libcloud port doesn't work without
security/py-backports.ssl_match_hostname being installed. But
security/py-backports.ssl_match_hostname is scheduled for deletion, so
make libcloud work without the backport.
PR: 200834
Submitted by: swills
|
|
|
|
|
|
|
|
|
| |
Turn v4l-util and v4l_compat into slave ports.
"Steal" the dvb headers from linux 3.16.7 and roll them into a tarball.
Assign maintainership to multimedia@
Differential Revision: https://reviews.freebsd.org/D1482
Approved by: nox@, hslasky@, kwm@ (multimedia@)
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 200654
Submitted by: enitarzi@gmail.com
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: jbeich@
|
| |
|
|
|
|
|
|
|
| |
Packer is a tool for creating identical machine images for multiple platforms
from a single source configuration.
WWW: http://packer.io/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Make sure that linux/kFreeBSD code isn't run on FreeBSD itself.
* Pass the correct value back via the argument of the calling function. [1]
* Fix white space to match the rest of the file, so upstream can't complain
about that.
* Drop freedesktop-sound-theme it isn't used by default. Add line to
pkg-message to mention that it needs to be installed if enabled in
default.pa.
* Don't use ETCDIR in pkg-message.in, it gets expanded to
${LOCALBASE}/etc/pulseaudio which isn't correct since pulseaudio uses
etc/pulse/
[1] I have no idea what I did to break this in the first version, while
it worked at the time localy.
|
|
|
|
| |
PR: 200813
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D2806
Approved by: mat (mentor)
|
|
|
|
|
|
|
|
| |
- While I'm here, update RUN_DEPENDS and sort USE_PYTHON
Changes: https://github.com/aljosa/django-tinymce/commits/master
PR: 200842
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com> (maintainer)
|
|
|
|
|
| |
PR: 200840
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: https://github.com/intridea/multi_json/blob/master/CHANGELOG.md
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
| |
- Add LICENSE
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
| |
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
- Remove CONFLICTS_INSTALL
- Bump PORTREVISION for dependency change
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
|
|
| |
- Bump PORTREVISION for dependency change
|
|
|
|
|
| |
- Add NO_ARCH
- Bump PORTREVISION for dependency change
|
|
|
|
| |
Changes: https://bitbucket.org/tagoh/ruby-bugzilla/commits/all
|
| |
|
|
|
|
| |
Changes: https://github.com/rspec/rspec/commits/master
|
|
|
|
| |
Changes: https://github.com/rspec/rspec-mocks/blob/master/Changelog.md
|
|
|
|
| |
Changes: https://github.com/rspec/rspec-expectations/blob/master/Changelog.md
|
|
|
|
| |
Changes: https://github.com/rspec/rspec-core/blob/master/Changelog.md
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: https://github.com/rspec/rspec-support/blob/master/Changelog.md
|
| |
|
| |
|
|
|
|
|
|
| |
- Add NO_ARCH
Changes: https://github.com/jimmycuadra/lita/releases
|
|
|
|
| |
Changes: https://github.com/remiprev/her/commits/master
|
|
|
|
| |
Changes: https://github.com/remiprev/teamocil/commits/master
|
|
|
|
| |
Changes: https://github.com/termtter/termtter/blob/master/ChangeLog
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Net-ARP/Changes
|
|
|
|
| |
Changes: http://search.cpan.org/dist/Data-Table/Changes
|
| |
|
| |
|
|
|
|
| |
PR: 178799
|
|
|
|
|
|
| |
- Bump PORTREVISION
Reported by: nox
|
| |
|
| |
|
|
|
|
| |
PR: 192904
|
|
|
|
| |
upstream, and all versions from this branch have security vulnerabilities.
|
|
|
|
|
|
| |
http_auth_digest module.
PR: 199758
|
|
|
|
|
|
|
|
| |
changelog:
https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
PR: 200703
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Catch up with the following upstream changes:
https://android.googlesource.com/platform/system/core/+/b4add9b%5E!/
https://android.googlesource.com/platform/system/core/+/13081c6%5E!/
Before
$ fastboot devices
no permissions fastboot
$ fastboot devices -l
no permissions fastboot
After
$ fastboot devices
ABCD1234 fastboot
$ fastboot devices -l
ABCD1234 fastboot ugen1.2
|
|
|
|
| |
PR: 185816
|
|
|
|
|
|
| |
- Allow stripping
Changes: https://metacpan.org/changes/distribution/List-MoreUtils
|
|
|
|
|
|
|
| |
- Bump revision for dependent ports
PR: 200548 [1]
Submitted by: rsimmons0 at gmail.com [1]
|
|
|
|
| |
With hat: ruby
|
|
|
|
|
|
|
|
| |
- Remove USE_RAKE
- Update WWW
Approved by: portmgr (blanket) [1]
With hat: ruby
|
|
|
|
|
| |
- Add NO_ARCH
- Update WWW
|
|
|
|
|
| |
- Add NO_ARCH
- Update WWW
|
|
|
|
|
| |
- Remove USE_RAKE
- Update WWW
|
|
|
|
| |
With hat: ruby
|
|
|
|
| |
- Update WWW
|
|
|
|
| |
- Update WWW
|
|
|
|
| |
With hat: ruby
|
|
|
|
| |
With hat: ruby
|
|
|
|
| |
- Update WWW
|
|
|
|
| |
With hat: ruby
|
|
|
|
| |
With hat: ruby
|
|
|
|
| |
With hat: ruby
|
|
|
|
|
|
|
| |
- Update WWW
Approved by: portmgr (blanket) [1]
With hat: ruby
|
|
|
|
|
| |
- Remove USE_RAKE
- Update WWW
|
|
|
|
| |
- Update WWW
|
|
|
|
| |
With hat: ruby
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Pointyhat to: bapt
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Reformat pkg-descr
- Use single space after WWW:
- Pass maintainership to perl@
|
|
|
|
|
| |
- Sort PLIST
- Pass maintainership to perl@
|
|
|
|
|
| |
- Sort PLIST
- Pass maintainership to perl@
|
|
|
|
|
|
| |
- Strip shared library
- Bump PORTREVISION for package change
- Pass maintainership to perl@
|
|
|
|
|
|
|
| |
- Strip shared library
- Sort PLIST
- Bump PORTREVISION for package change
- Pass maintainership to perl@
|
|
|
|
|
|
|
| |
- Add NO_ARCH
- Cleanup pkg-descr
- Add WWW
- Pass maintainership to perl@
|
|
|
|
|
|
|
|
|
|
| |
- Fix and update *_DEPENDS:
- Time::HiRes is already in all supported Perl releases
- Add missing Try::Tiny
- Sort TEST_DEPENDS
- Add NO_ARCH
- Bump PORTREVISION for dependency
- Pass maintainership to perl@
|
|
|
|
|
|
|
| |
- Sort *_DEPENDS
- Add NO_ARCH
- Sort PLIST
- Pass maintainership to perl@
|
|
|
|
|
|
| |
- Add WWW
- Sort PLIST
- Pass maintainership to perl@
|
|
|
|
|
|
|
|
| |
- Strip shared library
- Regenerate patch file with makepatch:
- Sort PLIST
- Bump PORTREVISION for package change
- Pass maintainership to perl@
|
|
|
|
|
| |
- Add NO_ARCH
- Remove contiguous blank lines
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|