Commit graph

4586 commits

Author SHA1 Message Date
Koop Mast
ca13b006a9 Update netbeans to 10.0.
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
2018-12-31 15:18:58 +00:00
Alex Dupre
7640d915c4 Update to 2018.3.2 release and enable native file watcher by default.
Approved by:	maintainer timeout (15 days)
2018-12-27 11:11:28 +00:00
Alex Dupre
ad43f6fd6e Add a WatchService implementation backed by kqueue,
leveraging the libinotify wrapper.

It's still possible to use the polling watchservice,
by defining the following system property:

 sun.nio.fs.watchservice=polling
2018-12-27 09:52:52 +00:00
Alex Dupre
848047809f Add support for millisecond resolution to get/setLastModifiedTime
in both Java IO and NIO.
2018-12-27 09:46:44 +00:00
Koop Mast
e3b5edc5e7 Update netbeans-devel to 10.0.vc5.
This is the fifth voting candidate of apache netbeans-incubating.

PR:		230420
2018-12-25 20:25:08 +00:00
Boris Samorodov
278de811ba java/intellij: Update to version 2018.3.2 2018-12-20 21:15:25 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
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
2018-12-12 01:35:33 +00:00
Greg Lewis
9713df4168 . Fix build on gcc based architectures (e.g. powerpc64)
PR:		233883
Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
2018-12-11 03:23:57 +00:00
Boris Samorodov
833b826f3e java/intellij: Update to version 2018.3.1 2018-12-09 20:18:30 +00:00
Greg Lewis
4f3b06b197 . Fix SCTP support.
PR:		230321
Submitted by:	Timo Voelker <timo.voelker@fh-muenster.de>
2018-12-08 19:09:28 +00:00
Greg Lewis
37d69a8fea . Fix compilation on powerpc64
PR:		223834
Submitted by:	Curtis Hamilton <hamiltcl@verizon.net>
2018-12-08 18:43:56 +00:00
Greg Lewis
7fd2bcba96 . Update to 8u192.
PR:		230364
2018-12-08 18:35:30 +00:00
Steve Wills
ea5520cd60 java/visualvm: update to 1.4.2 2018-12-04 22:42:03 +00:00
Rene Ladan
80239377e3 Remove expired ports:
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
2018-12-03 13:36:05 +00:00
Boris Samorodov
a838265959 java/intellij: Update to version 2018.3 2018-12-01 10:26:47 +00:00
Tobias Kortkamp
9bc39ed10b java/openjfx8-devel: Switch over to devel/gradle4
While here add missing USES
2018-11-30 09:19:38 +00:00
Dmitry Marakasov
a1acaf96d7 - Simplify PLIST_FILES as suggested by mat: PREFIX-based absolute paths are allowed in plist
Approved by:	portmgr blanket
2018-11-23 17:26:20 +00:00
Dmitry Marakasov
41d9048460 - Add LICENSE_FILE
- Pet portlint
- Remove no-op DATADIR/DOCSDIR
- Silence COPYTREE macros
- Pet portlint
- Update WWW

Approved by:	portmgr blanket
2018-11-22 09:30:27 +00:00
Greg Lewis
a0ae33a3bb . Update to 2018g. 2018-11-17 17:22:28 +00:00
Jung-uk Kim
93c79b58f9 - Fix reversed ccache version detection logic. Enable ccache support.
- 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]
2018-11-16 17:30:17 +00:00
Baptiste Daroussin
7990f81066 Install texinfo files (GNU info) into ${PREFIX}/share/info
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
2018-11-10 18:12:57 +00:00
Rene Ladan
fdfdc8f266 Return tj's ports to the pool after his commit bit got safekept. 2018-11-06 21:13:54 +00:00
Jan Beich
0872f77fd4 multimedia/ffmpeg: update to 4.1
Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2018-11-06 01:50:26 +00:00
Mark Linimon
8d5a4d502f When building on powerpc64, libj3dcore-ogl.so library isn't built.
Fix install target by fixing CFLAGS.

