Commit graph

69 commits

Author SHA1 Message Date
obache
cb125ed8d8 restore checsum of bootstrap binaries, lost during last update. 2013-07-09 05:21:56 +00:00
ryoon
d1022274b0 Update to 1.7.25
Changelog:
Bug Fixes

Area: deploy/plugin
Synopsis: In-consistent behavior with remote/local policy file with ALL permission.

Area: security-libs/java.security
Synopsis: Improve on checking order

Area: core-libs/java.util.logging
Synopsis: Remove the stack search for a resource bundle for Logger to use

Security bugfixes
CVE-2013-2470
CVE-2013-2471
CVE-2013-2472
CVE-2013-2473
CVE-2013-2463
CVE-2013-2464
CVE-2013-2465
CVE-2013-2469
CVE-2013-2459
CVE-2013-2468
CVE-2013-2466
CVE-2013-3743
CVE-2013-2462
CVE-2013-2460
CVE-2013-2445
CVE-2013-2448
CVE-2013-2442
CVE-2013-2461
CVE-2013-2467
CVE-2013-2407
CVE-2013-2454
CVE-2013-2458
CVE-2013-2444
CVE-2013-2446
CVE-2013-2437
CVE-2013-2400
CVE-2013-3744
CVE-2013-2457
CVE-2013-2453
CVE-2013-2443
CVE-2013-2452
CVE-2013-2455
CVE-2013-2447
CVE-2013-2450
CVE-2013-2456
CVE-2013-2412
CVE-2013-2449
CVE-2013-1571
CVE-2013-2451
CVE-2013-1500
2013-07-04 14:13:05 +00:00
wiz
799bb47d48 remove pasto 2013-07-04 07:25:41 +00:00
abs
f9c52fa60c Add back openjdk7/UnlimitedJCEPolicyJDK7.zip to distinfo, plus add note about sun-jre-jce to Makefile 2013-06-28 10:58:50 +00:00
ryoon
058ace4e36 Bump PKGREVISION.
* Fix build on DragonFly 3.4.1 and 3.5-DEVELOPMENT.
  Use newer bootstrap binary for DragonFly.
* DragonFly 3.5 switches to FreeBSD style math.h.
  Add conditional.

I have no idea about build on very recent DragonFly 3.5.
2013-06-26 12:52:34 +00:00
jperkin
9d0617357b Add SunOS 64-bit support. This patch disables the default multiarch build,
creating a useable 64-bit-only package, but still leaves it possible to
re-enable it if necessary by removing the 'NOMULTIARCH' sections.
2013-06-23 17:39:43 +00:00
jperkin
8fb76ee717 Add SunOS/GCC support. With huge thanks to "jesse" from #SmartOS who did the
bulk of the porting work.  Tested on SmartOS 32-bit.  64-bit builds currently
fail, they should hopefully be fixed soon.
2013-06-15 09:31:05 +00:00
obache
c404102612 restore checksum of bootstrap binaries for other than netbsd-6-amd64. 2013-06-05 12:05:19 +00:00
tron
a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00
wiz
53745b22ea Bump freetype2 and fontconfig dependencies to current pkgsrc versions,
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.

While doing that, also bump freetype2 dependency to current pkgsrc
version.

Suggested by tron in PR 47882
2013-06-03 10:05:17 +00:00
ryoon
6016dbb062 Fix sun-jre-jce option.
Pointed out by taca@, thank you.
2013-06-02 15:32:03 +00:00
ryoon
5e504e1a5e Update to 1.7.21 (7u21)
* Update with FreeBSD ports' patch-set file.
* Add patches from icedtea's rhino.patch file.
* Tested on NetBSD/amd64 current, NetBSD/i386 6.1, NetBSD/amd64 6.0.1,
  and DragonFly/i386 3.2.2.

Changelog:
* Unknown because I do not know previous version, 1.7.0.147.20110811.
* Many bugs and security bugs should be fixed.
2013-06-02 06:12:28 +00:00
joerg
e425516f71 Force realigning the stack for Clang on AMD64 as Hotspot creates
misaligned stack frames.
2013-05-14 19:16:43 +00:00
rodent
dea2f05b46 ".for variable names should not contain uppercase letters" 2013-04-06 13:24:18 +00:00
rodent
3ca117824e "$foo is ambiguous. Use ${foo} if you mean a Makefile variable or $$foo if
you mean a shell variable."
2013-04-06 11:39:25 +00:00
wiz
d1b820f37b Recursive bump for png-1.6. 2013-02-16 11:18:58 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
wiz
bd06e1cb46 Reset MAINTAINER/OWNER (became observers) 2013-02-01 22:21:05 +00:00
adam
f4c3b89da7 Revbump after graphics/jpeg and textproc/icu 2013-01-26 21:36:13 +00:00
marino
3c826a1a6c lang/openjdk7: return NULL, not bool, for pointers
Patches taken from upstream, source listed in patch comments.
Patch replaces return value "false" with "NULL"
Fixes build on gcc 4.7.x
2012-11-22 11:02:05 +00:00
joerg
6854853c0f Do as advertised for the last commit and really use the AS limit.
Thanks to veego for noticing.
2012-11-03 20:03:02 +00:00
joerg
781620270b Use hw.usermem64 when available to truncation to less than 4GB on 64bit
architectures. Honour data and address space limits on all BSDs.  Explicitly
limit the heap size during bootstrap to 256MB.  This fixes e.g. my bulk
build, which is run with an AS limit of 2GB.  Since hw.usermem would
tell the bootstrap JVM that > 3GB are available, initialisation would
fail.  Bump revision.
2012-11-02 22:28:54 +00:00
joerg
1b77e774be Fix the clang build by using the proper compiler builtins instead of
touching the stack and frame pointer directly. Especially the latter is
problematic, since the compiler is not really required to use it.
2012-10-24 15:36:47 +00:00
wiz
2c72a9f0b9 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:24:02 +00:00
asau
88feb4ac62 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 20:11:34 +00:00
obache
c38c120ee5 recursive bump from libffi shlib major bump
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-15 10:03:29 +00:00
joerg
b2334de6ef Fix rpath usage. Discussed with tnn@, tested on i386 by hans@ and on
amd64 by me.
2012-05-22 05:57:50 +00:00
marino
fc6f3418aa PR#45836 lang/openjd7: Repack DragonFly bootstraps
OpenJDK7 wouldn't build on DragonFly for non-root users due to a conflict
with the bootstrap/LICENSE file.  Both the -bin-common and the
-bin-dragonfly bootstraps contained the same file, both with 444 file
permissions.  As a result, the extraction phase fails for non-root pbulk
builds and other under-privileged users.

