Commit graph

3871 commits

Author SHA1 Message Date
Bartek Rutkowski
6570cec6d3 java/jakarta-commons-httpclient: add CPE information
- Maintainer's timeout (ale@FreeBSD.org)

PR:		198970
Submitted by:	Shun <shun.fbsd.pr@dropcut.net>
2015-04-09 21:03:55 +00:00
Mathieu Arnold
0438143249 Remove OSVERSION checks that do not make sense any more.
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).

Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.

Differential Revision:	https://reviews.freebsd.org/D2209
2015-04-03 11:26:48 +00:00
Koop Mast
f31c84a98e Update netbeans to 8.0.2.
PR:		197931
Submitted by:	hardy.schumacher@gmx.de
2015-04-02 18:45:35 +00:00
Jung-uk Kim
cd50a3fd95 Set rpath for libawt_xawt.so as we do for libawt.so and libawt_headless.so.
Optimize fontconfig.properties while I am here.
2015-04-01 17:32:17 +00:00
Alex Dupre
e48227ea05 Update to 5.2.1 release. 2015-04-01 09:09:09 +00:00
Sunpoet Po-Chuan Hsieh
c98b86331a - Add CPE information
PR:		199034
Submitted by:	shun <shun.fbsd.pr@dropcut.net>
2015-03-30 19:03:34 +00:00
Greg Lewis
0de7ad4b53 . Update to 2015b. 2015-03-27 05:51:26 +00:00
Jung-uk Kim
213a812cd3 Update to 7u76. 2015-03-24 22:55:58 +00:00
Jung-uk Kim
bf713c5371 Catch up with distfile changes. 2015-03-24 22:29:55 +00:00
Jung-uk Kim
c94deb44cf Fix a mismerged file for OpenJDK6. 2015-03-24 21:26:18 +00:00
Jung-uk Kim
7580e924ad Tidy up default fontconfig.properties. 2015-03-24 21:17:51 +00:00
John Marino
64ee7e63bf 6 ports categories: Remove $PTHREAD_LIBS
Categories: cad, devel, java, x11-fm, biology, deskutils

approved by:	PTHREAD blanket
2015-03-24 16:01:21 +00:00
Jung-uk Kim
74a9a89a8d Catch up with font directory changes. 2015-03-24 00:56:47 +00:00
John Marino
1467a82939 java/eclipse-(ocl|quantum): Deprecate due to deprecated run dependencies
PR:	195985
2015-03-21 16:46:52 +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
John Marino
0d8b37dcfa eclipse plugins: Deprecate 25 for removal, ignore 1 to be updated
Removal scheduled 4 weeks into the future on April 18.

PR:		195985
Submitted by:	Jimmy Kelley (eclipse maintainer)
Reason:		by-product of upcoming eclipse upgrade
2015-03-21 09:54:46 +00:00
Bryan Drewery
5b5a90256d Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
2015-03-19 16:44:57 +00:00
Jung-uk Kim
d0b0657655 Clean up patches again. No functional change. 2015-03-16 18:53:10 +00:00
Greg Lewis
72d2e02134 . Update to 8u40. 2015-03-15 21:30:04 +00:00
Vanilla I. Shu
9ac019ed31 Add wildfly82 8.2.0, replacement for JBoss Application Server.
PR:		195336
Submitted by:	Alexander Yerenkow <yerenkow@gmail.com>
2015-03-09 07:19:19 +00:00
Vanilla I. Shu
31610269ee Add wildfly90 9.0.0, replacement for JBoss Application Server.
PR:		196165
Submitted by:	Alexander Yerenkow <yerenkow@gmail.com>
2015-03-09 07:10:07 +00:00
Greg Lewis
7fc7192782 . Update to the 7u76 docs. 2015-03-08 00:35:38 +00:00
Greg Lewis
993c274863 . Update to the 8u40 docs.
PR:		198086
2015-03-08 00:31:12 +00:00
Greg Lewis
e720e69ebb . Update to 2015a.
PR:		198167
2015-03-07 19:41:17 +00:00
Greg Lewis
7aeb6db0cf . Update to 8u40. 2015-03-06 03:20:02 +00:00
Greg Lewis
8596e54db4 . Update to 8u40. 2015-03-06 03:19:34 +00:00
Jung-uk Kim
6a5bb1c2f8 - Revert all damages done in r372338 and r379049.
- Really fix non-release builds. [1]

