pkgsrc-WIP-changes archive

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

samtools: Disable old m4 patch files for testing



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat May 5 13:55:52 2018 -0500
Changeset:	dfa323cf159e9ef8de84b6cb66d5fcaa61f551ca

Modified Files:
	samtools/Makefile

Log Message:
samtools: Disable old m4 patch files for testing

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

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

diffstat:
 samtools/Makefile | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diffs:
diff --git a/samtools/Makefile b/samtools/Makefile
index f9fde58fae..976c5008fd 100644
--- a/samtools/Makefile
+++ b/samtools/Makefile
@@ -1,10 +1,10 @@
 # $NetBSD$
 
-DISTNAME=	samtools-${PV}
+DISTNAME=	samtools-1.8
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=samtools/}
 GITHUB_PROJECT=	samtools
-GITHUB_TAG=	${PV}
+GITHUB_TAG=	${PKGVERSION_NOREV}
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	http://www.htslib.org/
@@ -17,14 +17,12 @@ GNU_CONFIGURE=	yes
 REPLACE_PERL=	misc/*.pl misc/plot-bamstats test/test.pl
 REPLACE_PYTHON=	misc/*.py
 
-PV=	1.8
-
-post-patch:
-	${CP} ${FILESDIR}/ax_with_htslib.m4 ${WRKSRC}/
-	${CP} ${FILESDIR}/ax_with_curses.m4 ${WRKSRC}/
+#post-patch:
+#	${CP} ${FILESDIR}/ax_with_htslib.m4 ${WRKSRC}/
+#	${CP} ${FILESDIR}/ax_with_curses.m4 ${WRKSRC}/
 
 pre-configure:
-	cd ${WRKSRC} && autoreconf -if
+	cd ${WRKSRC} && autoreconf
 
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../lang/python/application.mk"


Home | Main Index | Thread Index | Old Index