mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
update moazart to 1.2.5.20030212
PR: 54792 Submitted By: Andy Hauser <andy-freebsd@splashground.de> Approved By: maintainer timeout (41 days)
This commit is contained in:
parent
4d6092c4a2
commit
024c5436d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90271
@ -6,9 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= mozart
|
||||
PORTVERSION= 1.2.4.20020829
|
||||
PORTVERSION= 1.2.5.20030212
|
||||
CATEGORIES= lang tk83 parallel
|
||||
MASTER_SITES= ftp://ftp.mozart-oz.org/pub/mozart/${PORTVERSION}/tar/ \
|
||||
MASTER_SITES= http://www.mozart-oz.org/download/mozart-ftp/store/1.2.5-2003-02-12/ \
|
||||
ftp://ftp.mozart-oz.org/pub/mozart/${PORTVERSION}/tar/ \
|
||||
ftp://ftp.sics.se/pub/mozart/${PORTVERSION}/tar/
|
||||
DISTFILES= ${DISTNAME}-src.tar.gz ${MOZART_DOCS}
|
||||
.if !defined(NOPORTDOCS)
|
||||
@ -18,10 +19,10 @@ DISTFILES+= ${MOZART_DOCS}
|
||||
MAINTAINER= mathiasp@virtual-earth.de
|
||||
COMMENT= A distributed language with constraint-based inference
|
||||
|
||||
BROKEN= "Does not compile"
|
||||
|
||||
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs21
|
||||
BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs21 \
|
||||
${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4
|
||||
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \
|
||||
gmp.6:${PORTSDIR}/math/libgmp4 \
|
||||
tk83.1:${PORTSDIR}/x11-toolkits/tk83
|
||||
|
||||
MOZART_DOCS= mozart-${PORTVERSION}-doc.tar.gz
|
||||
@ -39,7 +40,7 @@ WANT_AUTOCONF_VER= 213
|
||||
# when configuring as root.
|
||||
CONFIGURE_ENV= INSTALL=${CHMOD}
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX}/lib/oz --disable-doc \
|
||||
--with-inc-dir=${LOCALBASE}/include/tcl8.3,${LOCALBASE}/include/tk8.3 \
|
||||
--with-inc-dir=${LOCALBASE}/include/tcl8.3,${LOCALBASE}/include/tk8.3,${LOCALBASE}/include \
|
||||
--with-lib-dir=${LOCALBASE}/lib --with-tcl-lib=${LOCALBASE}/lib \
|
||||
--with-tk-lib=${LOCALBASE}/lib \
|
||||
--with-tkinclude=${LOCALBASE}/include/tk8.3
|
||||
@ -56,8 +57,6 @@ pre-extract:
|
||||
@${ECHO}
|
||||
|
||||
post-patch:
|
||||
cd ${WRKSRC}/contrib/gtk \
|
||||
&& ${AUTOCONF} ${AUTOCONF_ARGS} -l ${WRKSRC}
|
||||
cd ${WRKSRC}/platform/emulator \
|
||||
&& ${AUTOCONF} ${AUTOCONF_ARGS} -l ${WRKSRC}
|
||||
cd ${WRKSRC}/platform/tools/gump/ozflex \
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (mozart-1.2.4.20020829-src.tar.gz) = 074662e62046458c75bee97e8f102b49
|
||||
MD5 (mozart-1.2.4.20020829-doc.tar.gz) = 51ba147adcf78c63773a0122b0968d89
|
||||
MD5 (mozart-1.2.4.20020829-doc.tar.gz) = 51ba147adcf78c63773a0122b0968d89
|
||||
MD5 (mozart-1.2.5.20030212-src.tar.gz) = b3811893c9a230a46ee4e5b4eeb5d65c
|
||||
MD5 (mozart-1.2.5.20030212-doc.tar.gz) = 389ee3f247ccb95e58bd949db4612875
|
||||
|
13
lang/mozart/files/patch-af
Normal file
13
lang/mozart/files/patch-af
Normal file
@ -0,0 +1,13 @@
|
||||
--- platform/emulator/libfd/std.cc Tue Aug 20 16:19:47 2002
|
||||
+++ platform/emulator/libfd/std.cc Thu Jul 24 19:19:27 2003
|
||||
@@ -44,7 +44,9 @@
|
||||
|
||||
#else
|
||||
|
||||
-#include <values.h>
|
||||
+#include <limits.h>
|
||||
+#include <float.h>
|
||||
+#define DMAXPOWTWO DBL_MAX_EXP
|
||||
|
||||
#endif
|
||||
|
@ -7,6 +7,8 @@ bin/ozengine
|
||||
bin/ozl
|
||||
bin/ozplatform
|
||||
bin/oztool
|
||||
bin/ozwrapper.bin
|
||||
bin/ozwrapper2.bin
|
||||
bin/pickle2text
|
||||
bin/text2pickle
|
||||
@comment Insert PLIST.lib-oz here
|
||||
|
Loading…
Reference in New Issue
Block a user