PR:		193009 [1]
2015-02-27 06:54:30 +00:00
Jason Helfman
5fcb727509 - back to the heap 2015-02-25 22:01:09 +00:00
Tilman Keskinoz
870bca2f5d Update to 1.5.3 2015-02-23 20:55:05 +00:00
Jung-uk Kim
879cdc9041 Fix build with old Mesa3D. r378494 fixed new Mesa3D but it broke old ones. 2015-02-21 01:33:00 +00:00
Jason Helfman
c0e838207d - fix fetch 2015-02-19 21:44:45 +00:00
Jung-uk Kim
6ff1cd31f3 Properly use BLOCKING_IO_RETURN_INT() macro for NET_Accept(). 2015-02-16 23:58:16 +00:00
Jung-uk Kim
ea9a2868cf Remove redundant linker options added in r379049. 2015-02-16 23:48:19 +00:00
Greg Lewis
2c4da2b583 . Fix the DEBUG build.
PR:		193009
Submitted by:	Brian Gardner (openjdk@getsnappy.com)
2015-02-15 21:18:12 +00:00
Muhammad Moinur Rahman
1c1a280240 java/java-checkstyle: Update version 6.2=>6.3
Differential Revision:	https://reviews.freebsd.org/D1793
Approved by:		marino(mentor)
2015-02-07 10:02:09 +00:00
Jung-uk Kim
5f7d5d4997 Work around build breakage with recent Mesa 3D.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765933
https://bugs.freedesktop.org/show_bug.cgi?id=83631

Obtained from:	Debian Project
2015-02-05 21:46:48 +00:00
Jung-uk Kim
a36fc539ce Update to 1.5.2. 2015-02-05 20:13:39 +00:00
Greg Lewis
64f02c86a0 . Attempt to fix the build on 8.x amd64 by telling the HotSpot compilation
not to treat warnings as errors.

Reported by:	mat@
2015-02-05 03:13:05 +00:00
Greg Lewis
3bc2661ea9 . Update to 8u31. 2015-02-02 06:27:11 +00:00
Greg Lewis
af02cae5b9 . Update to 7u76
. Adopt a patchset strategy similar to the openjdk8 port, which keeps the
  patch files smaller and makes the BSD differences clearer.
2015-02-02 05:00:42 +00:00
Greg Lewis
13771af25b . Fix window maximisation under Gnome 3.
PR:		196741
Submitted by:	huanghwh@gmail.com
2015-02-02 04:56:57 +00:00
Alex Dupre
ffa5cbddf4 Update to 5.2 release. 2015-01-30 09:24:20 +00:00
Muhammad Moinur Rahman
6aa2864536 java/java-checkstyle: Update version 5.8=>6.2
Differential Revision:	https://reviews.freebsd.org/D1633
Approved by:		marino(mentor)
2015-01-25 09:13:58 +00:00
Antoine Brodin
364abe76fd Switch some dependencies from a directory name or a file generated by pkg-install
to a package name,  as the former can't be attributed to a package
2015-01-24 15:07:39 +00:00
Greg Lewis
6ddd76ce77 . Udpate to 8u31. 2015-01-24 08:50:08 +00:00
Greg Lewis
432be5deed . Update to 8u31. 2015-01-24 08:49:42 +00:00
Greg Lewis
aa2fd82a0a . Update to 7u75. 2015-01-24 08:25:53 +00:00
Greg Lewis
1391d92f4b . Update to 7u75. 2015-01-24 08:25:16 +00:00
Jung-uk Kim
d5ce7749e1 Update to b34. 2015-01-24 00:02:00 +00:00
Antoine Brodin
4f4e8c52c6 Remove explicit dependency on javavmwrapper for ports that USE_JAVA 2015-01-23 16:03:57 +00:00