pkgsrc-WIP-changes archive

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

haplohseq: Clean up and test on NetBSD



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Jan 23 14:55:42 2021 -0600
Changeset:	77097d3c798075bd70cd5dc04896e4e9723af942

Modified Files:
	haplohseq/Makefile

Log Message:
haplohseq: Clean up and test on NetBSD

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

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

diffstat:
 haplohseq/Makefile | 13 -------------
 1 file changed, 13 deletions(-)

diffs:
diff --git a/haplohseq/Makefile b/haplohseq/Makefile
index 3aa3685fc2..53ba9d87f8 100644
--- a/haplohseq/Makefile
+++ b/haplohseq/Makefile
@@ -1,12 +1,4 @@
 # $NetBSD$
-#
-###########################################################
-#                  Generated by fbsd2pkg                  #
-#              Sat Jan 23 09:24:36 CST 2021               #
-###########################################################
-
-# Unknown tool: USE_TOOLS=	compiler:c++11-lang
-# Unknown tool: USE_TOOLS=	localbase:ldflags
 
 DISTNAME=	haplohseq-0.1.2
 CATEGORIES=	biology
@@ -18,9 +10,6 @@ HOMEPAGE=	https://sites.google.com/site/integrativecancergenomics/software/haplo
 COMMENT=	Identify regions of allelic imbalance
 LICENSE=	mit
 
-# math/R is blocked by glib2 build error on CentOS
-# DEPENDS=	R-cran-optparse>0:../../wip/R-optparse
-
 REPLACE_SH=	example/example_run.sh
 
 SUBST_CLASSES+=		test
@@ -32,8 +21,6 @@ SUBST_FILES.test=	example/example_run.sh
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake pax
 MAKE_FILE=	makefile
-# Check this
-# MAKE_ENV+=	STRIP=${STRIP}
 
 EXAMPLESDIR=	${PREFIX}/share/examples/haplohseq
 


Home | Main Index | Thread Index | Old Index