Age | Commit message (Collapse) | Author |
|
Reported by: pkg-fallout
|
|
With hat: portmgr
|
|
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme. This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".
The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.
Remedy the issue by adding wildcards to these paths. This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.
[1] https://bugs.python.org/issue42604
PR: 252057
Reported by: John Kennedy
Reviewed by: fluffy, koobs
Approved by: koobs (python)
|
|
Changes: https://metacpan.org/changes/distribution/File-Fetch
|
|
Changes: https://curl.se/changes.html
PR: 251773
Submitted by: lwhsu
Security: 3c77f139-3a09-11eb-929d-d4c9ef517024
MFH: 2020Q4
|
|
|
|
- Switch to USES=localbase
- Use OPTIONS helpers
- Call glib-gettextize unconditionally to fix configure with disabled NLS
- Update WWW
Approved by: portmgr blanket
|
|
- Improve PCRE handling in options, add NTLM option
- Use pkg-config unconditionally, it's used for detecting all depends and is required for proper pcre2 detection
- Use USES=localbase instead of duplicate CPPFLAGS/LDFLAGS for most options
PR: 251189
Approved by: vd (maintainer)
|
|
|
|
|
|
Release notes:
https://github.com/rs/curlie/releases/tag/v1.6.0
|
|
|
|
compilation.
Since August 2020, curl would auto-enable ZSTD if available while
configuring, this would however not propagate to the LIB_DEPENDS.
Make sure to explicitly control ZSTD by introducing an option that
defaults to off.
While here, also mark BROKEN if GSSAPI_BASE is selected while
krb5 is installed when building.
PR: 250414
Approved by: sunpoet@ (maintainer timeout, 14d)
|
|
Sponsored by: PHP Update Service
|
|
There are many greater changes including:
- json is now part of core
- xmlrpc is removed
- More than 150 backward incompatible changes
Have a look at: https://github.com/php/php-src/blob/php-8.0.0RC2/UPGRADING
Reviewed by: ale, mfechner, Pascal Christen
Sponsored by: PHP Update Service
Differential Revision: https://reviews.freebsd.org/D26848
|
|
PR: 250384
Reported by: Dewayne Geraghty <dewayne@heuristicsystems.com.au>
Obtained from: https://github.com/curl/curl/commit/a3d5b199f96a108f38bd1f6adaf3a7585f721d02
|
|
Changes: https://curl.haxx.se/changes.html
|
|
|
|
|
|
While here add license (GPLv2) and strip binary.
|
|
|
|
Add LICENSE. Pet portlint. Reduce REINPLACE_CMD use.
Drop maintainership, I don't this anymore.
|
|
PR: 248047
Reported by: Michael Osipov <michael.osipov@siemens.com>
Submitted by: kevans
|
|
|
|
Changes: https://github.com/pycurl/pycurl/blob/master/ChangeLog
http://pycurl.io/docs/latest/release-notes.html
|
|
Includes fix for clang11 -fno-common issue
While here, pet linters.
PR: 248831
Submitted by: cejkar@fit.vutbr.cz (maintainer)
MFH: 2020Q3 (build fix, fno-common)
|
|
The port has been fixed to build with -fno-common
|
|
|
|
|
|
Extend the expiration of unmaintained leaf ports that are broken with
-fno-common and previously had a short expiration date. The new date is set
to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people
until 2021-06-30 (10 months from now) to fix issues.
Improve the wording of the deprecation message, mentioning both llvm 11 and
-fno-common.
Bump portrevision to force reinstall. This way the warning message about
deprecation will be displayed to users installing or reinstalling the
software.
MFH: 2020Q3 (maybe)
|
|
|
|
|
|
|
|
PR: 248716
Submitted by: Simeon Simeonov <sgs@pichove.org>
|
|
Changes: https://curl.haxx.se/changes.html
Security: b905dff4-e227-11ea-b0ea-08002728f74c
MFH: 2020Q3
|
|
Changelog: http://lftp.yar.ru/news.html
|
|
|
|
|
|
This revision fixes multiple vulnerabilities, please see: http://bftpd.sourceforge.net/news.html
MFH: 2020Q3
|
|
|
|
- Add missing dependency
- Update WWW
Approved by: portmgr blanket
|
|
|
|
PR: 247522
|
|
Changes: https://curl.haxx.se/changes.html
|
|
|
|
PR: 246912
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
|
|
PR: 247554, 243866
Submitted by: Alexander Puecker
|
|
Tests run without error regardless of PROXY option.
PROXY disabled:
TESTDONE: 930 tests out of 930 reported OK: 100%
TESTDONE: 1364 tests were considered during 369 seconds.
PROXY enabled:
TESTDONE: 1052 tests out of 1052 reported OK: 100%
TESTDONE: 1364 tests were considered during 410 seconds.
|
|
- Fix LICENSE_FILE
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for dependency change
Changes: https://metacpan.org/changes/distribution/IO-Stringy
|
|
|