PR:		231946
Submitted by:	Piotr Kubaj
2018-11-05 23:27:49 +00:00
Baptiste Daroussin
9166ef6dc0 Mark as deprecated, it is an abandonware (project staled since 2015) 2018-11-04 06:06:27 +00:00
Baptiste Daroussin
3eab10f6f6 Mark as deprecated, GNU classpath as stalled since 2012
superceded by OpenJDK
2018-11-02 09:04:04 +00:00
Lev A. Serebryakov
8324d79d41 Update subversion to 1.11.0. 2018-11-01 16:12:44 +00:00
Greg Lewis
45ca263a10 . Update to 8u192. 2018-10-27 23:13:37 +00:00
Kurt Jaeger
0491878b0f New port: java/wildfly14
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)
2018-10-27 19:33:56 +00:00
Kurt Jaeger
2765c7e72e New port: java/wildfly13
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)
2018-10-27 19:00:51 +00:00
Kurt Jaeger
f0f583d636 New port: java/wildfly12
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>
2018-10-27 18:33:08 +00:00
Greg Lewis
95f40f80fb . Update to 8u192. 2018-10-27 18:06:24 +00:00
Greg Lewis
8f8bb8bcbc . Update to 8u192. 2018-10-27 18:05:20 +00:00
Mark Linimon
f5d3a89a73 Apparently now builds on powerpc64.
PR:		232401
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-10-27 11:58:13 +00:00
Jan Beich
91f9922c6f devel/icu: update to 63.1
Changes:	http://site.icu-project.org/download/63
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		232300
Exp-run by:	antoine
2018-10-23 11:35:03 +00:00
Boris Samorodov
d59852a996 java/intellij: Update to version 2018.2.5 2018-10-19 22:31:52 +00:00
Lev A. Serebryakov
a4dd33ad63 (1) Update to 1.10.3.
(2) Fix STATIC build.
 (3) Expand FreeBSD template for better explanation of "Sponsored by"

PR:		(2) 220660, (3) 228362
2018-10-10 15:39:51 +00:00
Boris Samorodov
dd1fa1c0e9 java/intellij: Update to version 2018.2.4 2018-10-07 22:40:18 +00:00
Greg Lewis
b08dc1b933 . Add a doc port for JDK 10. 2018-10-07 18:16:38 +00:00
Kevin Bowling
1be6675659 java/intellij-ultimate: update to 2018.2.3
PR:		231341
Approved by:	Andrey Cherkashin (maintainer), timur (mentor)
Differential Revision:	https://reviews.freebsd.org/D17212
2018-09-25 03:25:04 +00:00
Antoine Brodin
aaccee94ec Deprecate dead -devel ports 2018-09-16 12:16:53 +00:00
Greg Lewis
073a9c1e71 . Update to 8u181. 2018-09-15 20:14:24 +00:00
Greg Lewis
a824292790 . Update to 8u181. 2018-09-15 18:31:39 +00:00
Boris Samorodov
604d6e35a5 java/intellij: Update to version 2018.2.3 2018-09-13 08:59:55 +00:00
Niclas Zeising
0fae2e9e0e Change x11/xorgproto to become a build dep
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
2018-09-11 18:34:27 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Greg Lewis
1e0bab92eb . Update to 8u181. 2018-09-08 20:53:33 +00:00
Greg Lewis
214f953656 . Update to 10.0.2. 2018-09-08 20:51:54 +00:00
Greg Lewis
f228843b62 . Update to 10.0.2. 2018-09-08 20:46:20 +00:00
Tobias Kortkamp
982d06e880 java/jlint: Fix build with Clang 6
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
2018-08-31 22:32:05 +00:00
Timur I. Bakeyev
40ac1f7de2 Update java/intellij-ultimate to 2018.2.2 version
PR:		230299
Submitted by:	kbowling
Approved by:	maintainer
2018-08-31 09:38:21 +00:00
Kurt Jaeger
c09cc31915 java/jdk8-doc: update 8u172 -> 8u181
PR:		230811
Submitted by:	Jonathan Chen <jonc@chen.org.nz>
2018-08-30 20:25:42 +00:00
Tobias Kortkamp
f7eceb6c32 java/jikes: Unbreak on 12.0 and fix build with Clang 6
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>
2018-08-26 10:10:25 +00:00
Jan Beich
07e038e429 www/webkit2-gtk3, java/openjfx8-devel: unbreak with libc++ 7
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-22 19:38:08 +00:00
Rene Ladan
7526a10e45 Remove expired ports:
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
2018-08-21 12:06:54 +00:00
Boris Samorodov
c38bda42e7 java/intellij: Update to version 2018.2.1 2018-08-14 20:55:46 +00:00
Niclas Zeising
15dac70c75 Switch to xorgproto instead of individual packages
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
2018-07-31 18:41:30 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
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
2018-07-29 22:18:44 +00:00
Steve Wills
50eb389a1e java/intellij-ultimate: Update to 2018.1.6
PR:		230028
Submitted by:	Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
2018-07-26 21:26:54 +00:00
Antoine Brodin
f26b2df872 Deprecate ports broken for more than 5 months 2018-07-17 08:56:32 +00:00
Alex Dupre
801759c3ea Remove java/jaf port, since the Java Activation Framework is included by
default in the JRE since Java 6 and we don't support Java 5 anymore.

