Commit Graph

182 Commits

Author SHA1 Message Date
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
Sunpoet Po-Chuan Hsieh e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Dmitry Marakasov 398925a395 - Mark BROKEN on FreeBSD 9.x i386
Approved by:	portmgr blanket
2016-12-23 10:03:48 +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
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 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
Mathieu Arnold a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Vanilla I. Shu f1bfb634a2 Update to 4.5.2.
PR:		207863
Submitted by:	maintainer
2016-03-12 12:56:28 +00:00
Antoine Brodin 45b40ac9e3 Unbreak on head, the issue was fixed in base r294936 2016-01-30 20:19:02 +00:00
Antoine Brodin 53caa0aa31 Mark BROKEN on FreeBSD head 2016-01-23 12:01:30 +00:00
Kurt Jaeger 16fb85bfce java/eclipse: 4.4.2 -> 4.5.1
- Bump to Eclipse 4.5.1
- Switch to using Maven 3.3
- add fix for running Eclipse build for Gtk2 only on a system where
  Gtk3 might also be installed.
- Details:
  https://projects.eclipse.org/releases/mars/details
- Bugs fixed:
  https://bugs.eclipse.org/bugs/buglist.cgi?classification=Eclipse&classification=RT&product=Equinox&product=JDT&product=PDE&product=Platform&query_format=advanced&resolution=FIXED&target_milestone=4.5.1

PR:		203689
Submitted by:	Jimmy Kelley <ljboiler@gmail.com> (maintainer)
2015-12-02 19:57:29 +00:00
Dmitry Marakasov cb55216f82 - Mark broken on 9.x i386: does not build:
...
Installing org.eclipse.rcp.id 4.4.2.M20150204-1700.
Installation failed.
An error occurred while installing the items
 session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]org.eclipse.rcp.id.executable.gtk.freebsd.x86 4.4.2.M20150204-1700, action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.UnzipAction).
...
[INFO] equinox-sdk ....................................... SUCCESS [4.776s]
[INFO] org.eclipse.rcp.id ................................ FAILURE [4.674s]
[INFO] org.eclipse.rcp.sdk.id ............................ SKIPPED
...

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
MFH:		2015Q3
2015-07-06 14:04:45 +00:00
John Marino bb867d1e1b java/eclipse: Upgrade version 4.3.2 => 4.4.2
Note that Eclipse now requires openJDK8 to build.

PR:		195985
Submitted by:	Jimmy Kelley (maintainer)
2015-03-21 10:40:50 +00:00
Antoine Brodin 4f04fe3206 Cleanup plist 2014-11-14 11:30:42 +00:00
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Bartek Rutkowski fc2ede033f java/eclipse: Set a default theme and external browser
PR:		192696
Submitted by:	Jimmy Kelley <ljboiler@gmail.com>
Reviewed by:	swills (mentor), marino (mentor)
Approved by:	mentors (implicit)
2014-08-27 14:23:57 +00:00
John Marino 855d8ebe13 java/eclipse: Fix dropins location
The new 4.3.2 Eclipse port doesn't look for dropins in the "standard"
FreeBSD location (/usr/local/share/eclipse/dropins) as expected.  The
eclipse.ini file has been modified to make that happen.

PR:		191766
Submitted by:	maintainer (Jimmy Kelly)
2014-07-11 21:56:01 +00:00
Antoine Brodin 6cdf4863c9 Restore eclipse Makefile.plugins instead of breaking/expiring ports using it 2014-06-27 21:36:33 +00:00
Antoine Brodin 4ffa30e22c Ports attempting to use eclipse Makefile.plugins are BROKEN, not IGNORE
Deprecate them while here

With hat:	portmgr
2014-06-27 20:42:26 +00:00
John Marino ea098ec9f3 java/eclipse: Change include <pre>/<post> to <options> 2014-06-26 10:14:56 +00:00
John Marino 222a0c8885 java/eclipse: Put back Makefile.plugins to unbreak index
At least one port is still using Makefile.plugins.  Put in a placeholder
to unbreak the index.

PR: 188659
2014-06-26 09:22:12 +00:00
John Marino 1fc2c068b4 java/eclipse: Remove troublesome comment completely
Freshports won't update the entry due to choking on the MAVEN_OPTS
comment.  Truthfully the comment is more trouble than it's worth.  First,
it's MVN_OPTS, not MAVEN_OPTS.  Secondly, "+=" is a no-op, so the
definition should be there anyway.  Thirdly, MVN_OPTS is undefined.
Just remove the whole mess.

PR: 188659
2014-06-26 09:13:00 +00:00
John Marino 635115204e java/eclipse: Tweak comment to satisfy freshports sanity check
A space character was missing in a comment that made the freshport
sanity check think it was a bad shell command.
2014-06-26 08:55:08 +00:00
John Marino 7a492ac2b5 java/eclipse: Update version 3.7.1 => 4.3.2 and assign maintainer
At long last, eclipse has been updated to the latest release and is now
under the stewardship of Jimmy Kelly.  This version supports OpenJDK8
runtime environments.  A special thanks to Jonathan Chen for getting the
ball rolling after the PR stalled.

