diff options
author | edwin <edwin@FreeBSD.org> | 2007-04-17 05:18:53 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-04-17 05:18:53 +0800 |
commit | 321b6e30975c9383c959b02541324fbc128eaa38 (patch) | |
tree | 5033570e31f36c2940c89e977bf162763fc69dc3 /biology/gmap | |
parent | c77bf3cad6e813590e35a4ee00af75ce3a474093 (diff) | |
download | freebsd-ports-gnome-321b6e30975c9383c959b02541324fbc128eaa38.tar.gz freebsd-ports-gnome-321b6e30975c9383c959b02541324fbc128eaa38.tar.zst freebsd-ports-gnome-321b6e30975c9383c959b02541324fbc128eaa38.zip |
[patch] cleanup non-supported FreeBSD versions
PR: ports/111727
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: Bob Zimmermann <rpz@cse.wustl.edu>
Diffstat (limited to 'biology/gmap')
-rw-r--r-- | biology/gmap/Makefile | 8 | ||||
-rw-r--r-- | biology/gmap/files/extra-patch-src-genome.c | 17 | ||||
-rw-r--r-- | biology/gmap/files/extra-patch-src-indexdb.c | 17 |
3 files changed, 1 insertions, 41 deletions
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 <bsd.port.pre.mk> - -.if ${OSVERSION} < 500036 -EXTRA_PATCHES+= ${PATCHDIR}/extra-* -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> 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 <stddef.h> - #include <stdlib.h> - #include <string.h> --#include <sys/mman.h> /* For munmap */ - #ifdef HAVE_UNISTD_H - #include <unistd.h> /* For lseek and close */ - #endif - #ifdef HAVE_SYS_TYPES_H - #include <sys/types.h> /* For off_t */ - #endif -+#include <sys/mman.h> /* For munmap */ - - #ifdef HAVE_PTHREAD - #include <pthread.h> /* 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 <stdlib.h> - #include <string.h> /* For memset */ - #include <ctype.h> /* For toupper */ --#include <sys/mman.h> /* For munmap */ - #ifdef HAVE_UNISTD_H - #include <unistd.h> /* For lseek and close */ - #endif - #ifdef HAVE_SYS_TYPES_H - #include <sys/types.h> /* For off_t */ - #endif -+#include <sys/mman.h> /* For munmap */ - - #include "mem.h" - #include "fopen.h" |