CVS: cvs.openbsd.org: ports

2017-02-23 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2017/02/23 06:11:42 Modified files: devel/jdk/1.8 : Makefile Added files: devel/jdk/1.8/patches: patch-jdk_src_solaris_native_java_net_PlainSocketImpl_c Log

Re: openjdk: java.net.ServerSocket can't bind to [::1]:8080

2017-02-20 Thread Kurt Miller
On Mon, 2017-02-20 at 13:13 -0500, Kurt Miller wrote: > On Thu, 2017-01-19 at 08:38 -0500, Nick wrote: > > > > On 2017/01/16 12:38, Stuart Henderson wrote: > > > > > > > > > I don't think Java's v6 support has been tested much on OpenBSD, > > >

Re: openjdk: java.net.ServerSocket can't bind to [::1]:8080

2017-02-20 Thread Kurt Miller
On Thu, 2017-01-19 at 08:38 -0500, Nick wrote: > On 2017/01/16 12:38, Stuart Henderson wrote: > > > > I don't think Java's v6 support has been tested much on OpenBSD, in > > general it's rather awkward because Java expects support for v6 > > sockets to work with mapped v4 addresses, which is not

CVS: cvs.openbsd.org: ports

2017-02-16 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2017/02/16 14:16:55 Modified files: net/openvpn: Makefile Added files: net/openvpn/patches: patch-src_openvpn_syshead_h Log message: Add missing header to fix this message in the log: NOTE:

CVS: cvs.openbsd.org: ports

2017-02-07 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2017/02/07 09:56:51 Modified files: devel/jdk/1.8 : Makefile distinfo devel/jdk/1.8/files: cacerts Removed files: devel/jdk/1.8/patches:

CVS: cvs.openbsd.org: ports

2016-12-31 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2016/12/31 12:58:56 Modified files: devel/jdk/1.8 : Makefile distinfo devel/jdk/1.8/patches: patch-hotspot_src_share_vm_runtime_globals_hpp Added files:

Re: [UPDATE] devel/jdk/1.8 u112

2016-12-24 Thread Kurt Miller
http://www.intricatesoftware.com/distfiles/ +MASTER_SITES2= ${MASTER_SITE_APACHE:=ant/binaries/} \ + http://archive.apache.org/dist/ant/binaries/ MAINTAINER=Kurt Miller <k...@openbsd.org> @@ -37,20 +43,32 @@ PERMIT_PACKAGE_CDROM= Yes USE_GROFF =Yes NO_TEST

Re: [UPDATE] devel/jdk/1.8 u112

2016-12-19 Thread Kurt Miller
Thank you Pavel for looking into this. I will take a closer look at it and get back to you. -Kurt On Sun, 2016-12-18 at 02:50 +0300, Pavel Korovin wrote: > Hi Kurt, > > Thank you for the jdk ports! > > Please see the patch for the latest jdk attached. > > There's some mess in >

CVS: cvs.openbsd.org: ports

2016-12-19 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2016/12/19 09:44:50 Modified files: textproc/xerces: Makefile distinfo textproc/xerces/pkg: PLIST Log message: update to 2.11.0. okay ajacoutot@

CVS: cvs.openbsd.org: ports

2016-12-19 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2016/12/19 09:35:27 Modified files: devel : Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: devel/jakarta-servletapi: Makefile distinfo

[UPDATE] textproc/xerces 2.11.0

2016-12-16 Thread Kurt Miller
Strait forward update of xerces java to 2.11.0. No ports depend on this. okay? Index: Makefile === RCS file: /cvs/ports/textproc/xerces/Makefile,v retrieving revision 1.41 diff -u -p -r1.41 Makefile --- Makefile21 Jan 2015

[TEDU] devel/jakarta-servletapi

2016-12-16 Thread Kurt Miller
12+ year old, unmaintained and not useful. okay? Index: Makefile === RCS file: /cvs/ports/devel/Makefile,v retrieving revision 1.1563 diff -u -p -r1.1563 Makefile --- Makefile4 Dec 2016 11:35:35 - 1.1563 +++ Makefile

