update to otcl-1.0a8
from some Nico <openbsd@softhome.net>
This commit is contained in:
parent
1d4216996a
commit
3eadb78a03
@ -1,15 +1,14 @@
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.16 2003/10/29 22:12:42 sturm Exp $
|
||||
# $FreeBSD: ports/lang/otcl/Makefile,v 1.6 1999/11/28 18:31:28 steve Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2002/12/23 00:37:51 pvalchev Exp $
|
||||
#
|
||||
|
||||
COMMENT= "MIT Object Tcl"
|
||||
|
||||
DISTNAME= otcl-1.0a7
|
||||
DISTNAME= otcl-1.0a8
|
||||
CATEGORIES= lang
|
||||
|
||||
HOMEPAGE= http://www.isi.edu/nsnam/otcl/index.html
|
||||
|
||||
# BSD-like
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (otcl-1.0a7.tar.gz) = b1cc048a131a061f8e5ef739acd4f781
|
||||
RMD160 (otcl-1.0a7.tar.gz) = dac182014b596477f044104280c9ae9e651649dd
|
||||
SHA1 (otcl-1.0a7.tar.gz) = 5de1f95b518e60b9d764234259df93b9a840b533
|
||||
MD5 (otcl-1.0a8.tar.gz) = f9704db2d45b2be561bd501e1996fc38
|
||||
RMD160 (otcl-1.0a8.tar.gz) = 2f53da30d7af7a18f9587a79f0b5b7fb45eeb155
|
||||
SHA1 (otcl-1.0a8.tar.gz) = 84cf8ec97a79230f5de6ae65ccee3ff788c7c20c
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- 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
|
||||
|
||||
|
12
lang/otcl/patches/patch-Makefile_in
Normal file
12
lang/otcl/patches/patch-Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1 2003/10/29 22:12:43 sturm Exp $
|
||||
--- Makefile.in.orig 2003-08-20 00:40:36.000000000 -0400
|
||||
+++ Makefile.in 2003-08-20 00:43:00.000000000 -0400
|
||||
@@ -28,7 +28,7 @@ SHLIB_LD_LIBS = @SHLIB_LD_LIBS@
|
||||
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,6 +1,7 @@
|
||||
--- configure.orig Wed May 30 20:31:31 2001
|
||||
+++ configure Wed Mar 27 14:11:51 2002
|
||||
@@ -2865,16 +2865,16 @@ case $system in
|
||||
$OpenBSD: patch-configure,v 1.3 2003/10/29 22:12:43 sturm Exp $
|
||||
--- configure.orig 2003-08-20 00:43:44.000000000 -0400
|
||||
+++ configure 2003-08-20 00:47:19.000000000 -0400
|
||||
@@ -4213,16 +4213,16 @@ case $system in
|
||||
DL_LIBS="-ldl"
|
||||
SHLD_FLAGS="-Wl,-Bexport"
|
||||
;;
|
||||
|
@ -18,5 +18,3 @@ standalone release of a system that has been in use, embedded in the
|
||||
VuSystem, for two years. We made the release public (with free use,
|
||||
distribution and modification under the MIT license) to meet the
|
||||
demand for object-oriented programming in Tcl.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2002/03/27 13:29:42 wilfried Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2003/10/29 22:12:43 sturm Exp $
|
||||
lib/libotcl.so.1.0
|
||||
DYNLIBDIR(%B)
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2000/07/14 05:15:33 kevlo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/10/29 22:12:43 sturm Exp $
|
||||
bin/otclsh
|
||||
bin/owish
|
||||
include/otcl.h
|
||||
|
Loading…
Reference in New Issue
Block a user