ports/161946: [PATCH] java/openjdk7: install jars to generate zoneinfo files

Jilles Tjoelker jilles at stack.nl
Sun Oct 23 21:00:03 UTC 2011


>Number:         161946
>Category:       ports
>Synopsis:       [PATCH] java/openjdk7: install jars to generate zoneinfo files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 23 21:00:02 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jilles Tjoelker
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
The FreeBSD Project
>Environment:
FreeBSD 8.2-STABLE i386
>Description:
As noted in
http://lists.freebsd.org/pipermail/freebsd-java/2011-June/009251.html
and PR 161945, it would be useful to install javazic.jar.

Like the Debian package, I suggest also installing compilefontconfig.jar.
>How-To-Repeat:
-
>Fix:
Apply the below patch and bump PORTREVISION.

--- openjdk7-install-font-zic-jars.patch begins here ---
--- /usr/ports/java/openjdk7/Makefile.orig	2011-07-08 09:28:46.000000000 +0200
+++ /usr/ports/java/openjdk7/Makefile	2011-10-23 22:26:02.000000000 +0200
@@ -150,6 +150,7 @@
 	@${MKDIR} ${INSTALLDIR}
 	@cd ${WRKSRC}/build/${OPENJDK_OSARCH}/j2sdk-image && \
 		${COPYTREE_SHARE} . ${INSTALLDIR}
+	@${INSTALL_DATA} ${WRKSRC}/build/${OPENJDK_OSARCH}/btjars/compilefontconfig.jar ${WRKSRC}/build/${OPENJDK_OSARCH}/btjars/javazic.jar ${INSTALLDIR}/jre/lib/
 	@for dir in `${FIND} ${INSTALLDIR} -name bin -type d`; do \
 		${CHOWN} -h -R ${BINOWN}:${BINGRP} $$dir; \
 		${FIND} $$dir -type f -exec ${CHMOD} ${BINMODE} "{}" \; ; \
--- openjdk7-install-font-zic-jars.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list