From 0fd9f5144de3600c9c51abe25e4fd9c6cbecc2ed Mon Sep 17 00:00:00 2001 From: hubertf Date: Fri, 7 Apr 2000 15:28:57 +0000 Subject: Remove the extra-superflous BUILD_DEPENDS (and adjust the pkg to it) --- mbone/nte/Makefile | 10 +--------- mbone/nte/files/patch-sum | 4 ++-- mbone/nte/patches/patch-ad | 4 ++-- 3 files changed, 5 insertions(+), 13 deletions(-) (limited to 'mbone/nte') diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index e73161176f3..1a919da653d 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2000/01/09 01:39:37 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2000/04/07 15:28:57 hubertf Exp $ # DISTNAME= nt.1.5a23 @@ -9,12 +9,8 @@ MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/nte/1.5a23/ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www-mice.cs.ucl.ac.uk/multimedia/software/nte/ -BUILD_DEPENDS= ${TK_SRC}/generic/default.h:${TK_DIR}:configure DEPENDS+= tk-8.0.5:../../x11/tk80 -TK_DIR= ${.CURDIR}/../../x11/tk80 -TK_SRC= ${TK_DIR}/${WRKDIR:T}/tk8.0.5 - NOT_FOR_PLATFORM= *-*-alpha # ANSI headers cause LP64 problems RESTRICTED= "Contains DES encryption" @@ -22,7 +18,6 @@ MIRROR_DISTFILE= no NO_WRKSUBDIR= yes USE_GMAKE= yes # Pass this on to our child -MAKE_ENV= TK_SRC=${TK_SRC} do-configure: cd ${WRKSRC}/netbsd && ${SH} configure @@ -40,6 +35,3 @@ pre-build: ${WRKSRC}/netbsd/hsearch.o ${WRKSRC}/netbsd/hsearch.o: ${WRKSRC}/src/hsearch.c ${CC} -I${WRKSRC}/src ${CFLAGS} -c -o $@ ${WRKSRC}/src/hsearch.c - -pre-clean: - @cd ${TK_DIR} && ${MAKE} clean diff --git a/mbone/nte/files/patch-sum b/mbone/nte/files/patch-sum index 43bdb03fb27..a163fbf4b58 100644 --- a/mbone/nte/files/patch-sum +++ b/mbone/nte/files/patch-sum @@ -1,7 +1,7 @@ -$NetBSD: patch-sum,v 1.3 1999/10/22 20:11:38 dmcmahill Exp $ +$NetBSD: patch-sum,v 1.4 2000/04/07 15:28:58 hubertf Exp $ MD5 (patch-aa) = e9cbe264c869efbed6dc76b660b85316 MD5 (patch-ab) = 67142a4b4426c5c924f8b1df0667468b MD5 (patch-ac) = 688d19a53925a1b986e2675992e00bae -MD5 (patch-ad) = c1ce1a5a5f4f04622850d1d5df671fab +MD5 (patch-ad) = 68c7d03bb26bbbef6feecb8236490e5c MD5 (patch-ae) = b112f5e80a52921b90d76ff0cb4af723 diff --git a/mbone/nte/patches/patch-ad b/mbone/nte/patches/patch-ad index a6e37fb779d..78a2ef16099 100644 --- a/mbone/nte/patches/patch-ad +++ b/mbone/nte/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.4 1999/10/22 20:11:39 dmcmahill Exp $ +$NetBSD: patch-ad,v 1.5 2000/04/07 15:28:59 hubertf Exp $ *** /dev/null Thu Mar 5 20:41:40 1998 --- netbsd/Makefile.netbsd Thu Mar 5 18:23:50 1998 @@ -6,7 +6,7 @@ $NetBSD: patch-ad,v 1.4 1999/10/22 20:11:39 dmcmahill Exp $ *** 0 **** --- 1,15 ---- + CC=cc -+ INCLUDES=-I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0 -I${X11BASE}/include -I${TK_SRC}/generic -I${TK_SRC}/unix ++ 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 + LIB_DIR=${LOCALBASE}/lib + LIBS=-Wl,-R${LIB_DIR} -L${LIB_DIR} -ltk80 -ltcl80 -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 -- cgit v1.2.3