1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
Commit Graph

4339 Commits

Author SHA1 Message Date
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
Eugene Grosbein
efadb98a29 bouncycastle15: update to version 1.59
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
2017-12-29 09:21:11 +00:00
Boris Samorodov
c63cdb693f java/intellij: Update to version 2017.3.2. 2017-12-26 22:12:55 +00:00
Tijl Coosemans
03948507f8 Replace USE_AUTOTOOLS and pre-configure with a plain build dependency on
devel/autoconf.  The upstream build system runs autoconf to regenerate
generated-configure.sh.
2017-12-25 17:35:39 +00:00
Greg Lewis
7f279c7566 . Don't incorrectly set the scopeId of an IPv6 interface on BSD.
This fixes binding sockets for applications running on IPv6.

PR:		224079
Submitted by:	John W. O'Brien <john@saltant.com>
2017-12-25 06:25:53 +00:00
Tobias Kortkamp
e39dd2ae6f java/intellij-fsnotifier: Drop maintainership 2017-12-20 16:51:01 +00:00
Tobias Kortkamp
4a01f13bf8 java/intellij-pty4j: Drop maintainership 2017-12-20 16:50:31 +00:00
Boris Samorodov
9f84c138b7 java/intellij-ultimate: Update to version 2017.3.1.
PR:		224392
Submitted by:	Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
2017-12-17 22:25:02 +00:00
Boris Samorodov
592dd9593f java/intellij: Update to version 2017.3.1. 2017-12-15 11:47:39 +00:00
Boris Samorodov
c5c2330ea5 java/intellij-ultimate: Update to 2017.2.5.
PR:		222472
Submitted by:	Ivan <bsd@abinet.ru>
Patch by:	Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
2017-12-15 11:42:11 +00:00
Antoine Brodin
6cfdfbc1cd - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
2017-12-12 18:35:32 +00:00
Kurt Jaeger
46e4de87c6 java/jdk8-doc: update 8u131 -> 8u152
- 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>
2017-12-11 08:20:17 +00:00
Mathieu Arnold
e7a6fac769 Don't include bsd.port.options.mk after bsd.port.pre.mk.
Sponsored by:	Absolight
2017-12-08 08:33:45 +00:00
Rene Ladan
2bd4d84233 Fix java/cacao after switching to bootstrap-openjdk6 2017-12-02 13:48:41 +00:00
Rene Ladan
71ceffb11b java/classpath: fix build after switching to bootstrap-openjdk6
Reported by:	antoine
Pointy hat:	rene
2017-12-02 13:34:20 +00:00
Boris Samorodov
4d02b9c5ea java/intellij: Welcome 2017.3 version! 2017-12-01 21:23:48 +00:00
Rene Ladan
7f0d896b8e Remove expired ports:
2017-11-30 www/p5-Yahoo-Lifestyle: This service has been shut down
2017-11-30 games/linux-rtcw: Use the native and open source games/iortcw instead
2017-11-30 java/bootstrap-openjdk: superseded by java/bootstrap-openjdk[68]
2017-11-30 lang/gcc46: Unsupported by upstream. Use GCC 6 or newer instead.
2017-12-01 12:23:20 +00:00
Rene Ladan
8be825cb37 java/{cacao,classpath}: Use java/bootstrap-openjdk6 as dependency. 2017-12-01 12:18:38 +00:00
Jung-uk Kim
34f4fb6411 Add support for "-XX:+UseLargePages" option.
Excerpted from the original submission:

"FreeBSD on several architectures automatically utilizes superpages.  So,
for the JVM's JIT-compiled code cache and data heap, much of those regions
are already using superpages.  However, the -XX:+UseLargePages option still
serves a useful, if secondary, purpose on FreeBSD.  Essentially, it informs
the JVM's platform-independent layer what the supported page sizes are.  So,
when memory is mmap(2)ed and munmap(2)ed within the code cache and data
heap, the addresses and sizes will be superpage-aligned and a multiple of
the superpage size, respectively.  Currently, without this patch, the code
cache, for example, typically starts at an unaligned address, so the initial
portion of the code cache can never be a superpage.  Similarly, unaligned
munmap(2)s on the data heap force the kernel to demote superpages to 4KB
pages, and this patch eliminates those demotions.

This patch both introduces the code needed on FreeBSD to implement
-XX:+UseLargePages and deletes code that was copied from Linux that is, to
the best of my knowledge, useless on any version of BSD, i.e., UseHugeTLBFS
and UseSHM.  The additions are in part based on the Solaris version of
os_solaris.cpp, e.g., the sorting of the page sizes array."

Note I did minor style cleanup and regenerated the patches.

