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

4184 Commits

Author SHA1 Message Date
Greg Lewis
9776af7f44 . Update to 2017a. 2017-03-02 06:25:59 +00:00
Rene Ladan
476991c7ef Remove expired ports:
2017-02-28 textproc/rubygem-nokogiri14: Use textproc/rubygem-nokogiri instead
2017-02-28 textproc/rubygem-liquid2: Use textproc/rubygem-liquid instead
2017-02-28 www/rubygem-rack14: Use www/rubygem-rack or www/rubygem-rack16 instead
2017-02-28 www/rubygem-mechanize26: Use www/rubygem-mechanize instead
2017-02-28 www/rubygem-net-http-persistent25: Use www/rubygem-net-http-persistent2 instead
2017-02-28 devel/rubygem-builder32: Use devel/rubygem-builder instead
2017-02-28 www/rubygem-net-http-digest_auth11: Use www/rubygem-net-http-digest_auth instead
2017-02-28 devel/rubygem-bson1: Use devel/rubygem-bson instead
2017-02-28 devel/rubygem-minitest4: Use devel/rubygem-minitest instead
2017-02-28 java/jdk16-doc: Should have been removed with linux-sun-jdk16 (2014-05-11)
2017-02-28 java/jdk7-doc: Should have been removed with linux-sun-jdk17 (2016-04-24)
2017-02-28 textproc/rubygem-sass-rails4: Use textproc/rubygem-sass-rails5 instead
2017-02-28 11:59:59 +00:00
Tobias Kortkamp
98058b8684 Update MAINTAINER to tobik@FreeBSD.org for my ports
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9610
2017-02-15 12:28:29 +00:00
Baptiste Daroussin
ed3aa7042b Actually add the patch
Reported by:	antoine
2017-02-11 21:28:03 +00:00
Baptiste Daroussin
86ce0324dd Fix build with libc++ (is_const is already defined by some libc++ headers)
This make the port work without the gcc dependency
2017-02-11 21:23:04 +00:00
John Marino
cf3fccc4fb java/jdk(16|7)-doc: Deprecate and remove 28 FEB 2017
The associated jdk ports were removed years ago.  The documentation should
have been removed with them then.
2017-02-10 16:01:07 +00:00
Rene Ladan
9fcfdbd738 Remove expired ports:
2017-02-07 java/jboss7: Unsupported, replaced by wildfly
2017-02-07 java/jboss71: Unsupported, replaced by wildfly
2017-02-07 java/jboss72: Unsupported, replaced by wildfly
2017-02-07 20:15:56 +00:00
Jung-uk Kim
68d9296d7a Fix build with GCC. It was broken by r430424.
PR:		216738
2017-02-02 21:28:22 +00:00
Boris Samorodov
d485e38f97 java/intellij: Update to version 2016.3.4. 2017-02-02 09:00:18 +00:00
Jung-uk Kim
f82baa6d8d Fix distinfo.
PR:		r216595
2017-01-30 21:39:05 +00:00
Greg Lewis
7494e12b61 . Update to 8u121. 2017-01-29 07:08:18 +00:00
Greg Lewis
bc9d2fcda9 . Update to 8u121. 2017-01-28 21:51:19 +00:00
Greg Lewis
dc842bbad0 . Fix @javavm directive. 2017-01-28 21:51:02 +00:00
Greg Lewis
542af2e0a1 . Update to 8u121.
. Fix @javavm directive.
2017-01-28 21:46:54 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Alex Dupre
a6d793f9a6 Update to 5.3.2 release. 2017-01-19 12:48:02 +00:00
Jung-uk Kim
c288673282 Update to b41. 2017-01-18 22:22:00 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2017-01-18 13:20:31 +00:00
Jimmy Olgeni
a23ba94b33 Upgrade java/wildfly10 to 10.1.0.
- Move installation directory to /usr/local/wildfly10.
- Fix directory permissions and ownership (root:wheel everywhere except config.)
- Remove all @dir entries which are now unnecessary.
- Add upgrade notice to UPDATING.

