Commit graph

4144 commits

Author SHA1 Message Date
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
Mathieu Arnold
8664861b1a Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.

Sponsored by:	Absolight
2016-12-01 11:18:03 +00:00
Boris Samorodov
2d9cf73754 java/intellij: Remove non-native jar libraries.
Reported by:	Caspar Schutijser <caspar@schutijser.com> (via email; thanks Caspar! My email answer seems to end up at your spam filter)
2016-11-30 20:37:56 +00:00
Boris Samorodov
83d7d16da3 java/intellij: update to version 2016.3. 2016-11-28 11:18:53 +00:00
Greg Lewis
54a577a775 . Update to 2016i 2016-11-24 06:20:33 +00:00
Alexey Dokuchaev
583daec5aa In several dozen ports, use single space for WWW: line in pkg-descr, and
reformat port description text in cases when it was notoriously broken.
2016-11-22 14:04:21 +00:00
Gerald Pfeifer
89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
Mark Linimon
d0c44e7818 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-16 00:34:23 +00:00
Steve Wills
f1cdb5444c java/visualvm: switch back to multi-language version 2016-11-14 14:54:13 +00:00
Kurt Jaeger
1c67d44b69 java/netty: update 3.9.2 -> 3.10.6
PR:		214427
Changes:	https://github.com/netty/netty/issues?q=milestone%3A3.10.6.Final		http://netty.io/news/2016/06/29/3-10-6-Final.html
Submitted by:	Jochen Neumeister <joneum@bsdproject.de>
2016-11-12 08:30:47 +00:00
Steve Wills
5665202431 java/visualvm: update to 1.3.9
Submitted by:	girgen
2016-11-10 23:58:56 +00:00
Max Brazhnikov
9acbc59817 java/jakarta-commons-collections:
- Add patch from Fedora to fix build with OpenJDK8
  https://issues.apache.org/jira/browse/COLLECTIONS-587

Submitted by:	soralx at cydem.org via e-mail
2016-11-02 11:15:40 +00:00
Max Brazhnikov
e396553b2f Take maintainership of math/scilab dependencies 2016-11-02 09:05:57 +00:00
Alex Dupre
74013d0066 Update to 5.3.1 release. 2016-10-31 09:30:38 +00:00
Greg Lewis
ab93492888 . Update to 8u112. 2016-10-30 03:51:40 +00:00
Mathieu Arnold
c6f651390a OPTIONS_SET/OPTIONS_UNSET are global variables, they cannot be used in ports Makefiles.
So, replace them with OPTIONS_SLAVE, OPTIONS_EXCLUDE, OPTIONS_DEFAULT,
where appropriate.

The ghostscript ports are doing something nasty that is certainly wrong,
but I don't want to try to understand it.

Sponsored by:	Absolight
2016-10-24 10:18:50 +00:00
Alex Dupre
6b6b8271c0 Update cacerts file using the one included in 8u111 release.
Notable change is the inclusion of Let's Encrypt CA.
2016-10-24 08:53:21 +00:00
Alex Dupre
f13359d72a Update to 5.3 release. 2016-10-21 13:16:46 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Boris Samorodov
38b820c87c java/intellij: fix pkg-plist.
PR:		213616
Submitted by:	Sergey Brunov <sergey.v.brunov@gmail.com>
2016-10-20 22:30:20 +00:00
Greg Lewis
3885f01c34 . Update to 8u112. 2016-10-20 20:50:07 +00:00
Raphael Kubo da Costa
366a97ec37 Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).

I also emailed him 2 weeks ago and have received no response so far.
2016-10-20 15:58:12 +00:00
Greg Lewis
3a938e2893 . Update to 8u112. 2016-10-20 14:46:22 +00:00
Bartek Rutkowski
8ee40ce7b6 java/intellij-ultimate: update 2016.2.4 -> 2016.2.5
PR:		213598
Submitted by:	Andrey Cherkashin <andoriyu@gmail.com> (maintainer)
2016-10-20 08:37:41 +00:00
Boris Samorodov
f1292a6f8a java/intellij: Update to version 2016.2.5. 2016-10-18 16:38:55 +00:00
Alexey Dokuchaev
bbc0e7b376 - Double-quote $@ to properly propagate parameters down the execution path
- Consistently pad (separate) shebang in wrapper scripts with an empty line
2016-10-17 04:00:20 +00:00
Kurt Jaeger
ec302b07bf New port: java/intellij-ultimate
IntelliJ IDEA is an advanced IDE developed by JetBrains and focused on
developer productivity.  The community edition features:
* An intelligent code editor that understands Java code; provides
  refactorings, code inspections and intentions, and allows for
  fast code navigation.
