Bug 59022 - Update port: java/jakarta-log4j
Summary: Update port: java/jakarta-log4j
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: java (show other bugs)
Version: 5.1-RELEASE
Hardware: Any Any
: Normal Affects Only Me
Assignee: Greg Lewis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-06 20:30 UTC by Hervé Quiroz
Modified: 2003-12-09 19:48 UTC (History)
0 users

See Also:


Attachments
file.diff (63.82 KB, patch)
2003-11-06 20:30 UTC, Hervé Quiroz
no flags Details | Diff
port-log4j-PORTDOCS.diff (37.32 KB, patch)
2003-11-27 10:34 UTC, Hervé Quiroz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hervé Quiroz 2003-11-06 20:30:21 UTC
The port does not use %%PORTDOCS%% in pkg-plist. Now it now longer tries to
uninstall docs/examples when the port installed with NOPORTDOCS. --> fixed

The port does not use ${EXAMPLESDIR} nor ${JAVAJARDIR} in Makefile. --> fixed

Also added some PLIST_SUB stuff to reduce the size of pkg-plist.

No bump to the PORT_REVISION...

How-To-Repeat: 
$cd /usr/ports/java/jakarta-log4j
$make install -DNOPORTDOCS

 --> installs fine

$make deinstall

 --> warns against missing files (docs and examples)
Comment 1 Greg Lewis freebsd_committer freebsd_triage 2003-11-18 20:46:18 UTC
Responsible Changed
From-To: freebsd-java->glewis

I'll take this.
Comment 2 Hervé Quiroz 2003-11-27 10:34:23 UTC
Improvement:
  - use the new PORTDOCS macro in Makefile to reduce pkg-plist size

Herve
Comment 3 Greg Lewis freebsd_committer freebsd_triage 2003-12-09 19:48:44 UTC
State Changed
From-To: open->closed

Committed, thanks!