From dd6b0c2e8cbcb01937cbf0147e8b05279806087b Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 16 Apr 2007 21:18:53 +0000 Subject: [patch] cleanup non-supported FreeBSD versions PR: ports/111727 Submitted by: Edwin Groothuis Approved by: Bob Zimmermann --- biology/gmap/Makefile | 8 +------- biology/gmap/files/extra-patch-src-genome.c | 17 ----------------- biology/gmap/files/extra-patch-src-indexdb.c | 17 ----------------- 3 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 biology/gmap/files/extra-patch-src-genome.c delete mode 100644 biology/gmap/files/extra-patch-src-indexdb.c (limited to 'biology/gmap') diff --git a/biology/gmap/Makefile b/biology/gmap/Makefile index f1414a8839ad..8a42bae7adac 100644 --- a/biology/gmap/Makefile +++ b/biology/gmap/Makefile @@ -23,10 +23,4 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -.include - -.if ${OSVERSION} < 500036 -EXTRA_PATCHES+= ${PATCHDIR}/extra-* -.endif - -.include +.include diff --git a/biology/gmap/files/extra-patch-src-genome.c b/biology/gmap/files/extra-patch-src-genome.c deleted file mode 100644 index bea815b97d43..000000000000 --- a/biology/gmap/files/extra-patch-src-genome.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/genome.c.orig Sun Mar 5 11:14:48 2006 -+++ src/genome.c Fri Sep 29 09:23:15 2006 -@@ -15,13 +15,13 @@ - #include - #include - #include --#include /* For munmap */ - #ifdef HAVE_UNISTD_H - #include /* For lseek and close */ - #endif - #ifdef HAVE_SYS_TYPES_H - #include /* For off_t */ - #endif -+#include /* For munmap */ - - #ifdef HAVE_PTHREAD - #include /* sys/types.h already included above */ diff --git a/biology/gmap/files/extra-patch-src-indexdb.c b/biology/gmap/files/extra-patch-src-indexdb.c deleted file mode 100644 index 63ff76d37e8b..000000000000 --- a/biology/gmap/files/extra-patch-src-indexdb.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/indexdb.c.orig Sat Mar 4 10:19:53 2006 -+++ src/indexdb.c Fri Sep 29 11:12:55 2006 -@@ -22,13 +22,13 @@ - #include - #include /* For memset */ - #include /* For toupper */ --#include /* For munmap */ - #ifdef HAVE_UNISTD_H - #include /* For lseek and close */ - #endif - #ifdef HAVE_SYS_TYPES_H - #include /* For off_t */ - #endif -+#include /* For munmap */ - - #include "mem.h" - #include "fopen.h" -- cgit v1.2.3