Bug 102193 - [PATCH] textproc/ppower4: Update to bsd.java.mk 2.0 and other improvements
Summary: [PATCH] textproc/ppower4: Update to bsd.java.mk 2.0 and other improvements
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: Stefan Walter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-17 17:20 UTC by Herve Quiroz
Modified: 2006-08-28 19:41 UTC (History)
1 user (show)

See Also:


Attachments
ppower4-0.9.4_2.patch (2.84 KB, patch)
2006-08-17 17:20 UTC, Herve Quiroz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Herve Quiroz freebsd_committer freebsd_triage 2006-08-17 17:20:16 UTC
- Update to bsd.java.mk 2.0
- Install JAR in ${JAVASHAREDIR}/${PORTNAME} (${JAVAJARDIR} is for JAR
  libraries used by other ports)
- Register an explicit dependency on java/javavmwrapper
- Set JAVA_VERSION in the launcher script so that a correct JVM is chosen
- Use 'exec' to launch JVM (as encouraged in the Porter's Handbook)
- Use SUB_FILES to build the launcher script (some substitutions are provided
  by default, such as %%JAVA_VERSION%%)
- Add $FreeBSD$ tags
- Bump PORTREVISION because of packing list changes

Added file(s):
- files/ppower4.sh.in

Removed file(s):
- files/ppower4

Port maintainer (stefan@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-08-17 17:20:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stefan

Over to maintainer
Comment 2 Hervé Quiroz 2006-08-17 17:43:33 UTC
I don't know how but I forgot a "@comment" in pkg-plist. The strange
thing is that the port seems to deinstall even without it...
Comment 3 Stefan Walter freebsd_committer freebsd_triage 2006-08-17 18:08:52 UTC
Herve Quiroz, 17.08.06, 18:50h CEST:

>  I don't know how but I forgot a "@comment" in pkg-plist. The strange
>  thing is that the port seems to deinstall even without it...

Yep, I just noticed that, too. It's not strange, though - it's just
interpreted as the name of a file which cannot be found. There's a
warning, but the rest is deinstalled as it should.

One question: Would you be interested in maintaining the port? It's not a
burden since there hasn't been an update of the software for quite a
while, but I haven't used it for ages, so if you want to take
maintainership, you'd be welcome.

Regards,
Stefan
Comment 4 Hervé Quiroz 2006-08-18 08:28:24 UTC
On Thu, Aug 17, 2006 at 07:08:52PM +0200, Stefan Walter wrote:
> One question: Would you be interested in maintaining the port? It's not a
> burden since there hasn't been an update of the software for quite a
> while, but I haven't used it for ages, so if you want to take
> maintainership, you'd be welcome.

Actually I don't use this port. I just updated it because of the
"bsd.java.mk 2.0 porting effort" [1] I run ATM.

Herve

[1] Java ports monitoring
http://pages-perso.esil.univ-mrs.fr/~hquiroz/freebsd/java-ports-monitoring.html
Comment 5 Stefan Walter freebsd_committer freebsd_triage 2006-08-28 19:40:52 UTC
State Changed
From-To: open->closed

Committed, thanks!