ports/65614: [PATCH] java/jakarta-commons-beanutils: fix Ant CLASSPATH
Herve Quiroz
herve.quiroz at esil.univ-mrs.fr
Fri Apr 16 11:40:03 UTC 2004
>Number: 65614
>Category: ports
>Synopsis: [PATCH] java/jakarta-commons-beanutils: fix Ant CLASSPATH
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Fri Apr 16 04:40:02 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator: Herve Quiroz
>Release: FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD arabica.esil.univ-mrs.fr 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Fri Feb 27 11:36:17 CET 2004
>Description:
A quick fix to have it build on bento.
Anyway, expect some more errors with make package with a JDK 1.3 (a well-known
Javadoc issue).
I would use PORTDOCS to fix this issue but I can't predict which files will be
at the root of DOCSDIR so I would have to move API docs to their own directory
(you may look at java/jakarta-commons-logging to have an idea). If you agree
with such a thing, please tell me and I will submit a patch.
Port maintainer (znerd at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:
--- jakarta-commons-beanutils-1.6.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/java/jakarta-commons-beanutils.original/Makefile /usr/ports/java/jakarta-commons-beanutils/Makefile
--- /usr/ports/java/jakarta-commons-beanutils.original/Makefile Fri Apr 16 12:24:08 2004
+++ /usr/ports/java/jakarta-commons-beanutils/Makefile Fri Apr 16 12:25:37 2004
@@ -38,7 +38,7 @@
@${CP} ${FILESDIR}/LICENSE ${WRKDIR}/${PORTNAME}-${PORTVERSION}-src/
do-build:
- @cd ${WRKSRC} && ${ANT} ${ANT_TARGET}
+ @cd ${WRKSRC} && ${SETENV} ANT_INCLUDE_SHARED_JARS=YES ${ANT} ${ANT_TARGET}
do-install:
@${ECHO} -n ">> Installing JAR as ${JARDIR}/${DESTJARFILE}..."
--- jakarta-commons-beanutils-1.6.1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list