ports/150181: Maintainer update: fix extraction of maven-ant-tasks
Chris Rees
utisoft at gmail.com
Wed Sep 1 09:50:05 UTC 2010
>Number: 150181
>Category: ports
>Synopsis: Maintainer update: fix extraction of maven-ant-tasks
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Sep 01 09:50:04 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Chris Rees
>Release: FreeBSD 8.0-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD amnesiac.bayofrum.net 8.0-RELEASE-p4 FreeBSD 8.0-RELEASE-p4 #0: Mon Jul 12 20:22:27 UTC 2010 root at i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.6.20100830051548/maven-ant-tasks-2.1.1.log shows that FreeBSD 6.x tries to extract the jar and fails, showing that the file gets extracted; which isn't what we want.
>How-To-Repeat:
>Fix:
--- maven-ant-tasks-noextract.diff begins here ---
diff maven-ant-tasks.orig/Makefile maven-ant-tasks/Makefile
23d22
< JAR_NAME= ${PORTNAME}-${PORTVERSION}.jar
24a24
> EXTRACT_ONLY=
27c27
< PLIST_FILES= %%JAVASHAREDIR%%/apache-ant/lib/${JAR_NAME}
---
> PLIST_FILES= %%JAVASHAREDIR%%/apache-ant/lib/${DISTNAME}${EXTRACT_SUFX}
30c30,31
< @${INSTALL_DATA} ${DISTDIR}/${JAR_NAME} ${JAVASHAREDIR}/apache-ant/lib/
---
> @${INSTALL_DATA} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \
> ${JAVASHAREDIR}/apache-ant/lib/
--- maven-ant-tasks-noextract.diff ends here ---
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list