Date: Thu, 15 Apr 2004 13:58:17 -0700 (PDT) From: Ernst de Haan <znerd@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java/jakarta-commons-logging Makefile pkg-plist Message-ID: <200404152058.i3FKwHSN001747@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
znerd 2004/04/15 13:58:17 PDT
FreeBSD ports repository
Modified files:
java/jakarta-commons-logging Makefile pkg-plist
Log:
Log:
- Now using PORTDOCS macro for automated PLIST build (should fix the deinstall
issue)
- Now using OPTIONS macro for dependency setting:
- WITH_LOG4J: Enable Jakarta Log4j log factory (default: on)
- WITH_LOGKIT: Enable Avalon LogKit log factory (default: off)
- WITH_JDK14LOG: Enable JDK 1.4 log factory (default: off)
- Changed Ant target 'dist' to 'compile' (to produce only JAR when NOPORTDOCS
is set)
- Now using Ant target 'javadoc' (see above)
- Fixed an issue with shared JARs not in classpath (by setting
ANT_INCLUDE_SHARED_JARS=YES)
- Now bsd.java.mk 2.0 compliant
- Fixed a bug with ant targets (adding rather than overwriting)
- Use JAVAJARDIR everywhere
- Fixed the ugly '*' in PORTDOCS
- ECHO -> ECHO_CMD
- Fixed indentation (previously 4 spaces)
- Use MASTER_SITE_APACHE_JAKARTA
- Removed the WRKSRC override stuff (it's the default value anyway)
PR: 63928
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Revision Changes Path
1.6 +38 -20 ports/java/jakarta-commons-logging/Makefile
1.3 +0 -37 ports/java/jakarta-commons-logging/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404152058.i3FKwHSN001747>
