Commit Graph

5387 Commits

Author SHA1 Message Date
Antoine Brodin
a0b5a368ae MFH: r498036
- Mark broken on FreeBSD 12+ (does not build with openssl 1.1)
- Document incompatibility with python 3.7+

Approved by:	portmgr blanket
2019-04-06 07:45:52 +00:00
Antoine Brodin
bcea7adf8a MFH: r497708
Mark BROKEN on FreeBSD 12 and 13

Reported by:	pkg-fallout
2019-04-03 11:09:03 +00:00
David Naylor
5377859638 archivers/R-cran-zip: updated to version 2.0.1
- removed PORTREVISION due to version bump
 - add new test dependencies:
   - devel/R-cran-R6
   - devel/R-cran-covr
   - devel/R-cran-testthat
 - update website URL to align with CRAN package
 - no changelog provided

Generated by:	portcran (0.1.9)
2019-03-31 17:31:13 +00:00
Tobias C. Berner
6fa27dcfe7 Mark almost all Haskell ports for expiration by mid April
Ports for Haskell *libraries* are going to be removed from the ports tree.
Haskell *applications* are going to be statically linked with all dependencies
( https://reviews.freebsd.org/D19730  ), so there is no reason to keep
Haskell libraries in tree.

If you think a port is wrongly marked and should stay, please contact haskell@

Submitted by:	arrowd
Differential Revision:	https://reviews.freebsd.org/D19244
2019-03-30 17:39:36 +00:00
Jan Beich
480c577baa devel/icu: update to 64.1
Changes:	http://site.icu-project.org/download/64
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		236325
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D19479
2019-03-27 21:11:08 +00:00
Alexey Dokuchaev
f79cc43024 Unbreak the build against Clang 7 and above by removing offending flag
and macro definition (-fgnu-runtime and -DGNU_RUNTIME=1, respectively).

PR:	230627
2019-03-27 11:16:30 +00:00
Jason W. Bacon
54efb67ca7 archivers/py-xopen: Upgrade to 0.5.0
Add do-test target
2019-03-24 20:05:14 +00:00
Sunpoet Po-Chuan Hsieh
fc3de05816 Update to 0.34
Changes:	https://metacpan.org/changes/distribution/Archive-Tar-Wrapper
2019-03-24 14:31:26 +00:00
Antoine Brodin
0428b1a1fd Update to 0.6.12 2019-03-21 10:46:28 +00:00
Tobias Kortkamp
c84e8b76d8 Deprecate Go library ports
Many of them are out of date now and there are few reasons to have
them in the tree [1].

[1] https://www.freebsd.org/doc/en/books/porters-handbook/go-libs.html

PR:		236502
Reviewed by:	dg@syrec.org
Approved by:	portmgr (mat), jlaffaye, wen, olgeni
Differential Revision:	https://reviews.freebsd.org/D19568
2019-03-20 06:42:08 +00:00
Tobias C. Berner
6dc94a1c8d [NEW PORT] archivers/php-brotli: PHP Extension for Brotli
Brotli is a generic-purpose lossless compression algorithm that compresses
data using a combination of a modern variant of the LZ77 algorithm, Huffman
coding and 2nd order context modeling, with a compression ratio comparable
to the best currently available general-purpose compression methods. It is
similar in speed with deflate but offers more dense compression.

This is the Brotli Extension for PHP

WWW: https://github.com/kjdev/php-ext-brotli

PR:		236610
Submitted by:	Daniel Shafer <daniel@shafer.cc>
Differential_Revision:	https://reviews.freebsd.org/D19619
2019-03-18 20:24:57 +00:00
Tobias C. Berner
ee161386d4 archivers/quazip: remove flavors (Qt4 deprecation) 2019-03-16 19:37:25 +00:00
Raphael Kubo da Costa
676d525cd2 Update to 1.5.2.
Announcement: https://libzip.org/news/release-1.5.2.html
2019-03-16 15:59:26 +00:00
Tobias C. Berner
e595d55756 Update KDE Frameworks to 5.56.
The changelog can be found here:
	https://kde.org/announcements/kde-frameworks-5.56.0.php

PR:		236415
Exp-run by:	antoine
2019-03-15 05:10:32 +00:00
Raphael Kubo da Costa
ea6345c79b Remove patch that was only supposed to fix the build on FreeBSD <= 10.3. 2019-03-10 15:22:46 +00:00
Adriaan de Groot
e9c3a8b02e Turn on RAR option by default only on x86 in archivers/ark.
This makes it possible to build on non-x86 with default options. Support
for rar archives is via external executables, so there is no change in the
port's compiled artifacts.

Thanks linimon@ for the functional part of the change. While here,
polish up descriptions and links and bits and bobs.

PR:		236240
Submitted by:	linimon
2019-03-09 22:46:55 +00:00
Raphael Kubo da Costa
532ae65d80 Backport patch to fix creation of .tar archives when ZTD support is enabled.
As the patch says, when ZSTD support is present creating a regular .tar archive
will end up creating a zstd file instead. In my tests, this prevented
adding/remove entries from the archive at all.

MFH:		2019Q1
2019-03-09 19:23:05 +00:00
Raphael Kubo da Costa
dd87f5d4b8 Add USES=shared-mime-info
Starting with version 18.12.0, Ark has included a custom kerfuffle.xml mime
type to support zstd-compressed files (the mimetype was only added to
shared-mime-info starting with version 1.11, which we don't ship yet). We need
to make sure update-mime-database is run, otherwise Ark will still fail to
recognize those archives.
2019-03-09 17:52:25 +00:00
Tobias C. Berner
3d439985af Update KDE Applications to 18.12.3 2019-03-07 18:35:32 +00:00
Jose Alonso Cardenas Marquez
2f17176655 - Update to 6.7.0
- Remove files/pealauncher.in
2019-03-07 04:58:53 +00:00
Yuri Victorovich
d1dc285e81 archivers/py-zstandard: Update 0.10.2 -> 0.11.0
0.11.0 doesn't break for me => remove BROKEN

Reported by:	portscout
2019-03-03 00:04:17 +00:00
Antoine Brodin
60cc473cb2 Update to 0.6.11 2019-03-01 10:30:08 +00:00
Sunpoet Po-Chuan Hsieh
415058b576 - Take maintainership 2019-02-28 21:35:40 +00:00
Mark Linimon
c7d1335992 Pet portlint. 2019-02-28 04:33:36 +00:00
Sunpoet Po-Chuan Hsieh
c24ca070d6 Update CONFLICTS_INSTALL: chinese/unrar was removed more than 8 months 2019-02-27 23:47:20 +00:00
Sunpoet Po-Chuan Hsieh
ab1ea3de90 Update to 5.70
- Update MASTER_SITES
- Update CONFLICTS_INSTALL: chinese/unrar was removed more than 8 months
- Update pkg-descr
- Update WWW
2019-02-27 23:47:14 +00:00
Sunpoet Po-Chuan Hsieh
e27f025e3e Update to 5.7.0
- Update MASTER_SITES
- Use x64 binary for amd64
- Update pkg-descr
- Update WWW

Changes:	https://rarlab.com/rarnew.htm
2019-02-27 23:47:09 +00:00
Christian Weisgerber
b6a4dec374 Update to 1.32 for some bug and testsuite fixes. 2019-02-25 22:14:46 +00:00
Alexandre C. Guimarães
c323f2dc3e archivers/zip-ada: archivers/zip-ada: Update to 55.
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D19223
2019-02-18 20:54:27 +00:00
Sunpoet Po-Chuan Hsieh
a716745f32 Remove bin/brotli to avoid CONFLICTS with archivers/brotli
- Bump PORTREVISION for package change
2019-02-17 19:39:48 +00:00
Olivier Cochard
a55d2cec6f Fix compilation when TARGET_ARCH is set
PR:		225377
Approved by:	Martin Waschbüsch (maintainer)
2019-02-14 14:49:18 +00:00
Tobias C. Berner
4b87a977f6 Update KDE Frameworks to 5.55.0
Release Announcement:
  https://www.kde.org/announcements/kde-frameworks-5.55.0.php

PR:		235620
Exp-run by:	antoine
2019-02-12 17:48:25 +00:00
Steve Wills
64387d9575 archivers/urbackup-client: upgrade to 2.3.4 and cleanup
PR:		235440
Submitted by:	freebsd@coombscloud.com (maintainer)
2019-02-12 11:56:49 +00:00
Jochen Neumeister
4927eea30e Update to 2.2.2
Sponsored by:	Netzkommune GmbH
2019-02-12 11:32:09 +00:00
Tobias C. Berner
e349bbbca3 Update KDE Applications to 18.12.2
[1] https://www.kde.org/announcements/announce-applications-18.12.2.php
[2] https://www.kde.org/announcements/fulllog_applications-aether.php?version=18.12.2
2019-02-08 05:11:13 +00:00
Sunpoet Po-Chuan Hsieh
cbb13b5bce Change RUN_DEPENDS from py-msgpack to py-msgpack05
- Bump PORTREVISION for dependency change

remko@ notified me that there is runtime issue with msgpack 0.6.1.
And upstream has added version check to the repository that will terminate for unsupported msgpack.
2019-02-04 22:32:15 +00:00
David Chisnall
3f627ab4ce Move Objective-C ports to the v2 GNUstep ABI.
* Bump the LLVM revision used for GNUstep to 7, the minimum to support
   the new ABI.
 * GNUstep-back does not work with lld, so mark it to use Gold (BFD LD
   doesn't seem able to link Objective-C things).
 * Turn off some annoying debug logs in GNUstep back, which generate
   several messages per second when you move the mouse.  These should
   never have been enabled in a release build anyway.
 * Downgrade Cenon to 4.0.2.  This was the last version to actually work
   with GNUstep (the later ones use XCode >= 5 .xib files, which GNUstep
   can't parse).
 * Update gorm to git head. The current release doesn't work with the
   new Objective-C ABI, but -head has the patches to fix it.
 * Update PikoPixel and add it to the gnustep-app meta-package.
 * Update the three core GNUstep packages to the latest release.
 * Update gnumail and pantomime to the latest release and fix a linking
   error with the new ABI.
 * Update GNUstep FTP to the latest version.

Reviewed by:	bapt (previous version)
2019-02-03 15:37:58 +00:00
Kurt Jaeger
f44a4972df archivers/urbackup-server: update 2.2.11 -> 2.3.7
- Changes some hardcoded paths from /etc/urbackup to ${PREFIX}/etc/urbackup
- Adds a note to UPDATING about the foregoing path change
- Uses sqlite3, lua, and lmdb from ports tree, rather than embedded
- Enables support for mounting of VHD files via fuse

PR:		235432
Submitted by:	freebsd@coombscloud.com (maintainer)
Relnotes:	https://www.urbackup.org/server_changelog.html
2019-02-03 09:07:32 +00:00
Gerald Pfeifer
a27b650d07 Update to lzip version 1.21. This includes the following changes:
- Improved detection of corrupt headers.
 - Some more error handling.
 - Improved descriptions of the -0, ..., -9, -m and -s command-line options.
2019-01-27 17:57:42 +00:00
Tobias C. Berner
49cf161a02 archivers/dpkg: Update to 1.19.4
PR:		235167
Submitted by:	Nathan <ndowens@yahoo.com> (maintainer)
2019-01-26 06:49:36 +00:00
Sunpoet Po-Chuan Hsieh
a130671d19 Update to 0.8
- Update LICENSE

Changes:	https://github.com/halostatue/minitar/blob/master/History.md
2019-01-25 19:59:11 +00:00
Sunpoet Po-Chuan Hsieh
e1cd297a55 Update to 0.8
- Update LICENSE
- Take maintainership

Changes:	https://github.com/halostatue/minitar/blob/master/History.md
2019-01-25 19:59:06 +00:00
Tobias C. Berner
4eb2665418 archivers/py-bup: update to 0.29.2
PR:		235160
Submitted by:	jjuanino@gmail.com (maintainer)
2019-01-24 19:45:50 +00:00
Guido Falsi
41ff4e536e Clenup xfce ports:
- Add missing dependencies
- Remove unneeded patches
- Regenerate and rename legacy patches
- Add NLS option to ports providing such a knob, and missing the
  option
- Add INSTALL_TARGET=install-strip where missing
- Sort things
- Remove unneeded +=
- Cosmetic changes to OPTION related variables to improve readability
- Update WWW
- Silence portlint warnings about variables order
- Bump PORTREVISION where changing dependencies and/or adding
  install-strip
2019-01-22 14:44:38 +00:00
Alexey Dokuchaev
0c6f1a1b47 - Update `archivers/gzip' to version 1.10
- Switch to smaller .tar.xz distfile
- Drop custom DOC_FILES variable in favor of PORTDOCS
- Use option-helper target for installing docfiles
2019-01-22 09:09:50 +00:00
Mark Linimon
f03c3d55b1 This port links to cryptopp, which is compiled with GCC 8 on GCC-based
architectures, thus it also needs USES=compiler:c++11-lang.

PR:		234966
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2019-01-22 07:39:47 +00:00
Antoine Brodin
97b9a7dddb Mark BROKEN: fails to build
c-ext/constants.c:80:51: error: use of undeclared identifier 'ZSTD_SEARCHLENGTH_MIN'

Reported by:	pkg-fallout
2019-01-19 07:20:10 +00:00
Steve Wills
d21907ced5 archivers/py-borgbackup: update to 1.1.8
PR:		235025
Submitted by:	jjuanino@gmail.com (maintainer)
2019-01-17 21:13:39 +00:00
Alexey Dokuchaev
c1518f865c Update `archivers/libdeflate' to version 1.2.
Reported by:	portscout
2019-01-17 10:21:06 +00:00
Tijl Coosemans
1bf487d3e7 Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence.  If the
catch-all is last it captures everything.  In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API.  This only affects lld because GNU ld always gives the
catch-all lowest priority.

Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium.  Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3]  The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one.  If there's no such non-weak symbol the call
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1] 5c2cbfccf9
[2] 2ed5054e3a
[3] 009f5ebb4b

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
2019-01-16 11:13:44 +00:00