pkgsrc-WIP-changes archive

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

vcftools: Add notes about perl path in plist



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sat Aug 12 08:35:01 2017 -0500
Changeset:	bea5d25bd4ed8f8c987e8ff5d7094529c3d8becf

Modified Files:
	vcftools/Makefile
	vcftools/TODO

Log Message:
vcftools: Add notes about perl path in plist

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

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

diffstat:
 vcftools/Makefile | 2 ++
 vcftools/TODO     | 2 ++
 2 files changed, 4 insertions(+)

diffs:
diff --git a/vcftools/Makefile b/vcftools/Makefile
index 0d6f55cd61..e70b159a23 100644
--- a/vcftools/Makefile
+++ b/vcftools/Makefile
@@ -31,4 +31,6 @@ pre-configure:
 	cd ${WRKSRC} && autoreconf -if
 
 .include "../../devel/zlib/buildlink3.mk"
+# Causes configure to fail
+#.include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/vcftools/TODO b/vcftools/TODO
index b687356e6b..40d71e768a 100644
--- a/vcftools/TODO
+++ b/vcftools/TODO
@@ -1 +1,3 @@
+Use perl path var in plist
+
 Clean up and test


Home | Main Index | Thread Index | Old Index