CVS: cvs.openbsd.org: ports

2016-12-16 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2016/12/16 10:27:45 Modified files: devel/jdk/1.8 : Makefile distinfo Log message: Update to u112. Contains many upstream bug fixes and security fixes which can be mined from u72-u112 release notes

Re: [UPDATE] devel/jdk/1.8 u112

2016-12-12 Thread Kurt Miller
On Mon, 2016-12-12 at 09:59 +, Edd Barrett wrote: > Hi Kurt, > > On Sun, Dec 11, 2016 at 10:49:20AM -0500, Kurt Miller wrote: > > Here is an update of 1.8 to u112. > > Thanks for this. > > Builds fine, and I managed to run hello world just fine. More testing to &g

[UPDATE] devel/jdk/1.8 u112

2016-12-11 Thread Kurt Miller
Here is an update of 1.8 to u112. Contains many upstream bug fixes and security fixes which can be mined from u72-u112 release notes here: http://www.oracle.com/technetwork/java/javase/8u-relnotes-2225394.html Tested on amd64. Needs to be thrown in bulk builds on both amd64 and i386. I removed

Re: NEW - Ability to integrate Maven based ports

2016-04-17 Thread Kurt Miller
On Thu, 2016-04-14 at 14:58 -0400, Bryan C. Everly wrote: > Kurt, > > Thanks for the feedback on this. Your suggestions were great - now > that I've implemented them it has dramatically simplified things. > > I have attached the sample port for snakeyaml that uses the new > infrastructure as

Re: NEW - Ability to integrate Maven based ports

2016-04-07 Thread Kurt Miller
Thanks Bryan for working on this. I have some comments. On Tue, 2016-04-05 at 13:35 -0400, Bryan C. Everly wrote: > Ports@ > > I have taken a stab at a diff that will allow us to integrate Maven > based ports into the build process. As you may know, Maven downloads > dependencies at build time

Re: [NEW] snakeyaml - n00b's first attempt at a Maven/Java port

2016-04-01 Thread Kurt Miller
On Tue, 2016-03-22 at 10:35 -0400, Bryan C. Everly wrote: > All, > > Attached to this email is a port of snakeyaml, a YAML parser for Java. > > The thing that makes this challenging is that the upstream build for this > doesn't use ANT, it uses Maven. As many of you may know, the way Maven >

CVS: cvs.openbsd.org: ports

2016-02-23 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2016/02/23 13:54:51 Modified files: devel/jdk/1.8 : Makefile distinfo devel/jdk/1.8/pkg: PLIST-jre PLIST-main Log message: Update to u72. Contains many upstream bug fixes and security fixes

[UPDATE] devel/jdk/1.8 u72

2016-02-22 Thread Kurt Miller
For after unlock; here is an update of 1.8 to u72. Contains many upstream bug fixes and security fixes which can be mined from u51-u72 release notes here: http://www.oracle.com/technetwork/java/javase/8u-relnotes-2225394.html Only tested on amd64 by Caspar Schutijser, thanks! -Kurt Index:

Re: implicit type coercion in dynamic shared library calls?

2015-07-14 Thread Kurt Miller
On Tue, 2015-07-14 at 08:13 -0400, Raul Miller wrote: I also wind up spending a fair amount of time in ld.so You can avoid stepping through ld.so by starting your gdb session with LD_BIND_NOW=1 in your environment. This will do all the symbol resolution upfront so you won't need to step through

CVS: cvs.openbsd.org: ports

2015-07-04 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2015/07/04 11:06:33 Modified files: devel/maven: Makefile Log message: Fix mvn command line execution.

CVS: cvs.openbsd.org: ports

2015-07-01 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2015/07/01 09:44:48 Modified files: devel/jdk/1.7 : Makefile Added files: devel/jdk/1.7/patches: patch-jdk_make_com_sun_java_pack_Makefile

CVS: cvs.openbsd.org: ports

2015-06-25 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2015/06/25 07:47:26 Log message: Import xalan-j, a depenancy for jtreg. Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements

CVS: cvs.openbsd.org: ports

2015-06-25 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2015/06/25 14:04:15 Modified files: textproc/xalan-j: Makefile Log message: Set WRKDIST and eliminate ARCHIVE_DIR. okay ajacoutot@

CVS: cvs.openbsd.org: ports

2015-06-25 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2015/06/25 10:24:40 Modified files: textproc : Makefile Log message: Add xalan-j to build. okay ajacoutot@

Re: devel/intellij: SIGSEGV lazy binding failed!

2015-06-23 Thread Kurt Miller
I isolated the problem a bit more. It is related to -z nodelete on libgobject-2.0. You can work-around the problem in the short term as follows: LD_PRELOAD=/usr/local/lib/libgobject-2.0.so.4200.1 intellij -Kurt

Re: devel/intellij: SIGSEGV lazy binding failed!

2015-06-22 Thread Kurt Miller
On Sat, 2015-06-20 at 19:41 +0200, Fabian Raetz wrote: Hi, starting intellij fails on -current (amd64). Output below. java.log and a the output of LD_DEBUG=1 intellij are attached. Any ideas what's going on? Cheers, Fabian $ uname -a OpenBSD ninja.fritz.box 5.8 GENERIC.MP#1078

CVS: cvs.openbsd.org: ports

2015-06-18 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2015/06/18 13:06:55 ports/devel/jdk/1.8/files Update of /cvs/ports/devel/jdk/1.8/files In directory cvs.openbsd.org:/tmp/cvs-serv24657/files Log Message: Directory /cvs/ports/devel/jdk/1.8/files added to the

CVS: cvs.openbsd.org: ports

2015-06-18 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2015/06/18 13:12:04 Modified files: devel/jdk/1.8 : Makefile distinfo Added files: devel/jdk/1.8/files: cacerts Log message: - Install a valid cacerts file with the jdk to fix ssl connections.

CVS: cvs.openbsd.org: ports

2015-06-17 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2015/06/17 11:12:27 Log message: import jdk-1.8.0.45v0 The OpenJDK SDK software includes tools useful for developing and testing programs written in the Java programming language and running on

CVS: cvs.openbsd.org: ports

2015-06-17 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2015/06/17 11:16:05 Modified files: devel/jdk : Makefile java.port.mk Log message: Enable devel/jdk/1.8 and add support for it in java.port.mk. okay jasper@

Re: [NEW] devel/jdk/1.8

2015-06-17 Thread Kurt Miller
On Thu, 2015-06-11 at 07:41 +0200, Rafael Sadowski wrote: On Sun Jun 07, 2015 at 04:19:43PM -0400, Kurt Miller wrote: Better later then never... OpenJDK 1.8 u45 for amd64 and i386. i386 has the same intermittent crash 1.7 has. Works well enough to self bootstrap using

Re: [NEW] devel/jdk/1.8

2015-06-09 Thread Kurt Miller
On Mon, 2015-06-08 at 19:24 -0400, trondd wrote: On 2015-06-08 10:47, Kurt Miller wrote: Thanks Tim for the testing and research into this issue. I'll take a look later at reducing the default CompressedClassSpaceSize. What ulimits were you running with? -Kurt There is an extra

Re: [NEW] devel/jdk/1.8

2015-06-09 Thread Kurt Miller
On Tue, 2015-06-09 at 12:48 -0400, Ian Darwin wrote: On 2015-06-09 12:40, trondd wrote: Someone else might have a better idea of what other ports have done but based on Firefox and newer KDE stuff it seems the precedent is to leave the port at the defaults and let it fail. And add a note

CVS: cvs.openbsd.org: ports

2015-06-08 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2015/06/08 12:59:16 Modified files: java/javaPathHelper: Makefile distinfo Log message: Update to 1.0 which includes support for the 1.8 jdk/jre. ok sthen@

Re: [NEW] devel/jdk/1.8