* Integration with such tools as JUnit and TestNG, Ant and Maven,
  and popular version control systems including: CVS, Subversion
  and git.
* XML-Java interoperability and comprehensive Groovy programming
  language support.
* The Swing UI designer complements the suite of tools for
  developing Java desktop applications.

The difference between intellij and intellij-ultimate can be found at

http://www.jetbrains.com/idea/features/editions_comparison_matrix.html

WWW: http://www.jetbrains.com/idea/

PR:		212268
Submitted by:	Andrey Cherkashin <andoriyu@gmail.com>
2016-10-14 21:07:02 +00:00
Greg Lewis
84d9f58082 . Note that the time zone data is in the public domain (according to
ftp://ftp.iana.org/tz/tz-link.html).  Specifically the sentence

  "The public-domain time zone database contains code and data that
  represent the history of local time for many representative locations
  around the globe."
2016-10-14 01:26:05 +00:00
Greg Lewis
efbc24c55a . Update to 2016g. 2016-10-14 01:19:06 +00:00
Antoine Brodin
717d59a6b8 Convert to USES=jpeg 2016-10-10 06:35:03 +00:00
Kurt Jaeger
0596259cb6 java/eclipse: 4.5.2 -> 4.6
- new MASTER_SITE

PR:		211764
Changes:	http://www.eclipse.org/neon/noteworthy/
		https://www.eclipse.org/eclipse/development/readme_eclipse_4.6.php
Submitted by:	Jimmy Kelley <ljboiler@gmail.com> (maintainer)
Reviewed by:	Michael Zhilin <mizhka@gmail.com>, kappei84@gmail.com
2016-10-06 20:05:06 +00:00
Dmitry Marakasov
d1ea847153 - Add LICENSE
- Add NO_ARCH
- Switch to options helpers
2016-09-30 09:01:46 +00:00
Koop Mast
9803d5edab Remove i386 from the viable platforms list.
The compiliation of aparapi causes OpenJDK8 on 10.1/i386 to dump core with a
internal error.

PR:		210672
Submitted by:	maintainer@
2016-09-25 21:40:54 +00:00
Steve Wills
149ba7338a Unmark broken on powerpc64
These ports built successfully
2016-09-15 01:41:28 +00:00
Boris Samorodov
6c3d305ae3 java/intellij: Update to version 2016.2.4.
PR:		212686
Submitted by:	Sergey Brunov <sergey.v.brunov@gmail.com>
2016-09-14 13:26:47 +00:00
Mark Felder
c92a311115 java/jakarta-struts: Mark deprecated
PR:		208462
2016-09-10 16:40:00 +00:00
Boris Samorodov
2aa35097e2 java/intellij-pycharm: Update to version 2016.2.3. 2016-09-09 13:04:35 +00:00
Boris Samorodov
07e04f14a8 java/intellij-pycharm: Update to version 2016.2.2. 2016-09-07 08:27:57 +00:00
Tijl Coosemans
82a87de90c - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Mk/Uses/linux.mk.
- Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with
  USES+=linux:\1 in all ports.
- Replace USE_LINUX_APPS with USE_LINUX in all ports.
- Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some
  ports.
- When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY
  are defined.
- Remove BRANDELF_DIRS and BRANDELF_FILES handling.  In the very rare cases
  that it is still necessary ports can run ${BRANDELF} from post-patch.
- Remove AUTOMATIC_PLIST handling.  Only one port used it.
- Fix Linux MASTER_SITES.
- Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with
  default versions framework.
- bsd.port.mk:
  - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX.
  - Put USE_LINUX_PREFIX handling after USES processing.
  - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can
    give these variables a different default value.
  - When a package needs to run Linux ldconfig check before installation if
    Linux support is enabled.
- emulators/linux_base-*:
  - Use USES=linux and remove duplication.
  - Remove files/lp.  FreeBSD or CUPS lp(1) should work.
  - Remove files/yp.conf.  No longer seems to be used.
  - Remove pkg-deinstall and move pkg-install into pkg-plist.
  - Update pkg-descr and pkg-message.
  - Fix handling of ldconfig cache in pkg-plist.
- devel/fb-adb: Use a Linux shell to run a Linux script but patch the script
  to use FreeBSD mkdir so mkdir -p $path creates $path and not
  /compat/linux/$path.

PR:		211645
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-05 19:23:42 +00:00
Greg Lewis
71b1ef1dd5 . Include the thread id so that jstack can provide stack traces when
analysing core dumps.
. Bump PORTREVISION.

PR:		211196
Submitted by:	Ron Roskens <ronald.roskens@gmail.com>
2016-09-04 04:06:00 +00:00
Boris Samorodov
769c400339 java/intellij: Update to version 2016.2.3 2016-09-01 23:05:16 +00:00