From owner-svn-ports-head@FreeBSD.ORG Sat May 17 06:19:24 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B007D2DD; Sat, 17 May 2014 06:19:24 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E229234F; Sat, 17 May 2014 06:19:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4H6JOOw048766; Sat, 17 May 2014 06:19:24 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4H6JOqv048765; Sat, 17 May 2014 06:19:24 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201405170619.s4H6JOqv048765@svn.freebsd.org> From: Jung-uk Kim Date: Sat, 17 May 2014 06:19:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354286 - head/java/icedtea-web/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2014 06:19:24 -0000 Author: jkim Date: Sat May 17 06:19:24 2014 New Revision: 354286 URL: http://svnweb.freebsd.org/changeset/ports/354286 QAT: https://qat.redports.org/buildarchive/r354286/ Log: Remove a hack to create symlink to libjli.so. java/openjdk8 does not need this hack any more because it is statically linked now. Modified: head/java/icedtea-web/files/extrapatch-jdk8 Modified: head/java/icedtea-web/files/extrapatch-jdk8 ============================================================================== --- head/java/icedtea-web/files/extrapatch-jdk8 Sat May 17 06:14:58 2014 (r354285) +++ head/java/icedtea-web/files/extrapatch-jdk8 Sat May 17 06:19:24 2014 (r354286) @@ -11,21 +11,6 @@ export IT_JAVACFLAGS=$(IT_JAVAC_SETTINGS) -source $(IT_LANGUAGE_SOURCE_VERSION) -target $(IT_CLASS_TARGET_VERSION) # -@@ -2189,6 +2189,14 @@ - ln -sf ./$(JRE_ARCH_DIR) \ - $(BOOT_DIR)/jre/lib/$(INSTALL_ARCH_DIR); \ - fi; -+ mkdir -p $(BOOT_DIR)/lib && \ -+ ln -sf $(SYSTEM_JDK_DIR)/lib/$(JRE_ARCH_DIR) \ -+ $(BOOT_DIR)/lib/ && \ -+ if ! test -d $(BOOT_DIR)/lib/$(INSTALL_ARCH_DIR); \ -+ then \ -+ ln -sf ./$(JRE_ARCH_DIR) \ -+ $(BOOT_DIR)/lib/$(INSTALL_ARCH_DIR); \ -+ fi; - mkdir -p $(BOOT_DIR)/include && \ - for i in $(SYSTEM_JDK_DIR)/include/*; do \ - test -r $$i | continue; \ --- configure 2014-04-02 06:21:18.000335000 -0400 +++ configure 2014-05-15 17:04:42.000000000 -0400 @@ -626,6 +626,8 @@