1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Remove always-false/true conditions based on OSVERSION 500000

This commit is contained in:
Edwin Groothuis 2007-10-04 01:25:18 +00:00
parent 42b9878de0
commit 5555d89b50
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200774
15 changed files with 19 additions and 89 deletions
lang
cmucl
gambas
gcc34
ghc
gnat
io
mdk
ocaml-camlidl
p5-JavaScript
phc
pike72
pike76
qscheme
see-devel
spidermonkey

View File

@ -19,6 +19,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-x86-FreeBSD
MAINTAINER= cracauer@cons.org
COMMENT= The CMU implementation of Common Lisp
LIB_DEPENDS= c.4:${PORTSDIR}/misc/compat4x
# To make available on other archs, has to be cross-compiled (there is a
# script for this, but a configuration file has to be written).
IA32_BINARY_PORT= yes
@ -29,13 +31,6 @@ MAN1= lisp.1 cmucl.1
PLIST_SUB= VER=${PORTVERSION}
.include <bsd.port.pre.mk>
# portlint wants this earlier but this doesn't work because weneed OSVERSION
.if ${OSVERSION} >= 500000
LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
.endif
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/bin/lisp ${PREFIX}/bin
cd ${WRKDIR} && ${FIND} lib | \
@ -47,4 +42,4 @@ do-install:
${INSTALL_DATA} ${WRKDIR}/doc/cmucl/* ${DOCSDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -82,10 +82,6 @@ PLIST_SUB+= XML="@comment "
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile with gcc-2.95
.endif
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
BROKEN= Segfault during build on ${ARCH}
.endif

View File

@ -61,9 +61,6 @@ CONFIGURE_ENV= RANLIB=:
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
ALL_TARGET= bootstrap-lean
USE_LDCONFIG= ${TARGLIB}
.if ${OSVERSION} < 500000 && ${ARCH} == alpha
CXXFLAGS+= -fPIC
.endif
PLIST_SUB= GCC_VER=${PORTVERSION} GNU_HOST=${CONFIGURE_TARGET} \
SUFFIX=${SUFFIX}
MAN1= cpp${SUFFIX}.1 \

View File

@ -36,20 +36,14 @@ OPTIONS= PROFILE "Compile for profiling as well" on
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
#DISTFILES+= ${BOOT_DIST4}
.if ${OSVERSION} >= 700000
IGNORE= unsupported at the moment
.else
.if ${OSVERSION} >= 600000
.elif ${OSVERSION} >= 600000
DISTFILES+= ${BOOT_DIST}
.else
IGNORE= unsupported at the moment
#DISTFILES+= ${BOOT_DIST5}
.endif
.endif
.if ${OSVERSION} >= 700000
IGNORE= unsupported at the moment
.endif
PLIST_SUB+= GHC_VERSION=${PORTVERSION}
.if defined(WITHOUT_PROFILE)

View File

@ -97,9 +97,7 @@ have_boot=
.if empty(have_boot)
ONLY_FOR_ARCHS= i386
DISTFILES+= gnat-3.15p-boot.tar.gz:boot
.if ${OSVERSION} >= 500000
BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libc.so.4:${PORTSDIR}/misc/compat4x
.endif
# Warning! You need the trailing slash on GCC_EXEC_PREFIX.
COMPILEDATA= GCC_EXEC_PREFIX=${WRKDIR}/adaboot/lib/gcc-lib/ \
ADA_INCLUDE_PATH=${WRKDIR}/adaboot/lib/gcc-lib/adainclude \

View File

@ -31,10 +31,6 @@ BINDINGS_DEACTIVATE= Font Image ObjcBridge OpenGL SGML SQLite SQLite3
BROKEN= Does not compile on ia64 or sparc64
.endif
.if ${OSVERSION} < 500000
USE_GCC= 3.4+
.endif
pre-patch:
${FIND} ${WRKSRC} -name '.DS_Store*' -delete
@ -63,9 +59,6 @@ pre-patch:
post-patch:
${FIND} ${WRKSRC} -name '*.orig' -delete
.if ${OSVERSION} < 500000
@cd ${WRKSRC} && ${REINPLACE_CMD} -e 's/<stdint.h>/<inttypes.h>/' vm/base/_new/Array/Array.h vm/base/_new/Data.h vm/base/Common.h vm/base/NEW_stdint.h
.endif
do-install:
.for fname in vm/io2c vm/io binaries/ioDesktop binaries/ioServer

View File

@ -32,10 +32,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
INFO= mdk
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile on 4.x
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -26,10 +26,6 @@ DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
USE_GMAKE= yes
.endif
post-extract:
@${REINPLACE_CMD} -e "s,^\(OCAMLLIB=\).*,\1${PREFIX}/lib/ocaml,g" \
-e "s,^\(BINDIR=\).*,\1${PREFIX}/bin,g" \
@ -67,4 +63,4 @@ test:
${WRKSRC}/tests/Makefile
cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE} all
.include <bsd.port.post.mk>
.include <bsd.port.port.mk>

View File

@ -26,10 +26,4 @@ CONFIGURE_ARGS= INC=-I${LOCALBASE}/include
post-patch:
${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' ${WRKSRC}/JavaScript.xs
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= a dependency does not compile on FreeBSD 4.x
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -18,10 +18,4 @@ USE_GCC= 3.4+
USE_GMAKE= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= doesn't build on FreeBSD 4.x
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -19,7 +19,8 @@ COMMENT= A dynamic programming language with a syntax similar to C++
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
gdbm.3:${PORTSDIR}/databases/gdbm \
mird.1:${PORTSDIR}/databases/mird
mird.1:${PORTSDIR}/databases/mird \
gmp.7:${PORTSDIR}/math/libgmp4
WRKSRC= ${WRKDIR}/${DISTNAME}/src/
@ -63,11 +64,6 @@ CONFIGURE_ARGS+= --with-long-double-precision
PLIST_SUB+= PORTVERSION=${PORTVERSION}
# FreeBSD 5.0 Needs to have libgmp port to support gmp.
.if ${OSVERSION} >= 500000
LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4
.endif
.if exists(${LOCALBASE}/lib/libttf.so.4)
WITH_TTF= yes
.endif

View File

@ -24,7 +24,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
gdbm.3:${PORTSDIR}/databases/gdbm \
pcre.0:${PORTSDIR}/devel/pcre \
nettle.2:${PORTSDIR}/security/nettle \
mird.1:${PORTSDIR}/databases/mird
mird.1:${PORTSDIR}/databases/mird \
gmp.7:${PORTSDIR}/math/libgmp4
OPTIONS= TTF "Add FreeType 1 support" on \
FREETYPE "Add FreeType 2 support" on \
@ -89,11 +90,6 @@ PLIST_SUB+= PORTVERSION=${PORTVERSION}
BROKEN= Does not compile
.endif
# FreeBSD 5.0 Needs to have libgmp port to support gmp.
.if ${OSVERSION} >= 500000
LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4
.endif
# Allow building Embedded Perl
CONFIGURE_ARGS+= --with-perl
USE_PERL5= YES

View File

@ -15,7 +15,8 @@ MAINTAINER= erik@smluc.org
COMMENT= A small and fast Scheme interpreter
BUILD_DEPENDS= ${LOCALBASE}/lib/libavcall.a:${PORTSDIR}/devel/ffcall\
${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre
${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre \
${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4
LIB_DEPENDS= getline:${PORTSDIR}/devel/libgetline
GNU_CONFIGURE= yes
@ -25,7 +26,9 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}"
CONFIGURE_ARGS= --with-pcre-dir=${LOCALBASE}/lib \
--with-pcre-inc=${LOCALBASE}/include \
--with-avcall-dir=${LOCALBASE}/lib \
--with-avcall-inc=${LOCALBASE}/include
--with-avcall-inc=${LOCALBASE}/include \
--with-gmp-dir=${LOCALBASE}/lib \
--with-gmp-inc=${LOCALBASE}/include
post-patch:
${REINPLACE_CMD} \
@ -41,10 +44,4 @@ post-patch:
BROKEN= "Does not build on amd64 or ia64"
.endif
.if ${OSVERSION} >= 500000
BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4
CONFIGURE_ARGS+= --with-gmp-dir=${LOCALBASE}/lib \
--with-gmp-inc=${LOCALBASE}/include
.endif
.include <bsd.port.post.mk>

View File

@ -35,10 +35,6 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not build on 4.x
.endif
.if !defined(WITH_SEE_DEBUG)
CFLAGS+= -DNDEBUG
.endif

View File

@ -70,12 +70,6 @@ test:
--shellpath ${WRKSRC}/${OPSYS}`${UNAME} -r`_DBG.OBJ/js \
--engine smdebug --confail --trace --list ecma* js1_*
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile on FreeBSD 4.x
.endif
do-configure:
${CP} ${WRKSRC}/config/Linux_All.mk \
${WRKSRC}/config/${OPSYS}`${UNAME} -r`.mk && \
@ -89,4 +83,4 @@ do-install:
${CP} ${WRKSRC}/${OPSYS}`${UNAME} -r`_DBG.OBJ/jsautocfg.h ${WRKSRC}
@${INSTALL_DATA} ${JSH:S,^,${WRKSRC}/,} ${PREFIX}/include/
.include <bsd.port.post.mk>
.include <bsd.port.mk>