pkgsrc-WIP-changes archive

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

vsearch: Finalize build options



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri May 10 09:16:07 2019 -0500
Changeset:	ee7aa6a3b0f2575fdd9d1cc25781d3f6341f2924

Modified Files:
	vsearch/Makefile
	vsearch/PLIST
Removed Files:
	vsearch/TODO

Log Message:
vsearch: Finalize build options

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

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

diffstat:
 vsearch/Makefile | 1 +
 vsearch/PLIST    | 1 -
 vsearch/TODO     | 1 -
 3 files changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/vsearch/Makefile b/vsearch/Makefile
index 7ff1112e6e..ab99fa6402 100644
--- a/vsearch/Makefile
+++ b/vsearch/Makefile
@@ -16,6 +16,7 @@ ONLY_FOR_PLATFORM=	*-*-aarch64 *-*-x86_64
 USE_LANGUAGES=		c c++
 USE_TOOLS+=		autoconf automake autoreconf gmake
 GNU_CONFIGURE=		yes
+CONFIGURE_ARGS+=	--disable-pdfman
 
 pre-configure:
 	cd ${WRKSRC} && autoreconf -fi
diff --git a/vsearch/PLIST b/vsearch/PLIST
index a47b3a7d33..5fccaabb18 100644
--- a/vsearch/PLIST
+++ b/vsearch/PLIST
@@ -1,4 +1,3 @@
 @comment $NetBSD$
 bin/vsearch
 man/man1/vsearch.1
-share/doc/vsearch/vsearch_manual.pdf
diff --git a/vsearch/TODO b/vsearch/TODO
deleted file mode 100644
index b687356e6b..0000000000
--- a/vsearch/TODO
+++ /dev/null
@@ -1 +0,0 @@
-Clean up and test


Home | Main Index | Thread Index | Old Index