PR:		188659
Submitted by:	Jimmy Kelly
Distfiles by:	Jonathan Chen
Verified by:	F10/amd64 poudriere
2014-06-26 08:48:10 +00:00
John Marino fe6f98f724 java/eclipse*: specify extraction with ${TAR}
It's possible that EXTRACT_CMD won't be predefined in the near future
in order to support distfiles in multiple formats.  We know the
extraction tool needs to be tar, so let's specify it directly.

The eclipse ports have pending PRs to update the version, although I
don't know if they include staging.  Each Eclipse is a huge port so
staging is out scope of this extraction tool work.

Approved by:	portmgr (implicit)
2014-05-29 22:30:22 +00:00
Martin Wilke 1e3322fef2 - Covert gmake, xz to USES
Approved by:	portmgr
2014-05-26 12:19:32 +00:00
Baptiste Daroussin 0bec74d5fb Reassign eclipse ports to the heap
eclipse@ is a failure resulting in eclipse ports being badly maintainer:
- outdated
- not adapted to infrastructure modification
- failures with clang

With hat:	portmgr
2014-04-29 07:25:36 +00:00
Alex Dupre 1d3344e7ee Support staging. 2014-01-22 08:36:48 +00:00
Baptiste Daroussin c2c2a2b86b Add NO_STAGE all over the place in preparation for the staging support (cat: java) 2013-09-20 19:48:32 +00:00
Baptiste Daroussin 985dbbf071 Do not hard code gcc but rather use cc, which allows building without gcc in base 2013-08-26 13:48:01 +00:00
Bryan Drewery 75e0a28623 - Fix extract on 9+ due to this picking up /usr/bin/unzip instead of
looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to.
  Will let maintainers decide if archivers/unzip is really still needed.
  Some of these ports/options remain broken due to other issues.

With hat:	portmgr
2013-05-10 01:46:52 +00:00
Baptiste Daroussin 5271da855f Rely on bsdtar to autodetermine the format of the distfiles when possible
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
2013-04-29 08:57:12 +00:00
Baptiste Daroussin 4ad115ab4e Convert j* categories to USES=pkgconfig 2013-04-23 11:46:54 +00:00
Greg Lewis a04e6900be . Fix build error for java/eclipse with current glib
PR:		177582
Submitted by:	Jimmy Kelley <ljboiler@gmail.com>
Approved by:	portmgr (miwi)
2013-04-06 17:21:21 +00:00
Greg Lewis a4674fe177 . Use the webkit-gtk2 library to provide the SWT browser functions instead
of libxul since the SWT plugin libraries in the eclipse-devel port will
  not compile using libxul version 10.

PR:		174846
Submitted by:	Jimmy Kelley <ljboiler@gmail.com>
2013-03-03 02:51:25 +00:00
Baptiste Daroussin 658ae124e6 Convert to new options framework
Trim headers
Convert USE_GNOME=pkgconfig -> USE_PKGCONFIG=build
Change MAINTAINER address from freebsd-eclipse@ to eclipse@

Approved by:	eclipse (glewis)
2013-01-08 06:58:16 +00:00
Alex Dupre 0f72d36bc9 Fix wrong permissions on a few plugin jars. 2012-09-19 09:16:03 +00:00
Beat Gaetzi 734349b51e - Move libxul 1.9.2 to www/libxul19
- Update www/libxul to 10.0.7
- Update all dependent ports to use www/libxul19 (no functional changes)
- Bump PORTREVISION on ports where libxul is a run dependency as the
  resulting package will change.

Submitted by:	Jan Beich <jbeich@tormail.org>
With hat:	gecko
2012-09-10 19:19:32 +00:00
Dirk Meyer 2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Greg Lewis 2af5ad7d4b . Add an entry for the eclipse-sdktests DISTFILE. Much more still needs
to be done to get the tests working though.

PR:		157600
2012-05-13 06:21:23 +00:00
Greg Lewis 8df24cfa43 . Update to 3.7.1. 2012-05-06 03:27:22 +00:00
Chris Rees 256806fe23 Update checksum for org.hamcrest.core_1.1.0.v20090501071000.jar using SHA256
and SIZE from eclipse-devel

Submitted by:	Matthew Seaman (m.seaman@infracaninophile.co.uk)
2012-01-29 13:19:47 +00:00
Greg Lewis d4cef88624 . Add entries for the test distfiles.
This gets us closer, but the WITH_TESTS option still does not work.
The build now fails while applying patches.

PR:		157600
2011-07-11 06:44:44 +00:00
Greg Lewis 403554a2c9 . Update to 3.6.2.
Submitted by:	tg@
2011-05-13 06:08:47 +00:00
Max Brazhnikov 630ca2285f Bump PORTREVISION after open-mofit update 2011-05-02 12:44:53 +00:00
Martin Wilke bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Pav Lucistnik 583b78cf14 - Bump PORTREVISION for previous commit, as it changes plist content 2010-12-18 10:38:46 +00:00
Alex Dupre e74309fa06 Create equinox dropins directory (was erroneously dropped in last commit). 2010-12-16 09:11:45 +00:00
Greg Lewis 0250a1de37 . Update to 3.6.1 (Helios).
Submitted by:	tg
2010-12-13 21:05:04 +00:00
Greg Lewis 839a7edf3e . Fix overwriting of JUnit 4 during installation.
Submitted by:	tg@
2010-10-03 06:23:58 +00:00