Submitted by:	alc
2017-12-01 01:56:02 +00:00
Jung-uk Kim
160372ad95 Add support for powerpc64.
PR:		223262
2017-12-01 01:41:29 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Mathieu Arnold
d9033160f4 Don't use MASTER_SITE_SUBDIR when it is not needed.
Sponsored by:	Absolight
2017-11-24 17:53:11 +00:00
Greg Lewis
06c101bdd0 . Update to 2017c. 2017-11-19 18:56:11 +00:00
Greg Lewis
ef9ac15f4b . Update to 8u152. 2017-11-19 05:14:20 +00:00
Boris Samorodov
10fc5d8f7c java/intellij: Update to version 2017.2.6, build 172.4574.11. 2017-11-14 13:49:18 +00:00
Antoine Brodin
48f5f5e82e Fix the context of some patches so that they apply with stricter patch(1)
PR:		223545
With hat:	portmgr
2017-11-09 20:45:04 +00:00
Boris Samorodov
039eaf5470 java/intellij: Update to version 2017.2.6. 2017-11-09 09:07:42 +00:00
Jan Beich
99b0558e42 devel/icu: update to 60.1
Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine
2017-11-09 02:31:47 +00:00
Jung-uk Kim
25f84f8660 Add support for aarch64.
PR:		223231
2017-11-02 05:29:33 +00:00
Jung-uk Kim
243fd8836a Fix default bootstrap JDK selection.
It was accidentally broken by r450869.
2017-11-01 20:49:54 +00:00
Jung-uk Kim
2f8e1591bf Add preliminary support for aarch64 with Zero.
PR:		223231
2017-11-01 20:23:35 +00:00
Jimmy Olgeni
2fb9f25373 Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-11-01 13:10:35 +00:00
Jimmy Olgeni
7273f4e5a2 Copy java/wildfly10 to java/wildfly11, and update to Wildfly 11.0.
PR:		223343
Submitted by:	olgeni
Approved by:	yerenkow@gmail.com (maintainer)
2017-10-31 20:30:15 +00:00
Tobias Kortkamp
0bd5ebc333 java/jattach: Fix typo 2017-10-27 15:55:38 +00:00
Tobias Kortkamp
d6be98f021 New port: java/jattach
The utility to send commands to remote JVM via Dynamic Attach mechanism.
All-in-one jmap + jstack + jcmd + jinfo functionality in a single tiny program.
No installed JDK required, works with just JRE.

This is the lightweight native version of HotSpot Attach API
https://docs.oracle.com/javase/8/docs/jdk/api/attach/spec/

WWW: https://github.com/apangin/jattach

PR:		222660
Submitted by:	Michael Zhilin <mizhka@gmail.com>
2017-10-27 15:52:10 +00:00
Jimmy Olgeni
6fe92f5e4e java/wildfly90: add support for status command and remove pidfile on
shutdown (see r452897).
2017-10-25 23:01:36 +00:00
Jimmy Olgeni
5c70bf0676 java/wildfly10: add support for status command and remove pidfile on shutdown.
While I'm here, fix whitespace, and add APP_SHORTNAME to the console
output to make it clear who is doing what.

PR:		220513
Submitted by:	soumar@linux.fjfi.cvut.cz
Approved by:	maintainer timeout
2017-10-25 22:59:29 +00:00
Greg Lewis
eb35016415 . Update to 8u152. 2017-10-22 21:25:53 +00:00
Greg Lewis
63e92b5fff . Udpate to 8u152. 2017-10-22 21:06:34 +00:00
Greg Lewis
96f40de2b6 . Udpate to 9.0.1
. Fix ONLY_FOR_ARCHS to not include i386 [1]
. Rework versioning now the update format has been revealed

PR:		222540 [1]
Submitted by:	Michael Osipov [1]
2017-10-22 19:23:58 +00:00
Greg Lewis
b8ff4cc504 . Add back in @dir directive accidentally dropped in the last commit. 2017-10-22 19:16:49 +00:00
Greg Lewis
ca87bf78df . Update to 9.0.1
. Fix ONLY_FOR_ARCHS to not include i386 [1]
. Rework versioning now the update format has been revealed
. Add missing symlink to the packing list

PR:		222540 [1]
Submitted by:	Michael Osipov [1]
2017-10-22 19:13:32 +00:00
Jan Beich
84e727457f multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed

Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR:		223057
Exp-run by:	antoine
2017-10-21 06:50:49 +00:00
Ben Woods
520df03e1e java/bluej: Update to 4.1.1
- Change minimum supported JDK version to 8u60
- Take maintainership
- Remove fallback MASTER_SITE (no longer available)
- Add LICENSE details
- Add dependency on openjfx to fix runtime error
- Set NO_ARCH=yes
- Add desktop entry
- Move install location to ${JAVASHAREDIR}/${PORTNAME} as per porter's handbook

PR:		221162
Approved by:	lme (previous maintainer)
2017-10-21 01:58:27 +00:00
Steve Wills
e7f690fb60 java/visualvm: fix web url 2017-10-16 17:56:46 +00:00
Greg Lewis
b36d9bf2d9 . Pet portlint. 2017-10-14 19:10:06 +00:00
Greg Lewis
f6e4982d3e . Remove reference to not yet complete openjdk9 port. 2017-10-14 19:06:18 +00:00
Greg Lewis
44ab7d52cc . More portlint petting. 2017-10-14 19:05:06 +00:00