1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

399676 Commits

Author SHA1 Message Date
Guido Falsi
f69161cef9 Update to 1.7.2 2016-09-05 11:00:28 +00:00
Jimmy Olgeni
d103abfb50 Update devel/erlang-recon to version 2.3.2. 2016-09-05 09:14:04 +00:00
Jimmy Olgeni
295507ab60 Update net-im/py-fbmq to version 2.0.0. 2016-09-05 09:12:50 +00:00
Dmitry Marakasov
5a25f34928 - Switch to options helpers
- Silence stripping
2016-09-05 09:01:26 +00:00
Gerald Pfeifer
6bfd8ad800 Update to the 20160904 development snapshot of GCC 7. 2016-09-05 08:16:00 +00:00
Dmitry Sivachenko
ceaccd9f39 Update to version 2.0 2016-09-05 08:10:55 +00:00
Thomas Zander
cce31a2e11 Add DVDNAV_DESC 2016-09-05 07:14:56 +00:00
Jimmy Olgeni
2d285d0f9f Update misc/ytree to version 1.99pl1. 2016-09-05 05:33:56 +00:00
Li-Wen Hsu
e655c95ce1 - Update to 2.21 2016-09-05 03:43:34 +00:00
John Marino
552816eb8b www/multiwatch: Return maintainership to Christian Ullrich
The port was reset last year after e-mails bounced, but Chris has
provided a new valid email address with a request to resume
maintainership.

PR:	212324
2016-09-05 00:45:41 +00:00
John Marino
c3a2647364 deskutils/gnome-contacts: remove CHEESE option
Since version 3.18 was introduced (Feb 2016), it's not been possible to
build gnome-contacts with the CHEESE option turned off.  Since it appears
to be required now, remove this option and set the configuration and
dependencies for cheese unconditionally.

PR:		207426
Approved by:	maintainer timeout (6.5 months)
2016-09-04 20:52:52 +00:00
Kurt Jaeger
ca47d72e6f dns/knot-resolver: clean up Makefile, pkg-plist
PR:		212215
Reported by:	mat
2016-09-04 19:18:10 +00:00
Kurt Jaeger
23421e469d New port: dns/knot-resolver
The Knot DNS Resolver is a caching full resolver implementation,
including both a resolver library and a daemon.

WWW: https://www.knot-resolver.cz/

PR:		212215
Submitted by:	Leo Vandewoestijne <freebsd@dns-lab.com>
2016-09-04 18:56:53 +00:00
Kurt Jaeger
654dc28273 devel/py-foolscap: 0.8.0 -> 0.12.3
- 01-Sep-2016: 0.12.3 released, improves tor.socks_endpoint, port-allocation
- 28-Aug-2016: 0.12.2 released, fixed Tor connection plugins
- 20-Aug-2016: 0.12.1 released, SOCKS/Tor/I2P connection plugins included
- 20-Jul-2016: 0.12.0 released, auto-config removed, listenOn(endpoint)
- 23-Mar-2016: 0.11.0 released, use tox, require twisted[tls], start on IPv6
- 21-Jan-2016: 0.10.1 released, small str-vs-unicode version fix
- 15-Jan-2016: 0.10.0 released, Twisted-15.3.0 compatible, drops Python-2.6
- 21-Sep-2015: 0.9.1 released, adds connection plugins