The DragonFly bootstraps were repacked to exclude the duplicate
bootstrap/LICENSE file, and the bootstrap.mk file updated accordingly.
The new bootstraps are packed with xz, resulting in a tarball 6MB
smaller for i386.

Other changes while we're here:
1) Add LICENSE=gnu-gpl-v2
2) USE_TOOLS+= patch (pkglint complained)
3) Fix ONLY_FOR_PLATFORM triplet for DragonFly (pkglint complained)
2012-05-16 08:55:45 +00:00
marino
47f61e7ac2 lang/openjdk7: Add support for DragonFly x86_64
* Update bootstrap for i386-DragonFly
* Add bootstrap for x86_64-DragonFly
* Update patch-aa to handle missing EM_ALPHA definition (not used anyway)
* Add patch for hotspot to handle x86_64 in uname
* Update Makefile for parallel building of hotspot
* Allow platform DragonFly 3.x

Thanks for all the hard work building the bootstraps and testing:
Francois Tigeot
Chris Turner
2012-05-12 21:01:47 +00:00
abs
5907503cd7 Add a hacks.mk to avoid issues with internal/external libjpeg mismatches. Bump pkgrevision 2012-05-08 09:24:15 +00:00
joerg
51591ca87e Restore status quo for clang breakge by disabling another bunch of
warnings.
2012-05-04 16:25:59 +00:00
ryoon
7354828142 Reset JAVA_HOME and CLASSPATH that defined by user.
Fix build when JAVA_HOME and/or CLASSPATH are defined by user.
2012-05-04 11:00:43 +00:00
ryoon
c5bdf32e64 Add conditional for NetBSD/{i386,amd64} 6.99.*.
Tested on NetBSD/i386 6.99.3.
2012-02-22 13:25:14 +00:00
hans
0d06f522d2 Remove build dependency on unzip and use it as tool instead. 2012-02-16 22:14:12 +00:00
wiz
5a1e8b0499 Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:40:37 +00:00
hans
2021c0e11b Convert to USE_TOOLS=zip. 2012-01-14 02:09:35 +00:00
sbd
04daa2f1b8 Recursive bump for graphics/freetype2 buildlink addition. 2011-11-01 06:00:33 +00:00
joerg
b7c52f8885 Kill one more warning flag for clang. 2011-09-08 00:14:34 +00:00
joerg
4be4a03136 Include compiler.mk 2011-09-05 11:46:14 +00:00
joerg
349ddd4cda Disable a bunch of default warnings for clang. Still doesn't finish
build, since the bootstrap VM crashes with Stack Overflow error.
2011-08-31 14:48:04 +00:00
tnn
19af254310 Update openjdk7 package to openjdk7-1.7.0.447.20110811.
- based on openjdk7 b147 and the bsd-port branch as of 20110811.
- integrates mozilla rhino 1.7R3 scripting support based on patches
  from icedtea7 snapshot as of 20110819.
- refresh bootstrap kits
  - tested on NetBSD 5.0/current, i386/amd64 and DragonFlyBSD 2.10 i386.

Upstream changes: mostly bugfixes. Perhaps also noteworthy is that the
zero assembler port has been integrated which should open up for wider
platform support in pkgsrc in the future.
2011-08-21 22:57:54 +00:00
obache
42f691c21e Set FETCH_MESSAGE for jce only when it is not fetched yet.
fixes PR#44983 and PR#45202.
2011-08-03 13:28:35 +00:00
rumko
8e1f8aed9c lang/openjdk7: add bootstrap for DragonFly 2.9
ok@ wiz
2011-03-14 06:31:29 +00:00
abs
b1023f8acc Catch up with graphics/libungif/buildlink3.mk -> mk/giflib.buildlink3.mk 2011-03-13 14:18:33 +00:00
wiz
af3596f984 png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. 2011-01-13 13:36:05 +00:00
abs
9d531edcff support options jce 2010-12-07 22:23:23 +00:00
wiz
e8d8834f6a Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
2010-06-13 22:43:46 +00:00
tnn
d3260dd0dc grant default permission to read sun.java2d.debugfonts 2010-05-23 13:00:03 +00:00
tnn
05b41885db need gmake for plugin build 2010-05-23 10:50:11 +00:00
tnn
0d11eed164 Update to openjdk7 build 92 snapshot. 2010-05-22 17:09:55 +00:00