No regression tests available.
This commit is contained in:
parent
80c7ae1856
commit
e38608844b
@ -3,7 +3,7 @@
|
||||
# Date created: 31 January 1998
|
||||
# Whom: Don Schmidt
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.14 2002/03/21 21:09:16 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2002/10/27 14:12:47 naddy Exp $
|
||||
#
|
||||
|
||||
COMMENT= "lazy functional language"
|
||||
@ -11,7 +11,6 @@ COMMENT= "lazy functional language"
|
||||
DISTNAME= gofer230a
|
||||
PKGNAME= gofer-2.30a
|
||||
CATEGORIES= lang
|
||||
NEED_VERSION= 1.515
|
||||
|
||||
MASTER_SITES= http://www.cse.ogi.edu/~mpj/goferarc/
|
||||
|
||||
@ -24,6 +23,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
WRKDIST= ${WRKDIR}/src
|
||||
LIBDIR= ${PREFIX}/lib/Gofer
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${LIBDIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/*.prelude ${LIBDIR}
|
||||
|
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2002/03/13 22:15:59 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2002/10/27 14:12:47 naddy Exp $
|
||||
|
||||
COMMENT= "scheme interpreter with Tk interface"
|
||||
|
||||
STK_VERSION= 3.1.1
|
||||
STK_ARCH= $(OPSYS)-$(OPSYS_VER)-$(MACHINE)
|
||||
STK_VERSION= 3.1.1
|
||||
STK_ARCH= $(OPSYS)-$(OPSYS_VER)-$(MACHINE)
|
||||
DISTNAME= STk-${STK_VERSION}
|
||||
CATEGORIES= lang
|
||||
NEED_VERSION= 1.402
|
||||
|
||||
MASTER_SITES= ftp://kaolin.unice.fr/pub/STk/
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -26,7 +26,9 @@ post-build:
|
||||
@cd ${WRKSRC} && mv config.make config.make.org && \
|
||||
sed -e 's,${PREFIX},$${DESTDIR}${PREFIX},' \
|
||||
<config.make.org >config.make
|
||||
SUBST_VARS=STK_VERSION STK_ARCH
|
||||
|
||||
NO_REGRESS= Yes
|
||||
SUBST_VARS= STK_VERSION STK_ARCH
|
||||
|
||||
# fix badlink postinstall-wise
|
||||
post-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2001/10/28 13:05:47 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2002/10/27 14:12:47 naddy Exp $
|
||||
#
|
||||
|
||||
COMMENT= "Ericsson's high-level functional programming language"
|
||||
@ -6,7 +6,6 @@ COMMENT= "Ericsson's high-level functional programming language"
|
||||
VERSION= 47.4.0
|
||||
DISTNAME= erlang-${VERSION}
|
||||
CATEGORIES= lang
|
||||
NEED_VERSION= 1.402
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -22,6 +21,7 @@ CONFIGURE_STYLE= autoconf
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/erts-${VERSION}/autoconf
|
||||
|
||||
ALL_TARGET= emulator new_libraries
|
||||
NO_REGRESS= Yes
|
||||
|
||||
# Move the rest of erlang configuration into the port configure step,
|
||||
# not the build step.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2002/09/19 22:29:36 todd Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2002/10/27 14:12:48 naddy Exp $
|
||||
#
|
||||
|
||||
COMMENT= "Java compiler and decompiler developed under GPL"
|
||||
@ -18,4 +18,6 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Icon library port
|
||||
# $OpenBSD: Makefile,v 1.17 2002/03/21 21:09:17 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2002/10/27 14:12:48 naddy Exp $
|
||||
|
||||
COMMENT= "useful and interesting programs for Icon"
|
||||
|
||||
@ -10,7 +10,6 @@ PKGNAME= icon-lib-${VERSION}
|
||||
DISTFILES= icon.v940src.tgz
|
||||
|
||||
CATEGORIES=lang
|
||||
NEED_VERSION= 1.515
|
||||
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
# PD
|
||||
@ -68,6 +67,8 @@ do-build:
|
||||
${BUILDENV} cd ${WRKSRC}/gpacks/xtiles && icont -s xtiles.icn
|
||||
.endif
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${IPL}/ucode
|
||||
${INSTALL_DATA} ${WRKSRC}/procs/*.u[12] ${IPL}/ucode
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2002/03/21 21:09:17 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2002/10/27 14:12:48 naddy Exp $
|
||||
|
||||
COMMENT= "small, Lisp-like interpreted language"
|
||||
|
||||
DISTNAME= Klone359
|
||||
PKGNAME= klone-2.1a
|
||||
CATEGORIES= lang
|
||||
NEED_VERSION= 1.515
|
||||
|
||||
MASTER_SITES= http://koala.ilog.fr/ftp/pub/Klone/
|
||||
|
||||
PERMIT_PACKAGE_CDROM= No
|
||||
@ -24,6 +24,8 @@ do-configure:
|
||||
@echo "openbsd" > ${WRKSRC}/.dir
|
||||
@rm -f makefile
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/lib/klone/scripts
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/klone
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2002/09/24 07:35:13 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2002/10/27 14:12:48 naddy Exp $
|
||||
# Original from: John Harper <jsh@users.sourceforge.net>
|
||||
|
||||
COMMENT= "Emacs Lisp-like runtime library"
|
||||
@ -12,7 +12,7 @@ BROKEN= A bug in GCC on powerpc
|
||||
VERSION= 0.13.4
|
||||
DISTNAME= librep-${VERSION}
|
||||
CATEGORIES= lang
|
||||
NEED_VERSION= 1.474
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=librep/}
|
||||
|
||||
HOMEPAGE= http://librep.sourceforge.net/
|
||||
@ -40,4 +40,6 @@ CONFIGURE_ARGS+= --without-gmp
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2002/03/21 21:09:17 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2002/10/27 14:12:48 naddy Exp $
|
||||
|
||||
COMMENT= "powerful, light-weight programming language"
|
||||
|
||||
DISTNAME= lua-4.0
|
||||
CATEGORIES= lang
|
||||
NEED_VERSION= 1.515
|
||||
|
||||
MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \
|
||||
ftp://csg.uwaterloo.ca/pub/lhf/lua/ \
|
||||
ftp://ftp.freesoftware.com/pub/languages/lua/ \
|
||||
@ -33,6 +33,8 @@ post-build:
|
||||
# and recompile with shared libs
|
||||
${BUILD_SHARED}
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/include
|
||||
${INSTALL_DATA} ${WRKDIST}/include/*.h ${PREFIX}/include
|
||||
|
@ -1,13 +1,12 @@
|
||||
#
|
||||
# $FreeBSD: ports/lang/otcl/Makefile,v 1.6 1999/11/28 18:31:28 steve Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2002/02/28 15:21:32 kevlo Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2002/10/27 14:12:48 naddy Exp $
|
||||
#
|
||||
|
||||
COMMENT= "MIT Object Tcl"
|
||||
|
||||
DISTNAME= otcl-1.0a7
|
||||
CATEGORIES= lang
|
||||
NEED_VERSION= 1.505
|
||||
|
||||
HOMEPAGE= http://www.isi.edu/nsnam/otcl/index.html
|
||||
|
||||
@ -27,4 +26,6 @@ CONFIGURE_ARGS+=--includedir=${PREFIX}/include/tcl8.3/generic \
|
||||
--with-tcl-ver=8.3 \
|
||||
--with-tk-ver=8.3
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2002/03/21 21:09:17 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2002/10/27 14:12:48 naddy Exp $
|
||||
|
||||
CATEGORIES= lang
|
||||
NEED_VERSION= 1.515
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
COMMENT="Polytechnique Montreal Modula-3"
|
||||
@ -47,4 +46,6 @@ M3OPTIONS=-DPREFIX=${PREFIX} -DLOCALBASE=${LOCALBASE} -DX11BASE=${X11BASE}
|
||||
MAKE_FLAGS=M3OPTIONS="${M3OPTIONS}"
|
||||
SUBST_VARS=M3ARCH
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2002/06/30 01:02:47 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2002/10/27 14:12:48 naddy Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
@ -40,6 +40,8 @@ post-extract:
|
||||
do-build:
|
||||
cd ${WRKDIR} && unset PWD && \
|
||||
FILESDIR="$(FILESDIR)" ./config/install.sh
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
do-install:
|
||||
rm -rf ${SML_BASE}
|
||||
|
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2002/03/25 01:00:53 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2002/10/27 14:12:48 naddy Exp $
|
||||
|
||||
|
||||
COMMENT= "smalltalk system"
|
||||
CATEGORIES= lang
|
||||
NEED_VERSION= 1.400
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
|
||||
|
||||
@ -57,6 +56,8 @@ FAKE_FLAGS=${MAKE_FLAGS} DESTDIR=${WRKINST}
|
||||
|
||||
PLUGINS= Profiler.so SoundCodecPrims.so Squeak3D.so System.so
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
post-extract:
|
||||
cp ${FILESDIR}/sqOpenBSDSound.c ${WRKSRC}
|
||||
rm ${WRKSRC}/sqUnixSound.c
|
||||
|
Loading…
Reference in New Issue
Block a user