pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fastqc: Cleaner fix for unzip corruption



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Mon Nov 20 08:56:32 2017 -0600
Changeset:	791b62af4ed05fcd508012a583e3b3e998c0b1c9

Modified Files:
	fastqc/Makefile

Log Message:
fastqc: Cleaner fix for unzip corruption

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=791b62af4ed05fcd508012a583e3b3e998c0b1c9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fastqc/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diffs:
diff --git a/fastqc/Makefile b/fastqc/Makefile
index 18e8419d05..57d9dd1703 100644
--- a/fastqc/Makefile
+++ b/fastqc/Makefile
@@ -29,6 +29,9 @@ NO_BUILD=	yes
 
 WRKSRC=		${WRKDIR}/FastQC
 
+# Normal extract is corrupting org/apache/commons/math3/distribution/IntegerDistribution.class due to a bug in archivers/unzip -a
+EXTRACT_OPTS_ZIP=	-qo
+
 PORTVERSION=	0.11.5
 DATADIR=	${PREFIX}/share/fastqc
 DOCSDIR=	${PREFIX}/share/doc/fastqc
@@ -37,10 +40,6 @@ JAVAJARDIR=	${PREFIX}/share/java/classes
 
 INSTALLATION_DIRS=	bin ${DATADIR} ${DOCSDIR} ${JAVAJARDIR}/fastqc
 
-# Normal extract is corrupting org/apache/commons/math3/distribution/IntegerDistribution.class due to a bug in archivers/unzip -a
-do-extract:
-	cd ${WRKDIR} && unzip -qo ${DISTDIR}/${DISTFILES}
-
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/*.jar ${DESTDIR}${JAVAJARDIR}/fastqc
 	${INSTALL_SCRIPT} ${WRKSRC}/fastqc \


Home | Main Index | Thread Index | Old Index