Commit Graph

462145 Commits

Author SHA1 Message Date
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Wen Heping
af8af69763 - Update to 1.12.0 2018-12-12 01:26:40 +00:00
Adam Weinberger
df17ca775d Add pkg-message instructions to fix geoiplookup with the free databases
GeoIP has free and paid databases with differing granularity. The
geoiplookup and geoiplookup6 tools look only for the paid databases.
Users with the free databases (as would be obtained through the
included geoipupdate.sh script, or though specification of free
data files in net/geoipupdate) will need to create symlinks to
enable those tools to work with the free database files.

The upstream NEWS.md enumerates those symlinks, so this patch includes
a link to that file in the upstream repo.

PORTREVISION bump for the pkg-message change.

PR:		233947
Reported by:	Vincent Milum
MFH:		2018Q4
2018-12-12 00:28:52 +00:00
William Grzybowski
914108fbc3 devel/py-pyrsistent: Persistent/Immutable/Functional data structures
Pyrsistent is a number of persistent collections (by some referred to as
functional data structures). Persistent in the sense that they are immutable.

WWW: https://github.com/tobgu/pyrsistent
2018-12-12 00:19:52 +00:00
Jan Beich
9be294e152 multimedia/libva: drop dependency on GNU sed
Approved by:	madpilot (maintainer)
Differential Revision:	https://reviews.freebsd.org/D18510
2018-12-12 00:18:41 +00:00
Jan Beich
7c879267dc devel/boost-*: update to 1.69.0
Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
2018-12-12 00:15:49 +00:00
Antoine Brodin
c96bb1299d Unbreak 2018-12-11 23:19:08 +00:00
Tobias C. Berner
2dfcc02f0b textproc/kdiff3 -- update to kf5 based version
- kde@ takes maintainership

Approved by:	pizzamig
Differential Revision:	https://reviews.freebsd.org/D18016
2018-12-11 23:18:13 +00:00
Antoine Brodin
20c68c59cc Convert to USE_RUBY 2018-12-11 23:12:20 +00:00
Tobias C. Berner
96332a3c09 Update multimedia/mlt, multimedia/shotcut and graphics/movit
- multimedia/mlt:       6.12.0
- multimedia/shotcut:   18.11.18
- graphics/movit:       1.6.2

To reduce the bumps, all in one.

PR:		229068
PR:		229071
Approved by:	multimedia (kwm)
2018-12-11 22:30:12 +00:00
Tobias C. Berner
e307b0063c New port: sysutils/plasma-pass -- Plasma widget for pass
- https://www.dvratil.cz/2018/05/plasma-pass/
 - https://github.com/kde/plasma-pass
2018-12-11 22:14:17 +00:00
Gerald Pfeifer
dd5c8f4ec8 Update the default version of GCC pulled in via USE_GCC=yes and a myriad
other ways from GCC 7 (7.4 right now) to GCC 8 (8.2 right now).

This is the first time for eons, if not forever, that we are on the most
recent major version of GCC, a catch-up that's been taking more than two
years with the great help of many fellow committers and volunteers.

PR:		231590
Tested by:	antoine (exp-runs)
Thanks to:	jbeich, tobik, jwb, mi, yuri, and others for helping fix (broken) ports
2018-12-11 21:28:31 +00:00
Niclas Zeising
a11c6f6ffc graphics/feh: Update to 3.1.1
Changelog: https://feh.finalrewind.org/archive/3.1.1/
2018-12-11 21:26:12 +00:00
Guido Falsi
ed6908d89e - Mark pokerth broken with OpenSSL 1.1 and newer
- Silence portling warning
2018-12-11 20:40:47 +00:00
Rene Ladan
087b44233d Chase r487256, expiration of MongoDB 3.2 2018-12-11 20:33:27 +00:00
Rene Ladan
c4483a94a3 databases/mongodb32: expire on 2018-12-31, EOL upstream since 2018-09 2018-12-11 20:32:05 +00:00
Koop Mast
2729606861 Update pitivi to 0.999
* Forcably load numpy as soon as possible so the required gcc library can
  get pulled in. This fixes the problem of not being able to find numpy at all.

PR:		172366
Submitted by:	woodsb02@ (0.99 version + numpy patch),
		Olivier Duchateau (earlier version),
		Greg V (0.999 update)
Differential Revision:	https://reviews.freebsd.org/D17042
2018-12-11 20:31:02 +00:00
Li-Wen Hsu
74bb792f86 Add graphics/webp-pixbuf-loader, gdkpixbuf2 loader and thumbnailer for webp
PR:		232872
Submitted by:	Greg V <greg@unrelenting.technology>
2018-12-11 20:29:28 +00:00
Koop Mast
94e565128d Add gstreamer1-transcoder
Transcodes a stream defined by its first <input-uri> argument to the place
defined by its second <output-uri> argument into the format described in its
third <encoding-format> argument or using the given <output-uri> file extension.

