- upgrade to version 1.0a7
- bump NEED_VERSION
This commit is contained in:
parent
fbaf64152d
commit
1ad8d24ed2
@ -1,15 +1,15 @@
|
||||
#
|
||||
# $FreeBSD: ports/lang/otcl/Makefile,v 1.6 1999/11/28 18:31:28 steve Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2001/05/06 01:28:02 lebel Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2002/02/28 15:21:32 kevlo Exp $
|
||||
#
|
||||
|
||||
COMMENT= "MIT Object Tcl"
|
||||
|
||||
DISTNAME= otcl-1.0a5
|
||||
DISTNAME= otcl-1.0a7
|
||||
CATEGORIES= lang
|
||||
NEED_VERSION= 1.402
|
||||
MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/
|
||||
HOMEPAGE= ftp://ftp.tns.lcs.mit.edu/pub/otcl/README.html
|
||||
NEED_VERSION= 1.505
|
||||
|
||||
HOMEPAGE= http://www.isi.edu/nsnam/otcl/index.html
|
||||
|
||||
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
||||
|
||||
@ -18,9 +18,11 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.isi.edu/nsnam/dist/
|
||||
|
||||
LIB_DEPENDS= tk83.1::x11/tk/8.3
|
||||
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
CONFIGURE_ARGS+=--includedir=${PREFIX}/include/tcl8.3/generic \
|
||||
--with-tcl-ver=8.3 \
|
||||
--with-tk-ver=8.3
|
||||
|
3
lang/otcl/distinfo
Normal file
3
lang/otcl/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (otcl-1.0a7.tar.gz) = b1cc048a131a061f8e5ef739acd4f781
|
||||
RMD160 (otcl-1.0a7.tar.gz) = dac182014b596477f044104280c9ae9e651649dd
|
||||
SHA1 (otcl-1.0a7.tar.gz) = 5de1f95b518e60b9d764234259df93b9a840b533
|
@ -1,3 +0,0 @@
|
||||
MD5 (otcl-1.0a5.tar.gz) = 8099cc8660bb9e3403bf0e7a5f3e6c21
|
||||
RMD160 (otcl-1.0a5.tar.gz) = 852522009a93e8a10d96690980368b4b5746ff65
|
||||
SHA1 (otcl-1.0a5.tar.gz) = 593b02d603e3ba4cb555c22e249d5b5c7c417af2
|
11
lang/otcl/patches/patch-Makefile.in
Normal file
11
lang/otcl/patches/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.orig Thu Nov 2 01:45:59 2000
|
||||
+++ Makefile.in Thu Feb 28 13:46:34 2002
|
||||
@@ -28,7 +28,7 @@
|
||||
INST_OTCLSH= @prefix@/bin
|
||||
INST_OWISH= @prefix@/bin
|
||||
INST_OLIB= @prefix@/lib
|
||||
-INST_OLIBSH= @INST_OLIBSH@
|
||||
+INST_OLIBSH= @prefix@/lib
|
||||
INST_OINC= @prefix@/include
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
--- config.guess.orig Wed Jan 5 21:12:10 2000
|
||||
+++ config.guess Wed Jan 5 21:12:31 2000
|
||||
@@ -290,6 +290,9 @@
|
||||
*:NetBSD:*:*)
|
||||
echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
|
||||
exit 0 ;;
|
||||
+ *:OpenBSD:*:*)
|
||||
+ echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
|
||||
+ exit 0 ;;
|
||||
*:GNU:*:*)
|
||||
echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
|
||||
exit 0 ;;
|
@ -1,11 +0,0 @@
|
||||
--- config.sub.orig Fri Feb 19 15:33:35 1999
|
||||
+++ config.sub Wed Jan 5 21:16:02 2000
|
||||
@@ -609,7 +609,7 @@
|
||||
| -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
|
||||
| -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
|
||||
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
|
||||
- | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \
|
||||
+ | -hiux* | -386bsd* | -netbsd* | -freebsd* | -openbsd* | -riscix* \
|
||||
| -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \
|
||||
| -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta | -udi | -eabi)
|
||||
;;
|
@ -1,6 +1,6 @@
|
||||
--- configure.orig Fri Jul 14 04:07:54 2000
|
||||
+++ configure Fri Jul 14 04:09:00 2000
|
||||
@@ -2681,16 +2681,16 @@
|
||||
--- configure.orig Thu Feb 28 13:05:46 2002
|
||||
+++ configure Thu Feb 28 13:06:42 2002
|
||||
@@ -2865,16 +2865,16 @@
|
||||
DL_LIBS="-ldl"
|
||||
SHLD_FLAGS="-Wl,-Bexport"
|
||||
;;
|
Loading…
Reference in New Issue
Block a user