1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
Commit Graph

5304 Commits

Author SHA1 Message Date
Mark Linimon
969598ce33 Add USES=compiler:c++11-lang to fix linking with devel/smack on GCC-based
architectures.

PR:		234411
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-26 21:58:28 +00:00
Mark Linimon
47fd29520d This port needs USES=compiler:c++11-lang to build on GCC-based
architectures.

PR:		234367
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-26 20:55:27 +00:00
Rodrigo Osorio
e65c1dba87 Upgrade archivers/rpm4 from 4.14.2 to 4.14.2.1
Changelog:
 * Fix regression (RhBug:1640470) in 4.14.2
 * Fix package verification memory leak introduced in 4.14.2
 * Fix long-standing Python GIL locking bug
 * Fix long-standing broken library path of embedded Lua

Changes : http://rpm.org/wiki/Releases/4.14.2.1

MFH:		2018Q4
2018-12-26 15:59:17 +00:00
Alexey Dokuchaev
70ce94ec9d Instead of hand-rolled `do-install' target, make existing installation
routine PREFIX-aware and compatible with our install(1).  As a bonus,
it would install prefixed binaries to avoid potential clash with other
gzip and gunzip implementations.
2018-12-26 09:34:28 +00:00
Alexey Dokuchaev
64872a3700 Update `archivers/libdeflate' to version 1.1.
Reported by:	portscout
2018-12-26 08:08:32 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Wen Heping
e30b3dde26 - Update to 2.1.6 2018-12-23 03:44:09 +00:00
Jochen Neumeister
2b88702e8d Update to 1.6.7
Changelog:
 - increase compression buffer up to 104% to avoid failure when output is larger than input
 - don't try to compress very large input (>4GB)

Sponsored by:	Netzkommune GmbH
2018-12-20 16:26:50 +00:00
Jochen Neumeister
761e2ffd11 - Add License
- pet Portlint

Sponsored by:	Netzkommune GmbH
2018-12-20 16:18:08 +00:00
Jochen Neumeister
aaed538a89 delete death link
Sponsored by:	Netzkommune GmbH
2018-12-20 16:12:46 +00:00
Gerald Pfeifer
e041761b3b Update to lzip version 1.20. This includes the following changes:
- A new option '--loose-trailing'.
 - Option '-S, --volume-size' now keeps input files.
 - Replaced 'bits/byte' with the inverse compression ratio in output.
 - Do not add a second .lz extension to the argument of an '-o' option.
 - Improved corrupt header detection to HD=3 and show corrupt or
   truncated header in multimember file and some further changes and
   improvements around progress and error reporting.
 - The documentation gained a new chapter "Output".

PR:		233802
Submitted by:	swills
2018-12-19 08:41:53 +00:00
Wen Heping
1dd80c7e6b - Update to 2.1.5 2018-12-19 01:56:08 +00:00
Rene Ladan
7cbe341ae6 Use regular DEPRECATED and EXPIRATION_DATE variables in an "if FLAVOR" block
instead of flavoring the variables themselves. This caused too much hassle
for Tools/scripts/rmport.

Discussed with:	tcberner
2018-12-16 16:49:17 +00:00
Tobias C. Berner
36548a0f8a Update KDE Frameworks to 5.53.0
https://www.kde.org/announcements/kde-frameworks-5.53.0.php

PR:		233885
Exp-run by:	antoine
2018-12-16 14:59:10 +00:00
Kubilay Kocak
6f31554eb6 archivers/upx: Fix build due to missing perl (pod2*) tools
upx unconditionally runs its docs target, which relies on multiple [1] pod2*
tools provided by perl.

USES=perl and USE_PERL=build were removed in ports r478489, resulting in those
tools not being available at build time, and the following errors:

  /bin/sh: pod2man: not found
  /bin/sh: pod2html: not found
  /bin/sh: pod2text: not found

This change, accordingly, re-adds perl as an unconditional build dependency,
including a comment about what its for.

