From owner-svn-ports-all@FreeBSD.ORG Fri Sep 7 22:58:25 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7642C106566C; Fri, 7 Sep 2012 22:58:25 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 475F88FC08; Fri, 7 Sep 2012 22:58:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q87MwP6P078166; Fri, 7 Sep 2012 22:58:25 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q87MwP81078161; Fri, 7 Sep 2012 22:58:25 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201209072258.q87MwP81078161@svn.freebsd.org> From: Jung-uk Kim Date: Fri, 7 Sep 2012 22:58:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303834 - in head/java: linux-sun-jdk16 linux-sun-jdk17 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2012 22:58:25 -0000 Author: jkim Date: Fri Sep 7 22:58:24 2012 New Revision: 303834 URL: http://svn.freebsd.org/changeset/ports/303834 Log: Add a symlink for MD include directory. It is just good enough to make it bootstrap JDK for OpenJDKs. Modified: head/java/linux-sun-jdk16/Makefile head/java/linux-sun-jdk16/pkg-plist head/java/linux-sun-jdk17/Makefile head/java/linux-sun-jdk17/pkg-plist Modified: head/java/linux-sun-jdk16/Makefile ============================================================================== --- head/java/linux-sun-jdk16/Makefile Fri Sep 7 22:32:47 2012 (r303833) +++ head/java/linux-sun-jdk16/Makefile Fri Sep 7 22:58:24 2012 (r303834) @@ -7,6 +7,7 @@ PORTNAME= jdk PORTVERSION= ${DL_JDK_VERSION:S/_/./g} +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= # PKGNAMEPREFIX= linux-sun- @@ -76,6 +77,7 @@ do-extract: post-patch: ${REINPLACE_CMD} -i.orig -e 's:^#!/bin/bash:#!/bin/sh:' ${WRKSRC}/bin/jcontrol @${FIND} ${WRKSRC} -name '*.orig' -delete + @(cd ${WRKSRC}/include; ${LN} -s linux freebsd) # XXX: This is missing a "${BRANDELF} -t Linux ". Modified: head/java/linux-sun-jdk16/pkg-plist ============================================================================== --- head/java/linux-sun-jdk16/pkg-plist Fri Sep 7 22:32:47 2012 (r303833) +++ head/java/linux-sun-jdk16/pkg-plist Fri Sep 7 22:58:24 2012 (r303834) @@ -3200,6 +3200,7 @@ %%DEMO%%%%T%%/demo/scripting/jconsole-plugin/src/scripts/sysprops.js %%DEMO%%%%T%%/demo/scripting/jconsole-plugin/src/scripts/verbose.js %%T%%/include/classfile_constants.h +%%T%%/include/freebsd %%T%%/include/jawt.h %%T%%/include/jdwpTransport.h %%T%%/include/jni.h Modified: head/java/linux-sun-jdk17/Makefile ============================================================================== --- head/java/linux-sun-jdk17/Makefile Fri Sep 7 22:32:47 2012 (r303833) +++ head/java/linux-sun-jdk17/Makefile Fri Sep 7 22:58:24 2012 (r303834) @@ -7,6 +7,7 @@ PORTNAME= jdk PORTVERSION= ${JDK_VERSION}.${JDK_UPDATE_VERSION} +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= # PKGNAMEPREFIX= linux-sun- @@ -78,6 +79,7 @@ post-patch: @${REINPLACE_CMD} -i.orig -e 's:^#!/bin/bash:#!/bin/sh:' ${WRKSRC}/${script} .endfor @${FIND} ${WRKSRC} -name '*.orig' -delete + @(cd ${WRKSRC}/include; ${LN} -s linux freebsd) do-install: @${MKDIR} ${APP_HOME} Modified: head/java/linux-sun-jdk17/pkg-plist ============================================================================== --- head/java/linux-sun-jdk17/pkg-plist Fri Sep 7 22:32:47 2012 (r303833) +++ head/java/linux-sun-jdk17/pkg-plist Fri Sep 7 22:58:24 2012 (r303834) @@ -905,6 +905,7 @@ %%DEMO%%%%T%%/demo/scripting/jconsole-plugin/jconsole-plugin.jar %%DEMO%%%%T%%/demo/scripting/jconsole-plugin/src.zip %%T%%/include/classfile_constants.h +%%T%%/include/freebsd %%T%%/include/jawt.h %%T%%/include/jdwpTransport.h %%T%%/include/jni.h