PR:		212052
Submitted by:	olgeni
Approved by:	maintainer
2017-01-16 15:27:01 +00:00
Greg Lewis
1baf25b002 . Fix compilation with Clang 4.0
PR:		216016
Submitted by:	jbeich@
2017-01-15 22:51:52 +00:00
Greg Lewis
8c48e60aee . Fix compilation with Clang 4.0
PR:		216016
Submitted by:	jbeich@
2017-01-15 22:50:37 +00:00
Mathieu Arnold
9468432a48 Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat:	portmgr
Sponsored by:	Absolight
2017-01-13 16:54:55 +00:00
Tijl Coosemans
9f5f75dd1a Update Eclipse CDT to 9.0.1 and assign port to submitter.
PR:		213649
Submitted by:	Michael Zhilin <mizhka@gmail.com>
2017-01-12 19:24:05 +00:00
Dmitry Marakasov
8244fe99bc - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-11 10:08:38 +00:00
Jimmy Olgeni
d075dd2f5e Rename java/wildfly100 to java/wildfly10.
PR:		212052
Submitted by:	olgeni
2017-01-10 22:59:58 +00:00
Steve Wills
28ef764901 java/intellij-rubymine: create port
RubyMine is a cross-platform IDE that supports Ruby, Ruby on Rails and web
development.

WWW: https://www.jetbrains.com/ruby/

PR:		214967
Submitted by:	Stefan Wendler <stefan.wendler@tngtech.com>
2017-01-10 22:46:06 +00:00
Dmitry Marakasov
9d79e7b146 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-09 13:16:49 +00:00
Greg Lewis
7c47dac112 . Update to 2016j 2017-01-06 03:35:34 +00:00
Alan Somers
aa76e1de42 java/openjfx8-devel fix build with Gradle 3.2.1
Add a missing build dependency on junit to the Makefile, and fix the
path to Hamcrest in build.gradle.  Also, reset MAINTAINER by request of
the current maintainer.

PR:		215677
Reviewed by:	brd, Tobias Kortkamp
Approved by:	brd (ports)
Sponsored by:	Spectra Logic Corp
Differential Revision:	https://reviews.freebsd.org/D9005
2017-01-04 15:54:28 +00:00
Greg Lewis
7e7a771857 . Add powerpc64 support.
PR:		212709
Submitted by:	Curtis Hamilton <hamiltcl@verizon.net>
2017-01-02 23:45:09 +00:00
Greg Lewis
e1824c4f0d . Add support for powerpc64.
PR:		215417
Submitted by:	Curtis Hamilton
Approved by:	Maintainer timeout
2017-01-02 23:04:41 +00:00
Boris Samorodov
c7d88dc630 java/intellij-pycharm: Update to version 2106.3.2. 2017-01-01 22:29:43 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Greg Lewis
ac342da485 . Add support for the HotSpot Serviceability Agent for ppc64.
. This also pulls in some OpenBSD tweaks, I believe.  These should be a
  no-op for FreeBSD though.

PR:		212709 (partial)
Submitted by:	Curtis Hamilton <hamiltcl@verizon.net>
2016-12-29 07:50:40 +00:00
Greg Lewis
7c5605cceb . Update to 8u112
PR:		215424
Submitted by:	Jonathan Chen <jonc@chen.org.nz>
2016-12-28 23:28:19 +00:00
Boris Samorodov
6fceabcf8c java/intellij: Update to version 2016.3.2. 2016-12-27 16:47:03 +00:00
Kurt Jaeger
51bf76507f java/bouncycastle15: update 1.55 -> 1.56
port changes:
- upstream updated list of its MASTER_SITES (bouncycastle.gva.es
  is gone, downloads.bouncycastle.org changed to www.bouncycastle.org);
