summaryrefslogtreecommitdiff
path: root/java/jdk15/files/patch-j2se::pkcs11::Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-12-10 17:18:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-12-10 17:18:32 +0000
commitb1ccabf65df39e4ab553f6c4734942b9f89992b1 (patch)
treeca639d8654f8695791fbdb4960934e6598682543 /java/jdk15/files/patch-j2se::pkcs11::Makefile
parent- Update to 5.2.4 (diff)
Decommissioning java 1.5 (EOLed since October 2009):
removal of the different 1.5 jre and jdk vendors Removing outdated jdk16 vendors: removing all the bsdjava and freebsd vendors, consider using openjdk6 or openjsk7 instead. Discussed with: java (glarkin)
Notes
Notes: svn path=/head/; revision=308619
Diffstat (limited to 'java/jdk15/files/patch-j2se::pkcs11::Makefile')
-rw-r--r--java/jdk15/files/patch-j2se::pkcs11::Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/java/jdk15/files/patch-j2se::pkcs11::Makefile b/java/jdk15/files/patch-j2se::pkcs11::Makefile
deleted file mode 100644
index 128681445d0c..000000000000
--- a/java/jdk15/files/patch-j2se::pkcs11::Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-$FreeBSD$
-
---- ../../j2se/make/sun/security/pkcs11/Makefile.orig Sun Jan 13 11:11:15 2008
-+++ ../../j2se/make/sun/security/pkcs11/Makefile Sun Jan 13 13:12:48 2008
-@@ -47,7 +47,7 @@
- #
- # Libraries to link
- #
--ifeq ($(PLATFORM), windows)
-+ifneq (,$(findstring $(PLATFORM), windows bsd))
- OTHER_LDLIBS = $(JVMLIB)
- else
- OTHER_LDLIBS = -ldl $(JVMLIB)
-@@ -62,7 +62,7 @@
-
- jar: classes
- -$(RM) $(PKCS11_JAR)
-- $(JAR) cf $(PKCS11_JAR) -C $(CLASSDESTDIR) sun/security/pkcs11 || exit 1
-+ $(CP) $(BUILDDIR)/tools/crypto/pkcs11/sunpkcs11.jar $(PKCS11_JAR) || exit 1
-
- # testing only
- KEY_LOCATION = /security/ws/JCE-tiger/src