Commit graph

4034 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
7f2dff279c Update devel/protobuf to 3.2.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2017-01-29 16:04:36 +00:00
Ryan Steinmetz
5ea60a698b - Fix build issue with non-default OPTIONS
- Don't bump PORTREVISION as this is a noop for the default package

PR:		216548
Reported by:	Jan Beich <jbeich@FreeBSD.org>
2017-01-28 17:05:59 +00:00
Tobias C. Berner
0af3f5648f Update KDE Frameworks to 5.30.0
* Changelog: https://www.kde.org/announcements/kde-frameworks-5.30.0.php
* New framework: x11/kf5-kwayland

PR:		216345
Exp-run by:	antoine
Reviewed by:	rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9271
2017-01-26 18:19:47 +00:00
Sunpoet Po-Chuan Hsieh
a3b6685988 Update to 0.0.0.20170118
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2017-01-23 18:50:45 +00:00
Mathieu Arnold
49c8848b33 Update to latest commit.
Sponsored by:	Absolight
2017-01-23 14:21:11 +00:00
Ryan Steinmetz
ad4b8a9f1e - Update to 0.8.7
- Pass maintainership to submitter

PR:		214800
Submitted by:	Koichiro IWAO
2017-01-23 02:17:48 +00:00
Rene Ladan
ef0a315d08 Reset sanpei@'s ports after 18 months of inactivity. 2017-01-22 22:02:25 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Carlos J. Puga Medina
28fd6f320b dns/powerdns and dns/powerdns-recursor: unbreak build with clang 4.0
json11.cpp:153:24: error: invalid operands to binary expression ('nullptr_t' and 'nullptr_t')
        return m_value < static_cast<const Value<tag, T> *>(other)->m_value;
               ~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
json11.cpp:209:5: note: in instantiation of member function 'json11::Value<json11::Json::Type::NUL,
      nullptr_t>::less' requested here
    JsonNull() : Value(nullptr) {}
    ^

PR:		216071
Submitted by:	cpm
Reported by:	jbeich
Reviewed by:	jbeich
Approved by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Obtained from:	upstream
MFH:		2017Q1 (blanket)
2017-01-20 19:38:56 +00:00
Tijl Coosemans
c2712d2471 Update Linux CentOS 7 ports to 7.3.1611. While 7.2 had semi-official i386
packages there are no such packages for 7.3 yet so i386 support has been
marked IGNORE for now.

Change DIST_SUBDIR to just "centos" so distfiles that remain the same
between major versions don't have to be redownloaded.

Remove fmake hacks from linux.mk.

Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2017-01-19 15:44:53 +00:00
Ryan Steinmetz
a57c5f52ad - Update to 1.0.0 2017-01-19 13:49:33 +00:00
Carlos J. Puga Medina
ec526eba4c dns/dnsdist: unbreak build with clang 4.0
ext/json11/json11.cpp:153:24: error: invalid operands to binary expression
      ('nullptr_t' and 'nullptr_t')
        return m_value < static_cast<const Value<tag, T> *>(other)->m_value;
               ~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ext/json11/json11.cpp:209:5: note: in instantiation of member function
      'json11::Value<json11::Json::Type::NUL, nullptr_t>::less' requested here
    JsonNull() : Value(nullptr) {}
    ^

PR:		216069
Reported by:	jbeich
Obtained from:	upstream
MFH:		2017Q1
2017-01-18 17:58:53 +00:00
Sunpoet Po-Chuan Hsieh
fee7df36f3 Update to 0.16
Changes:	https://gitlab.com/jas/libidn2/blob/master/NEWS
2017-01-18 14:07:29 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2017-01-18 13:20:31 +00:00
Jason Unovitch
9f5626e987 dns/powerdns-recursor: update 4.0.3 -> 4.0.4
Changes:	https://doc.powerdns.com/md/changelog/#powerdns-recursor-404

