From 615f231c95b12132a997b13809bacd24e0ea0784 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 13 Aug 1998 02:17:37 +0000 Subject: Consolidate and clean up compat11/compat12. Now there is only one pkg (compat12), which uses MACHINE_ARCH and does not supply libkvm. --- emulators/Makefile | 3 +-- emulators/compat11/Makefile | 29 ----------------------------- emulators/compat11/files/configure | 22 ---------------------- emulators/compat11/files/md5 | 11 ----------- emulators/compat11/pkg/COMMENT | 1 - emulators/compat11/pkg/DESCR | 5 ----- emulators/compat12/Makefile | 21 ++++++--------------- emulators/compat12/files/configure | 22 ---------------------- emulators/compat12/files/md5 | 15 +++++---------- emulators/compat12/pkg/DESCR | 8 ++++---- emulators/compat12/pkg/PLIST | 5 +++++ 11 files changed, 21 insertions(+), 121 deletions(-) delete mode 100644 emulators/compat11/Makefile delete mode 100755 emulators/compat11/files/configure delete mode 100644 emulators/compat11/files/md5 delete mode 100644 emulators/compat11/pkg/COMMENT delete mode 100644 emulators/compat11/pkg/DESCR delete mode 100755 emulators/compat12/files/configure create mode 100644 emulators/compat12/pkg/PLIST diff --git a/emulators/Makefile b/emulators/Makefile index df7ee97b575..a056b11e10c 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.11 1998/08/12 22:44:31 tv Exp $ +# $NetBSD: Makefile,v 1.12 1998/08/13 02:17:37 tv Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/31 07:23:58 max Exp # # SUBDIR += aftp # SUBDIR += bsvc - SUBDIR += compat11 SUBDIR += compat12 # SUBDIR += cpmemu # SUBDIR += cpmtools diff --git a/emulators/compat11/Makefile b/emulators/compat11/Makefile deleted file mode 100644 index 8fff5c870a7..00000000000 --- a/emulators/compat11/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $NetBSD: Makefile,v 1.8 1998/07/15 12:01:41 agc Exp $ -# - -DISTNAME= compat11 -CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_LOCAL} -EXTRACT_SUFX= _${ARCH}.tgz - -MAINTAINER= tv@netbsd.org - -DEPENDS+= compat12:../../emulators/compat12 - -ONLY_FOR_ARCHS= amiga atari hp300 i386 mac68k mvme68k pc532 sparc sun3 - -MIRROR_DISTFILE= no -HAS_CONFIGURE= yes -NO_BUILD= yes -WRKSRC= ${WRKDIR}/usr/lib -PLIST_SRC= ${WRKSRC}/.PLIST - -pre-configure: - @${INSTALL} -c -m 755 ${FILESDIR}/configure ${WRKSRC} - -.include "../../mk/bsd.pkg.mk" - -# for sun3x in 1.3.x, get sun3 package -.if (${ARCH} == "sun3x") -ARCH= sun3 -.endif diff --git a/emulators/compat11/files/configure b/emulators/compat11/files/configure deleted file mode 100755 index 76ea2df55ab..00000000000 --- a/emulators/compat11/files/configure +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -# $NetBSD: configure,v 1.2 1998/05/08 21:33:21 tron Exp $ -# Configure package and create its Makefile and PLIST - -echo Configuring compat11 package - -for file in lib*.so*; do - echo >>Makefile "FILES+=$file" - echo >>.PLIST "lib/$file" -done - -cat >>Makefile <>.PLIST <>Makefile "FILES+=$file" - echo >>.PLIST "lib/$file" -done - -cat >>Makefile <>.PLIST <