Commit graph

3770 commits

Author SHA1 Message Date
Carlo Strub
ed09e29e51 Withdraw maintainership
PR:		ports/189730
Submitted by:	Jonathan Chen <jonc@chen.org.nz> (maintainer)
Approved by:	portmgr (implicit)
2014-05-16 21:13:15 +00:00
Jung-uk Kim
3eb0319a7b Add upstream patches to support java/openjdk8. Note OpenJDK8 is not
officially supported by the upstream and the next major release will drop
support for OpenJDK6.
2014-05-16 00:01:02 +00:00
Jung-uk Kim
86dcea5c7a Add support for java/icedtea-web. Clean up some patches while I am here. 2014-05-15 23:53:56 +00:00
Jimmy Olgeni
6de57c38f6 Add staging support. 2014-05-14 12:41:33 +00:00
Jimmy Olgeni
b75c7f298e Add staging support. 2014-05-14 12:15:10 +00:00
Jimmy Olgeni
82249b2135 Add staging support. 2014-05-14 12:07:23 +00:00
Jimmy Olgeni
0ebda89bcb Add staging support. 2014-05-13 19:39:45 +00:00
Jimmy Olgeni
34b551c8e8 Add staging support. 2014-05-13 19:39:19 +00:00
Alex Dupre
64730c2b08 Stagify. 2014-05-12 15:56:57 +00:00
Alex Dupre
2a9230859c Stagify. 2014-05-12 15:51:52 +00:00
Alex Dupre
fd0413eb2d Stagify. 2014-05-12 15:51:11 +00:00
Alex Dupre
ecbf1f618d Stagify. 2014-05-12 15:50:19 +00:00
Alex Dupre
3342beb24d Stagify. 2014-05-12 15:47:44 +00:00
Rene Ladan
dcb0b9861a Remove expired ports:
2014-05-10 java/linux-sun-jre16: Unsupported and known for multiple security vulnerabilities
2014-05-10 java/linux-sun-jdk16: Unsupported and known for multiple security vulnerabilities
2014-05-11 13:25:26 +00:00
Antoine Brodin
636287c888 Maintainer no longer wishes to maintain those ports
With hat:	portmgr
2014-05-10 22:06:22 +00:00
Greg Lewis
dce9c0bf02 . Handle spaces in CC, CXX or HOST_CC [1]
. Convert a space to a tab [2]
. Pet portlint by changing /nonexistent to ${NONEXISTENT} [2]

PR:		189385 [2]
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de> [1]
		Takefu <takefu@airport.fm> [2]
