Commit graph

370562 commits

Author SHA1 Message Date
Dmitry Marakasov
18319ed9a4 - Fix directory creation weirdness, fixing build of nsca-ng-client as non-root
Approved by:	portmgr blanket
2015-06-27 01:59:02 +00:00
Kubilay Kocak
dccba65695 deskutils/py-bugwarrior: Fix unittest2 TEST_DEPENDS 2015-06-27 01:48:50 +00:00
Kubilay Kocak
078ec8c3fd deskutils/py-bugwarrior: Update to 1.1.4
- Update to 1.1.4
- Add TEST_DEPENDS and regression-test target now that tests are
  included in the PyPI sdist [1] Thanks Ralph!
- Patch setup.py to enable test command until PR #222 [2] is in
  release.

Changes:

  https://github.com/ralphbean/bugwarrior/blob/1.1.4/CHANGELOG.rst

[1] https://github.com/ralphbean/bugwarrior/pull/221
[2] https://github.com/ralphbean/bugwarrior/pull/222
2015-06-27 01:46:27 +00:00
Dmitry Marakasov
118b68da5e - Fix build on pre-10.x by requiring newer compiler
- Fix build on i386 by enabling sse support

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-27 01:37:38 +00:00
Baptiste Daroussin
684e11ecdf Update to 0.5.1 2015-06-27 01:23:44 +00:00
Dmitry Marakasov
40a05ceca0 - Add LICENSE
- Convert BROKEN_* to ONLY_FOR_ARCHS

Approved by:	portmgr blanket
2015-06-27 01:21:01 +00:00
Dmitry Marakasov
3985b11a73 - Mark BROKEN on 9.x: fails to extract:
unzip: Failed to open '/portdistfiles//}'

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-27 01:08:06 +00:00
Dmitry Marakasov
ecb9d9eb33 - Fix mupen64plus-rsp-cxd4 on 9.x by requiring newer compiler, as old gcc segfaults
Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-27 01:00:08 +00:00
Dmitry Marakasov
b5635a5061 - Fix build on 10.1: disable -fno-defer-pop flag which is not known by clang
Makefile says this flag is crucial for gcc to disable certain
optimization, but I assume clang doesn't have this optimization as
it doesn't support the flag. clang >= 3.6 handles unknown flags
with a mere warnings, so the modification is only needed for clang < 3.6

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-27 00:35:25 +00:00
Steve Wills
cfa38ccfa3 devel/git-codereview: create port
The git-codereview tool is a command-line tool for working with Gerrit.

WWW: https://godoc.org/golang.org/x/review/git-codereview
2015-06-26 23:57:43 +00:00
Stephen Montgomery-Smith
eab093f334 - Update to 2.8.0. 2015-06-26 23:29:08 +00:00
Stephen Montgomery-Smith
5d824aa478 - Update to 0.1.1. 2015-06-26 23:28:27 +00:00
Dmitry Marakasov
16d4e73d24 - Fix plist
Approved by:	portmgr blanket
2015-06-26 23:15:30 +00:00
Dmitry Marakasov
204c1c9f9e - Add missing shebang fix
Approved by:	portmgr blanket
2015-06-26 23:14:42 +00:00
Rene Ladan
0cc81b8a18 www/chromium : update to 43.0.2357.130
* Fix some widely-reported crashes: [0,1]
  - settings page now displays
  - GMail works
* Mark BROKEN on FreeBSD 8 [2]

PR:		200601 [0]
PR:		200646 [2]
Submitted by:	protocelt <protoceltt@gmail.com> [0]
Submitted by:	truckman [2]
Obtained from:	https://github.com/gliaskos/freebsd-chromium [1]
		(pull requests 17-20)
MFH:		2015Q2
Security:	http://vuxml.freebsd.org/freebsd/d46ed7b8-1912-11e5-9fdf-00262d5ed8ee.html
2015-06-26 23:14:03 +00:00
Dmitry Marakasov
060bc1595b - Fix compatibility with c++11
While here:
- Add LICENSE
- Strip binaries
- Regenerate patches
- Sort plist

PR:		199998
Submitted by:	6yearold@gmail.com
Approved by:	maintainer timeout (vsevolod, 7 weeks)
2015-06-26 23:10:09 +00:00
Philip M. Gollucci
59b52f73ef x11-servers/x11rdp
- fix JP106 OPTION (non default)

