ports/111727: [patch] biology/gmap - cleanup non-supported FreeBSD versions

Edwin Groothuis edwin at FreeBSD.org
Mon Apr 16 19:20:11 UTC 2007


>Number:         111727
>Category:       ports
>Synopsis:       [patch] biology/gmap - cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 16 19:20:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root at opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386


>Description:
>How-To-Repeat:
>Fix:

Delete files: files/extra*

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/biology/gmap/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	29 Sep 2006 04:05:55 -0000	1.1
+++ Makefile	16 Apr 2007 11:58:59 -0000
@@ -23,10 +23,4 @@
 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>
Index: files/extra-patch-src-genome.c
===================================================================
RCS file: files/extra-patch-src-genome.c
diff -N files/extra-patch-src-genome.c
--- files/extra-patch-src-genome.c	29 Sep 2006 04:05:55 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -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 */
Index: files/extra-patch-src-indexdb.c
===================================================================
RCS file: files/extra-patch-src-indexdb.c
diff -N files/extra-patch-src-indexdb.c
--- files/extra-patch-src-indexdb.c	29 Sep 2006 04:05:55 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -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"
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list