While I'm here:

  * Update COMMENT for (portlint) compliance [2]

[1] pod2man, pod2html, pod2text
[2] Wikipedia, MajorGeeks and others also describe UPX without a "The" prefix

PR:		234002
Reported by:	<mail ozzmosis com>
Approved by:	portmgr (blanket: build fix, JFI)
MFH:		2018Q4
Differential Revision: D18549
2018-12-14 08:44:29 +00:00
Tobias C. Berner
3ac19993e6 Update KDE Applications to 18.12.0
https://www.kde.org/announcements/announce-applications-18.12.0.php
2018-12-14 05:07:04 +00:00
Max Khon
6244bde1ca Update to 3.95 2018-12-13 02:24:38 +00:00
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
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
Max Khon
964801638d Update to 0.9.1alpha
PR:		233896
Submitted by:	Henry David Bartholomew
2018-12-11 08:43:59 +00:00
Steve Wills
090410f174 archivers/dpkg: fix build with GCC-based architectures
PR:		233840
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
Approved by:	Nathan <ndowens@yahoo.com> (maintainer)
2018-12-09 02:59:55 +00:00
Yuri Victorovich
98f840f0fb archivers/py-zstd: Update 1.3.4 -> 1.3.5.1
Reported by:	repology
2018-12-08 18:57:23 +00:00
Rene Ladan
968c62c6fb Remove version 7.0 from the IGNORE_WITH_PHP list. 2018-12-06 11:22:12 +00:00
Rene Ladan
1aaf102221 Remove expired ports:
2018-12-04 archivers/php70-bz2: Security Support ends on 3 Dec 2018
2018-12-04 archivers/php70-phar: Security Support ends on 3 Dec 2018
2018-12-04 archivers/php70-zip: Security Support ends on 3 Dec 2018
2018-12-04 archivers/php70-zlib: Security Support ends on 3 Dec 2018
2018-12-04 converters/php70-iconv: Security Support ends on 3 Dec 2018
2018-12-04 converters/php70-mbstring: Security Support ends on 3 Dec 2018
2018-12-04 converters/php70-recode: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-dba: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-interbase: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-mysqli: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-odbc: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-pdo: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-pdo_dblib: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-pdo_firebird: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-pdo_mysql: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-pdo_odbc: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-pdo_pgsql: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-pdo_sqlite: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-pgsql: Security Support ends on 3 Dec 2018
2018-12-04 databases/php70-sqlite3: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-gettext: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-intl: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-json: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-pcntl: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-readline: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-shmop: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-sysvmsg: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-sysvsem: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-sysvshm: Security Support ends on 3 Dec 2018
2018-12-04 devel/php70-tokenizer: Security Support ends on 3 Dec 2018
2018-12-04 ftp/php70-curl: Security Support ends on 3 Dec 2018
2018-12-04 ftp/php70-ftp: Security Support ends on 3 Dec 2018
2018-12-04 graphics/php70-exif: Security Support ends on 3 Dec 2018
2018-12-04 graphics/php70-gd: Security Support ends on 3 Dec 2018
2018-12-04 mail/php70-imap: Security Support ends on 3 Dec 2018
2018-12-04 misc/php70-calendar: Security Support ends on 3 Dec 2018
2018-12-04 net/php70-ldap: Security Support ends on 3 Dec 2018
2018-12-04 net/php70-soap: Security Support ends on 3 Dec 2018
2018-12-04 net/php70-sockets: Security Support ends on 3 Dec 2018
2018-12-04 net/php70-xmlrpc: Security Support ends on 3 Dec 2018
2018-12-04 net-mgmt/php70-snmp: Security Support ends on 3 Dec 2018
2018-12-04 sysutils/php70-fileinfo: Security Support ends on 3 Dec 2018
2018-12-04 sysutils/php70-posix: Security Support ends on 3 Dec 2018
2018-12-04 security/php70-filter: Security Support ends on 3 Dec 2018
2018-12-04 security/php70-hash: Security Support ends on 3 Dec 2018
2018-12-04 security/php70-mcrypt: Security Support ends on 3 Dec 2018
2018-12-04 security/php70-openssl: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-ctype: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-dom: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-enchant: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-pspell: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-simplexml: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-wddx: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-xml: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-xmlreader: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-xmlwriter: Security Support ends on 3 Dec 2018
2018-12-04 textproc/php70-xsl: Security Support ends on 3 Dec 2018
2018-12-04 www/mod_php70: Security Support ends on 3 Dec 2018
2018-12-04 www/php70-opcache: Security Support ends on 3 Dec 2018
2018-12-04 www/php70-session: Security Support ends on 3 Dec 2018
2018-12-04 www/php70-tidy: Security Support ends on 3 Dec 2018
2018-12-05 15:46:02 +00:00
Steve Wills
99f36b9fd8 archivers/c-blosc: update to 1.15.0
PR:		233687
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw> (maintainer)
2018-12-04 18:15:31 +00:00
Antoine Brodin
237c32d16d Deprecate ports depending on php 5.6 2018-12-02 17:43:33 +00:00
Rene Ladan
99d6d12a38 Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
2018-12-02 15:41:47 +00:00
Yuri Victorovich
971daffecc archivers/py-zstandard: Update 0.10.1 -> 0.10.2
Reported by:	portscout
2018-12-01 16:39:14 +00:00
Kurt Jaeger
e37027b60d archivers/dpkg: update 1.19.0.5 -> 1.19.2
PR:		233390
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>
Approved by:	Nathan <ndowens@yahoo.com> (maintainer)
Relnotes:	https://lists.debian.org/debian-dpkg/2018/10/msg00002.html
2018-12-01 07:47:06 +00:00
Jose Alonso Cardenas Marquez
5544f8eb64 - Update to 6.6.1 2018-11-21 20:46:24 +00:00
Tobias C. Berner
97d1b5cdad Update KDE Frameworks to 5.52.0
PR:		233107
Exp-run by:	antoine
2018-11-12 18:31:42 +00:00
Koop Mast
7f57e48d2d Update file-roller to 3.28.1.
* Add options for additional archive types [1]