Note: OPTION handling needs a cleanup

Reported by: Wolfgang Schraml <wschraml@rwg-bayreuth.de>
2015-06-26 22:37:18 +00:00
John Marino
80ccba4850 math/why3-gpl: upgrade version 2014 => 2015
While here, decouple this port from math/why3.  They are diverging fast.
This port is needed to build SPARK 2015 binaries which will be installed
by the lang/spark port (rather than building from source)
2015-06-26 22:13:46 +00:00
Dmitry Marakasov
9d8944598b - Mark ONLY_FOR_ARCHS: uses x86 assembly
- Optionize EXAMPLES
2015-06-26 21:34:35 +00:00
Dmitry Marakasov
af15dfec3a - Mark BROKEN on i386:
./.libs/libpfe.so: undefined reference to `p4TH'

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-26 21:27:34 +00:00
Christian Weisgerber
16cfcc9b82 Useless cruft from 1989. Mark as deprecated, expires in three months. 2015-06-26 20:18:38 +00:00
Philip M. Gollucci
5e6dc5e54d net/xrdp: cleanup
- Add LICENSE_FILE
- Convert to options helpers
- Do not use unnecessary GH_TAGNAME
- Fix whitespaces
- Remove @stopdaemon
- Resurrect DIST_SUBDIR
- Bump PORTREVISION for plist change

PR:           201067
Submitted by:	meta+ports@vmeta.jp (maintainer)
2015-06-26 20:18:11 +00:00
Pawel Pekala
c7b9866617 - Make xsel run dependency optional - it makes clipboard pasting
not working under some conditions [1]
- Make xdotool also optional
- Add NO_ARCH

PR:		200931 [1]
Submitted by:	Sascha Holzleiter <sascha@root-login.org> [1]
Approved by:	maintainer [1]
2015-06-26 19:49:15 +00:00
Juergen Lock
f0e20e9950 - Apply fixes for pcnet guest to host escape vulnerability - CVE-2015-3209.
- Bump PORTREVISIONs.

PR:		201064
Submitted by:	koobs
Security:	https://vuxml.FreeBSD.org/freebsd/acd5d037-1c33-11e5-be9c-6805ca
1d3bb1.html
2015-06-26 19:14:41 +00:00
Juergen Lock
4bf59b9fdf Document qemu pcnet guest to host escape vulnerability - CVE-2015-3209
PR:		201064
Submitted by:	koobs
Security:	https://vuxml.FreeBSD.org/freebsd/acd5d037-1c33-11e5-be9c-6805ca1d3bb1.html
2015-06-26 19:13:31 +00:00
John Marino
5b339c21f1 devel/deforaos-libsystem is not jobs safe
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
2015-06-26 19:10:10 +00:00
John Marino
b07e9251a8 security/clambc is not jobs safe.
This has failed on me at least twice recently.  Here's the last fail:
Assembler messages:
Fatal error: llvm[3]: Compiling Mangler.cpp for Release build
can't create /wrkdirs/security/clambc/work/clamav-bytecode-compiler-
  clambc-0.98.5rc1/obj/lib/Target/ClamBC/Release/version.o: No such file
  or directory
2015-06-26 19:02:45 +00:00
Antoine Brodin
adcbbbb487 Update to 4.0.4 2015-06-26 18:41:49 +00:00
Michael Moll
180681de13 sysutils/rubygem-smart_proxy_salt: update to 2.1.3
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D2912
2015-06-26 18:21:45 +00:00
Michael Moll
f754409101 sysutils/rubygem-smart_proxy_chef: update to 0.1.4
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D2911
2015-06-26 18:21:05 +00:00
Philip M. Gollucci
795264a7b8 www/asterisk-stat
Fix typo in OPTION parsing for PGSQL

PR:           201074
Submitted by:	jfkimura@yahoo.co.jp (maintainer)
2015-06-26 18:05:20 +00:00
Steve Wills
0b945f5876 Correct copy and paste error 2015-06-26 17:56:32 +00:00
Dmitry Marakasov
3d4cdb8e2f - This uses c++11 features (for example, std::to_string), so add corresponding compiler requirements and flags
- Add patches to fix missing includes (couldn't find any upstream contants to submit these)
- Unfortunately, it's still BROKEN on 9.x as gcc 4.8's stdlibc++ doesn't seem to provide to_string, so mark it as such

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-26 17:48:08 +00:00
Koop Mast
0c007790b8 Drop INSTALLS_ICONS, it only usefull for GTK+ programs.
This fixes stage sanity checking.

Submitted by:	Tobias Berner <tcberner@gmail.com>
2015-06-26 17:26:07 +00:00
Steve Wills
1a16ad2949 security/vault: create port
Vault is a tool for securely accessing secrets. A secret is anything that you
want to tightly control access to, such as API keys, passwords, certificates,
and more. Vault provides a unified interface to any secret, while providing
tight access control and recording a detailed audit log.

WWW: https://vaultproject.io/
2015-06-26 17:02:42 +00:00
Dmitry Marakasov
a807c531b6 - Fix build on 9.x by using more recent compiler
- Mark broken on 8.x: does not build

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-26 16:54:41 +00:00
Alex Kozlov
ada10a2373 - Switch to gmake to fix build on head 2015-06-26 16:30:13 +00:00
Tijl Coosemans
40db6c5435 Update to 3.5.0 2015-06-26 16:28:24 +00:00
Bartek Rutkowski
8b8e0eed1c games/minecraft-server: improvements to startup script
PR:		200743
Submitted by:	Jonathan Price  <freebsd@jonathanprice.org> (maintainer)
2015-06-26 16:22:56 +00:00
Jimmy Olgeni
184b9df159 Upgrade to version 3.0.0. 2015-06-26 16:21:02 +00:00
Ruslan Makhmatkhanov
42043d7e28 devel/py-asn1-modules: update to 0.0.6
- update to 0.0.6
- switch MASTER_SITES to PyPi
- add LICENSE_FILE and sort elements in USE_PYTHON
2015-06-26 15:50:18 +00:00
Mark Felder
8cd9dff592 Update to 0.9.12.4.1192
https://forums.plex.tv/index.php/topic/62832-plex-media-server/?p=963754
2015-06-26 15:49:40 +00:00
Kubilay Kocak
a5bcde0e8a devel/pybugz: Update to 0.11.1
- 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)
2015-06-26 15:24:20 +00:00
Dmitry Marakasov
1083029043 - Switch to USES=autoreconf
- Add LICENSE_FILE
2015-06-26 15:00:49 +00:00
Kubilay Kocak
8723bfca9a devel/py-six: Update to 1.9.0
Approved by:	python (with hat)
2015-06-26 14:46:40 +00:00
Dmitry Sivachenko
219623d0bd Update to version 1.5.13. 2015-06-26 14:38:47 +00:00
Dmitry Marakasov
0b2cec0d60 - Use BROKEN_powerpc helper
- Fix plist with NLS disabled
- Add USES=compier:c++11-lang to fix build on 9.x (it needs c++11-aware compiler). For the note, specifying c++11-lib leads to gcc coredump.

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-26 14:09:58 +00:00
Dmitry Marakasov
89b2e5c152 - Mark BROKEN on 9.x:
/usr/local/include/qt5/QtCore/qflags.h:43:10: fatal error: 'initializer_list' file not found

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-26 13:28:52 +00:00
Dmitry Marakasov
e9dd1943ea - Mark BROKEN on 9.x:
/usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::wait(std::unique_lock<std::mutex>&)@GLIBCXX_3.4.11'
/usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_bad_function_call()@GLIBCXX_3.4.14'
/usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::chrono::_V2::steady_clock::now()@GLIBCXX_3.4.19'
/usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::__throw_system_error(int)@GLIBCXX_3.4.11'
/usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19'
/usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::~condition_variable()@GLIBCXX_3.4.11'
/usr/local/lib/libjavascriptcoregtk-3.0.so: undefined reference to `std::condition_variable::notify_all()@GLIBCXX_3.4.11'
/usr/local/lib/libwebkitgtk-3.0.so: undefined reference to `std::condition_variable::condition_variable()@GLIBCXX_3.4.11'
...

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-26 13:26:56 +00:00
Dmitry Marakasov
d2aeedc5f6 - Mark broken on 9.x:
/usr/local/lib/gcc48/include/c++/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is currently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 compiler options.

Using USES=compiler:c++11-lib and USE_CXXSTD=c++11 doesn't really help

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
2015-06-26 13:25:21 +00:00