2015-06-08 Thread Kurt Miller
On Sun, 2015-06-07 at 20:21 -0400, trondd wrote: On 2015-06-07 16:19, Kurt Miller wrote: OpenJDK 1.8 u45 for amd64 and i386. i386 has the same intermittent crash 1.7 has. Works well enough to self bootstrap using the native_bootstrap flavor. Needs some real world use now. Built

[NEW] devel/jdk/1.8

2015-06-07 Thread Kurt Miller
Better later then never... OpenJDK 1.8 u45 for amd64 and i386. i386 has the same intermittent crash 1.7 has. Works well enough to self bootstrap using the native_bootstrap flavor. Needs some real world use now. Most of the upstream *bsd porting was done by FreeBSD java developers. The OpenBSD

[UPDATE] java/javaPathHelper

2015-06-07 Thread Kurt Miller
= http://www.intricatesoftware.com/OpenBSD/java MAINTAINER=Kurt Miller k...@openbsd.org -MASTER_SITES= http://www.intricatesoftware.com/OpenBSD/java/ +MASTER_SITES= http://www.intricatesoftware.com/distfiles/ # BSD PERMIT_PACKAGE_CDROM= Yes Index: distinfo

[UPDATE] devel/jdk/java.port.mk

2015-06-07 Thread Kurt Miller
This adds support for the 1.8 jdk when it is committed. Index: java.port.mk === RCS file: /cvs/ports/devel/jdk/java.port.mk,v retrieving revision 1.33 diff -u -p -u -r1.33 java.port.mk --- java.port.mk7 May 2014 15:42:15

CVS: cvs.openbsd.org: ports

2015-05-11 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2015/05/11 08:47:45 Modified files: devel/jdk/1.7 : Makefile distinfo devel/jdk/1.7/patches: patch-hotspot_make_bsd_makefiles_gcc_make devel/jdk/1.7/pkg: PLIST-jre PLIST-main Added

Re: [UPDATE] devel/jdk/1.7 u80 update

2015-05-08 Thread Kurt Miller
On Wed, 2015-05-06 at 09:43 -0400, Kurt Miller wrote: This updates devel/jdk/1.7 to u80. Tested on amd64 only. u80 includes Java SE Critical Patch Updates. http://www.oracle.com/technetwork/java/javase/7u-relnotes-515228.html Looking for testing on i386 and okays. Updated diff which

CVS: cvs.openbsd.org: ports

2015-05-07 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2015/05/07 13:19:23 Modified files: devel/eclipse/plugins/emf: Makefile devel/eclipse/plugins/gef: Makefile devel/eclipse/plugins/uml2: Makefile devel/eclipse/sdk: Makefile Log

[UPDATE] devel/jdk/1.7 u80 update

2015-05-06 Thread Kurt Miller
This updates devel/jdk/1.7 to u80. Tested on amd64 only. u80 includes Java SE Critical Patch Updates. http://www.oracle.com/technetwork/java/javase/7u-relnotes-515228.html Looking for testing on i386 and okays. Thanks, -Kurt Index: Makefile

CVS: cvs.openbsd.org: ports

2014-11-20 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2014/11/20 16:09:44 Modified files: devel/jdk/1.7 : Makefile distinfo Log message: update to u71 including security fixes. okay sthen@

CVS: cvs.openbsd.org: ports

2014-11-20 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2014/11/20 16:14:58 Removed files: devel/jdk/1.6 : Makefile distinfo devel/jdk/1.6/files: PLATFORM_API_BSDOS_PCM.c cacerts devel/jdk/1.6/patches: patch-corba_make_common_Defs-bsd_gmk

CVS: cvs.openbsd.org: ports

2014-05-11 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2014/05/11 10:42:18 Modified files: editors/libreoffice: Makefile Added files: editors/libreoffice/patches: patch-hsqldb_patches_jdbc-4_1_patch Removed files: editors/libreoffice/patches:

CVS: cvs.openbsd.org: ports

2014-05-08 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2014/05/08 15:23:21 Modified files: graphics/opencv: Makefile Log message: - base package should not depend on jdk. fix and bump. okay landry@

CVS: cvs.openbsd.org: ports

