Commit Graph

3959 Commits

Author SHA1 Message Date
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
Jung-uk Kim 6192b3f5e2 Fix LICENSE. It always has been licensed under the LPGL. 2015-11-23 22:32:30 +00:00
Jung-uk Kim 3623e74701 The old URL for jtreg disappeared.
Noticed by:	ohauer
MFH:		2015Q4
2015-11-19 20:34:20 +00:00
Jung-uk Kim 6947a676ad Update to b37.
MFH:		2015Q4
2015-11-17 00:54:02 +00:00
Max Brazhnikov 6f92585f78 java/jrosetta:
- Remove COMPILE option. It is broken and I have never used it.

PR:		203251
Reported by:	olivier at gautherot.net
2015-11-06 12:51:25 +00:00
Mathieu Arnold 065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00
John Marino 15f1cc9a6c java/sigar: Fix typo from previous commit (LATFORM => PLATFORM)
While here, replace "freebsd" in LIBNAME with ${OPSYS:tl} to facilitate
DragonFly support.

Approved by:	Just fix it
2015-10-30 10:48:43 +00:00
Greg Lewis 619bf17cdc . Update to 8u66. 2015-10-24 02:38:20 +00:00
Greg Lewis 6e8f0909dc . Update to 8u66. 2015-10-24 02:37:54 +00:00
Jung-uk Kim f4e079e884 Add support for armv6hf. Tested on Raspberry Pi 2 Model B. 2015-10-15 18:01:53 +00:00
Mathieu Arnold 7f0f664d7e Drop 8 support.
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Lev A. Serebryakov 3535651a1b Update devel/subversion to 1.9.2.
PR:		203713
Submitted by:	Peter Wemm <peter@FreeBSD.org>
2015-10-15 10:43:15 +00:00
Tijl Coosemans 3a55a118dd Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.

Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.

The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:

audio/deadbeef: Remove LIBICONV_PLUG from a source file.  It's a
compile-time option and should not be set in source code.
comms/hidapi: Use standard AM_ICONV configure macro to look for iconv.
deskutils/fbreader: Let ports framework deal with LIBICONV_PLUG.
deskutils/ljclive: Override configure test for iconv.
deskutils/owncloudclient: Add USES=iconv and patch test for iconv.
devel/aegis: Bump PORTREVISION because it no longer uses libiconv.
devel/libexplain: Add USES=iconv and override test for iconv.
devel/sdl20: Override configure test for iconv.
emulators/vmw: Replace OSVERSION checks with ICONV_LIB checks and include
<iconv.h> instead of <sys/iconv.h>.
irc/scrollz: Override configure test for iconv.
japanese/chasen-base: Override configure test for iconv and patch
configure so it no longer adds -liconv to linker flags just because it
happens to be installed.
japanses/eb: Patch configure test for iconv.
japanses/eblook: Override configure test for iconv.
java/jikes: Override configure test for iconv.
multimedia/transcode: Bump PORTREVISION because only one plugin links with
libiconv now.
net/c3270: Override configure test for iconv.
net/samba4*: Bump PORTREVISION because it no longer uses libiconv.  The
configure script will always add -liconv to the linker flags when it
happens to be installed which would be wrong but later on binaries are
linked with -Wl,--as-needed and the linker discards -liconv because it
finds iconv*() functions in libc now and no longer in libiconv.
net-mgmt/icinga-*: Remove dependency on iconv.
net-mgmt/netxms: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net/asterisk11: Patch configure so it no longer adds -liconv to linker
flags just because it happens to be installed.
net-p2p/transmission-*: Override configure test for iconv.
www/htmlcxx: Override configure test for iconv.
www/httrack: Override configure test for iconv.
www/xapian-omega: Override configure test for iconv.
x11/mrxvt(-devel): Add USES=iconv and override configure test for iconv.
x11/x3270: Override configure test for iconv.
x11-wm/jwm: Override configure test for iconv.

PR:		202838
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2015-10-10 14:03:00 +00:00
Jimmy Olgeni 42bc424f61 Remove trailing whitespace from Makefiles, A-L. 2015-10-08 15:11:28 +00:00
Steve Wills be15995790 java/eclipse-ecj: update to 4.4.2 2015-10-01 20:02:39 +00:00
Jung-uk Kim 389ecfc20d Clean up and modernize the port. No functional change. 2015-09-29 21:56:28 +00:00
Greg Lewis 801e7630ce . Add support for armv6.
PR:		201308
Submitted by:	mikael.urankar@gmail.com
Reviewed by:	sbruno
2015-09-29 14:54:56 +00:00
Jimmy Olgeni 41a7072cfb Typos, whitespace and capitalization fixes (G-P). 2015-09-20 20:54:08 +00:00
Sean Bruno c2203f8ad1 Add support for armv6
PR:		201307
Submitted by:	rpaulo
Reviewed by:	glewis
2015-09-18 15:47:07 +00:00
Koop Mast a323ed0940 Update netbeans-devel to 8.1 beta snapshot from 201508041349. 2015-09-16 11:45:54 +00:00
Jung-uk Kim 044e9e0d8b Do not build unnecessary targets to reduce build time. 2015-09-16 05:39:29 +00:00
Dmitry Marakasov 610cd07419 - Add NO_ARCH
- Switch to COPYTREE_SHARE and don't install empty dirs

