diff options
author | jwise <jwise> | 2000-09-08 01:09:34 +0000 |
---|---|---|
committer | jwise <jwise> | 2000-09-08 01:09:34 +0000 |
commit | 0d6010fcea1f0702eaf01c7fb316563c22ba1ab8 (patch) | |
tree | 4d63b8162900d00db4f4b231354bce6588bba32c /mbone | |
parent | a5b8cdfae3694e355e70eb541d8dbe937a61de67 (diff) | |
download | pkgsrc-0d6010fcea1f0702eaf01c7fb316563c22ba1ab8.tar.gz |
Adapt this package to tk-8.3.2.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/nte/Makefile | 8 | ||||
-rw-r--r-- | mbone/nte/files/patch-sum | 4 | ||||
-rw-r--r-- | mbone/nte/patches/patch-ad | 6 |
3 files changed, 8 insertions, 10 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index 7e2397f67de..7d4df10c997 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -1,17 +1,15 @@ -# $NetBSD: Makefile,v 1.21 2000/09/01 17:58:05 jwise Exp $ +# $NetBSD: Makefile,v 1.22 2000/09/08 01:09:34 jwise Exp $ # DISTNAME= nt.1.5a23 PKGNAME= nte-1.5a23 -CATEGORIES= mbone tk80 +CATEGORIES= mbone tk MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/nte/1.5a23/ -BROKEN= This package has not yet been updated to work with tcl-8.3.2. - MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www-mice.cs.ucl.ac.uk/multimedia/software/nte/ -DEPENDS+= tk-8.0.5:../../x11/tk80 +DEPENDS+= tk-8.3.2:../../x11/tk NOT_FOR_PLATFORM= *-*-alpha # ANSI headers cause LP64 problems diff --git a/mbone/nte/files/patch-sum b/mbone/nte/files/patch-sum index a163fbf4b58..60f6d8442bb 100644 --- a/mbone/nte/files/patch-sum +++ b/mbone/nte/files/patch-sum @@ -1,7 +1,7 @@ -$NetBSD: patch-sum,v 1.4 2000/04/07 15:28:58 hubertf Exp $ +$NetBSD: patch-sum,v 1.5 2000/09/08 01:09:34 jwise Exp $ MD5 (patch-aa) = e9cbe264c869efbed6dc76b660b85316 MD5 (patch-ab) = 67142a4b4426c5c924f8b1df0667468b MD5 (patch-ac) = 688d19a53925a1b986e2675992e00bae -MD5 (patch-ad) = 68c7d03bb26bbbef6feecb8236490e5c +MD5 (patch-ad) = 60780cc57ff3dde9d43c6f1a4e47de5b MD5 (patch-ae) = b112f5e80a52921b90d76ff0cb4af723 diff --git a/mbone/nte/patches/patch-ad b/mbone/nte/patches/patch-ad index 78a2ef16099..68d8cccd3c9 100644 --- a/mbone/nte/patches/patch-ad +++ b/mbone/nte/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.5 2000/04/07 15:28:59 hubertf Exp $ +$NetBSD: patch-ad,v 1.6 2000/09/08 01:09:35 jwise Exp $ *** /dev/null Thu Mar 5 20:41:40 1998 --- netbsd/Makefile.netbsd Thu Mar 5 18:23:50 1998 @@ -6,9 +6,9 @@ $NetBSD: patch-ad,v 1.5 2000/04/07 15:28:59 hubertf Exp $ *** 0 **** --- 1,15 ---- + CC=cc -+ INCLUDES=-I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0 -I${X11BASE}/include -I${LOCALBASE}/include/tk8.0/generic -I${LOCALBASE}/include/tk8.0/unix ++ INCLUDES=-I${LOCALBASE}/include -I${LOCALBASE}/include -I${X11BASE}/include -I${LOCALBASE}/include/tk/generic -I${LOCALBASE}/include/tk/unix -I${LOCALBASE}/include/tcl/generic -I${LOCALBASE}/include/tcl/unix + LIB_DIR=${LOCALBASE}/lib -+ LIBS=-Wl,-R${LIB_DIR} -L${LIB_DIR} -ltk80 -ltcl80 -lm -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lX11 ++ LIBS=-Wl,-R${LIB_DIR} -L${LIB_DIR} -ltk83 -ltcl83 -lm -Wl,-R${X11BASE}/lib -L${X11BASE}/lib -lX11 + CFLAGS+=-ggdb $(INCLUDES) -DFREEBSD -DPROTOTYPES -DHAVE_NO_VALUES_H -DHAVE_LIMITS_H -DHAVE_UNISTD_H -DMAXINT=INT_MAX -DDEFINED_ERRLIST + # for search.h + CFLAGS+=-I../src |