2014-05-08 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2014/05/08 15:22:46 Modified files: textproc/link-grammar: Makefile Log message: - base package should not depend on jdk, fix and bump. okay landry@

CVS: cvs.openbsd.org: ports

2014-05-07 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2014/05/07 09:42:16 Modified files: databases/architect: Makefile databases/db/v4: Makefile databases/jxplorer: Makefile databases/postgresql-jdbc: Makefile

[REMOVE] jdk/1.6

2014-05-02 Thread Kurt Miller
1.6 has been EOL since 2013-04-16 and isn't stable on i386. Time for it to go to the attic. Attached is the diff to adjust java.port.mk and cmake to remove jdk/1.6 as well as REVISION bumps for all java ports with MODJAVA_VER = 1.6. -Kurt Index: databases/architect/Makefile

CVS: cvs.openbsd.org: ports

2014-04-30 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2014/04/30 07:21:00 Modified files: devel/jdk/1.7 : Makefile distinfo devel/jdk/1.7/files: cacerts devel/jdk/1.7/patches: patch-hotspot_make_bsd_makefiles_gcc_make

CVS: cvs.openbsd.org: ports

2014-04-30 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2014/04/30 18:47:25 Modified files: devel/jdk/1.7 : Makefile distinfo Log message: - Change bootstrap to not depend on jdk/1.6. Builds on i386 now but not sure if i386 is fully stable yet. okay sthen@

[UPDATE] devel/jdk/1.7 u55

2014-04-29 Thread Kurt Miller
Security update to u55. Remove patches included in upstream repository. Update cacerts. Tested on amd64 with native_bootstrap and building all ports that require jdk/1.7 to build. Index: Makefile === RCS file:

Re: [UPDATE] devel/jdk/1.7 u55

2014-04-29 Thread Kurt Miller
On Tue, 2014-04-29 at 05:10 -0400, Kurt Miller wrote: Security update to u55. Remove patches included in upstream repository. Update cacerts. Tested on amd64 with native_bootstrap and building all ports that require jdk/1.7 to build. Sorry, evolution word-wrapped the diff. Again

Re: [UPDATE] devel/jdk/1.7 u55

2014-04-29 Thread Kurt Miller
On Tue, 2014-04-29 at 06:13 -0400, Kurt Miller wrote: On Tue, 2014-04-29 at 05:10 -0400, Kurt Miller wrote: Security update to u55. Remove patches included in upstream repository. Update cacerts. Tested on amd64 with native_bootstrap and building all ports that require jdk/1.7 to build

CVS: cvs.openbsd.org: ports

2014-04-21 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2014/04/21 14:46:57 Modified files: www/icedtea-web: Makefile www/icedtea-web/patches: patch-plugin_icedteanp_IcedTeaPluginRequestProcessor_cc Added files:

Re: jdk-1.7 fails when using nio.ch.DefaultAsynchronousChannelProvider

2013-10-30 Thread Kurt Miller
On Wed, 2013-10-30 at 14:38 +0100, David Coppa wrote: I'm currently building jdk-1.7, I will report success/failure later when it's done... Great. Thanks for tracking it down. The fix looks correct to me. okay kurt@ after testing. -Kurt

CVS: cvs.openbsd.org: ports

2013-07-03 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/07/03 13:51:38 Modified files: devel/boehm-gc : Makefile Log message: - Fix build conflict on hppa. okay landry@

CVS: cvs.openbsd.org: ports

2013-06-02 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/06/02 12:49:51 Modified files: x11/gnome/zenity: Makefile x11/gnome/zenity/patches: patch-src_progress_c patch-src_tree_c Log message: Portably detect EOF. okay jasper, ajacoutot

CVS: cvs.openbsd.org: ports

2013-06-01 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/06/01 15:05:28 Modified files: devel/boehm-gc : Makefile distinfo devel/boehm-gc/patches: patch-dyn_load_c patch-include_private_gcconfig_h

CVS: cvs.openbsd.org: ports