Submitted by:	Alexandre C. Guimarães <lebarondemerde@privacychain.ch> [1]
2018-11-11 21:33:59 +00:00
Baptiste Daroussin
7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.

Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.

Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them

Bump revision of all impacted ports

PR:		232907
exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17816
2018-11-10 18:12:57 +00:00
Sunpoet Po-Chuan Hsieh
f73a79e22d Register iconv dependency
- Bump PORTREVISION for dependency and package change

PR:		233055
Submitted by:	Lorenzo Salvadore <phascolarctos@protonmail.ch>
2018-11-10 07:59:08 +00:00
Tobias C. Berner
03efb5d84e Update KDE Applications to 18.09.3 2018-11-09 20:09:13 +00:00
Li-Wen Hsu
7270e4860f Add maxcso, ISO to CSO compressor for PSP/PS2 emulators
PR:		224638
Submitted by:	Greg V <greg@unrelenting.technology>
2018-11-08 23:19:03 +00:00
Rene Ladan
fdfdc8f266 Return tj's ports to the pool after his commit bit got safekept. 2018-11-06 21:13:54 +00:00
Sunpoet Po-Chuan Hsieh
83d1990aac Update distinfo
- Bump PORTREVISION for package change

Upstream rerolled the tarball.
Around 5,000 lines of differences are tab/space changes.

The original tarball is available at https://people.freebsd.org/~sunpoet/cabextract/cabextract-1.9.tar.gz
The diff -bru result is available at https://people.freebsd.org/~sunpoet/cabextract/cabextract.diff
2018-11-06 15:00:00 +00:00
Sunpoet Po-Chuan Hsieh
7e15f64723 Update to 2.1.2
Changes:	https://github.com/python-lz4/python-lz4/releases
2018-11-05 21:45:54 +00:00
Sunpoet Po-Chuan Hsieh
8162abee34 Update to 1.9
- Convert to options target helper