- pkg-descr updated to reflect current features;
- installation of zipped bundled sources made optional, enabled by
  default to match previous behavior.

Some of new version changes:
- a new API for DTLS/TLS and a JSSE provider suitable for Java 5 and later;
- support for RFC 7539 ChaCha20 and Poly1305 has also been added
  and general support for SHA-3 in the PKIX APIs has been improved;

Full details of the release:

PR:		215507
Changes:	https://www.bouncycastle.org/releasenotes.html
Security:       CVE-2016-1000338, CVE-2016-1000339, CVE-2016-1000340,
		CVE-2016-1000341, CVE-2016-1000342, CVE-2016-1000343,
		CVE-2016-1000344, CVE-2016-1000345, CVE-2016-1000346,
		CVE-2016-1000352
Submitted by:	Eugene Grosbein <ports@grosbein.net> (maintainer)
2016-12-27 16:37:39 +00:00
Dmitry Marakasov
36960579cd - Mark BROKEN on FreeBSD 9.x i386
Approved by:	portmgr blanket
2016-12-23 10:53:23 +00:00
Dmitry Marakasov
398925a395 - Mark BROKEN on FreeBSD 9.x i386
Approved by:	portmgr blanket
2016-12-23 10:03:48 +00:00
Dmitry Marakasov
d3a163a73f - Mark BROKEN on FreeBSD 9.x i386:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-help-plugin:2.1.1:effective-settings (help.effective-settings) on project jboss-as-testsuite: Execution help.effective-settings of goal org.apache.maven.plugins:maven-help-plugin:2.1.1:effective-settings failed: 0 -> [Help 1]

Approved by:	portmgr blanket
2016-12-23 10:02:24 +00:00
Boris Samorodov
3f0947e9fb java/intellij-pycharm: Update to version 2016.3.1. 2016-12-16 19:08:40 +00:00
Boris Samorodov
de90169d15 java/intellij: Update to version 2016.3.1. 2016-12-16 18:58:51 +00:00
Dmitry Marakasov
9968d8e116 - Add LICENSE
- Switch to options helpers
- Regenerate patches
2016-12-10 09:00:49 +00:00
Alan Somers
7bcea9568e Add an X11 option to java/openjdk[78]
It defaults to on.  Disabling it will remove X support from Java, and reduce
X-related dependencies.

PR:		210000
Reviewed by:	brd
Approved by:	brd (ports)
Approved by:	glewis (maintainer timeout)
Sponsored by:	Spectra Logic Corp
Differential Revision:	https://reviews.freebsd.org/D6698
2016-12-09 20:30:53 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Tijl Coosemans
eb96de0656 Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:40:41 +00:00
Dmitry Marakasov
f83aa33119 Deprecate and set expiration date to T + 2 months
From jboss.org:

    The JBoss AS community project has been renamed to the WildFly
    community project, which has a new home at wildfly.org.

    The JBoss name now only applies to the commercially supported
    product, called JBoss EAP, which is derived from the WildFly
    community project and is available here.

    For more information on the differences between the project and
    product offerings, see the JBoss.ORG technology page.

    You can find old JBoss AS community releases on our archived
    downloads page, however, these releases are not maintained and
    therefore are likely to contain bugs and security vulnerabilities.
    It is highly recommended that you upgrade to WildFly or JBoss
    EAP using the above links at your earliest convenience. If you
    require assistance in making this move, please ask on the forums
    or contact your local Red Hat account representitive.

PR:		214223, 214224, 214225
Submitted by:	yerenkow@gmail.com (maintainer)
2016-12-07 11:54:36 +00:00
Boris Samorodov
4146a4443d java/intellij-pycharm: Update to version 2016.3. 2016-12-05 11:19:45 +00:00
Rene Ladan
9bbc91bba2 Remove expired port:
2016-12-01 java/jakarta-struts: Port is unmaintained and has known security vulnerabilites
2016-12-01 23:36:56 +00:00