| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: 51415
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
|
|
|
|
|
|
| |
leading slash in certain filenames (only affected 'make package').
Prompted by: bento via kris
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Now using JAVAJARDIR instead of JAVASHAREDIR/classes
- Now using PORTDOCS macro (to reduce pkg-plist size and fix the apidocs
deinstall issue with some JDKs)
- Now using PLIST_FILES macro (thus no more pkg-plist)
- Now using MASTER_SITE_APACHE_XML/MASTER_SITE_SUBDIR
- Now using OPTIONS macro for a more flexible build/install:
- WITH_DEPRECATED_JARS: build and install deprecated JARs (default:
on, as some ports may depend on it)
- WITH_SAMPLES_JAR: build and install samples (default: off)
- bsd.java.mk 2.0 compliant
- ECHO -> ECHO_CMD
- explicit mkdir JAVAJARDIR (just in case)
- SIZE added to distinfo
- assign maintainership to submitter
PR: ports/51415
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
|
| |
|
| |
|
|
|
|
| |
(Part 1)
|
|
|
|
|
| |
Reported by: kris
Pointy hat to: me
|
|
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This version of the port will build from source instead of taking
a binary distro. It does not install the Stylebook-based
documentation. We will need to create a textproc/xml-stylebook
port for that. I've looked at it, but it's a bit cumbersome.
There is no official release of xml-stylebook (d'oh).
Approved by: kevlo
|
|
|
|
| |
- Update WWW
|
| |
|
|
|
|
| |
Approved by: kevlo
|
| |
|
|
PR: 27266
Submitted by: znard
|