| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
| |
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D26176
Notes:
svn path=/head/; revision=547071
|
|
|
|
| |
Notes:
svn path=/head/; revision=547049
|
|
|
|
| |
Notes:
svn path=/head/; revision=546732
|
|
|
|
| |
Notes:
svn path=/head/; revision=545487
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/wrkdirs/usr/ports/java/openjdk11/work/openjdk-jdk11u-jdk-11.0.8-10-1/src/java.desktop/unix/native/libawt_xawt/xawt/XlibWrapper.c:2186:12:
error: cast to smaller integer type 'jint' (aka 'int') from 'int (*)(Display *)' (aka 'int (*)(struct _XDisplay *)')
[-Werror,-Wpointer-to-int-cast]
return (jint) XSynchronize((Display*)jlong_to_ptr(display), (onoff == JNI_TRUE ? True : False));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
It looks like a false-positive, though.
Notes:
svn path=/head/; revision=545480
|
|
|
|
|
|
|
|
|
|
| |
This is default with Clang 11 and GCC 10.
https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/3660248422f4
https://hg.openjdk.java.net/jdk-updates/jdk11u/rev/371bbe373ae0
Notes:
svn path=/head/; revision=545469
|
|
|
|
|
|
|
|
|
|
| |
This is default with Clang 11 and GCC 10.
https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/41be6128f4c1
https://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/d5c69bd5f7ad
Notes:
svn path=/head/; revision=545463
|
|
|
|
|
|
|
|
|
|
| |
Use newer GCC:
/wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc:1582: error: function definition does not declare parameters
/wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc: In function 'NPError plugin_start_appletviewer(ITNPPluginData*)':
/wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc:1640: error: 'knownExports' was not declared in this scope
Notes:
svn path=/head/; revision=545256
|
|
|
|
|
|
|
| |
Reported by: portscan (some of it)
Notes:
svn path=/head/; revision=544703
|
|
|
|
| |
Notes:
svn path=/head/; revision=544581
|
|
|
|
|
|
|
|
| |
PR: 244976
Submitted by: Lars Herschke <lhersch@dssgmbh.de>
Notes:
svn path=/head/; revision=544356
|
|
|
|
|
|
|
| |
PR: 248099
Notes:
svn path=/head/; revision=544263
|
|
|
|
|
|
|
| |
Patching hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp is not necessary anymore.
Notes:
svn path=/head/; revision=544076
|
|
|
|
|
|
|
| |
Changes: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html
Notes:
svn path=/head/; revision=544073
|
|
|
|
| |
Notes:
svn path=/head/; revision=544004
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Error exit delayed from previous errors.
*** Error code 1
See more details for the same issue in bug 246618.
Reported by: pkg-fallout
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=543918
|
|
|
|
| |
Notes:
svn path=/head/; revision=543889
|
|
|
|
| |
Notes:
svn path=/head/; revision=543848
|
|
|
|
|
|
|
|
| |
Remove files/patch-hotspot_src_cpu_ppc_vm_sharedRuntime__ppc.cpp to fix patching.
I'm not sure why this patch was added. Removing it doesn't break build on powerpc64 (both elfv1 and elfv2). There's no include for alloca.h in sharedRuntime_ppc.cpp.
Notes:
svn path=/head/; revision=543834
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Apply the "hard links break `env::current_exe()`" workaround from
r543251 to lang/rust too
- Force rebuild all consumers for the soundness bug in 1.45.0
Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25835
Notes:
svn path=/head/; revision=543815
|
|
|
|
|
|
|
|
|
|
| |
* Force bash completion to install into ${PREFIX}/etc/bash_completion.d
* Adjust packing list to reflect this
PR: 244976
Notes:
svn path=/head/; revision=543713
|
|
|
|
|
|
|
|
| |
PR: 244976
Submitted by: Lars Herschke <lhersch@dssgmbh.de>
Notes:
svn path=/head/; revision=543427
|
|
|
|
|
|
|
|
|
|
|
| |
* Restrict Java versions
* Fix packing list
PR: 244976
Submitted by: Lars Herschke <lhersch@dssgmbh.de>
Notes:
svn path=/head/; revision=543385
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is again a part of the project to stop extraneous escaping of
ordinary characters and redefine some ordinary escapes as special
behavior.
Most of these ports are pushed over to use textproc/gsed because they
want to use GNU extensions. Others are fixed to either escape appropriately
(e.g. $$ rather than \$ in Makefiles!) or just remove redundant escapes
(e.g. backtick in single quotes doesn't need escaped).
PR: 229925
MFH: no (invasive risk)
Notes:
svn path=/head/; revision=543267
|
|
|
|
|
|
|
|
|
| |
7 nor 11+.
PR: 248169
Notes:
svn path=/head/; revision=543248
|
|
|
|
| |
Notes:
svn path=/head/; revision=542972
|
|
|
|
|
|
|
|
| |
PR: 244976
Submitted by: Lars Herschke <lhersch@dssgmbh.de>
Notes:
svn path=/head/; revision=542907
|
|
|
|
|
|
|
| |
Submitted by: Curtis Hamilton
Notes:
svn path=/head/; revision=542906
|
|
|
|
| |
Notes:
svn path=/head/; revision=542331
|
|
|
|
| |
Notes:
svn path=/head/; revision=542321
|
|
|
|
| |
Notes:
svn path=/head/; revision=542305
|
|
|
|
| |
Notes:
svn path=/head/; revision=542304
|
|
|
|
|
|
|
|
|
|
| |
This evidently breaks some software that does parsing of -version output
PR: 244634
Submitted by: Stefan Ehmann <shoesoft@gmx.net>
Notes:
svn path=/head/; revision=542112
|
|
|
|
| |
Notes:
svn path=/head/; revision=542069
|
|
|
|
|
|
|
| |
PR: 244634
Notes:
svn path=/head/; revision=542063
|
|
|
|
|
|
|
|
|
|
| |
I've tweaked the values suggested in the PR patch.
PR: 244634
Submitted by: Michael Osipov <michael.osipov@siemens.com>
Notes:
svn path=/head/; revision=542061
|
|
|
|
| |
Notes:
svn path=/head/; revision=542057
|
|
|
|
|
|
|
|
| |
PR: 247901
Approved by: java (glewis)
Notes:
svn path=/head/; revision=542040
|
|
|
|
| |
Notes:
svn path=/head/; revision=541988
|
|
|
|
|
|
|
|
| |
I have not used the software for years and now
I'm not in position to test and update it.
Notes:
svn path=/head/; revision=541971
|
|
|
|
|
|
|
|
| |
PR: 247786
Reported by: phk@
Notes:
svn path=/head/; revision=541730
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking)
Notes:
svn path=/head/; revision=541232
|
|
|
|
|
|
|
|
| |
PR: 237522
Approved by: maintainer (timeout since 2019-04-24)
Notes:
svn path=/head/; revision=541182
|
|
|
|
|
|
|
|
| |
PR: 247238
Approved by: java (glewis)
Notes:
svn path=/head/; revision=541062
|
|
|
|
|
|
|
|
|
|
| |
- Update to 3.2.2 - the latest release in 3.x series
- Add LICENSE_FILE
- Drop now needless dos2unix conversion
- Rework port description
Notes:
svn path=/head/; revision=540711
|
|
|
|
|
|
|
|
|
|
| |
while here, clean unneeded comment
PR: 247575
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Notes:
svn path=/head/; revision=540603
|
|
|
|
|
|
|
| |
- Update to 4.2.0
Notes:
svn path=/head/; revision=539733
|
|
|
|
|
|
|
|
| |
PR: 247371
Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer)
Notes:
svn path=/head/; revision=539545
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These changes largely fall into just two categories:
1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away
For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.
For #2, I've fixed these as I can and we should upstream these fixes.
PORTREVISION is bumped for all of the above, because we will almost
certainly build these differently when the replacements actually start
working.
These were all detected by the below-referenced exp-run [1]. The patch
included forbids many ordinary characters from being escaped, since we'll
later imbue those with special meanings. This has had the nice side effect
of picking up various things that we didn't handle properly, e.g. \t and \r
for tab and carriage return.
PR: 229925 [1]
Approved by: koobs (mentor)
Approved by: portmgr (blanket: trivial build fixes)
MFH: no (invasive risk)
Differential Revision: https://reviews.freebsd.org/D25185
Notes:
svn path=/head/; revision=538197
|
|
|
|
| |
Notes:
svn path=/head/; revision=538130
|