Commit graph

4888 commits

Author SHA1 Message Date
Jung-uk Kim
a03cd74a5f Add a port to create JRE-only package for java/openjdk11. 2020-08-20 02:23:07 +00:00
Jung-uk Kim
93f31d551a Work around build a failure with Clang 11 on head.
/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.
2020-08-20 01:21:36 +00:00
Jung-uk Kim
b3575ba0d1 Add upstream patches to build with "-fno-common".
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
2020-08-19 23:32:38 +00:00
Jung-uk Kim
d859457c02 Add upstream patches to build with "-fno-common".
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
2020-08-19 22:40:04 +00:00
Piotr Kubaj
41c3232569 java/icedtea-web: fix build on GCC architectures
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
2020-08-18 20:51:42 +00:00
Tobias Kortkamp
1f186ef2f2 Clean up some things
Reported by:	portscan (some of it)
2020-08-11 17:05:56 +00:00
Boris Samorodov
d8f7167be5 java/intellij: Update to version 2020.2. 2020-08-09 21:40:51 +00:00
Greg Lewis
576a9d2c9e Fix rust launchers and bash completion
PR:		244976
Submitted by:	Lars Herschke <lhersch@dssgmbh.de>
2020-08-08 01:33:27 +00:00
Greg Lewis
2975d53ad9 Unbreak on ARM by depending on the previous libffi version
PR:		248099
2020-08-06 04:27:10 +00:00
Piotr Kubaj
52b815fde4 java/openjdk8: fix patching on powerpc64 elfv2
Patching hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp is not necessary anymore.
2020-08-03 15:30:38 +00:00
Tobias Kortkamp
8b057d47a9 lang/rust: Update to 1.45.2
Changes:	https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html
2020-08-03 15:18:49 +00:00
Steve Wills
d0b049ac98 java/visualvm: update to 2.0.3 2020-08-02 21:59:13 +00:00
Danilo G. Baio
021ac02521 Fix build (extract) with static bsdtar(1)
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
2020-08-01 18:17:52 +00:00
Greg Lewis
c0fe26479a Update to 8u265 2020-08-01 03:39:53 +00:00
Alex Dupre
d33012c5e3 Update to 2.8.1 release. 2020-07-31 08:09:32 +00:00
Piotr Kubaj
47a00a0292 java/openjdk8: fix patching
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.
2020-07-30 21:45:02 +00:00
Tobias Kortkamp
9137d53fe2 lang/rust: Update to 1.45.1
- 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
2020-07-30 18:26:53 +00:00
Greg Lewis
5d624f1511 Fix packing list
* Force bash completion to install into ${PREFIX}/etc/bash_completion.d
* Adjust packing list to reflect this

PR:		244976
2020-07-30 06:59:41 +00:00
Greg Lewis
dbab9cdda6 Restrict to Java 8 only
PR:		244976
Submitted by:	Lars Herschke <lhersch@dssgmbh.de>
2020-07-25 17:58:07 +00:00
Greg Lewis
c1ca0170d0 * Add missing build depends
* Restrict Java versions
* Fix packing list

PR:		244976
Submitted by:	Lars Herschke <lhersch@dssgmbh.de>
2020-07-24 23:53:31 +00:00
Kyle Evans
5bc1617efc Multiple ports: improve regex compliance (part 2)
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)
2020-07-24 17:10:51 +00:00
Alexey Dokuchaev
4a7886d8b1 Lock these ports down to OpenJDK version 8, they do not build with neither
7 nor 11+.

PR:	248169
2020-07-24 15:24:40 +00:00
Boris Samorodov
c16491579d java/intellij: Update to version 2020.1.4. 2020-07-23 22:12:42 +00:00
Greg Lewis
602bbea901 Update to 1.8.4
PR:		244976
Submitted by:	Lars Herschke <lhersch@dssgmbh.de>
2020-07-23 02:16:28 +00:00
Greg Lewis
ecb1055969 Fix the build for PowerPC64
Submitted by:	Curtis Hamilton
2020-07-23 02:15:25 +00:00
Greg Lewis
06b29a0787 Update to 14.0.2 2020-07-16 07:17:41 +00:00
Greg Lewis
a27facd93a Update to 13.0.4 2020-07-16 05:09:12 +00:00
Greg Lewis
fe3188ebad Update to 8u262 2020-07-16 03:45:28 +00:00
Greg Lewis
8a4d4bc6cf Update to 11.0.8 2020-07-16 01:52:40 +00:00
Greg Lewis
d916436f2a Don't print the company name in the version info
This evidently breaks some software that does parsing of -version output

