aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-05 17:27:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-05 17:27:29 +0000
commitc4d4cacd63490d4b63e844ae298880332a388ba7 (patch)
tree3913b841cc9c2f98d7e4b2056eafc0d9980bf1c8 /biology
parent5faefa6350cd172add279e339bd86a650313beb3 (diff)
downloadports-c4d4cacd63490d4b63e844ae298880332a388ba7.tar.gz
ports-c4d4cacd63490d4b63e844ae298880332a388ba7.zip
Notes
Diffstat (limited to 'biology')
-rw-r--r--biology/blast/Makefile8
-rw-r--r--biology/blast/distinfo6
-rw-r--r--biology/boinc-simap/Makefile4
-rw-r--r--biology/molden/files/patch-aa6
-rw-r--r--biology/p5-AcePerl/Makefile4
-rw-r--r--biology/platon/files/Makefile4
6 files changed, 1 insertions, 31 deletions
diff --git a/biology/blast/Makefile b/biology/blast/Makefile
index 1fc2234aa714..a8b9c7bd029d 100644
--- a/biology/blast/Makefile
+++ b/biology/blast/Makefile
@@ -40,18 +40,10 @@ XDFORMAT_LINKS= setdb pressdb
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64
-.if ${OSVERSION} >= 600000
DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-6.x-x64
.else
-DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-5.x-x64
-.endif
-.else
-.if ${OSVERSION} < 600000
-DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-5.x-i686
-.else
DISTNAME= blast${PORTVERSION:S/.0//}.freebsd-6.x-i686
.endif
-.endif
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE= You must manually fetch ${PORTNAME}${PORTVERSION:S/.0//} for the FreeBSD platform (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again
diff --git a/biology/blast/distinfo b/biology/blast/distinfo
index 5ebae284ff26..625f2c6e92d7 100644
--- a/biology/blast/distinfo
+++ b/biology/blast/distinfo
@@ -1,10 +1,4 @@
-MD5 (blast2.freebsd-4.x-i686.tar.Z) = IGNORE
-MD5 (blast2.freebsd-5.x-i686.tar.Z) = IGNORE
MD5 (blast2.freebsd-6.x-i686.tar.Z) = IGNORE
-MD5 (blast2.freebsd-5.x-x64.tar.Z) = IGNORE
MD5 (blast2.freebsd-6.x-x64.tar.Z) = IGNORE
-SHA256 (blast2.freebsd-4.x-i686.tar.Z) = IGNORE
-SHA256 (blast2.freebsd-5.x-i686.tar.Z) = IGNORE
SHA256 (blast2.freebsd-6.x-i686.tar.Z) = IGNORE
-SHA256 (blast2.freebsd-5.x-x64.tar.Z) = IGNORE
SHA256 (blast2.freebsd-6.x-x64.tar.Z) = IGNORE
diff --git a/biology/boinc-simap/Makefile b/biology/boinc-simap/Makefile
index ea8faa133edb..e8bc9641f7de 100644
--- a/biology/boinc-simap/Makefile
+++ b/biology/boinc-simap/Makefile
@@ -57,10 +57,6 @@ AMD64= "@comment "
SUB_FILES= app_info.xml pkg-message
SUB_LIST= SIMAP_BINARY=${SIMAP_BINARY} HMMER_BINARY=${HMMER_BINARY} SIMAP_APPVERSION=${SIMAP_VERSION:S/.//} HMMER_APPVERSION=${HMMER_VERSION:S/.//} AMD64=${AMD64}
-.if ${OSVERSION} < 600000
-IGNORE= only supports FreeBSD 6.X and newer
-.endif
-
.if ${OSVERSION} >= 700043
LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x
.endif
diff --git a/biology/molden/files/patch-aa b/biology/molden/files/patch-aa
index e4c75e6ed719..fe0bbedbb986 100644
--- a/biology/molden/files/patch-aa
+++ b/biology/molden/files/patch-aa
@@ -1,6 +1,6 @@
--- makefile.orig 2008-06-24 15:44:16.000000000 +0200
+++ makefile 2008-11-10 22:53:22.000000000 +0100
-@@ -12,9 +12,23 @@
+@@ -12,9 +12,19 @@
#
# Disregard compiler warnings on rdmolf.f
#
@@ -15,11 +15,7 @@
+#CC = gcc
+CFLAGS += -c -DDOBACK -DHASTIMER -I${LOCALBASE}/include
+#FC = f77
-+.if ${OSVERSION} < 400005
-+FFLAGS += -Nn802 -Nx400
-+.else
+FFLAGS += #-Wno-globals -fno-globals
-+.endif
+LIBS = -L${LOCALBASE}/lib -lX11 -lm
+LDR = ${FC}
+###
diff --git a/biology/p5-AcePerl/Makefile b/biology/p5-AcePerl/Makefile
index 7a46781e319a..d9a63d32d749 100644
--- a/biology/p5-AcePerl/Makefile
+++ b/biology/p5-AcePerl/Makefile
@@ -49,10 +49,6 @@ MAN3= Ace.3 Ace::Browser::AceSubs.3 Ace::Browser::SearchSubs.3 \
CFLAGS+= -fPIC
.endif
-.if ${ARCH} == "amd64" && ${OSVERSION} < 600000
-BROKEN= does not compile, GCC bug
-.endif
-
post-patch:
@ ${SED} -e 's|XX__CC__XX|${CC}|' < ${FILESDIR}/FREEBSD_DEF \
> ${WRKSRC}/acelib/wmake/FREEBSD_DEF
diff --git a/biology/platon/files/Makefile b/biology/platon/files/Makefile
index 2cda1996ee01..366e8b7ab49f 100644
--- a/biology/platon/files/Makefile
+++ b/biology/platon/files/Makefile
@@ -4,11 +4,7 @@
TARGET= platon
OBJS= platon.o xdrvr.o
-.if ${OSVERSION} >= 400018
FOPT= ${FFLAGS}
-.else
-FOPT= ${FFLAGS} -Nx800 -NL400 -Nn802
-.endif
COPT= ${CFLAGS} -I%%LOCALBASE%%/include
LOPT= -L%%LOCALBASE%%/lib -lX11