summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-18 11:46:10 +0000
commitc44fa33a5e74f28fd77012aba7e3a9c8d633e36a (patch)
treee6dd259a421e47b261f2bd597fcca9e4eec75ae0 /math
parentUpdate to 0.6.1.28 (diff)
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter i-m
Notes
Notes: svn path=/head/; revision=190286
Diffstat (limited to 'math')
-rw-r--r--math/aamath/Makefile10
-rw-r--r--math/dislin/Makefile6
-rw-r--r--math/fityk/Makefile8
-rw-r--r--math/gambit/Makefile8
-rw-r--r--math/pgcalc/Makefile4
-rw-r--r--math/plplot/Makefile8
-rw-r--r--math/topaz/Makefile8
7 files changed, 7 insertions, 45 deletions
diff --git a/math/aamath/Makefile b/math/aamath/Makefile
index e5da24494b20..2ddf9a7d85e0 100644
--- a/math/aamath/Makefile
+++ b/math/aamath/Makefile
@@ -22,15 +22,7 @@ MAN1= aamath.1
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
LDFLAGS= -lreadline
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS= ${LOCALBASE}/lib/libreadline.so
-.endif
-
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/aamath ${PREFIX}/bin
@${INSTALL_DATA} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/math/dislin/Makefile b/math/dislin/Makefile
index 0e4b468b0b1c..e7cbc3507a1d 100644
--- a/math/dislin/Makefile
+++ b/math/dislin/Makefile
@@ -35,11 +35,9 @@ USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} > 500000 && ${OSVERSION} < 600000
+.if ${OSVERSION} < 600000
BINVER= -5.4
-.endif
-
-.if ${OSVERSION} >= 600000
+.else
BINVER= -6.0
.endif
diff --git a/math/fityk/Makefile b/math/fityk/Makefile
index 0d8e63c23a2c..534e12acbf72 100644
--- a/math/fityk/Makefile
+++ b/math/fityk/Makefile
@@ -38,15 +38,9 @@ PLIST_DIRS= %%DATADIR%%
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= does not compile on 4.x
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|^CPPFLAGS=|#CPPFLAGS=|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|config 3rdparty|config|g ; \
s|^install-data-am:|install-data-am:#|g' ${WRKSRC}/Makefile.in
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/math/gambit/Makefile b/math/gambit/Makefile
index 7fa0633ff305..a3048050fb8e 100644
--- a/math/gambit/Makefile
+++ b/math/gambit/Makefile
@@ -29,13 +29,7 @@ LDFLAGS= ${PTHREAD_LIBS}
CFLAGS+= -O2 -fno-strict-aliasing
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on 4.x
-.endif
-
post-patch:
@${REINPLACE_CMD} -e '/test/s|==|=|g' ${WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/math/pgcalc/Makefile b/math/pgcalc/Makefile
index d513c0ca3a37..34796584b910 100644
--- a/math/pgcalc/Makefile
+++ b/math/pgcalc/Makefile
@@ -25,10 +25,6 @@ OPTIONS= ARTS "Build with aRts support" on
.include <bsd.port.pre.mk>
-.if (${OSVERSION} < 500000)
-BROKEN= Does not build with gcc2 and cannot link with gcc3
-.endif
-
.if !defined(WITH_ARTS)
CONFIGURE_ARGS+= --without-arts
.endif
diff --git a/math/plplot/Makefile b/math/plplot/Makefile
index 86ea95ffd651..276481b95efd 100644
--- a/math/plplot/Makefile
+++ b/math/plplot/Makefile
@@ -95,12 +95,6 @@ CONFIGURE_ARGS+= --disable-itcl --disable-tcl --disable-tk
PLIST_SUB+= TCLTK="@comment "
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= incorrectly generates pkg-config files
-.endif
-
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "PLplot has the following tunable options:"
@@ -136,4 +130,4 @@ post-install:
${DOCSDIR}/README.1st.csa
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/math/topaz/Makefile b/math/topaz/Makefile
index f4b504b692c7..13125321cbcf 100644
--- a/math/topaz/Makefile
+++ b/math/topaz/Makefile
@@ -19,13 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_XLIB= yes
MAKEFILE= Makefile.freebsd
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400010
-LIB_DEPENDS+= ncurses:${PORTSDIR}/devel/ncurses
-.endif
-
post-install:
${LN} -sf ${PREFIX}/lib/topaz/topaz.sh ${PREFIX}/bin/topaz
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>