2014-05-09 01:36:19 +00:00
Baptiste Daroussin
b67bcd423b Catch a couple of missing convertsion to :tu/:tl
Submitted by:	ak
With hat:	portmgr
2014-05-05 11:15:53 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Jung-uk Kim
82dc8daa1a Set JAVA_VERSION to exclude java/openjdk8. It is not supported yet. 2014-05-02 23:11:09 +00:00
Jung-uk Kim
459df51bd5 Add a separate comment for the package. 2014-05-02 18:05:45 +00:00
Jung-uk Kim
7b606a8a55 Add a slave port to create JRE-only package for java/openjdk8. 2014-05-02 18:00:49 +00:00
Danilo Egea Gondolfo
3b7dd98360 - Install junit4.jar to fix detection in math/scilab
PR:		ports/189201
Submitted by:	Max Brazhnikov <makc@FreeBSD.org>
2014-05-02 13:02:01 +00:00
Max Brazhnikov
99e94fef94 Grab unmaintained dependencies for math/scilab 2014-05-01 16:49:42 +00:00
Max Brazhnikov
b83ffb5777 java/jgraphx:
- Update to 2.5.1.0
- Use direct link instead of GITHUB (doesn't work for me)
- Remove needless JAVA_VERSION
- Take maintainership (the port is required for math/scilab)

PR:		ports/189203
Approved by:	crees (former maintainer)
2014-05-01 16:28:52 +00:00
Jung-uk Kim
09a9ed6002 Merge more HotSpot patches from java/openjdk6 and clean up. 2014-05-01 04:43:39 +00:00
Jung-uk Kim
31f1b998e4 Include bundled header files before others. For example, this fixes build
with conflicting header files from graphics/jpeg.  Note OTHER_INCLUDES or
OTHER_CPPFLAGS may be used instead.  However, I think this is the least
intrusive change.  Also, note java/openjdk6 already has a similar fix and
java/openjdk8 does not need it.

Tested by:	Jonathan Chen (jonc at chen dot org dot nz)
2014-04-30 04:47:25 +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
Max Brazhnikov
4d2a6e6d62 java/jakarta-commons-collections:
- Add stage support
- Drop unneeded JAVA_VERSION
- Convert NOPORTDOCS to option
- Clean up Makefile
2014-04-29 06:48:03 +00:00
Jung-uk Kim
50649382a2 - Unbreak libnet. Obviously, bsd_close.c must not be excluded for BSD.
- Move jspawnhelper to jre/lib/<arch> directory as Solaris does. [1]
- Add sigset(2) wrapper for libsig.so.
- Disable UseMembar by default.

Inspired by:	Kurt Miller (kurt at intricatesoftware dot com) [1]
2014-04-29 05:25:45 +00:00
Greg Lewis
139ca58e28 . Fix spawning external processes from the JVM. [1]
. Remove some patches that have been merged to the upstream repository.

PR:		188979, 188980 [1]
Obtained from:	Kurt Miller (via the upstream bsd-port repo) [1]
2014-04-29 04:15:11 +00:00
Jung-uk Kim
272cfd36b7 Add couple of patches missed in the previous commit. 2014-04-28 19:43:16 +00:00
Jung-uk Kim
e3b3ad973c Merge more patches for JDK from java/openjdk6 and clean up. 2014-04-28 19:27:48 +00:00
Max Brazhnikov
afc9c7c8a3 java/javahelp:
- Remove dead entry from MASTER_SITES
- Add stage support
- Drop unneeded JAVA_VERSION
- Convert NOPORTDOCS to option
- Amend COMMENT, update WWW

java/jrosetta:
- Add stage support
- Drop JAVA_VERSION

math/jlatexmath:
- Remove dead entry from MASTER_SITES
- Add stage support
- Drop JAVA_VERSION
- Use options helpers
2014-04-25 11:51:05 +00:00
Jung-uk Kim
db1cc7694d - Disable ccache. Precompiled headers seem to cause troubles with it. [1]
- Add more BSD patches for Java files and fix endianness issues for C files.

Reported by:	Jenkins (via swills) [1]
2014-04-25 05:02:35 +00:00
Jung-uk Kim
c20dd5b4a1 - Update to r351880.
- Bundle libfreetype.so.6.
2014-04-23 03:25:08 +00:00
Thierry Thomas
6404645136 - Fix the fetch link;
- Support staging.
2014-04-22 20:30:15 +00:00
Jung-uk Kim
a8eeed9413 Refine the patch again. No functional change. 2014-04-21 22:54:16 +00:00
Jung-uk Kim
70c243430e Update to 8u5. 2014-04-21 21:30:04 +00:00
Jung-uk Kim
1f64c6c6fb Refine the previous patch. No functional change. 2014-04-21 21:07:26 +00:00
Jung-uk Kim
ed5e9e275a Fix build with clang. 2014-04-21 20:56:10 +00:00
Greg Lewis
95e1070605 . Update to 7u55.
. Use version 1.9.3 of ant [1]
. Don't insist on GCC since compilation with clang now works [2].

Obtained from:	jkim@'s openjdk7 redport repo ([1], [2])
2014-04-20 22:56:18 +00:00
Greg Lewis
8f385d253f . Update to the cacerts file included in the latest Linux distribution (7u55). 2014-04-20 22:45:36 +00:00
Jung-uk Kim
b6d57d8f3a Reduce diff between Orcle/Sun Java ports and clean up. 2014-04-18 22:48:45 +00:00
Jung-uk Kim
a08a97b36f - Remove unnecessary use of chown to make it more staging friendly. [1]
- Use USES=shebangfix instead of rolling our own.  Simplify and clean up.

Reported by:	Andrzej Tobola (ato at iem dot pw dot edu dot pl)
2014-04-18 21:40:32 +00:00
Jung-uk Kim
c979edf70f Actually fix the mis-merge. 2014-04-17 18:32:06 +00:00
Jung-uk Kim
ec9037822d Fix couple of mis-merges. 2014-04-17 18:24:47 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Jung-uk Kim
ba490d88af Update to b31. 2014-04-16 01:43:53 +00:00
Jung-uk Kim
64beea93f9 Update to 7u55. 2014-04-15 22:23:26 +00:00
Jung-uk Kim
6be39dd8d3 Update to 8u5. 2014-04-15 22:17:02 +00:00
Antoine Brodin
f88a4f55ad Finish stage support 2014-04-13 13:04:31 +00:00
Greg Lewis
b947f3bb26 . Update internal fallback logic, including:
. Remove support for diablo* and j* ports.
  . Add support for linux-oracle* ports.
  . Remove support for Java version 1.5.
  . Add support for Java version 1.8.
  . Add support for Oracle as a vendor.
. Bump PORTVERSION.
. Remove CONFLICTS for ports that no longer exist.
2014-04-12 19:43:17 +00:00
Jung-uk Kim
41d2d6662e Mark deprecated and set expiration. 2014-04-11 18:33:50 +00:00
Jung-uk Kim
f235319d91 Replace hardcoding of "8" with ${JRE_VERSION}. 2014-04-11 17:34:34 +00:00
Pietro Cerutti
30cf4a8a62 - Update netbeans to version 8.0
Release notes: https://netbeans.org/community/releases/80/relnotes.html
  New and noteworthy: http://wiki.netbeans.org/NewAndNoteworthyNB80
- IGNORE netbeans-devel
2014-04-11 08:07:34 +00:00
Baptiste Daroussin
6b16064740 Minimum version of java is now 1.6
With hat:	portmgr
2014-04-10 07:17:17 +00:00
Baptiste Daroussin
e8eeb2ffc7 Removed Long ago EOLed port 2014-04-10 07:02:43 +00:00
Baptiste Daroussin
036cbe3e12 support stage 2014-04-10 06:41:21 +00:00
Baptiste Daroussin
fa29a2f8f7 stage support
respect examples
2014-04-10 06:37:28 +00:00
Baptiste Daroussin
e8ec298067 Better handling of gjdoc manpage 2014-04-10 06:27:19 +00:00
Baptiste Daroussin
d04570bd0e Fix 2014-04-10 06:25:56 +00:00
Baptiste Daroussin
70faea26f1 Support stage 2014-04-10 06:25:11 +00:00
Jung-uk Kim
70b053ef8b Update to 1.5. 2014-04-10 05:24:06 +00:00
Greg Lewis
be52855fcd . Replace hardcoding of "8" with ${JRE_VERSION} 2014-04-10 05:15:56 +00:00
Greg Lewis
ccad5ca20f . Fix a reference to JDK 7.
. Replace hardcoding of "8" with ${JDK_VERSION}.
2014-04-10 05:15:26 +00:00
Greg Lewis
f3d1cb0a13 Missed the addition of linux-oracle-jdk18, removing this duplicate. 2014-04-10 04:34:54 +00:00
Greg Lewis
99ab8a3105 Add a port of Oracle Linux JDK 8. 2014-04-10 03:59:03 +00:00
Baptiste Daroussin
67a015afbc Convert from USE_GECKO to USES=gecko
While here stagify what was not staged yet
Convert to USES=webplugin where needed and add desktop-file-utils dependency to icedtea-web
2014-04-09 10:29:48 +00:00
Baptiste Daroussin
da20543449 Support stage
Use options helpers
Modernise LIB_DEPENDS
use pax instead of copytree_share to install, this allows preserving the modes and thus avoid playing with ${CHMOD}
2014-04-06 22:48:52 +00:00
Baptiste Daroussin
17d202fe85 s/-script:// 2014-04-04 13:43:53 +00:00
Jung-uk Kim
8daa9b7db2 Fix build on 8.3. We still have to support it for few more weeks. 2014-04-03 20:54:07 +00:00
Jung-uk Kim
107e3f1e06 The Oracle Java 8 JDK/JRE for Linux.
WWW: http://www.oracle.com/us/technologies/java/index.html
2014-04-01 01:08:12 +00:00
Jung-uk Kim
6dec40e9f5 - Fix a typo, which may add an unnecessary run-time dependency.
- Prefer PKGNAMESUFFIX to deprecated LATEST_LINK.

Reported by:	sunpoet
2014-03-31 21:01:26 +00:00
Greg Lewis
801b7b488f . Fix packing list.
Reported by:	swills@
2014-03-31 05:03:50 +00:00
Greg Lewis
f91d5211e3 . Update to 2014b. 2014-03-30 04:57:34 +00:00
Jung-uk Kim
aa8f38c3b6 Add a port of OpenJDK8.
Submitted by:	Brian Gardner <openjdk@getsnappy.com> (preliminary version)
2014-03-28 22:11:29 +00:00
Steve Wills
4032c26e2f - Move commands from files/pkg-install.in into post-install
- Kill files/

Submitted by:	Johannes Jost Meixner <xmj@chaot.net> (via irc)
2014-03-23 22:27:53 +00:00
Steve Wills
02f21ee7d9 - Move commands from files/pkg-install.in into post-install
- Kill files/

Submitted by:		Johannes Jost Meixner <xmj@chaot.net> (via irc)
2014-03-23 22:27:21 +00:00
Steve Wills
a47fc04fc3 - Stage
PR:		ports/187538
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-23 19:50:59 +00:00
Steve Wills
82047d34ad - Stage
PR:		ports/187536
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-23 19:48:09 +00:00
Steve Wills
d65be6ab55 - Move commands from files/pkg-install.in into post-install
- Kill files/

PR:		ports/187537 (second half)
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-23 19:43:54 +00:00
Steve Wills
20c08e16d1 - Move commands from files/pkg-install.in into post-install
- Kill files/

PR:		ports/187535 (second half)
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-23 19:43:08 +00:00
Steve Wills
7921f3a483 - Stagify
PR:		ports/187535
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-20 03:41:04 +00:00
Steve Wills
d098e70dd7 - Stagify
PR:		ports/187537
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-03-20 03:39:48 +00:00
Gerald Pfeifer
15570723c5 Move to version 1.2.9, the final in the 1.2 series.
Support staging.

Struts is now an Apache project, adjust the package name and comment
accordingly to honor their branding guidelines.

PR:		183127
Submitted by:	pfg
2014-03-15 10:28:08 +00:00
Jung-uk Kim
c197994614 Use USES=tar:xz. 2014-03-14 17:15:17 +00:00
Greg Lewis
cd28eef111 . Update to 2014a. 2014-03-14 04:50:40 +00:00
Jung-uk Kim
713ec9ce4a Update to r348097. 2014-03-13 21:26:09 +00:00
Jung-uk Kim
f0fd5a1e4a Add an upstream patch to fix yet another fallout from HotSpot 23 merge.
https://java.net/jira/browse/OPENJDK6-29
http://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/04e4c3ec6516
2014-03-12 20:56:47 +00:00
Antoine Brodin
66224e6081 Unbreak 2014-03-11 20:21:45 +00:00
Jung-uk Kim
29ab93ec97 Fix missing symbols after re-appearance of converters/libiconv on 10+. This
actually fixes java/icedtea-web because libsplashscreen.so was looking for
libiconv_open() and libiconv_close() from libiconv instead of iconv_open()
and iconv_close() from libc.  Tidy up compiler/linker flags while I am here.
2014-03-11 17:18:02 +00:00
Antoine Brodin
701b60c846 Attempt to unbreak 2014-03-11 07:16:16 +00:00
Baptiste Daroussin
a6e8ac54ff Finish conversion to USES=zip 2014-03-11 06:52:47 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Jung-uk Kim
c8e86baa5b - Update to r347418.
- Re-enable mixed mode by default.  Now we know it is not our problem.
- Do not build with system zlib and include libstdc++.so.6 in the distfile
to avoid misc/compat8x dependency.
2014-03-10 18:16:44 +00:00
Baptiste Daroussin
4af74fc7f1 Convert j* to USES=zip 2014-03-10 15:21:21 +00:00
Rene Ladan
c9a690d33c Remove expired ports:
2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles
2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles
2014-03-10 irc/pure-xemacs21-mule: No more public distfiles
2014-03-10 lang/dice: No more public distfiles
2014-03-10 irc/dcc: No more public distfiles
2014-03-10 sysutils/backupme: No more public distfiles
2014-03-10 net/freeswitch-curl-devel: No more public distfiles
2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles
2014-03-10 emulators/cygne-sdl: No more public distfiles
2014-03-10 mail/newmail: No more public distfiles
2014-03-10 x11-toolkits/xscoop: No more public distfiles
2014-03-10 security/didentd: No more public distfiles
2014-03-10 sysutils/wait_on: No more public distfiles
2014-03-10 net/freeswitch-sbc-devel: No more public distfiles
2014-03-10 multimedia/gxanim: No more public distfiles
2014-03-10 www/nd: No more public distfiles
2014-03-10 lang/fbbi: No more public distfiles
2014-03-10 textproc/csv2xml: No more public distfiles
2014-03-10 www/trac-calendar: No more public distfiles
2014-03-10 misc/stan: No more public distfiles
2014-03-10 japanese/gtkicq: No more public distfiles
2014-03-10 net/nc6: No more public distfiles
2014-03-10 net/jpcap: No more public distfiles
2014-03-10 games/quake-extras: No more public distfiles
2014-03-10 net/asfrecorder: No more public distfiles
2014-03-10 sysutils/pyrenamer: No more public distfiles
2014-03-10 palm/synce-sync-engine: No more public distfiles
2014-03-10 www/linux-mplayer-plugin: No more public distfiles
2014-03-10 net-mgmt/airport: No more public distfiles
2014-03-10 textproc/manued.el: No more public distfiles
2014-03-10 sysutils/jailer: No more public distfiles
2014-03-10 sysutils/blimitd: No more public distfiles
2014-03-10 print/abntex: No more public distfiles
2014-03-10 sysutils/monkeytail: No more public distfiles
2014-03-10 dns/dns_mre: No more public distfiles
2014-03-10 japanese/libjcode: No more public distfiles
2014-03-10 sysutils/jailutils: No more public distfiles
2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles
2014-03-10 sysutils/hdup: No more public distfiles
2014-03-10 print/cups-smb-backend: No more public distfiles
2014-03-10 x11/settitle: No more public distfiles
2014-03-10 sysutils/anteater: No more public distfiles
2014-03-10 www/trac-pendingticket: No more public distfiles
2014-03-10 www/admuser: No more public distfiles
2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles
2014-03-10 www/metacafe_dl: No more public distfiles
2014-03-10 irc/irchat-pj-emacs21: No more public distfiles
2014-03-10 www/horde3-wicked: No more public distfiles
2014-03-10 java/drexelsnmp: No more public distfiles
2014-03-10 mail/sigit: No more public distfiles
2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles
2014-03-10 www/vtiger-customerportal: No more public distfiles
2014-03-10 irc/pure-emacs21: No more public distfiles
2014-03-10 www/extsm: No more public distfiles
2014-03-10 misc/cwish: No more public distfiles
2014-03-10 www/phpscheduleit: No more public distfiles
2014-03-10 palm/synce-serial: No more public distfiles
2014-03-10 palm/synce-vdccm: No more public distfiles
2014-03-10 net/freeswitch-insideout-devel: No more public distfiles
2014-03-10 sysutils/fusefs-fur: No more public distfiles
2014-03-10 mail/clamfilter: No more public distfiles
2014-03-10 textproc/cost: No more public distfiles
2014-03-10 palm/synce-gvfs: No more public distfiles
2014-03-10 net/nxserver: No more public distfiles
2014-03-10 sysutils/throttle: No more public distfiles
2014-03-10 japanese/aterm: No more public distfiles
2014-03-10 mail/teapop: No more public distfiles
2014-03-10 www/eldav.el: No more public distfiles
2014-03-10 graphics/gsnapshot: No more public distfiles
2014-03-10 japanese/zangband: No more public distfiles
2014-03-10 audio/xmms-wma: No more public distfiles
2014-03-10 misc/projectionlib: No more public distfiles
2014-03-10 11:50:26 +00:00
Tijl Coosemans
4264a8f23c - Include bsd.port.pre.mk before testing if ICONV_LIB is empty. It is
always empty without this. [1]
- Add -DLIBICONV_PLUG to CFLAGS to enforce the use of libc iconv even when
  libiconv is installed. [2]

PR:		ports/184204 [1], ports/184782 [1], ports/186956 [2]
Approved by:	glewis (maintainer)
2014-03-05 20:59:50 +00:00
Pawel Pekala
921ee49999 - Update to version 1.1.3
- Add LICENSE
- Support staging

PR:		ports/186424
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de>
2014-03-05 20:26:12 +00:00
Danilo Egea Gondolfo
710facb220 - Update from 4.10 to 4.11
- Add stage support
- Improve COMMENT
- Change MASTER_SITES to GH
- Take maintainership
2014-03-05 02:24:30 +00:00
Jung-uk Kim
d89d9f9160 - Sync. extremely outdated sun.util.resources.TimeZoneNames to the latest
tzdata 2013i from the upstream.  Note we are not updating zoneinfo data here
as it can be updated via java/java-zoneinfo.
- Fix build with Clang 3.4 and other miscellaneous issues while I am here.
2014-03-03 23:45:26 +00:00
Thomas Abthorpe
2350e2caec - Reassign ports to the heap
- Thank you hq@ for your years of service!
2014-03-02 05:22:25 +00:00
Martin Wilke
473cbbdc6a - Stage support 2014-02-26 07:14:51 +00:00
Antoine Brodin
b258ae8152 Mark broken: Fails to build 2014-02-22 13:32:38 +00:00
Emanuel Haupt
4e4be6325f Remove trailing whitespaces from category java 2014-02-21 13:37:40 +00:00
Lev A. Serebryakov
61d98cd6fc Update subversion to 1.8.8.
STAGEfy java/java-subversion.
 Make java/java-subversion build on 10.0-RELEASE.
2014-02-20 17:02:46 +00:00
Emanuel Haupt
cfe1c7f919 - Support staging
- This port requires gcc
2014-02-20 14:44:16 +00:00
Antoine Brodin
37d5271513 Stage support 2014-02-18 18:23:41 +00:00
Antoine Brodin
775ae2ad79 - Stage support
- Remove infozip dependency
2014-02-17 18:25:52 +00:00
Antoine Brodin
c86291eb1c - Stage support
- Remove infozip dependency
2014-02-17 18:24:15 +00:00
Antoine Brodin
f2a121d19d - Stage support
- Remove infozip dependency
2014-02-17 18:22:48 +00:00
Antoine Brodin
ecba71fb96 Stage support 2014-02-17 18:21:04 +00:00
Antoine Brodin
ceb30e57ef - Stage support
- Use OPTIONS helpers
2014-02-17 18:19:33 +00:00
Antoine Brodin
05f76fcc3c - Stage support
- Remove infozip dependency
2014-02-17 18:18:12 +00:00
Chris Rees
843cab7115 Fix build with DOCS-- requires build set up by src compilation. 2014-02-16 20:37:03 +00:00
Antoine Brodin
176ea263db Stage support 2014-02-16 15:12:38 +00:00
Antoine Brodin
8267372a56 - Stage support
- Remove infozip dependency
2014-02-16 15:07:26 +00:00
Antoine Brodin
00d6cda46d - Stage support
- Remove infozip dependency
2014-02-16 14:58:22 +00:00
Antoine Brodin
1f4d29e43b - Stage support
- Remove infozip dependency
2014-02-16 14:48:47 +00:00
Antoine Brodin
202b410c11 - Stage support
- Remove infozip dependency
2014-02-16 14:36:27 +00:00
Antoine Brodin
e28c40befd - Stage support
- Remove infozip dependency
2014-02-16 14:20:32 +00:00
Antoine Brodin
620c60497a - Stage support
- Remove infozip dependency
2014-02-16 14:13:39 +00:00
Antoine Brodin
49f35b8e45 - Stage support
- Remove infozip dependency
2014-02-16 13:54:07 +00:00
Antoine Brodin
c41d09f8a5 - Stage support
- Remove infozip dependency
2014-02-16 13:47:12 +00:00
Antoine Brodin
9a23b9371e - Stage support
- Remove infozip dependency
2014-02-16 13:39:58 +00:00
Antoine Brodin
e0b8e80600 - Stage support
- Remove infozip dependency
2014-02-16 13:32:23 +00:00
Antoine Brodin
5ef07092d7 - Stage support
- Remove infozip dependency
2014-02-16 13:28:17 +00:00
Antoine Brodin
faf65385aa - Stage support
- Remove infozip dependency
2014-02-16 13:21:07 +00:00
Antoine Brodin
64786686b9 Stage support 2014-02-16 13:13:49 +00:00
Antoine Brodin
25babc8b50 Stage support 2014-02-16 13:07:16 +00:00
Antoine Brodin
38f9b1e49e Stage support 2014-02-16 12:49:24 +00:00
Antoine Brodin
b52791a4cb - Stage support
- Remove infozip dependency
2014-02-16 12:35:37 +00:00
Antoine Brodin
39313533f8 - Stage support
- Remove infozip dependency
2014-02-16 12:30:16 +00:00
Antoine Brodin
c67b278927 - Stage support
- Remove infozip dependency
2014-02-16 12:11:29 +00:00
Antoine Brodin
5c9c35a01f Stage support 2014-02-16 12:05:36 +00:00
Antoine Brodin
b9261db97e - Stage support
- Remove deprecated NOPORTDATA
2014-02-16 09:32:01 +00:00
Greg Lewis
e9ec4ef357 . Add BSD support to PortConfig. Fixes JMX on FreeBSD.
PR:		186636
2014-02-15 23:31:42 +00:00
Thomas Abthorpe
d8299fcc60 - Reassign lioux' ports to the heap
With hat:	portmgr
2014-02-14 16:51:44 +00:00
Pietro Cerutti
1df063cf29 - Really activate anti-aliasing 2014-02-13 13:33:01 +00:00
Pietro Cerutti
93c742843b - Update to 8.0-beta
- STAGE-clean
- Use anti-aliased fonts in the editor
- Remove article from COMMENT line
2014-02-13 13:20:31 +00:00
Alex Dupre
1b1d2bd861 Fix build with java7 and stagify. 2014-02-10 16:35:51 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Greg Lewis
7f6a61c0f8 . Remove OSVERSION checks. These are too restrictive but we don't have
OSVERSION bumps to check for on the release branches (even though they
  have had the fix MFC'ed).

  People seeing kernel panics on their machines need to update and pick up
  those fixes.
2014-02-10 13:35:12 +00:00
Baptiste Daroussin
ce1c0bc3ed Back to the futur 2014-02-10 13:27:09 +00:00
Baptiste Daroussin
e6ef2c96d5 Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.

Reported by:	distillator
2014-02-10 12:58:54 +00:00
Greg Lewis
da5a136cad . Update to 7u51.
. Mark as FORBIDDEN for releases without the MAP_STACK fix (or where that
  fix isn't detectable), since kernel panics may result there.
2014-02-09 23:12:11 +00:00
Steve Wills
1e510a8dae - Update to 1.3.7
- Switch to -ml multi lingual download so all languages get included
- Support STAGEDIR
- Install icon and .desktop file
2014-02-08 15:19:48 +00:00
Jung-uk Kim
e3db2bf8cd Update to 1.4.2. 2014-02-06 22:16:15 +00:00
Baptiste Daroussin
fcbbbf7bf9 Support stage 2014-02-06 07:25:16 +00:00
Martin Wilke
f53c4cf27d - Stage support
- Convert to USES
2014-02-01 15:38:50 +00:00
Jimmy Olgeni
cca00a50f4 Upgrade to version 1.9.1, with staging support. 2014-01-27 15:37:33 +00:00
Martin Wilke
61647f72a1 - Stage Safe 2014-01-24 14:49:29 +00:00
Alex Dupre
36c87e09a2 Update to 1.6.1 release and stagify. 2014-01-24 13:54:42 +00:00
Jung-uk Kim
7654e4a9ce - Update to b30.
- Implement sigset(2) for libjsig.  All supported FreeBSD releases have it.
- Turn UseMembar back on by default until we find better solution.
2014-01-23 23:34:07 +00:00
Alex Dupre
bd0e99c9d0 Unbreak and stagify. 2014-01-22 08:37:22 +00:00
Alex Dupre
1d3344e7ee Support staging. 2014-01-22 08:36:48 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Alex Dupre
2c1734e1c5 Update to 1.5.1 release and stagify. 2014-01-21 16:43:00 +00:00
Greg Lewis
6e9fbda6ab . Update to 7u51. 2014-01-18 19:07:01 +00:00
Greg Lewis
e68456db88 . Update to 7u51. 2014-01-18 19:05:50 +00:00
John Marino
10b3b3ab6a java/eclipse-gef: BROKEN; fails to fetch
It fails to fetch from every listed MASTER_SITE.
It fetches from FreeBSD, but the checksum doesn't match.

PR:		ports/185231
Forced by:	maintainer timeout
2014-01-15 21:02:45 +00:00
Jason Helfman
c76ccf16d7 - adopt staging support
- adjust master_sites to archive for ECLIPSE
2014-01-10 22:24:49 +00:00
Thomas Abthorpe
2f131ff65b - Reassign to the heap due to mail bounces 2014-01-10 03:02:03 +00:00
Jung-uk Kim
b5028779b8 Build with Apache Ant 1.9.3. 2014-01-08 21:21:21 +00:00
Pietro Cerutti
c0b57219c9 - Add LICENSE
PR:		185423
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de>
2014-01-08 10:11:20 +00:00
Mathieu Arnold
a396f66981 Revert lang/openjdk7 to 7u25.
With hat:	portmgr-lurker
2014-01-04 15:56:26 +00:00
Mathieu Arnold
f9902a1f64 Revert lang/openjdk6 to b28.
With hat:	portmgr-lurker
2014-01-04 14:33:12 +00:00
Baptiste Daroussin
313cb94889 Part 2 at removing now useless FETCH_ARGS redifition 2014-01-03 01:12:59 +00:00
Olli Hauer
4fb1cfb1cd - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20

- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4

PR:		ports/184785
Submitted by:	ohauer
Reviewed by:	tabthorpe
Approved by:	portmgr (tabthorpe@)
2013-12-30 20:55:18 +00:00
Alex Dupre
48bbe1963d Update to 1.9 release and stagify. 2013-12-30 10:36:10 +00:00
Alex Dupre
a2bfde6910 Update to 4.11 release and stagify. 2013-12-30 08:45:30 +00:00
Chris Rees
3181f247ac Ouch. Remove >s from copy/pasting with vim tab hilighting
Pointed out by:	cperciva's make index bot
2013-12-29 16:16:41 +00:00
Chris Rees
ffea24219b Stage ports maintained by me in irc java mail
Cleanups in several places
2013-12-29 15:46:13 +00:00
Baptiste Daroussin
992c8a537c Mark as forbidden, the port is now trigering a nasty FreeBSD bug!
A fix is being investigated
2013-12-27 11:50:37 +00:00
Greg Lewis
152acbd814 . Fix the POLICY option to actually install the unlimited strength policy
files again.

PR:		185015
Submitted by:	Phil Phillips <pphillips@experts-exchange.com>
2013-12-27 04:32:45 +00:00
Jung-uk Kim
a2f7a06c58 Re-add jtreg to the distinfo. 2013-12-24 23:19:00 +00:00
Jung-uk Kim
799b4d21cc - Update to b29.
- Tidy up signal handler.
- Disable a Linux-specific hack.
- Do not create stack guard for Java threads.
- Implement thread CPU time.
2013-12-24 23:11:15 +00:00
Koop Mast
b1bf1620a6 Update freetype to 2.5.2.
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.

Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.

Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.

PR:		ports/184587
2013-12-24 21:22:21 +00:00
Greg Lewis
9cfe094430 . Update to 2013i 2013-12-21 21:08:42 +00:00
Eitan Adler
584c5a8272 java/jmf java/dbvis: reset maintainer
Reset maintainer of java/jmf and java/dbvis due to email bounce.
2013-12-11 05:25:28 +00:00
Jung-uk Kim
50a824c824 If /var/db/zoneinfo exists, use the file to determine timezone rather than
iterating over all files under /usr/share/zoneinfo.  All supported FreeBSD
versions create the file with tzsetup(8).  This change usually improves
java.util.TimeZone performance because we only need to test just one file.
2013-12-11 01:18:33 +00:00
Olli Hauer
8c574fc8e9 - s/subversion-java/java-subversion/ 2013-12-08 22:32:06 +00:00
Olli Hauer
a5565174ae - move java/subversion-java to java/java-subversion so
PKGNAMESUFFIX can be used in the devel/subversion* ports

Approved by:	lev@ (implicit)
2013-12-08 20:19:30 +00:00
Greg Lewis
c010f08a58 . Update to 7u45. 2013-12-08 04:11:54 +00:00
Greg Lewis
665c8c2480 . Update to the latest cacerts from the 7u45 JDK release. 2013-12-08 04:11:09 +00:00
Jung-uk Kim
fffab58da8 Add multiple security patches and improvements from IcedTea6.
http://icedtea.classpath.org/hg/icedtea6/rev/e98b0ef70b26

Obtained from:	IcedTea Project
2013-12-04 23:20:35 +00:00
Marcelo Araujo
dcc5f1aa94 - Return almost all of my ports back to the pool. I have no time to make any
necessary fixes on them for the past months.
2013-11-29 07:37:52 +00:00
Mikhail Teterin
6a22aa02c2 Most unkindly the java/java-getopt port changed the name
of the JAR it was installing from getopt.jar to java-getopt.jar

This broke jode and, possibly, some other ports depending on
getopt.jar.

Submitted by:	pkg-fallout
2013-11-27 16:09:28 +00:00
Mathieu Arnold
02e619a5d8 - Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
2013-11-19 23:08:44 +00:00
Jimmy Olgeni
a8608bdcda Replace LATEST_LINK with PKGNAMESUFFIX. 2013-11-16 18:49:11 +00:00
Jung-uk Kim
f226f0aada - Support staging.
- Convert to use USES=webplugin:native.
- Remove an article from comment.
2013-11-12 18:22:05 +00:00
Baptiste Daroussin
5d908e6e7d Change DESTDIRNAME into a ant compatible argument when a port is staged
While here remove previous workarounds.

Submitted by:	ale
Discussed with:	jkim, glewis
2013-11-12 10:36:16 +00:00
Jung-uk Kim
060ab65b65 Update to r333271. 2013-11-11 18:51:17 +00:00
Jung-uk Kim
35ee67e7ee - Add throw() to all user-defined operator new()s within HotSpot because
Clang does not support "-fcheck-new".  Note it is a backport of S8021954
(http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/9758d9f36299).
- Re-implement signal_name() with sys_signame(3) and adjust the comments.
- Re-implement ThreadCritical with PTHREAD_MUTEX_RECURSIVE.
- Fix DEBUG build with Clang on i386.  Clang does not support "-gstabs".
- Limit allocatable physical memory per getrlimit(2).
2013-11-09 00:11:00 +00:00
Greg Lewis
1694241173 . Update to 2013h. 2013-11-08 17:49:33 +00:00
Jung-uk Kim
77e1b3cd31 - Do not crash when unsupported options are specified. [1]
- Micro-optimize and tidy up some patches.

PR:		java/183656 [1]
2013-11-05 21:16:12 +00:00
Alex Dupre
13789c7d65 Fix build with clang and stagify.
Approved by:	maintainer
2013-10-30 10:03:06 +00:00
Pietro Cerutti
32a45817eb - Update to 7.4
Release notes: https://netbeans.org/community/releases/74/relnotes.html

Submitted by:	Federico Bernoldi <federico@bernoldi.com.ar>
2013-10-30 09:53:10 +00:00
Greg Lewis
00bc59125f . Fix DefaultAsynchronousChannelProvider.create to not crash on FreeBSD but
to instead create an instance of BsdAsynchronousChannelProvider().

PR:		183389
Submitted by:	girgen@
2013-10-30 04:29:14 +00:00
Alex Dupre
0e86d9880f Update to 1.0.14 release and much more. 2013-10-29 08:57:50 +00:00