PR:		244634
Submitted by:	Stefan Ehmann <shoesoft@gmx.net>
2020-07-13 05:29:33 +00:00
Tobias Kortkamp
a167bf51dd audio/sndio: Update to 1.7.0 2020-07-12 09:30:28 +00:00
Greg Lewis
0e8769531d More accurate vendor information
PR:		244634
2020-07-12 02:13:27 +00:00
Greg Lewis
f6ccbefdc6 More accurate vendor information
I've tweaked the values suggested in the PR patch.

PR:		244634
Submitted by:	Michael Osipov <michael.osipov@siemens.com>
2020-07-12 01:03:36 +00:00
Boris Samorodov
676bdc4146 java/intellij: Update to version 2020.1.3. 2020-07-11 21:35:58 +00:00
Dmitri Goutnik
5f86a47e40 java/openjdk14: Add fontconfig support
PR:		247901
Approved by:	java (glewis)
2020-07-11 18:28:56 +00:00
Greg Lewis
6cfce4b5d9 Update to 4.1.51 2020-07-11 16:03:57 +00:00
Eugene Grosbein
40fc5b7456 java/bouncycastle15: give up maintainership
I have not used the software for years and now
I'm not in position to test and update it.
2020-07-11 13:16:13 +00:00
Greg Lewis
5305eae5ec Add a runtime dependency on xorg-fonts-truetype
PR:		247786
Reported by:	phk@
2020-07-09 02:33:04 +00:00
Niclas Zeising
0e32330f15 Chanse update of devel/libffi
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)
2020-07-04 18:11:42 +00:00
Alexey Dokuchaev
8ac8c23b93 Update to version 11.0.3.
PR:		237522
Approved by:	maintainer (timeout since 2019-04-24)
2020-07-04 09:24:53 +00:00
Dmitri Goutnik
7d93186245 java/openjdk11: Add fontconfig support
PR:		247238
Approved by:	java (glewis)
2020-07-02 23:31:38 +00:00
Max Brazhnikov
b0be299bab java/apache-commons-collections:
- Update to 3.2.2 - the latest release in 3.x series
- Add LICENSE_FILE
- Drop now needless dos2unix conversion
- Rework port description
2020-06-28 13:47:26 +00:00
Li-Wen Hsu
781315cfdb Add archivers/zip to BUILD_DEPENDS to fix building in official package builder
while here, clean unneeded comment

PR:		247575
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
2020-06-27 14:21:55 +00:00
Max Brazhnikov
7f54949172 java/jgraphx:
- Update to 4.2.0
2020-06-20 12:13:25 +00:00
Li-Wen Hsu
dc6f6aa457 Update to 4.16
PR:		247371
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
2020-06-18 14:55:11 +00:00
Kyle Evans
5fb9edd6bd Multiple ports: improve regex compliance
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
2020-06-08 04:41:31 +00:00
Greg Lewis
735e0bdc46 Update to 4.1.50 2020-06-06 20:26:10 +00:00
Boris Samorodov
f2605465d5 java/intellij: Remove superfluous PYTHON_VER at the plist. 2020-06-04 19:36:47 +00:00
Boris Samorodov
9093827413 java/intellij: Update to version 2020.1.2. 2020-06-04 19:20:58 +00:00
Lev A. Serebryakov
d3e7b575c2 Update subversion to new version 1.14.0.
1.14.0 is LTS, but `devel/subversion-lts' is still 1.10.x, because it
  allows to build `devel/py-subversion' with Python 2.7.

  `devel/py-subversion' will be built with Python 3.5+ for version 1.14.0.
2020-06-02 13:36:47 +00:00