Submitted by:		woodsb02@
Differential Revision:	https://reviews.freebsd.org/D17042
2018-12-11 20:28:12 +00:00
Jimmy Olgeni
54ff92978e Update lang/erlang-runtime21 to version 21.2. 2018-12-11 19:31:28 +00:00
Glen Barber
d7fd9f7cad Add 12.0-RELEASE MANIFEST files.
Remove 12.0-RC2 and 12.0-RC3 files.

Approved by:	bdrewery (maintainer, implicit, re blanket)
Sponsored by:	The FreeBSD Foundation
2018-12-11 19:06:09 +00:00
Yuri Victorovich
a4859c41df x11-toolkits/wxgtk31: Update 3.1.1 -> 3.1.2
Reported by:	portscout
2018-12-11 19:02:42 +00:00
Yuri Victorovich
b0abfe088d misc/urh: Update 2.5.1 -> 2.5.2
Reported by:	portscout
2018-12-11 18:10:40 +00:00
Yuri Victorovich
1e662c3b71 math/osqp: Update 0.4.1 -> 0.5.0
Reported by:	portscout
2018-12-11 18:08:52 +00:00
Jan Beich
0a1c0364cf security/vuxml: update to 1.1_3 2018-12-11 17:50:04 +00:00
Li-Wen Hsu
7917b97073 Add graphics/imlib2-webp, an imlib2 plugin for webp images
PR:		232871
Submitted by:	Greg V <greg@unrelenting.technology>
2018-12-11 17:38:50 +00:00
Li-Wen Hsu
69a1868c0d - Add pkg-config pc file [1]
- Pet portlint while here

PR:		233446 [1]
Submitted by:	Greg V <greg@unrelenting.technology>
Approved by:	imp (maintainer)
2018-12-11 17:13:55 +00:00
Mark Linimon
e19c44cecf These ports now build on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2018-12-11 17:03:52 +00:00
Baptiste Daroussin
68cfee0d22 Remove false dependency on esound 2018-12-11 16:38:44 +00:00
Mark Linimon
63050fdb63 This port needs to use new GCC from ports on GCC-based architectures,
so add USES=compiler:c++11-lang.

PR:		233866
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-11 16:35:58 +00:00
Dan Langille
0c2b0b2432 Upgrade to 4.1.2
4.1.2:
- Fixed bigint encoding taking quadratic time
- Fixed overflow errors when encoding floating point numbers in canonical mode
- Improved decoder performance for dictionaries
- Minor documentation tweaks

4.1.1:
- Fixed encoding of negative ``Decimal`` instances (PR by Sekenre)
2018-12-11 16:12:54 +00:00
Joseph Mingrone
a65cd96f01 Remove biology/njplot
The author of both NJplot and SeaView says that NJplot can be considered
deprecated and replaced by SeaView.
2018-12-11 15:04:12 +00:00
Dmitry Marakasov
b753dc567d - Add license
- Add missing USE_LDCONFIG
- Switch for pkg-plist for easier maintenance
- Optionize DOCS
- Don't install license with documentation

Approved by:	portmgr blanket
2018-12-11 13:48:07 +00:00
Dmitry Marakasov
a28039c1af - Fix LICENSE
- Add LICENSE_FILE
- Fix shebangs
- Update WWW