Changes:	https://www.cabextract.org.uk/#changes
2018-11-05 21:43:14 +00:00
Eric Turgeon
0f60a43579 update ports archivers/engrampa to 1.20.1
Approved by:	bapt (mentor)
2018-11-02 18:22:21 +00:00
Sunpoet Po-Chuan Hsieh
d4de0fc668 Update to 1.4.3
Changes:	https://github.com/twogood/unshield/releases
2018-11-01 19:13:07 +00:00
Mark Linimon
bba27791f4 Appease portlint. 2018-11-01 01:40:47 +00:00
Sunpoet Po-Chuan Hsieh
86e6c544b1 Update WWW 2018-10-28 19:56:53 +00:00
Sunpoet Po-Chuan Hsieh
9580bf8817 Update WWW 2018-10-28 19:56:45 +00:00
Tobias C. Berner
19fb9b432b Fix build with GCC-based architectures for various kde@ ports.
- Qt5 required c++11 support.

Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
PR:		232726
PR:		232725
PR:		232723
PR:		232722
PR:		232721
PR:		232720
PR:		232719
PR:		232697
PR:		232682
PR:		232669
PR:		232668
PR:		232667
PR:		232666
PR:		232665
PR:		232664
PR:		232662
PR:		232661
PR:		232655
PR:		232654
PR:		232652
PR:		232648
PR:		232647
PR:		232641
PR:		232640
PR:		232638
PR:		232635
PR:		232634
PR:		232632
PR:		232631
PR:		232630
PR:		232629
PR:		232628
PR:		232627
PR:		232625
PR:		232624
PR:		232623
PR:		232614
PR:		232613
PR:		232612
PR:		232611
PR:		232610
PR:		232609
PR:		232607
PR:		232606
PR:		232605
PR:		232604
PR:		232603
PR:		232602
PR:		232597
PR:		232589
PR:		232585
PR:		232584
PR:		232583
PR:		232581
PR:		232580
PR:		232579
PR:		232578
PR:		232576
PR:		232575
PR:		232574
PR:		232573
PR:		232570
2018-10-27 11:50:58 +00:00
Sergey A. Osokin
8b82b86765 Upgrade from 1.0.6 to 1.0.7. 2018-10-24 23:38:33 +00:00
Sunpoet Po-Chuan Hsieh
fe3af831c4 Update to 1.0.7
Changes:	https://github.com/google/brotli/releases
2018-10-24 17:57:15 +00:00
Jan Beich
91f9922c6f devel/icu: update to 63.1
Changes:	http://site.icu-project.org/download/63
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		232300
Exp-run by:	antoine
2018-10-23 11:35:03 +00:00
Rene Ladan
72aaa3f72f Remove expired ports:
2018-10-22 devel/hs-enumerator: Doesn't build with recent GHC version
2018-10-22 net-im/hs-haskell-xmpp: Doesn't build with recent GHC version
2018-10-22 security/hs-certificate: Doesn't build with recent GHC version
2018-10-22 textproc/hs-attoparsec-enumerator: Doesn't build with recent GHC version
2018-10-22 textproc/hs-HaXml: Doesn't build with recent GHC version
2018-10-22 www/hs-happstack: Doesn't build with recent GHC version
2018-10-22 x11-toolkits/hs-wxc: Doesn't build with recent GHC version
2018-10-22 x11-toolkits/hs-wx: Doesn't build with recent GHC version
2018-10-22 archivers/hs-zlib-enum: Doesn't build with recent GHC version
2018-10-22 x11-toolkits/hs-wxcore: Doesn't build with recent GHC version
2018-10-22 devel/hs-TypeCompose: Doesn't build with recent GHC version
2018-10-22 devel/hs-PSQueue: Doesn't build with recent GHC version
2018-10-22 devel/hs-blaze-builder-enumerator: Doesn't build with recent GHC version
2018-10-23 10:14:09 +00:00