Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Sep 2010 10:12:04 +0100 (BST)
From:      Chris Rees <utisoft@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/150181: Maintainer update: fix extraction of maven-ant-tasks
Message-ID:  <201009010912.o819C4UF071951@amnesiac.bayofrum.net>
Resent-Message-ID: <201009010950.o819o4PQ011091@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009010912.o819C4UF071951>