| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Reported by: Charlie Li <ml+freebsd@vishwin.info>
|
|
|
|
|
| |
* Change master site to Github
* Remove patches and Makefile fixes that have been upstreamed to Github
|
| |
|
| |
|
|
|
|
|
|
| |
- path to BUNDLES_INFO changed
PR: 236792
|
|
|
|
| |
PR: 237280
|
|
|
|
|
| |
PR: 237280
Submitted by: Jonathan Chen <jonc@chen.org.nz>
|
|
|
|
|
|
| |
- see also https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213648
PR: 236792
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- port is rewritten from scratch
- Warning: UI widgets are oddly sized, currently under investigation
PR: 236792
Submitted by: Jonathan Chen <jonc@chen.org.nz>
Reviewed by: mizhka@gmail.com, Curtis Hamilton
Approved by: ljboiler@gmail.com (maintainer timeout)
Relnotes: https://www.eclipse.org/eclipseide/2019-03/noteworthy/
|
| |
|
|
|
|
| |
Changes: https://github.com/java-decompiler/jd-gui/releases/tag/v1.4.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previous revision 497549 switched to install bcprov.jar build from sources
instead of bundled version. However, the bundled version of JAR file is signed
that is essential as is provides an implementation of a Provider
in the Java Cryptography Architecture. For details, refer to
https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/HowToImplAProvider.html
Partially back out that revision to install bundled bcprov.jar as before.
Thanks to Alex Dupre for reporting this.
Reported by: ale
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This release adds support for the qTESLA signature alogirithm
and the password hashing algorithm Argon2. Support for endpoint
ID validation has been added to the BCJSSE, and the TLS/BCJSEE API's
journey to TLS 1.3 has continued.
Support has been added to the provider for the Ed25519 and Ed448
signature algorithms and provider support has also been added
for X25519 and X448.
A new API for directly parsing and creating S/MIME documents has been added
to the PKIX APIs. In terms of bug fixes, the TLS api will now tolerate
unrecognized hash algorithms and SNI types.
An issue that meant XMSS/XMSS^MT private keys would sometime reload
incorrectly has been fixed.
RFC3211WrapEngine will now properly handle messages longer than 127 bytes,
and an endianness issue for encoding parameters longer than 255 bytes
for CSHAKE has been fixed, some CMP parsing issues have been found and
dealt with, the co-factors for id-tc26-gost-3410-12-256-paramSetA and
id-tc26-gost-3410-12-512-paramSetC have been corrected and more
work has been done on EC key encoding to make sure named curve
parameters are preserved where possible. BCFKS key stores can
now be signature protected rather than passord protected.
See also https://www.bouncycastle.org/releasenotes.html
Also, the port now installs version of bcprov.jar built from sources
removing code since older java/bouncycastle port that installs
bcprov.jar bundled with distfile.
|
|
|
|
|
|
|
| |
* Sort LIB_DEPENDS and USE_XORG.
* Add a dependency in alsa-lib now that sound is supported on FreeBSD.
* Don't disable dtrace now that it is supported on FreeBSD.
* Less intrusive iconv change.
|
|
|
|
| |
PR: 236876
|
|
|
|
| |
PR: 236876
|
|
|
|
|
|
| |
PR: 236852
Submitted by: ale
Approved by: maintainer
|
| |
|
|
|
|
|
|
|
| |
. Sort LIB_DEPENDS and USE_XORG
. Add a dependency in alsa-lib now that sound is supported on FreeBSD.
. Don't disable dtrace now that it is supported on FreeBSD.
. Less intrusive iconv change.
|
|
|
|
| |
PR: 236759
|
|
|
|
|
|
|
|
|
|
|
|
| |
libinstrument.so and libjdwp.so do not need anything from $LOCALBASE but
libsplashscreen.so does. For example,
% cd /usr/local/openjdk11
% bin/java -jar demo/jfc/SwingSet2/SwingSet2.jar
ld-elf.so.1: /usr/local/openjdk11/lib/libsplashscreen.so: Undefined symbol
"libiconv_open"
PR: 236759
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Put MD specific include files (e.g. jni_md.h) in a subdirectory named
'freebsd' rather than 'bsd'. [1]
* Remove the necessity to always have /usr/local/include in the header
paths and linker paths. This allows jshell to use the system iconv.h
rather than the third party one and link correctly. [2]
* Fix getting process commands and arguments on FreeBSD.
* Bump PORTREVISION.
All fixes need forward porting to openjdk12.
PR: 236754 [1], 236759 [2]
Submitted by: Kurt Miller [2]
|
|
|
|
|
|
|
| |
Update to 1.5. no patches required, works as-is.
Submitted by: lwhsu
Approved by: lwhsu
|
| |
|
| |
|
|
|
|
| |
. Bump PORTREVISION.
|
|
|
|
| |
. Bump PORTREVISION.
|
| |
|
| |
|
| |
|
|
|
|
| |
. Add i386 support
|
| |
|
| |
|
|
|
|
| |
a bit while a proper fix is being worked on.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by: Jonathan Chen <jonc@chen.org.nz>
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
| |
|
|
|
|
| |
Reported by: ale@
|
|
|
|
|
|
|
| |
- also re-add files/
PR: 236464
Submitted by: Simeo Reig <reig.simeo@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing applications.
WildFly - new name for JBoss Application Server
Fast Startup
Small Footprint
Modular Design
Unified Configuration and Management
And of course Java EE!
WWW: http://wildfly.org
PR: 236464
Submitted by: Simeo Reig <reig.simeo@gmail.com>
|
|
|
|
|
| |
PR: 236464
Reported by: danfe
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
|
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing applications.
WildFly - new name for JBoss Application Server
Fast Startup
Small Footprint
Modular Design
Unified Configuration and Management
And of course Java EE!
WWW: http://wildfly.org
PR: 236464
Submitted by: Simeo Reig <reig.simeo@gmail.com>
|
|
|
|
| |
Changes: https://github.com/java-decompiler/jd-gui/compare/v1.4.0...v1.4.1
|
| |
|
|
|
|
|
|
|
|
|
| |
Disable webkit-gtk[23] support if the port/plugin supports it.
Remove options for webkit-gtk[23] using ports or if they don't have a
option, mark them deprecated with the same date as webkit-gtk[23].
Haskell and geany where skipped and will be handled by the maintainers.
|
| |
|
|
|
|
| |
PR: 234633
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
missed during a large merge of the configuration file. This resulted in,
at least, macros affecting maths operations using the big endian rather
than the little endian versions.
PR: 234689
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 235345
Submitted by: ale
Approved by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing applications.
WildFly - new name for JBoss Application Server
Fast Startup
Small Footprint
Modular Design
Unified Configuration and Management
And of course Java EE!
WWW: http://wildfly.org
PR: 234604
Submitted by: Simeo Reig <reig.simeo@gmail.com>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- update to v.1.4
- remove patches committed to upstream
Submitted by: mizhka
Reviewed by: lme, mat (initial review)
Approved by: lme
Differential Revision: https://reviews.freebsd.org/D16926
|
|
|
|
| |
PR: 234593
|
|
|
|
|
|
| |
PR: 234932
Submitted by: ale
Approved by: maintainer
|
| |
|
|
|
|
| |
It is added by USE_GITHUB. Tested with `make makesum` not changing distinfo.
|
|
|
|
| |
PR: 234633
|
|
|
|
|
|
|
|
| |
patch. This correctly fixes the build on powerpc64.
PR: 231946
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This is the second release of Apache Netbeans (incubating).
The first release (9.0) was skipped because it only included java support.
This version should support most if not all of the project types the older
netbeans 8.2 did.
PR: 230420
|
|
|
|
| |
Approved by: maintainer timeout (15 days)
|
|
|
|
|
|
|
|
|
| |
leveraging the libinotify wrapper.
It's still possible to use the polling watchservice,
by defining the following system property:
sun.nio.fs.watchservice=polling
|
|
|
|
| |
in both Java IO and NIO.
|
|
|
|
|
|
| |
This is the fifth voting candidate of apache netbeans-incubating.
PR: 230420
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PR: 233883
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
|
| |
|
|
|
|
|
| |
PR: 230321
Submitted by: Timo Voelker <timo.voelker@fh-muenster.de>
|
|
|
|
|
| |
PR: 223834
Submitted by: Curtis Hamilton <hamiltcl@verizon.net>
|
|
|
|
| |
PR: 230364
|
| |
|
|
|
|
|
|
| |
2018-12-02 java/classpath: Staled since 2012, OpenJDK is live now
java/cacao: Depends on expired java/classpath
2018-12-04 java/jamvm: Abandonware, depends on expired java/classpath
|
| |
|
|
|
|
| |
While here add missing USES
|
|
|
|
|
|
| |
allowed in plist
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
| |
- Pet portlint
- Remove no-op DATADIR/DOCSDIR
- Silence COPYTREE macros
- Pet portlint
- Update WWW
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
|
| |
- Use '-pthread' for Clang. Clang supports '-pthread' on all BSDs except
for Darwin. [1]
Reported by: Achilleas Mantzios <achill@matrix.gatewaynet.com> [1]
Tested by: Achilleas Mantzios <achill@matrix.gatewaynet.com> [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
|
|
|
|
|
|
|
| |
Fix install target by fixing CFLAGS.
PR: 231946
Submitted by: Piotr Kubaj
|
| |
|
|
|
|
| |
superceded by OpenJDK
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing applications.
WildFly - new name for JBoss Application Server
Fast Startup
Small Footprint
Modular Design
Unified Configuration and Management
And of course Java EE!
WWW: http://wildfly.org
PR: 232354
Submitted by: Simeo Reig <reig.simeo@gmail.com>
Approved by: yerenkow@gmail.com (maintainer wildfly11)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing applications.
WildFly - new name for JBoss Application Server
Fast Startup
Small Footprint
Modular Design
Unified Configuration and Management
And of course Java EE!
WWW: http://wildfly.org
PR: 231328
Submitted by: Simeo Reig <reig.simeo@gmail.com>
Approved by: yerenkow@gmail.com (maintainer wildfly11)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
WildFly is a flexible, lightweight, managed application
runtime that helps you build amazing applications.
WildFly - new name for JBoss Application Server
Fast Startup
Small Footprint
Modular Design
Unified Configuration and Management
And of course Java EE!
WWW: http://wildfly.org
PR: 231119
Submitted by: Simeo Reig <reig.simeo@gmail.com>
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 232401
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine
|
| |
|
|
|
|
|
|
|
| |
(2) Fix STATIC build.
(3) Expand FreeBSD template for better explanation of "Sponsored by"
PR: (2) 220660, (3) 228362
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 231341
Approved by: Andrey Cherkashin (maintainer), timur (mentor)
Differential Revision: https://reviews.freebsd.org/D17212
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906
|
|
|
|
|
|
|
|
| |
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In file included from access_desc.cc:1:
In file included from ./access_desc.hh:8:
In file included from ./class_desc.hh:4:
./types.hh:144:6: error: constant expression evaluates to 4294967168 which cannot be narrowed to type 'int4' (aka 'int') [-Wc++11-narrowing]
{0xffffff80, 0x0000007f}, // tp_byte
^~~~~~~~~~
http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/jlint-3.1.2_4.log
jlint.cc:1044:33: error: no matching literal operator for call to 'operator""__DATE__' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template
"version %s ("__DATE__").\n", VERSION);
^
- Remove embedded build date
- Make sure the build respects CXXFLAGS, LDFLAGS, LIBS
|
|
|
|
|
|
| |
PR: 230299
Submitted by: kbowling
Approved by: maintainer
|
|
|
|
|
| |
PR: 230811
Submitted by: Jonathan Chen <jonc@chen.org.nz>
|
|
|
|
|
|
|
|
| |
checking for standard set_new_handler... no
configure: error: Could not find standard set_new_handler function
PR: 230673
Submitted by: Ting-Wei Lan <lantw44@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In file included from Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:28:
In file included from Source/JavaScriptCore/bytecode/ArrayProfile.h:29:
In file included from Source/JavaScriptCore/runtime/Structure.h:28:
In file included from Source/JavaScriptCore/runtime/ClassInfo.h:25:
In file included from Source/JavaScriptCore/interpreter/CallFrame.h:30:
In file included from Source/JavaScriptCore/runtime/VM.h:40:
In file included from Source/JavaScriptCore/runtime/FunctionHasExecutedCache.h:28:
In file included from /usr/include/c++/v1/unordered_map:385:
In file included from /usr/include/c++/v1/__node_handle:16:
/usr/include/c++/v1/optional:171:29: error: redefinition of 'bad_optional_access'
class _LIBCPP_EXCEPTION_ABI bad_optional_access
^
DerivedSources/ForwardingHeaders/wtf/Optional.h:295:7: note: previous definition is here
class bad_optional_access : public std::logic_error {
^
PR: 230464 230600
Submitted by: dim
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2018-08-20 net/openmq: Broken for more than 5 months
2018-08-20 net/coda6_server: Broken for more than 5 months
2018-08-20 net/ceph-devel: Broken for more than 5 months
2018-08-20 java/jgrapht: Broken for more than 5 months
2018-08-20 mail/mutt14: mutt 1.4.x has been out of support for 10+ years use mail/mutt
2018-08-20 www/pydio: Broken for more than 5 months
2018-08-20 security/fastd-devel: Broken for more than 5 months
2018-08-20 security/fastd: Broken for more than 5 months
2018-08-20 devel/bhyve-vm-goagent: Broken for more than 5 months
2018-08-20 devel/cherivis-devel: Depends on broken and expiring cheritrace-devel
2018-08-20 devel/cheritrace-devel: Broken for more than 5 months
2018-08-20 devel/javolution: Broken for more than 5 months
2018-08-20 devel/bisoncpp: Depends on broken and expiring libbobcat
2018-08-20 databases/php5-pdo_cassandra: Broken for more than 5 months
2018-08-20 games/crafty-open-large: Broken for more than 5 months
2018-08-20 games/crafty-open-enormous: Broken for more than 5 months
2018-08-20 games/crafty-open-medium: Broken for more than 5 months
2018-08-20 math/jakarta-commons-math: Broken for more than 5 months
2018-08-20 math/hfst: Broken for more than 5 months
2018-08-20 math/octave-forge-communications: Broken for more than 5 months
2018-08-20 lang/v8-devel: Broken for more than 5 months
2018-08-20 sysutils/rubygem-fluentd010: Broken for more than 5 months
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
|
|
|
|
| |
PR: 230028
Submitted by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
| |
default in the JRE since Java 6 and we don't support Java 5 anymore.
Reviewed by: eugen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This release deals with two CVEs: one affecting RSA key pair generation
where the certainty value is being tweaked in the light-weight API,
and the other on properly validating an XMSS/XMSS^MT private key on reload.
In terms of improvements, the BCJSSE now supports SNI,
CMS now supports SHA-3 signatures, the Unified Model is now fully supported
for Diffie-Hellman with ephemeral keys, and PGP EC operations can support
a wider range of curves. Issues have also been fixed in EST,
CRMF request generation, and low-level support has been added for EdDSA.
Further details on other additions and bug fixes can be found in the
release notes at:
https://www.bouncycastle.org/releasenotes.html
Security: CVE-2018-1000180
Security: CVE-2018-1000613
MFH: 2018Q3
|
| |
|
|
|
|
| |
PR: 229242
|
|
|
|
|
|
|
|
|
| |
- Bring back the PLUGIN option. The build needs the 4 NPAPI headers.
Extract them from libxul-45.9.0_12 to a separate distfile and
point the build to them.
PR: 229242
Approved by: java (maintainer timeout, 2 weeks)
|
| |
|
| |
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/62
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 229359
Exp-run by: antoine (only 10.4)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: →https://reviews.freebsd.org/D15540
|
| |
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
| |
|
|
|
|
|
| |
This means the PLUGIN option is removed.
Bump PORTREVISION
|
|
|
|
|
|
|
|
| |
Based on the new policy of all maintained ports reset
when maintaner is absent for 3 months.
Bug#226400 for science/py-tensorflow is ignored since 2018-03-06 (3+ months).
portscout database indicates that 48.94% of his ports aren't updated.
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
|
|
|
|
|
|
| |
- Add NO_ARCH
PR: 228744
Approved by: maintainer timeout (glewis, 2 weeks)
|
|
|
|
|
|
|
| |
This version need linux-c7 and crashes with linux-c6.
Works only on amd64.
PR: 228848
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
|
| |
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
|
|
|
| |
by the b.p.m when `pkg-message' appears on the SUB_FILES list.
|
|
|
|
|
| |
PR: 227950
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
| |
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
(2) Intoroduce devel/subversion19 from latest pre-1.10 devel/subversion
(3) Rework all addons to unify versioning code.
FLAVORS is not used because it will conflict with Python FLAVORS
(4) Restore mod_dontdothat for www/mod_dav_svn
|
| |
|
|
|
|
|
| |
PR: 227480
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
|
| |
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61)
|
| |
|
| |
|
| |
|
|
|
|
| |
. Tweak message.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke
ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE
is active to use ld.bfd for these ports.
Approved by: portmgr (antoine)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D14876
|
|
|
|
|
|
|
|
| |
output target.
PR: 226993
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It has been a while both does not depend anymore on esound, before this change
esound dependency was wrongly added to plenty of packages which actually does
not depend on it.
While here:
- audio/glame: remove esound support
- games/monkeybubble: add an explicit dependency on esound
- sysutils/gnome-schedule: add en explicit dependency on pkg-config
- comms/kb: add missing dependency on pkgconfig
- x11-toolkits/libgnomeui:
* update to 2.4.5
* use USES=localbase
|
|
|
|
|
| |
PR: 226880
Submitted by: Sergey Brunov <sergey.v.brunov@gmail.com>
|
|
|
|
|
|
|
| |
- Repair my rookie mistake of earlier today
- Bump revision of dependent ports (again)
Reported by: antoine
|
|
|
|
|
|
|
|
|
|
| |
- iconv is in base in all supported FreeBSD versions
- Fix build with MariaDB 10.2 [2]
- Bump portrevision in dependencies
PR: 226705 [1], 226026 [2]
With hat: apache
Approved by: joneum (apache)
|
|
|
|
|
|
| |
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/tools/ant/launch/Launcher : Unsupported major.minor version 52.0
Reported by: pkg-fallout
|
|
|
|
| |
version 1.1.0 (via revision 464079).
|
| |
|
|
|
|
| |
PR: 210297
|
| |
|
|
|
|
|
| |
PR: 223589
Submitted by: bra@fsn.hu
|
|
|
|
|
|
|
|
| |
rendering and loading and may noticeably improves font rendering in Java
appications
PR: 215636
Submitted by: Dmitri Goutnik <dg@syrec.org>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/8bd024c567e7
This patch complements the following commits.
http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/f8a45a60bc6b
http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/b1606443958a
http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/a3e756231625
Reported by: Mikaël Urankar (mikael.urankar@gmail.com) (via swills)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
the lang/gcc4x ports since last spring and newer versions of GCC do
not carry a point in their major version designation. On top of that
WITH_GCC has not been use for ages anyway.
On the way move ONLY_FOR_ARCHS towards its proper spot.
Approved by: portmgr blanket
|
|
|
|
|
|
| |
. Install either the i386 or amd64 version of the JDK, depending upon the
value of LINUX_ARCH.
. Add appropriate packing list conditionals to account for this.
|
|
|
|
|
|
| |
. Install either the i386 or amd64 version of the JDK, depending upon the
value of LINUX_ARCH.
. Add appropriate packing list conditionals to account for this.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
C++14. As development of aparapi at the location referenced by the port as slowed down, set C++ standard explicitly in the internal Makefile. Ultimately, an upgrade to the more active development location is planned.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
MFH: 2018Q1
Differential Revision: https://reviews.freebsd.org/D14278
|
|
|
|
|
| |
PR: 225741
Submitted by: dim@
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Make SWT support optional and disable it by default. swt-devel is
unmaintained, quite the heavy dependency, and SWT support is not used
by any port in the tree.
|
| |
|
|
|
|
|
|
| |
http://www.oracle.com/technetwork/java/javase/9-0-4-relnotes-4021191.html
MFH: 2018Q1
|
|
|
|
|
|
| |
http://www.oracle.com/technetwork/java/javase/8u162-relnotes-4021436.html
MFH: 2018Q1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Follow the lead of some of the other jakarta-commons ports and download
the pre-built binary .jar since building from source using ant has been
removed from jakarta-commons-lang3 a few versions ago.
Install the .jar file with the version number and then symlink it to
the .jar file without the version number as is done by
jakarta-commons-logging.
Pet portlint.
Unwrap a line that is no longer too long.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Note this problem was introduced with fixes for JDK-8055007.
https://bugs.java.com/view_bug.do?bug_id=8055007
http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/changeset/c6211b707068
PR: 225054
|
|
|
|
|
|
|
|
|
|
| |
Note it is partially merged from the upstream patches for Linux and GCC 6.
https://bugs.openjdk.java.net/browse/JDK-8163032
http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/e34324d73cd5
http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/9e1264f51bae
PR: 225054
|
|
|
|
|
|
|
| |
Limit java version to 1.8, netbeans does not run with another version.
PR: 218111, 224554
Submitted by: Hadi <rezaee.hadi@gmail.com>
|
|
|
|
| |
- Pet PORTLINT
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This release fixes CVE-2017-13098 ("ROBOT"), a Bleichenbacher oracle in TLS
when RSA key exchange is negotiated. This potentially affected BCJSSE servers
and any other TLS servers configured to use JCE for the underlying crypto -
note the two TLS implementations using the BC lightweight APIs
are not affected by this.
Some of additional fixes, features and functionality:
* GOST3410-94 private keys encoded using ASN.1 INTEGER are now accepted
in private key info objects; GOST3412-2015 has been added
to the JCE provider and the lightweight API.
* SCRYPT is now supported as a SecretKeyFactory in the provider and
in the PKCS8 APIs.
* The BCJSSE provider now supports Server Name Indication,
session resumption in clients, the jdk.tls.namedGroups and
org.bouncycastle.jsse.ec.disableChar2 system properties.
* ECGOST-2012 public keys were being encoded with the wrong OID
for the digest parameter in the algorithm parameter set. This has been fixed.
* The BCJSSE SSLEngine implementation now correctly wraps/unwraps
application data only in whole records.
Further details on other additions and bug fixes can be found in the
release notes at:
https://www.bouncycastle.org/releasenotes.html
Security: CVE-2017-13098
|
| |
|
|
|
|
|
| |
devel/autoconf. The upstream build system runs autoconf to regenerate
generated-configure.sh.
|
|
|
|
|
|
|
| |
This fixes binding sockets for applications running on IPv6.
PR: 224079
Submitted by: John W. O'Brien <john@saltant.com>
|
| |
|
| |
|
|
|
|
|
| |
PR: 224392
Submitted by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
|
| |
|
|
|
|
|
|
| |
PR: 222472
Submitted by: Ivan <bsd@abinet.ru>
Patch by: Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
|
|
|
|
| |
- Add some explicit FLAVOR to dependencies where needed
|
|
|
|
|
|
|
|
|
|
|
| |
- docs for jdk8
PR: 223172
Changes: http://www.oracle.com/technetwork/java/javase/8u152-relnotes-3850503.html
http://www.oracle.com/technetwork/java/javase/8u151-relnotes-3850493.html
http://www.oracle.com/technetwork/java/javase/8u144-relnotes-3838694.html
http://www.oracle.com/technetwork/java/javase/8u141-relnotes-3720385.html
Submitted by: Jonathan Chen <jonc@chen.org.nz>
|