2013-06-01 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/06/01 15:06:20 Modified files: www/w3m: Makefile Added files: www/w3m/patches: patch-main_c Log message: - Adjust to changed boehm-gc API in 7.2d. okay sthen, landry

CVS: cvs.openbsd.org: ports

2013-06-01 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/06/01 15:12:15 Modified files: devel/jdk/1.7 : Makefile distinfo Removed files: devel/jdk/1.7/patches: patch-jdk_make_com_sun_tools_attach_mapfile-bsd

[UPDATE] devel/boehm-gc

2013-05-30 Thread Kurt Miller
On Friday 22 March 2013 10:03:14 pm Kurt Miller wrote: On 03/22/13 08:35, Stuart Henderson wrote: On 2013/03/21 22:01, Kurt Miller wrote: I stalled on submitting them with upstream. I ran into a snafu. However, I do have an update for boehm-gc that can be tested. There's one i386 machine

[UPDATE] devel/jdk/1.7 u21

2013-05-30 Thread Kurt Miller
Security update to u21. Remove patches included in upstream repository. Index: Makefile === RCS file: /cvs/ports/devel/jdk/1.7/Makefile,v retrieving revision 1.63 diff -u -p -r1.63 Makefile --- Makefile10 Apr 2013 02:49:05 -

Re: [UPDATE] devel/jdk/1.7 u21

2013-05-30 Thread Kurt Miller
On Thursday 30 May 2013 9:30:40 am Kurt Miller wrote: Security update to u21. Remove patches included in upstream repository. Minor revisions based on feeback from giovanni@ - drop un-needed REVISION lines - use a variable for the update version Index: Makefile

Re: [UPDATE] devel/boehm-gc

2013-05-30 Thread Kurt Miller
On Thursday 30 May 2013 1:28:38 pm Stuart Henderson wrote: On 2013/05/30 09:10, Kurt Miller wrote: On Friday 22 March 2013 10:03:14 pm Kurt Miller wrote: On 03/22/13 08:35, Stuart Henderson wrote: On 2013/03/21 22:01, Kurt Miller wrote: I stalled on submitting them with upstream. I

CVS: cvs.openbsd.org: ports

2013-04-14 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/04/14 21:01:06 Modified files: devel/jdk/1.6 : Makefile distinfo devel/jdk/1.6/patches: patch-jdk_src_solaris_native_java_lang_UNIXProcess_md_c Log message:

CVS: cvs.openbsd.org: ports

2013-04-09 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/04/09 20:47:10 Modified files: devel/jdk/1.6 : Makefile distinfo Added files: devel/jdk/1.6/patches: patch-jdk_make_sun_awt_mawt_gmk Removed files: devel/jdk/1.6/patches:

CVS: cvs.openbsd.org: ports

2013-04-09 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/04/09 20:49:05 Modified files: devel/jdk/1.7 : Makefile devel/jdk/1.7/patches: patch-jdk_src_share_classes_sun_applet_AppletPanel_java Added files:

CVS: cvs.openbsd.org: ports

2013-03-29 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/03/29 09:08:44 Modified files: devel/jdk/1.7 : Makefile Added files: devel/jdk/1.7/patches: patch-jdk_make_com_sun_tools_attach_mapfile-bsd Log message: -

CVS: cvs.openbsd.org: ports

2013-03-19 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/03/19 13:26:45 Modified files: devel/jdk/1.6 : Makefile Added files: devel/jdk/1.6/patches: patch-hotspot_src_os_cpu_bsd_x86_vm_os_bsd_x86_cpp

CVS: cvs.openbsd.org: ports

2013-03-17 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/03/17 08:02:12 Modified files: java/jna : Makefile distinfo Log message: - Use a rerolled distfile that includes openbsd native libs for both amd64 and i386. Makes installed jna.jar include

CVS: cvs.openbsd.org: ports

2013-03-11 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/03/11 22:39:42 Modified files: devel/jdk/1.7 : Makefile distinfo Removed files: devel/jdk/1.7/patches: patch-jdk_make_java_nio_mapfile-bsd

Re: Update: lang/jruby 1.6.8 - 1.7.3