Approved by:	portmgr blanket
2015-09-11 18:45:07 +00:00
Greg Lewis 9472c7f5cc . Move the large patches which contain the changes between updates of the
JDK to being fetched remotely using PATCHFILES and PATCH_SITES.

  This cuts the size taken by openjdk7 in the ports repository.
2015-09-09 09:40:53 +00:00
Greg Lewis 68ee2ea98b . Switch to xz for the new remote patches to decrease download size. 2015-09-09 09:39:30 +00:00
Greg Lewis 74dbe676ce . Move the large patches which contain the changes between updates of the
JDK to being fetched remotely using PATCHFILES and PATCH_SITES.

  This cuts the size taken by openjdk8 in the ports repository.
2015-09-08 05:04:25 +00:00
Greg Lewis 519117c04b . Update to 8u60. 2015-09-07 09:41:49 +00:00
Don Lewis 41d3ef6182 The GitHub revision tag starts with 'v', so add DISTVERSIONPREFIX to
unbreak fetch.  This affects the name of the distfile (but not the
size or hash), so update distinfo to match.

PR:		202735
Approved by:	makc (maintainer)
2015-08-29 18:24:27 +00:00
Dmitry Marakasov 5ea78bb53f - Add NO_ARCH
- Don't install empty docdirs

Approved by:	portmgr blanket
2015-08-28 16:56:52 +00:00
Greg Lewis 4450753778 . Update to 8u60. 2015-08-28 03:36:32 +00:00
Greg Lewis 52b33fa7bc . Update to 8u60
PR:		202696
Submitted by:	xmj@
2015-08-28 03:18:47 +00:00
Max Brazhnikov 4d39a37ba6 java/jrosetta:
- Fix packaging after previous commit

Reported by:	Robert Burmeister via mail
2015-08-26 17:26:59 +00:00
Max Brazhnikov c7c32639cc Convert my ports to new options helpers 2015-08-25 10:03:08 +00:00
Max Brazhnikov c7efc316b9 java/jgraphx:
- Convert to new options helpers
- Convert to USE_GITHUB
- Fix license (it's BSD actually) and remove MANUAL_PACKAGE_BUILD
2015-08-25 10:00:35 +00:00
Greg Lewis 6d724ea4d9 . Update to 2015f. 2015-08-20 05:50:05 +00:00
Mathieu Arnold 21a283f3be Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
2015-08-17 14:20:40 +00:00
Jung-uk Kim c9d7641f61 - Update to b36.
- Fix default core file location in crash report.

MFH:		2015Q3
2015-07-30 22:55:30 +00:00
Dmitry Marakasov 30048433c2 - Fix shebangs
Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
2015-07-28 21:48:05 +00:00
Jimmy Olgeni 014feb84bc Upgrade to version 9.0.1.
PR:		201811
Submitted by:	olgeni
Approved by:	maintainer
2015-07-24 14:45:46 +00:00
Jung-uk Kim 139ceeaf09 Fix few more mismerges in the previous update. 2015-07-20 22:10:17 +00:00
Jung-uk Kim 1ee26da0bb Tidy up couple of problems in the previous update. 2015-07-20 21:16:09 +00:00
Greg Lewis 8088e0cda1 . Update to 8u51. 2015-07-19 14:23:54 +00:00
Max Brazhnikov 4656d37f01 java/jakarta-commons-logging:
- Update to 1.2
- Clean up install target
2015-07-17 15:31:45 +00:00
Greg Lewis 6960022452 . Interfaces like MultiMap in version 3.2.1 of Jakarta Commons Collections
define a remove() operation which takes two arguments and clashes with
  the new remove() operation defined in Map for Java 8.  Hence, restrict
  to Java 6 and 7.

PR:		201335
2015-07-17 02:35:02 +00:00
Greg Lewis 13b21b69be . Update to 8u51. 2015-07-15 02:44:30 +00:00
Greg Lewis bcfd5b721a . Update to 8u51. 2015-07-15 02:23:50 +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
Greg Lewis 2722598f71 . The test target wants jtreg binaries to be found one directory up. Allow
that to be the case.
2015-07-05 00:45:08 +00:00
Greg Lewis d5b14ed39b . Fix BSD detection in the langtools test infrastructure. 2015-07-05 00:41:37 +00:00
Greg Lewis 0518c8f735 . Give openjdk7-jre a unique LATEST_LINK value. 2015-07-03 16:47:04 +00:00
Jimmy Olgeni 4556eb1a37 Upgrade to 9.0.0.Final.
PR:		201301
Submitted by:	olgeni
Approved by:	maintainer
2015-07-03 11:12:20 +00:00