Reviewed by:	eugen
2018-07-16 16:59:24 +00:00
Eugene Grosbein
a1b0b79573 bouncycastle15: update to version 1.60
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
2018-07-15 15:00:50 +00:00
Antoine Brodin
2ee7fa38a5 Unbreak 2018-07-15 07:45:18 +00:00
Tobias Kortkamp
31ccd8928f Give the npapi-headers distfile a slightly better filename
PR:		229242
2018-07-07 12:35:32 +00:00
Tobias Kortkamp
1388dc54c9 Attempt to unbreak java/icedtea-web
- 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)
2018-07-07 11:15:43 +00:00
Greg Lewis
780454f45b . Sync the cacerts file with the version in the latest Oracle binary release. 2018-07-03 06:31:39 +00:00
Greg Lewis
f14ce6d681 . Update to 8u172. 2018-07-02 05:08:06 +00:00
Jan Beich
3beb732dad devel/icu: update to 62.1
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)
2018-06-29 14:22:11 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
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
2018-06-28 17:39:53 +00:00
Mark Linimon
243d30b59f This fails on amd64-12 as well. 2018-06-25 20:39:31 +00:00
Mark Linimon
f2c102e02b Mark as broken on arm on -CURRENT.
Approved by:	portmgr (tier-2 blanket)
2018-06-25 06:17:14 +00:00
Rene Ladan
5ba6ddda0d java/icedtea-web: mark as BROKEN after www/libxul removal 2018-06-23 11:15:50 +00:00
Rene Ladan
ab24c7a4d6 java/icedtea-web: remove optional support for expired www/libxul.
This means the PLUGIN option is removed.
Bump PORTREVISION
2018-06-22 22:18:53 +00:00
Yuri Victorovich
d7ec60f5a5 Reset MAINTAINER on ports maintained by amutu@amutu.com
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.
2018-06-22 08:04:38 +00:00
Mark Linimon
4cb19e7f87 Mark these ports as broken on aarch64, and, where appropriate, on armvX.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-06-22 01:15:19 +00:00
Dmitry Marakasov
689f8f9be3 - Add LICENSE
- Add NO_ARCH

PR:		228744
Approved by:	maintainer timeout (glewis, 2 weeks)
2018-06-19 13:47:52 +00:00
Lev A. Serebryakov
83bea81d12 Add Oracle Linux Java 10 JDK/JRE/Server JRE.
This version need linux-c7 and crashes with linux-c6.
 Works only on amd64.