Approved by:	portmgr blanket
2018-12-11 13:33:40 +00:00
Rene Ladan
633212ee21 mail/qmail: Remove support for expired SRS option.
The SRS option depended on a Google Code project which was abandonded in 2017.
2018-12-11 13:21:18 +00:00
Rene Ladan
0fd403935e Remove expired ports:
2018-12-10 net/g2ipmsg: GNOME 2 application
2018-12-10 net/grdesktop: GNOME 2 application
2018-12-10 textproc/gnome-spell: GNOME 2 application
2018-12-10 textproc/sagasu: GNOME 2 application
2018-12-10 deskutils/planner: GNOME 2 application
2018-12-10 deskutils/multisync: GNOME 2 application
2018-12-10 deskutils/drivel: GNOME 2 application
2018-12-10 deskutils/notecase: GNOME 2 application
2018-12-10 deskutils/gtodo: GNOME 2 application
2018-12-10 deskutils/gtweakui: GNOME 2 application
2018-12-10 deskutils/gnotime: GNOME 2 application
2018-12-10 deskutils/gruler: GNOME 2 application
2018-12-10 japanese/gjiten: GNOME 2 application
2018-12-10 graphics/truevision: GNOME 2 application
2018-12-10 graphics/gx: GNOME 2 application
2018-12-10 graphics/amide: GNOME 2 application
2018-12-10 graphics/cbrpager: GNOME 2 application
2018-12-10 www/gurlchecker: GNOME 2 application
2018-12-10 security/gpass: GNOME 2 application
2018-12-10 security/libgnomesu: GNOME 2 application
2018-12-10 security/gnome-gpg: GNOME 2 application
2018-12-10 devel/gnome-vfs-monikers: GNOME 2 application
2018-12-10 ftp/gwget: GNOME 2 application
2018-12-10 print/gribouy: GNOME 2 application
2018-12-10 print/gnomephotoprinter: GNOME 2 application
2018-12-10 print/ggv: GNOME 2 application
2018-12-10 print/gnome-cups-manager: GNOME 2 application
2018-12-10 editors/conglomerate: GNOME 2 application
2018-12-10 misc/gregexp: GNOME 2 application
2018-12-10 science/linsmith: GNOME 2 application
2018-12-10 games/grhino: GNOME 2 application
2018-12-10 games/gnono: GNOME 2 application
2018-12-10 games/gnomekiss: GNOME 2 application
2018-12-10 games/gtktetcolor: GNOME 2 application
2018-12-10 games/gturing: GNOME 2 application
2018-12-10 games/gtetrinet: GNOME 2 application
2018-12-10 games/gdado: GNOME 2 application
2018-12-10 games/monkeybubble: GNOME 2 application
2018-12-10 games/teg: GNOME 2 application
2018-12-10 games/gnomeattacks: GNOME 2 application
2018-12-10 games/gnomebreakout: GNOME 2 application
2018-12-10 x11-clocks/gtubeclock: GNOME 2 application
2018-12-10 x11-clocks/sanduhr: GNOME 2 application
2018-12-10 audio/grip: GNOME 2 application
2018-12-10 audio/jack-rack: GNOME 2 application
2018-12-10 math/gdcalc: GNOME 2 application
2018-12-10 x11/brightside: GNOME 2 application
2018-12-10 x11-fm/gnome-commander2: GNOME 2 application
2018-12-10 multimedia/quark: GNOME 2 application
2018-12-10 astro/celestia-gnome: GNOME 2 application
2018-12-10 comms/gmfsk: GNOME 2 application
2018-12-10 comms/ge-x2212: GNOME 2 application
2018-12-10 comms/efax-gtk: GNOME 2 application
2018-12-10 sysutils/gnome-pkgview: GNOME 2 application
2018-12-10 sysutils/fusefs-gnome-vfs: GNOME 2 application
2018-12-10 sysutils/gai-leds: GNOME 2 application
2018-12-10 sysutils/gnome-device-manager: GNOME 2 application
2018-12-10 sysutils/battfink: GNOME 2 application
2018-12-10 sysutils/cog: GNOME 2 application
2018-12-10 sysutils/gcdmaster: GNOME 2 application
2018-12-11 13:02:50 +00:00
Max Khon
5826ab7fdb - Update to 1.22.2
- Add explicit missing dependency on SSL
- Fix portlint warnings

PR:		231454, 225953
Submitted by:	Rainer Hurling, Bernard Spil
2018-12-11 12:58:27 +00:00
Rene Ladan
228435e374 Remove expired ports:
2018-12-10 deskutils/multisync-backup: GNOME 2 application
2018-12-10 deskutils/multisync-syncml: GNOME 2 application
2018-12-11 12:42:56 +00:00
Bernhard Froehlich
6524912adc dns/dnsperf: Fix building with bind 9.12 and newer
Patches are partially based on ISC upstream commit
64fe6bbaf2019f444475dfbf744eb6ea4e619c19 the other
parts are mine.

PR:		232774
Reported by:	leeb@ratnaling.org
Approved by:	portmgr (blanket)
Obtained from:	64fe6bbaf2
2018-12-11 12:34:58 +00:00
Jochen Neumeister
c43875aa01 - Update WWW
Sponsored by:	Netzkommune GmbH
2018-12-11 10:51:21 +00:00
Antoine Brodin
c06409c76b Spell CHOSEN_COMPILER_TYPE correctly
PR:		199098
With hat:	portmgr
2018-12-11 10:10:02 +00:00
Dmitry Marakasov
da9bce2d6f - Add LICENSE
- Update WWW

Approved by:	portmgr blanket
2018-12-11 09:31:31 +00:00
Dmitry Marakasov
126a665a19 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2018-12-11 09:01:31 +00:00
Max Khon
964801638d Update to 0.9.1alpha
PR:		233896
Submitted by:	Henry David Bartholomew
2018-12-11 08:43:59 +00:00
Tobias C. Berner
aed5d3d49c print/tex-xetex, print/tex-luatex: prepare for poppler upgrade
There are many api changes inside poppler, and our TeX distribution is ancient.
For now, switch these to use their bundled version of poppler.

PR:		233452
2018-12-11 08:25:47 +00:00
Li-Wen Hsu
0f97803bfe - Update to 2.155
Sponsored by:	The FreeBSD Foundation
2018-12-11 07:56:33 +00:00
Yuri Victorovich
3204737e4f science/openbabel: fix build with GCC-based architectures
While here, also add USES=gnome.

PR:		233912
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-12-11 07:50:24 +00:00
Yuri Victorovich
df1cfe66a6 biology/mummer: Add USES=compiler:c++11-lang 2018-12-11 07:48:12 +00:00
Yuri Victorovich
da87b8a1d5 biology/mummer: Update 3.23 -> 4.0.0beta2-2
Port changes:
* Moved to github
* It now installs itself
* It uses yaggo during build
2018-12-11 07:43:45 +00:00
Yuri Victorovich
5054438501 biology/mummer: Take maintainership 2018-12-11 07:23:54 +00:00