2013-03-07 Thread Kurt Miller
On 03/07/13 00:40, Ted Unangst wrote: On Wed, Mar 06, 2013 at 22:18, Kurt Miller wrote: Indeed. I didn't have the free time to switch 1.6 from JRL to GPL/OpenJDK until just recently. Now there are packages for 1.6 too, so I think there's little reason to force users to a higher version

CVS: cvs.openbsd.org: ports

2013-03-06 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/03/06 06:12:47 Modified files: devel/maven: Makefile devel/maven/files: mvn devel/maven/patches: patch-bin_mvn devel/maven/pkg: PLIST Log message: - Fix javaPathHelper

Re: Update: lang/jruby 1.6.8 - 1.7.3

2013-03-06 Thread Kurt Miller
On Wednesday 06 March 2013 9:45:48 pm Ted Unangst wrote: On Wed, Mar 06, 2013 at 20:22, Kurt Miller wrote: @@ -31,14 +29,15 @@ MODJAVA_VER = 1.7+ I noted that you have marked the port as 1.7+ but this page https://github.com/jruby/jruby indicates it is 1.6+. Please consider

CVS: cvs.openbsd.org: ports

2013-02-07 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/02/07 12:06:56 Modified files: devel/jdk/1.6 : Makefile devel/jdk/1.7 : Makefile Log message: - Allow HOTSPOT_BUILD_JOBS to be overridden from make env. okay jasper@

CVS: cvs.openbsd.org: ports

2013-02-06 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/02/06 15:08:33 Modified files: devel/jdk/1.7 : Makefile Added files: devel/jdk/1.7/patches: patch-jdk_make_sun_awt_Makefile Log message: - Fix java.lang.UnsatisfiedLinkError:

CVS: cvs.openbsd.org: ports

2013-02-03 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/02/03 14:03:39 Modified files: devel/jdk/1.6 : Makefile Added files: devel/jdk/1.6/patches: patch-hotspot_src_cpu_x86_vm_globals_x86_hpp Log message: - Fix

CVS: cvs.openbsd.org: ports

2013-02-02 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/02/02 10:39:23 Modified files: devel/jdk/1.7 : Makefile Added files: devel/jdk/1.7/patches: patch-jdk_src_solaris_native_java_net_PlainDatagramSocketImpl_c

CVS: cvs.openbsd.org: ports

2013-02-02 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/02/02 10:41:18 Modified files: devel/jdk/1.6 : Makefile Added files: devel/jdk/1.6/patches: patch-jdk_src_solaris_native_java_net_PlainDatagramSocketImpl_c

UPDATE: faq/faq8.html Java sections

2013-01-29 Thread Kurt Miller
8.3 - Can I use programming language L on OpenBSD? The info on java is outdated. For 5.2 release direct the users to devel/jdk/1.7 and the www/icedtea-web packages. Eclipse (while outdated) and Netbeans are notable IDEs. The rest of the list is not necessary. The whole section on now to build

CVS: cvs.openbsd.org: ports

2013-01-27 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/01/27 13:10:10 Modified files: devel/jdk/1.6 : Makefile Log message: - Update download location for the BSD patchset

Re: File required to build JDK 1.6 is unavalable

2013-01-27 Thread Kurt Miller
On Sunday 27 January 2013 10:25:37 am Erling Westenvik wrote: When attempting to install JDK 1.6 from ports, the ports system states: *** Get the BSD patchset file: *** bsd-jdk16-patches-4.tar.bz2 *** from http://www.eyesbeyond.com/freebsddom/java/jdk16.html However, over the last two

Re: File required to build JDK 1.6 is unavalable

2013-01-27 Thread Kurt Miller
On Sunday 27 January 2013 2:54:12 pm Amit Kulkarni wrote: Also: the FAQ on how to install JDK seem to me to be out of date? http://www.openbsd.org/faq/faq8.html#Programming: IMHO, the whole section can be deleted... why recommend end users to compile 1.6, then 1.7 and then icedtea-web?

CVS: cvs.openbsd.org: ports