PR:		228848
2018-06-18 18:00:28 +00:00
Mark Linimon
e96d132160 Mark as broken on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2018-06-17 02:18:23 +00:00
Boris Samorodov
a53742af07 java/intellij: Update to version 2018.1.5 2018-06-16 13:12:06 +00:00
Mark Linimon
1b74282500 Mark as broken on powerpc64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-06-04 23:47:30 +00:00
Antoine Brodin
6afe20476e Fix packaging with DEFAULT_VERSIONS=python=3.x 2018-05-28 05:02:55 +00:00
Boris Samorodov
17750ffc48 java/intellij: Update to version 2018.1.4 2018-05-27 09:39:50 +00:00
Antoine Brodin
2ea691feac Fix packaging with DEFAULT_VERSIONS=python=3.x 2018-05-27 07:14:32 +00:00
Greg Lewis
609050ebad Update to 8u172 2018-05-27 05:19:42 +00:00
Greg Lewis
29256d5651 . Update to 8u172. 2018-05-26 18:12:48 +00:00
Antoine Brodin
b7b0cc8354 Fix packaging with DEFAULT_VERSIONS=python=3.x 2018-05-26 15:11:33 +00:00
Steve Wills
3d5f40d191 java/visualvm: update to 1.4.1 2018-05-24 17:59:42 +00:00
Greg Lewis
f78f4e4860 . Update to 2018e. 2018-05-22 00:52:06 +00:00
Greg Lewis
bbac75f33c . Update to 8u172. 2018-05-21 00:03:43 +00:00
Jung-uk Kim
13e9eabe22 Fix build on head. 2018-05-15 23:55:39 +00:00
Alex Dupre
4b009188de Update to 6.0.3 release. 2018-05-10 16:10:32 +00:00
Dmitry Marakasov
1ca519fc02 - Fix tests and switch to new test framework
Approved by:	portmgr blanket
2018-05-06 08:33:58 +00:00
Alexey Dokuchaev
a6fd5a21c8 Remove redundant PKGMESSAGE assignment, which is set appropriately
by the b.p.m when `pkg-message' appears on the SUB_FILES list.
2018-05-05 17:13:42 +00:00
Kirill Ponomarev
4d1c68deb2 Update to 2018.1.1
PR:		227950
Submitted by:	maintainer
2018-05-03 16:54:49 +00:00
Jan Beich
c400a2c8b6 multimedia/ffmpeg: update to 4.0
- 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
2018-05-02 15:07:27 +00:00
Alex Dupre
9bb84417e0 Update to 6.0.2 release. 2018-04-26 14:44:43 +00:00
Mathieu Arnold
b4b1816b21 Only sleep in ports if BATCH/PACKAGE_BUILDING are not defined.
Sponsored by:	Absolight
2018-04-25 22:00:04 +00:00
Muhammad Moinur Rahman
7b9f8713c3 java/java-checkstyle: Update version 8.7=>8.9 2018-04-24 21:51:32 +00:00
Tobias Kortkamp
f6ba0e085b java/openjfx8-scenebuilder: Update to 8u172-b11 2018-04-21 18:56:01 +00:00
Tobias Kortkamp
f95f2ae918 java/openjfx8-devel: Update to 8u172-b11 2018-04-21 18:51:13 +00:00
Lev A. Serebryakov
48cc8b76a8 (1) Remove devel/subversion18
(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
2018-04-20 15:38:58 +00:00
Boris Samorodov
0fbc0b80ae java/intellij: Update to version 2018.1 2018-04-16 20:13:22 +00:00
Vanilla I. Shu
625428c73a Update to 2018.1.1.
PR:		227480
Submitted by:	maintainer
2018-04-16 13:30:58 +00:00
Lev A. Serebryakov
abd6045fe6 Update to latest & newest version 1.10.0 2018-04-16 11:53:03 +00:00
Jan Beich
ae60358af5 devel/icu: update to 61.1
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)
2018-04-06 15:53:16 +00:00
Greg Lewis
dd2bb5b576 . Tweak message. 2018-04-05 21:05:51 +00:00
Greg Lewis
26a01b916b . Tweak message. 2018-04-05 21:05:22 +00:00
Greg Lewis
3fa5179bed . Tweak message. 2018-04-05 21:04:37 +00:00
Greg Lewis
5fff68211b . Correct description.
. Tweak message.
2018-04-05 21:03:51 +00:00
Greg Lewis
7ac7256c8b . Update to 2018d. 2018-04-05 18:35:42 +00:00
Ed Maste
73ca9e7230 Use BINARY_ALIAS to make LLD_UNSAFE more widely applicable
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
2018-03-29 15:02:05 +00:00
Kirill Ponomarev
bb20b3c336 Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target.

PR:		226993
Submitted by:	emaste
Approved by:	portmgr (LLD_UNSAFE blanket)
2018-03-29 10:33:45 +00:00
Baptiste Daroussin
3147bb6c6b Make libgnome and libgnomeui not implying esound dependency
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
2018-03-26 12:38:56 +00:00
Boris Samorodov
70356e0ca4 java/intellij: Update to version 2017.3.5.
PR:		226880
Submitted by:	Sergey Brunov <sergey.v.brunov@gmail.com>
2018-03-25 19:32:15 +00:00
Bernard Spil
abd6f84396 devel/apr1: Bump portrevision
- Repair my rookie mistake of earlier today
 - Bump revision of dependent ports (again)

Reported by:	antoine
2018-03-21 21:24:43 +00:00
Bernard Spil
636881f4c2 devel/apr1: Fix runtime issues of dependent port
- 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)
2018-03-21 19:50:35 +00:00
Antoine Brodin
88ba66367c Mark BROKEN: fails to build
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/tools/ant/launch/Launcher : Unsupported major.minor version 52.0

Reported by:	pkg-fallout
2018-03-11 21:34:34 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Tobias Kortkamp
7b5f54b685 java/openjfx8-scenebuilder: Add desktop entry 2018-03-08 10:34:54 +00:00
Greg Lewis
9e41abde7f . Link libinstrument.so with iconv and jli as intended.
PR:		210297
2018-03-06 04:41:08 +00:00
Alex Dupre
f3e0583f2d Update to 6.0.1 release. 2018-03-05 09:08:18 +00:00
Greg Lewis
bbcdfbd079 . Allow thread names to be set on FreeBSD.
PR:		223589
Submitted by:	bra@fsn.hu
2018-03-04 17:35:30 +00:00
Greg Lewis
5e80ef3db6 . Add a FONTCONFIG option which allows scaler to obtain per-family FreeType
rendering and loading and may noticeably improves font rendering in Java
  appications

PR:		215636
Submitted by:	Dmitri Goutnik <dg@syrec.org>
2018-03-04 00:56:31 +00:00
Alex Dupre
728dd63306 Update to 6.0 release. 2018-03-02 08:23:41 +00:00
Jung-uk Kim
dd487071e8 Apply an upstream patch to fix Zero.
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)
2018-02-27 19:49:00 +00:00
Greg Lewis
071376dd00 . Add a port of the documentation for Java 9. 2018-02-26 16:45:46 +00:00
Greg Lewis
6d4c3888c1 . Update to docs for 8u162. 2018-02-25 19:51:17 +00:00
Gerald Pfeifer
6d1f05d3d7 Remove dead code: Java support (via GCJ) has not been part of any of
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
2018-02-24 21:24:15 +00:00
Greg Lewis
de85c3d8f0 Respect the LINUX_ARCH setting
. 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.
2018-02-24 00:55:48 +00:00
Greg Lewis
457c7a433a Respect the LINUX_ARCH setting
. 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.
2018-02-24 00:55:40 +00:00
Greg Lewis
b0ab54ab43 . Update to b45. 2018-02-18 00:34:56 +00:00
Greg Lewis
3955814dcd . Update to 2018c. 2018-02-15 03:53:59 +00:00
Johannes M Dieterich
b090dfd6b9 java/aparapi: fix recent LLVM6 fallout caused by the switch to default to 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
2018-02-09 04:33:16 +00:00
Greg Lewis
7effcd49b2 . Fix the build for i386 when WITH_LLD_IS_LD is set.
PR:		225741
Submitted by:	dim@
2018-02-08 06:29:02 +00:00
Greg Lewis
e55f74cd94 . Update to 7u161. 2018-02-07 22:23:58 +00:00
Greg Lewis
99a2633b63 . Update to 8u162. 2018-02-03 21:41:06 +00:00
Tobias Kortkamp
6a57e4dce6 java/openjfx8-scenebuilder: Update to 8u172-b03 2018-02-01 15:19:45 +00:00
Tobias Kortkamp
f09c06cf38 java/openjfx8-devel: Update to 8u172-b03
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.
2018-02-01 15:17:06 +00:00
Boris Samorodov
58fce74097 java/intellij: Update to version 2017.3.4. 2018-01-30 12:28:36 +00:00
Jung-uk Kim
46ab872f1a Update to 9.0.4.
http://www.oracle.com/technetwork/java/javase/9-0-4-relnotes-4021191.html

MFH:		2018Q1
2018-01-29 22:28:30 +00:00
Jung-uk Kim
5992ccf5f8 Update to 8u162.
http://www.oracle.com/technetwork/java/javase/8u162-relnotes-4021436.html

MFH:		2018Q1
2018-01-29 22:26:53 +00:00
Don Lewis
cf00d93cd7 Upgrade jakarta-commons-lang3 to version 3.7.
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.
2018-01-29 10:01:01 +00:00
Jung-uk Kim
c16eb018ab Fix build with Clang 6.0. 2018-01-23 22:59:21 +00:00
Boris Samorodov
af13dfbb6d java/intellij: Update to version 2017.3.3. 2018-01-23 20:43:23 +00:00
Steve Wills
a48979e9b9 java/visualvm: update to 1.4 2018-01-20 21:32:07 +00:00
Jung-uk Kim
5befc99fa7 Fix a run-time crash with Clang 6.0.
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
2018-01-18 19:26:27 +00:00
Jung-uk Kim
d27e5917f1 Fix build with Clang 6.0.
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
2018-01-18 01:58:19 +00:00
Koop Mast
5066831583 Update netbeans to 8.2.
Limit java version to 1.8, netbeans does not run with another version.

PR:		218111, 224554
Submitted by:	Hadi <rezaee.hadi@gmail.com>
2018-01-16 06:54:08 +00:00
Muhammad Moinur Rahman
abde237ddf java/java-checkstyle: Update version 7.6=>8.7
- Pet PORTLINT
2018-01-13 11:25:40 +00:00
Sunpoet Po-Chuan Hsieh
5781557189 Sort SUBDIRs 2018-01-07 15:39:04 +00:00