Bug 161946 - [PATCH] java/openjdk7: install jars to generate zoneinfo files
Summary: [PATCH] java/openjdk7: install jars to generate zoneinfo files
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jason Helfman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-23 22:00 UTC by Jilles Tjoelker
Modified: 2011-12-30 06:50 UTC (History)
0 users

See Also:


Attachments
openjdk7-install-font-zic-jars.patch (622 bytes, patch)
2011-10-23 22:00 UTC, Jilles Tjoelker
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jilles Tjoelker freebsd_committer freebsd_triage 2011-10-23 22:00:02 UTC
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.

Fix: Apply the below patch and bump PORTREVISION.
How-To-Repeat: -
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-23 22:00:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glewis

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2011-12-30 06:46:26 UTC
Responsible Changed
From-To: glewis->jgh

discussed with glewis over mail, I'm taking this
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-12-30 06:49:29 UTC
jgh         2011-12-30 06:49:15 UTC

  FreeBSD ports repository

  Modified files:
    java/openjdk7        Makefile 
  Log:
  Installs built jars that were previously not installed.
  
  * javazic.jar to generate Java timezone information files
  * compilefontconfig.jar to generate Java font configuration files
  
  PR:     ports/161946
  Submitted by:   Jilles Tjoelker <jilles at stack.nl>
  Reviewed by:    glewis
  Approved by:    glewis, crees (mentor)
  
  Revision  Changes    Path
  1.30      +2 -1      ports/java/openjdk7/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Jason Helfman freebsd_committer freebsd_triage 2011-12-30 06:49:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!