2013-01-24 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/01/24 06:52:09 Modified files: lang/mono : Makefile lang/mono/patches: patch-mono_metadata_gc_c patch-mono_metadata_threadpool_c Added files:

CVS: cvs.openbsd.org: ports

2013-01-24 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/01/24 16:14:54 Modified files: devel/jdk/1.7 : Makefile Added files: devel/jdk/1.7/patches: patch-jdk_make_java_nio_mapfile-bsd Log message: - Add missing KQueueArrayWrapper symbols to nio

CVS: cvs.openbsd.org: ports

2013-01-18 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/01/18 15:30:44 Modified files: devel/jdk/1.7 : Makefile distinfo Log message: Update to 7u11. Security: CVE-2013-0422 - Update man patchset to upstream bsd-port at u10 - u11 patchset from

CVS: cvs.openbsd.org: ports

2013-01-14 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/01/14 13:16:56 Modified files: devel/jdk/1.7 : Makefile distinfo devel/jdk/1.7/patches: patch-hotspot_make_bsd_makefiles_gcc_make

CVS: cvs.openbsd.org: ports

2013-01-13 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2013/01/13 14:38:37 Modified files: lang/mono : Makefile Added files: lang/mono/patches: patch-mono_metadata_gc_c Log message: Fix termination segfault caused by a use-after free race by

UPDATE: devel/jdk/1.7 u9

2013-01-11 Thread Kurt Miller
Update jdk 1.7 to u9 level: - Update to u6 via patchset from upstream bsd_port and u6 source from Oracle - Copied u6 - u9 patchset from FreeBSD/Greg Lewis's port - Updated classloader patch from Matthew Dempsky (matthew@) Tested on amd64 and i386. Please test in a bulk build. Thanks, -Kurt

CVS: cvs.openbsd.org: ports

2012-12-13 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/12/13 08:19:19 Modified files: www/mod_jk : Makefile distinfo www/mod_jk/patches: patch-conf_workers_properties_minimal patch-native_configure

Re: Remove www/firefox35 ?

2012-11-24 Thread Kurt Miller
On Nov 24, 2012, at 6:03 AM, Landry Breuil lan...@rhaalovely.net wrote: Hi, i'd like to remove www/firefox35 from the ports tree : - it's been EOL'ed upstream since 18 months, and thus receives no security updates. I have no idea if there are users of this port still around. - it was

CVS: cvs.openbsd.org: ports

2012-10-24 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/10/24 12:44:51 Modified files: devel/jdk/1.6 : Makefile Added files: devel/jdk/1.6/patches: patch-j2se_src_solaris_classes_sun_awt_X11_XWM_java Log message:

CVS: cvs.openbsd.org: ports

2012-10-24 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/10/24 12:54:03 Modified files: devel/jdk/1.7 : Makefile devel/jdk/1.7/pkg: PLIST-main Added files: devel/jdk/1.7/patches:

CVS: cvs.openbsd.org: ports

2012-10-19 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/10/19 16:28:41 Modified files: lang/classpath : Makefile lang/classpath/pkg: PLIST Log message: Use gcj 4.6 instead of 4.2 to build. Also fix conflict with gcj 4.6. okay jasper@

CVS: cvs.openbsd.org: ports

2012-10-19 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/10/19 16:29:49 Modified files: devel/jdk/1.6 : Makefile devel/jdk/1.6/patches: patch-bin_bootscript Log message: Use gcj 4.6 to bootstrap instead of jamvm. okay jasper@

CVS: cvs.openbsd.org: ports

2012-10-19 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/10/19 16:30:36 Modified files: textproc/pdftk : Makefile Log message: Use gcj 4.6 to build instead of 4.2. okay jasper@

CVS: cvs.openbsd.org: ports

2012-10-17 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2012/10/17 13:58:21 Modified files: lang/gcc/4.6 : Makefile lang/gcc/4.6/patches: patch-boehm-gc_dyn_load_c patch-boehm-gc_include_private_gcconfig_h

<    1   2   3   4   5   6   >