pkgsrc-WIP-changes archive

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

fastx-toolkit: simplify, do not install unnecesary m4 files



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon Apr 4 17:52:35 2022 +0200
Changeset:	1fee294c06cf70be7c67acce307a2a2e1665d519

Modified Files:
	fastx-toolkit/DESCR
	fastx-toolkit/Makefile
	fastx-toolkit/PLIST
	fastx-toolkit/distinfo
Added Files:
	fastx-toolkit/patches/patch-m4_Makefile.am

Log Message:
fastx-toolkit: simplify, do not install unnecesary m4 files

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

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

diffstat:
 fastx-toolkit/DESCR                        |  4 ++--
 fastx-toolkit/Makefile                     |  1 -
 fastx-toolkit/PLIST                        |  3 ---
 fastx-toolkit/distinfo                     |  1 +
 fastx-toolkit/patches/patch-m4_Makefile.am | 14 ++++++++++++++
 5 files changed, 17 insertions(+), 6 deletions(-)

diffs:
diff --git a/fastx-toolkit/DESCR b/fastx-toolkit/DESCR
index 55b9642bb4..e3e97cad06 100644
--- a/fastx-toolkit/DESCR
+++ b/fastx-toolkit/DESCR
@@ -1,2 +1,2 @@
-The FASTX-Toolkit is a collection of command line tools for Short-Reads
-FASTA/FASTQ files preprocessing.
+The FASTX-Toolkit is a collection of command line tools for
+Short-Reads FASTA/FASTQ files preprocessing.
diff --git a/fastx-toolkit/Makefile b/fastx-toolkit/Makefile
index 77b1765671..b0f1a364a4 100644
--- a/fastx-toolkit/Makefile
+++ b/fastx-toolkit/Makefile
@@ -3,7 +3,6 @@
 DISTNAME=	fastx_toolkit-0.0.14.6
 CATEGORIES=	biology
 MASTER_SITES=	${MASTER_SITE_GITHUB:=agordon/}
-GITHUB_PROJECT=	fastx_toolkit
 GITHUB_TAG=	ea0ca83ba24dce80c20ca589b838a281fe5deb0c
 
 MAINTAINER=	bacon%NetBSD.org@localhost
diff --git a/fastx-toolkit/PLIST b/fastx-toolkit/PLIST
index ed21b2092d..281d34a22b 100644
--- a/fastx-toolkit/PLIST
+++ b/fastx-toolkit/PLIST
@@ -19,6 +19,3 @@ bin/fastx_renamer
 bin/fastx_reverse_complement
 bin/fastx_trimmer
 bin/fastx_uncollapser
-share/aclocal/ax_c_long_long.m4
-share/aclocal/ax_cxx_compile_stdcxx_11.m4
-share/aclocal/ax_cxx_header_stdcxx_tr1.m4
diff --git a/fastx-toolkit/distinfo b/fastx-toolkit/distinfo
index a5b0fa87ee..922ee16d35 100644
--- a/fastx-toolkit/distinfo
+++ b/fastx-toolkit/distinfo
@@ -3,5 +3,6 @@ $NetBSD$
 BLAKE2s (fastx_toolkit-0.0.14.6-ea0ca83ba24dce80c20ca589b838a281fe5deb0c.tar.gz) = 973b56d722a2796aa28a04de56ef9273ce5a99fae5cf40bdbf9ef796acb2b6ef
 SHA512 (fastx_toolkit-0.0.14.6-ea0ca83ba24dce80c20ca589b838a281fe5deb0c.tar.gz) = bb9cc9685a37e0a88b5110ad48856d4160dc1a29e6b76f8cdf78baf12a9cea97c35f711b1aef270bba5d44b42c8e6bcc31ef9eae239de785fe1bd38cd4994d3e
 Size (fastx_toolkit-0.0.14.6-ea0ca83ba24dce80c20ca589b838a281fe5deb0c.tar.gz) = 259875 bytes
+SHA1 (patch-m4_Makefile.am) = f8cb138860f0a3708a6690ea6cd33302b35bce76
 SHA1 (patch-src_fasta__formatter_fasta__formatter.cpp) = 5fc622320186c5415cbcc4ae97cfc24f68983949
 SHA1 (patch-src_libfastx_fastx.h) = 5a387ac575a5269bc03e3f09ab752889efb8870c
diff --git a/fastx-toolkit/patches/patch-m4_Makefile.am b/fastx-toolkit/patches/patch-m4_Makefile.am
new file mode 100644
index 0000000000..9408d77ff9
--- /dev/null
+++ b/fastx-toolkit/patches/patch-m4_Makefile.am
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Do not install unrelated m4 files.
+
+--- m4/Makefile.am.orig	2017-08-14 18:08:32.000000000 +0000
++++ m4/Makefile.am
+@@ -17,6 +17,6 @@ m4macros = ax_c_long_long.m4 \
+ 	   ax_cxx_header_stdcxx_tr1.m4
+ 
+ # The following is boilerplate
+-m4data_DATA = $(m4macros) 
++#m4data_DATA = $(m4macros) 
+ EXTRA_DIST = $(m4data_DATA) 
+ 


Home | Main Index | Thread Index | Old Index