Index: head/biology/bedtools/Makefile =================================================================== --- head/biology/bedtools/Makefile (revision 456975) +++ head/biology/bedtools/Makefile (revision 456976) @@ -1,33 +1,29 @@ # Created by: Scott Cheloha # $FreeBSD$ PORTNAME= bedtools PORTVERSION= 2.25.0 DISTVERSIONPREFIX= v CATEGORIES= biology MASTER_SITES= GITHUB MAINTAINER= scottcheloha@gmail.com COMMENT= Toolset for genome arithmetic LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN_FreeBSD_12_aarch64= fails to compile: /usr/include/c++/v1/queue:401:5: error: static_assert failed -BROKEN_armv6= fails to compile: implicit instantiation of undefined template __static_assert_test -BROKEN_armv7= fails to compile: implicit instantiation of undefined template __static_assert_test - USE_GITHUB= yes GH_ACCOUNT= arq5x GH_PROJECT= bedtools2 USES= gmake python #NO_ARCH= yes MAKE_JOBS_UNSAFE= yes post-patch: @${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|g' \ ${WRKSRC}/Makefile .include Index: head/biology/bedtools/files/patch-src_utils_FileRecordTools_Records_StrandQueue.h =================================================================== --- head/biology/bedtools/files/patch-src_utils_FileRecordTools_Records_StrandQueue.h (nonexistent) +++ head/biology/bedtools/files/patch-src_utils_FileRecordTools_Records_StrandQueue.h (revision 456976) @@ -0,0 +1,11 @@ +--- src/utils/FileRecordTools/Records/StrandQueue.h.orig 2015-09-03 04:36:18 UTC ++++ src/utils/FileRecordTools/Records/StrandQueue.h +@@ -30,7 +30,7 @@ public: + + private: + // static RecordPtrSortFunctor _recSortFunctor; +- typedef priority_queue, RecordPtrSortDescFunctor > queueType; ++ typedef priority_queue, RecordPtrSortDescFunctor > queueType; + vector _queues; + static const int NUM_QUEUES = 3; + Property changes on: head/biology/bedtools/files/patch-src_utils_FileRecordTools_Records_StrandQueue.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property