pkgsrc-WIP-changes archive

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

antlr, parallel, rainbow: Minor clean up



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Wed May 11 17:56:32 2016 -0500
Changeset:	543c93778aa0820d8cfa7fbb08eec9e9c209e414

Modified Files:
	antlr/DESCR
	antlr/Makefile
	parallel/distinfo
	rainbow/Makefile
Removed Files:
	vcftools/buildlink3.mk

Log Message:
antlr, parallel, rainbow: Minor clean up

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

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

diffstat:
 antlr/DESCR            |  2 --
 antlr/Makefile         |  1 +
 parallel/distinfo      |  1 -
 rainbow/Makefile       |  5 -----
 vcftools/buildlink3.mk | 30 ------------------------------
 5 files changed, 1 insertion(+), 38 deletions(-)

diffs:
diff --git a/antlr/DESCR b/antlr/DESCR
index dc3e4d5..08dc2a2 100644
--- a/antlr/DESCR
+++ b/antlr/DESCR
@@ -2,5 +2,3 @@ ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
 language tool that provides a framework for constructing recognizers,
 compilers, and translators from grammatical descriptions containing
 C++ or Java actions.
-
-WWW: http://www.antlr2.org
diff --git a/antlr/Makefile b/antlr/Makefile
index e9ea8ce..3118f95 100644
--- a/antlr/Makefile
+++ b/antlr/Makefile
@@ -43,6 +43,7 @@ CATEGORIES=	devel
 MASTER_SITES=	http://www.antlr2.org/download/
 
 MAINTAINER=	bacon4000%gmail.com@localhost
+HOMEPAGE=	http://www.antlr2.org
 
 COMMENT=	ANother Tool for Language Recognition
 #LICENSE=	
diff --git a/parallel/distinfo b/parallel/distinfo
index d76acc5..f8ed249 100644
--- a/parallel/distinfo
+++ b/parallel/distinfo
@@ -4,4 +4,3 @@ SHA1 (parallel-20151122.tar.bz2) = 7306b1068740671e34962bf9e6a343796c7273dd
 RMD160 (parallel-20151122.tar.bz2) = f3e4154c5049023bdbab218e4af7755041603639
 SHA512 (parallel-20151122.tar.bz2) = 86e1ff059ecece35b9db04875eb0fc227a17641b2ba5ed648bb2edbd2532b2570c6b531882ad64323f27a43b6bd08cc81710e635cf3655c846b8bb31fef6ba61
 Size (parallel-20151122.tar.bz2) = 1190999 bytes
-SHA1 (patch-src_parallel.pod) = 7c0ce9636c308ccc736ac2bbc34c961f4857ad2f
diff --git a/rainbow/Makefile b/rainbow/Makefile
index 0ba1560..6eff93b 100644
--- a/rainbow/Makefile
+++ b/rainbow/Makefile
@@ -15,9 +15,6 @@ HOMEPAGE=	http://sourceforge.net/projects/bio-rainbow/
 COMMENT=	Short reads clustering and local assembly
 # LICENSE=	unspecified
 
-# Test and change if necessary.
-# MAKE_JOBS_SAFE=	no
-
 # Just assuming C and C++: Adjust this!
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake
@@ -35,6 +32,4 @@ do-install:
 		${WRKSRC}/rbasm \
 		${DESTDIR}${PREFIX}/bin
 
-# Linux doesn't have zlib in the base, so just in case...
-# .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/vcftools/buildlink3.mk b/vcftools/buildlink3.mk
deleted file mode 100644
index ebcdb13..0000000
--- a/vcftools/buildlink3.mk
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD$
-# XXX
-# XXX This file was created automatically using createbuildlink-3.17.
-# XXX After this file has been verified as correct, the comment lines
-# XXX beginning with "XXX" should be removed.  Please do not commit
-# XXX unverified buildlink3.mk files.
-# XXX
-# XXX Packages that only install static libraries or headers should
-# XXX include the following line:
-# XXX
-# XXX	BUILDLINK_DEPMETHOD.vcftools?=	build
-
-BUILDLINK_TREE+=	vcftools
-
-.if !defined(VCFTOOLS_BUILDLINK3_MK)
-VCFTOOLS_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.vcftools+=	vcftools>=0.1.14
-BUILDLINK_PKGSRCDIR.vcftools?=	../../wip/vcftools
-
-# XXX
-# XXX Uncomment and keep only the buildlink3 lines below which are directly
-# XXX needed for dependencies to compile, link, and run.  If this package
-# XXX provides a wrappered API or otherwise does not expose the APIs of the
-# XXX buildlink3 lines below to dependencies, remove them.
-# XXX
-#.include "../../devel/zlib/buildlink3.mk"
-.endif	# VCFTOOLS_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-vcftools


Home | Main Index | Thread Index | Old Index