Date: Sat, 17 May 2014 06:19:24 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354286 - head/java/icedtea-web/files Message-ID: <201405170619.s4H6JOqv048765@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 @@
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405170619.s4H6JOqv048765>