PR:		216135
Reported by:	Dani <i.dani@outlook.com>
Submitted by:	ghostonthewire@gmail.com
Approved by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Security:	CVE-2016-7068
Security:	CVE-2016-7073
Security:	CVE-2016-7074
Security:	https://vuxml.FreeBSD.org/freebsd/e3200958-dd6c-11e6-ae1b-002590263bf5.html
MFH:		2017Q1
2017-01-18 11:24:40 +00:00
Jason Unovitch
5a64da09ac dns/powerdns: update 4.0.1 -> 4.0.3
- Switch to USES=localbase while here
- Remove LibreSSL patch (see https://github.com/PowerDNS/pdns/pull/4310)

Changes:	https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-402
		https://doc.powerdns.com/md/changelog/#powerdns-authoritative-server-403

PR:		216136
Reported by:	Dani <i.dani@outlook.com>
Submitted by:	ghostonthewire@gmail.com (original 4.0.2 patch)
Approved by:	Ralf van der Enden <tremere@cainites.net> (maintainer)
Security:	CVE-2016-2120
Security:	CVE-2016-7068
Security:	CVE-2016-7072
Security:	CVE-2016-7073
Security:	CVE-2016-7074
Security:	https://vuxml.FreeBSD.org/freebsd/e3200958-dd6c-11e6-ae1b-002590263bf5.html
MFH:		2017Q1
2017-01-18 11:23:10 +00:00
Sunpoet Po-Chuan Hsieh
f25253a22a Update to 0.17.0
Changes:	https://github.com/rockdaboot/libpsl/blob/master/NEWS
2017-01-17 17:20:48 +00:00
Danilo Egea Gondolfo
8d88775fc4 - Update to 2.1.8 2017-01-15 18:18:37 +00:00
Sunpoet Po-Chuan Hsieh
bfcec8cda2 Update to 0.15
Changes:	https://gitlab.com/jas/libidn2/blob/master/NEWS
2017-01-15 15:21:33 +00:00
Tijl Coosemans
83579f491e Make 64 bit Linux packages the default on amd64. 2017-01-12 10:44:45 +00:00
Mathieu Arnold
ae4096b69e Commit the cleanups that should have gone in with the pervious update.
Sponsored by:	Absolight
2017-01-12 08:15:41 +00:00
Mathieu Arnold
855408c6d6 Update to latest commit.
MFH:            2017Q1
Security:       CVE-2016-9131 CVE-2016-9147 CVE-2016-9444 CVE-2016-9778
Sponsored by:   Absolight
2017-01-12 08:15:35 +00:00
Xin LI
5f338d6403 Security update to 9.11.0-P2.
Approved by:	so
Security:	d4c7e9a9-d893-11e6-9b4d-d050996490d0
MFH:		2017Q1
2017-01-12 07:30:00 +00:00
Xin LI
ec652af45e Security update to 9.10.4-P5.
Approved by:	so
Security:	d4c7e9a9-d893-11e6-9b4d-d050996490d0
MFH:		2017Q1
2017-01-12 07:29:19 +00:00
Xin LI
134ba57ba1 Security update to 9.9.5-P5.
Approved by:	so
Security:	d4c7e9a9-d893-11e6-9b4d-d050996490d0
MFH:		2017Q1
2017-01-12 07:28:34 +00:00
Dmitry Marakasov
8244fe99bc - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-11 10:08:38 +00:00
Carlos J. Puga Medina
dab7b67cdf - Update to 1.1.0
- Remove unneeded patches (added upstream)
- Add protobuf and re2 support
- Switch to USES=localbase
- Drop USE_GCC
- Add USES=compiler:c++14-lang to build with clang on FreeBSD 10.3
- Cosmetic fixes

Changelog:
  http://dnsdist.org/changelog/#110
2017-01-11 00:48:04 +00:00
Ryan Steinmetz
64f793fa71 - Add OPTION (default to off) to install diagnostic tool(s)
- Do not bump PORTREVISION as this is a noop

PR:		215937
Requested by:	pi@
2017-01-10 13:34:42 +00:00
Sunpoet Po-Chuan Hsieh
e730d999d3 Add more PLIST_SUB to Mk/Uses/python.mk
- Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX
- Add PYTHON2 and PYTHON3
- Respect PYTHON_VERSION
- Rename PYOEXTENSION to PYTHON_PYOEXTENSION

This change would help:
- Build databases/postgresql*-plpython with Python 3
  (It has PLIST issue since bsd.python.mk to Uses/python.mk transition)
- Simplify Makefile

PR:		205807
Differential Revision:	https://reviews.FreeBSD.org/D4758
Exp-run by:	antoine
2017-01-07 21:42:28 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Dmitry Marakasov
9c8a649e64 Remove always-true/false conditions after 9.x, 10.[12] EOL
While here, couple minor fixes

portmgr blanket
2017-01-05 11:00:49 +00:00
Mark Felder
f3a490c718 dns/dnscrypt-proxy: Correct usage of USE_LDCONFIG
Reported by:	sunpoet
2017-01-04 22:17:22 +00:00
Mark Felder
d1cb3f4dc1 dns/dnscrypt-proxy: Update to 1.9.1
PR:		215763
2017-01-04 17:38:39 +00:00
Sunpoet Po-Chuan Hsieh
2e2ac15b52 Update to 0.0.0.20161230
- Bump PORTREVISION for dependent ports

Changes:	https://github.com/publicsuffix/list/commits/master
2017-01-04 15:02:33 +00:00
Don Lewis
b0d72c9b38 Upgrade dns/wdns to version 0.9.1:
* t/: Fix format specifiers for size_t in some tests.

  * Add README.md.

  * Don't install the compiled example programs.

Optionally install source code for example programs under ${EXAMPLESDIR}.

Define TEST_TARGET.

Sponsored by:	Farsight Security, Inc.
2017-01-04 04:43:36 +00:00
Mathieu Arnold
0130c569fa Update to 2.2.3.
Sponsored by:	Absolight
2017-01-03 22:48:31 +00:00
Sunpoet Po-Chuan Hsieh
a036ea41c8 Update to 2.0.5
Changes:	https://github.com/weppos/publicsuffix-ruby/blob/master/CHANGELOG.md
2017-01-03 18:36:48 +00:00
Mathieu Arnold
6e50202209 Update to latest commit.
Sponsored by:	Absolight
2017-01-02 10:49:35 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Rene Ladan
0896b32448 Drop support for Linux Fedora 10 (ports part)
games/dsnake only worked with linux-f10

Should fix INDEX

audio/linux-f10-sdl_mixer
audio/linux-f10-pulseaudio-libs
audio/linux-f10-freealut
audio/linux-f10-arts
audio/linux-f10-esound
audio/linux-f10-libogg
audio/linux-f10-alsa-plugins-oss
audio/linux-f10-openal
audio/linux-f10-openal-soft
audio/linux-f10-nas-libs
audio/linux-f10-alsa-lib
audio/linux-f10-libvorbis
audio/linux-f10-libaudiofile
audio/linux-f10-mikmod
databases/linux-f10-sqlite3
devel/linux-f10-dbus-glib
devel/linux-f10-sdl12
devel/linux-f10-libglade2
devel/linux-f10-devtools
devel/linux-f10-allegro
devel/linux-f10-nspr
devel/linux-f10-dbus-libs
devel/linux-f10-libsigc++20
devel/linux-f10-ncurses-base
dns/linux-f10-libasyncns
emulators/linux_base-f10
emulators/linux-f10
ftp/linux-f10-curl
games/dsnake
graphics/linux-f10-sdl_image
graphics/linux-f10-sdl_ttf
graphics/linux-f10-glew
graphics/linux-f10-ungif
graphics/linux-f10-png
graphics/linux-f10-tiff
graphics/linux-f10-dri
graphics/linux-f10-jpeg
graphics/linux-f10-libGLU
graphics/linux-f10-gdk-pixbuf
graphics/linux-f10-libmng
graphics/linux-f10-cairo
graphics/linux-f10-imlib
lang/linux-f10-tcl85
lang/linux-f10-libg2c
multimedia/linux-f10-libtheora
multimedia/linux-f10-libv4l
net/linux-f10-openldap
net/linux-f10-nss_ldap
print/linux-f10-cups-libs
security/linux-f10-gnutls
security/linux-f10-nss
security/linux-f10-openssl
security/linux-f10-libgpg-error
security/linux-f10-libtasn1
security/linux-f10-libgcrypt
security/linux-f10-libssh2
security/linux-f10-cyrus-sasl2
sysutils/linux-f10-procps
textproc/linux-f10-aspell
textproc/linux-f10-expat
textproc/linux-f10-scim-gtk
textproc/linux-f10-scim-libs
textproc/linux-f10-libxml2
x11/linux-f10-xorg-libs
x11-fonts/linux-f10-fontconfig
x11-themes/linux-f10-qtcurve-gtk2
x11-themes/linux-f10-hicolor-icon-theme
x11-toolkits/linux-f10-qt45
x11-toolkits/linux-f10-gtk2
x11-toolkits/linux-f10-openmotif
x11-toolkits/linux-f10-pango
accessibility/linux-f10-atk
archivers/linux-f10-ucl
archivers/linux-f10-upx
2016-12-31 17:25:05 +00:00
Sunpoet Po-Chuan Hsieh
42613f9d54 - Update to 0.14
Changes:	https://gitlab.com/jas/libidn2/blob/master/NEWS
2016-12-31 13:33:52 +00:00
Sunpoet Po-Chuan Hsieh
4fdfbba0cc - Update to 1.07
Changes:	http://search.cpan.org/dist/Net-DNS/Changes
2016-12-30 19:20:31 +00:00
Sunpoet Po-Chuan Hsieh
bfffffcd0c - Update to 0.12
Changes:	https://gitlab.com/jas/libidn2/blob/master/NEWS
2016-12-30 19:20:08 +00:00
Sunpoet Po-Chuan Hsieh
9c0c1fb587 - Update to 1.3.0
- Update LICENSE
- Add LICENSE_FILE
- Update pkg-descr
- Add GitHub repository to WWW
- Take maintainership

Changes:	https://github.com/DNS-OARC/dnscap/releases
2016-12-30 19:20:04 +00:00
Thomas Zander
b597fb2dcd Update to upstream version 1.17 2016-12-29 08:28:01 +00:00
Steve Wills
e066f38351 dns/rubygem-public_suffix: update to 2.0.4 2016-12-28 16:02:47 +00:00
Steve Wills
243d5264f0 dns/rubygem-dnsruby: update to 1.60.0 2016-12-28 15:58:02 +00:00
Dmitry Marakasov
0190983d13 - Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes

Approved by:	portmgr blanket
2016-12-27 12:20:41 +00:00
Sunpoet Po-Chuan Hsieh
0b81582173 - Update WWW: use https:// 2016-12-26 20:57:36 +00:00
Mathieu Arnold
2942c4d61d Update to latest commit.
Sponsored by:	Absolight
2016-12-26 14:00:17 +00:00