PR:		210516
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Approved by:	kevlo (maintainer timeout)
2016-09-04 18:36:34 +00:00
Nicola Vitale
4b1c3e572b - Bump PORTEPOCH, because the last version number is
actually less than the previous one (see https://github.com/andreafabrizi/Dropbox-Uploader/releases )
2016-09-04 17:44:55 +00:00
Raphael Kubo da Costa
c187bdaf13 Explicitly disable C++11 during the build.
Prepare for Qt 5.6, which will pass -std=gnu++11 by default when the compiler
supports it, and the build currently does not work:

../TelegramQML-0.9.2/telegramqml.cpp:4794:10: error: case value evaluates to 2573335900, which cannot be narrowed to type 'int' [-Wc++11-narrowing]
    case Update::typeUpdateReadHistoryInbox:

Note that Qt 5.7 will start requiring C++11 support, so this will need to be
fixed properly in the future.

PR:	        211916
2016-09-04 16:42:33 +00:00
Jimmy Olgeni
2c08bca1dc Update devel/erlang-gproc to version 0.6.1. 2016-09-04 15:57:38 +00:00
Chris Rees
15453f23a8 Correct dependency
Submitted by:	maintainer
2016-09-04 15:11:25 +00:00
Dmitry Marakasov
4e42259eb6 - Convert to USES=localbase, fixing build (it mixes up bundled and system sqlite headers)
- While here, verbosify build

Approved by:	portmgr blanket
2016-09-04 15:01:28 +00:00
Raphael Kubo da Costa
c4394b98d4 Update Phonon to 4.9.0.
Release notes:
- https://community.kde.org/Phonon/Releases/Core/4.9.0
- https://community.kde.org/Phonon/Releases/GStreamer/4.9.0
- https://community.kde.org/Phonon/Releases/VLC/0.9.0

This release fixes the build with the upcoming Qt 5.6, which was failing like
this:

    /usr/bin/c++   -O2 -pipe -fstack-protector -fno-strict-aliasing -Wnon-virtual-dtor -Wno-long-long -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security -Woverloaded-virtual -fno-common -fvisibility=hidden -Werror=return-type -fvisibility-inlines-hidden -Wno-return-type-c-linkage     CMakeFiles/cmTC_08ed6.dir/check_qt_visibility.cpp.o  -o cmTC_08ed6
    CMakeFiles/cmTC_08ed6.dir/check_qt_visibility.cpp.o:(.qtversion[qt_version_tag]+0x0): undefined reference to `qt_version_tag'

Most of the work was done by tcberner@.

PR:		211916
2016-09-04 14:30:13 +00:00
Raphael Kubo da Costa
9d00fc2b3e Add patch (sent upstream) to drop `using namespace std'
This patch is a smaller version of one I've sent upstream. It removes 'using
namespace std' from Interpreter.cpp to avoid errors when -std=c++11 or
-std=gnu++11 is passed to the compiler, as a call to bind(2) can end up
becoming a call to std::bind().

This is required to avoid breaking the build with Qt 5.6.1:

  c++ -c -O2 -pipe -fstack-protector -fno-strict-aliasing -g -std=gnu++11 -pthread -D_THREAD_SAFE -Wall -W -fPIC -DLINUX -DESPEAK -DSOUND_QMOBILITY -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I. -I/usr/local/include/espeak -I/usr/local/include/qt5/QtMultimedia -I/usr/local/include/qt5/QtSerialPort -IQtMobility -IQtMobility -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtCore -Itmp/moc -I/usr/local/include -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o tmp/obj/Interpreter.o Interpreter.cpp
  Interpreter.cpp:4282:105: error: invalid operands to binary expression ('__bind<int &, sockaddr *, unsigned long>' and 'int')

PR:		212347
Approved by:	fernando.apesteguia@gmail.com (maintainer)
2016-09-04 14:18:59 +00:00
Roman Bogorodskiy
ae689706bb devel/py-libvirt: update to 2.2.0 2016-09-04 14:14:41 +00:00
Roman Bogorodskiy
0bf08f89ae devel/libvirt: update to 2.2.0 2016-09-04 14:13:52 +00:00
Kurt Jaeger
40c156dd02 net-p2p/retroshare: Update fixing connectivity problems in 0.6.0
- Updates to the current revision to 9f7ef8b
- Deletes no longer relevant patches
- Makes RS show the code revision when GH_TAGNAME is explicitly defined
- Changes PORTVERSION to 0.6.0e to reflect the fact that extra commits are added
- Bumps PORTREVISION
- also fixes the build in C++11 mode (See PR#212365)

PR:		210682
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
Approved by:	peter@netkey.at (maintainer)
2016-09-04 13:27:04 +00:00
Dmitry Marakasov
e21caeb90c - Fix compiler requirements, add missing include, fixes build on 11.x+
Approved by:	portmgr blanket
2016-09-04 13:23:18 +00:00
Dmitry Marakasov
b82f5f38be - Fix build on 11.x+ by adding missing makeinfo dependency
Approved by:	portmgr blanket
2016-09-04 13:23:04 +00:00
Dmitry Marakasov
20f5726e83 - Fix build on 11.x+
Approved by:	portmgr blanket
2016-09-04 13:21:21 +00:00
Dmitry Marakasov
ad3bc4a882 - Fix build on 11.x+ (only add -fgnu89-inline to CFLAGS, not CXXFLAGS)
- Add LICENSE

Approved by:	portmgr blanket
2016-09-04 13:19:28 +00:00
Wen Heping
144a593cea - Update to 2.13
Changes: http://cpansearch.perl.org/src/BIGPRESH/Dancer-Plugin-Database-2.13/Changes

PR:		211831
Submitted by:	hvo.pm@xs4all.nl
2016-09-04 12:06:22 +00:00
Wen Heping
66afd2e933 - Update to 1.00
Changes: http://cpansearch.perl.org/src/BIGPRESH/Dancer-Plugin-Auth-Extensible-1.00/Changes

PR:		212368
Submitted by:	hvo.pm@xs4all.nl(maintainer)
2016-09-04 12:00:00 +00:00
Wen Heping
92150cafda - Update to 2.17
Changes: http://cpansearch.perl.org/src/BIGPRESH/Dancer2-Plugin-Database-2.17/Changes

PR:		211830
Submitted by:	hvo.pm@xs4all.nl
2016-09-04 11:50:23 +00:00
Raphael Kubo da Costa
6eb2213a4a Put MASTER_SITES in the right location 2016-09-04 11:38:10 +00:00
Raphael Kubo da Costa
4244023c15 Put MASTER_SITES in the right location 2016-09-04 11:36:23 +00:00
Antoine Brodin
fbd34eafcd Update to 1.5 2016-09-04 11:32:33 +00:00
Raphael Kubo da Costa
b6b7e80bb0 Switch to USES=pathfix 2016-09-04 11:17:20 +00:00
Raphael Kubo da Costa
4183b8be89 Switch to USES=pathfix. 2016-09-04 11:12:46 +00:00
Wen Heping
aab2bf69b3 - Update to 1.5.17 2016-09-04 11:04:52 +00:00
Antoine Brodin
40592f24b6 Improve CHEESESHOP subdir substitution, it didn't work well with
DISTVERSION containing non digits.

PR:		205762
With hat:	portmgr
2016-09-04 10:23:14 +00:00
Antoine Brodin
da5d34c6f8 Use the same PORTVERSION as the one on Pypi
PR:		205762
2016-09-04 10:05:45 +00:00
Antoine Brodin
142e8c52b3 Use the same PORTVERSION as the one on Pypi
PR:		205762
2016-09-04 10:03:20 +00:00
Antoine Brodin
cedd0ce06d Use DISTVERSION
PR:		205762
2016-09-04 09:58:39 +00:00
Antoine Brodin
51ca131480 Remove bogus DISTVERSIONPREFIX
PR:		205762
2016-09-04 09:54:56 +00:00
Antoine Brodin
9648f746b7 Update to 0.2.2 2016-09-04 09:08:49 +00:00
Dmitry Marakasov
0492c912a2 - Add LICENSE
- Switch to options helpers
- Cosmetic fixes
2016-09-04 09:01:28 +00:00
Wen Heping
bf1170638d - Update to 1.5.6
- Remove BUILD_DEPENDS (Not necessary)
- Update pkg-descr file
- Pass maintainership to submitter

PR:		212298
Submitted by:	dbaio@bsd.com.br
2016-09-04 08:46:46 +00:00
Antoine Brodin
f8748113b6 Update to 4.12.23 2016-09-04 08:30:10 +00:00
Antoine Brodin
a5edd441c6 New port: security/rubygem-rex-mime
This Gem contains all of the Ruby Exploitation(Rex) methods for creating and/or
parsing MIME messages.

WWW: https://github.com/rapid7/rex-mime
2016-09-04 08:28:45 +00:00
Antoine Brodin
b842f4f585 New port: security/rubygem-nessus_rest
Ruby library for Nessus JSON/REST interface. This library is used for
communication with Nessus over REST interface. You can start, stop, pause and
resume scan. Watch progress and status of scan, download report, etc.
WWW: https://github.com/kost/nessus_rest-ruby
2016-09-04 08:27:08 +00:00
Dmitry Marakasov
7890598db7 - Mark BROKEN on 9.x: sigsegv during build
- While here, switch to USES=tar

Approved by:	portmgr blanket
2016-09-04 08:21:48 +00:00
Antoine Brodin
1a7450563d New port: devel/libscca
Library and tools to access the Windows Prefetch File (SCCA) format
WWW: https://github.com/libyal/libscca
2016-09-04 07:53:15 +00:00