pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

coldfire: remove



Module Name:	pkgsrc-wip
Committed By:	miwarin <miwarin%gmail.com@localhost>
Pushed By:	miwarin
Date:		Fri May 25 00:20:52 2018 +0900
Changeset:	5af618a76da46fac0f5265673ad6ac6bee6e64e0

Modified Files:
	Makefile
Removed Files:
	coldfire/DESCR
	coldfire/Makefile
	coldfire/PLIST
	coldfire/distinfo
	coldfire/patches/patch-aa
	coldfire/patches/patch-ab

Log Message:
coldfire: remove

MASTER_SITE http://www.slicer.ca/coldfire/files/ not found

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5af618a76da46fac0f5265673ad6ac6bee6e64e0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                  |  1 -
 coldfire/DESCR            |  5 -----
 coldfire/Makefile         | 18 ------------------
 coldfire/PLIST            |  6 ------
 coldfire/distinfo         |  7 -------
 coldfire/patches/patch-aa | 16 ----------------
 coldfire/patches/patch-ab | 17 -----------------
 7 files changed, 70 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 9ca4ae012e..83c882e2d1 100644
--- a/Makefile
+++ b/Makefile
@@ -410,7 +410,6 @@ SUBDIR+=	cm-unicode-ttf
 SUBDIR+=	cmetrics
 SUBDIR+=	cmusfm
 SUBDIR+=	coccinelle
-SUBDIR+=	coldfire
 SUBDIR+=	collectd-CGP
 SUBDIR+=	collectd-haproxy
 SUBDIR+=	collectd-redis
diff --git a/coldfire/DESCR b/coldfire/DESCR
deleted file mode 100644
index 78498189dd..0000000000
--- a/coldfire/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-This is an emulator of the Freescale ColdFire 68k microprocessor.
-Is manufactured for embedded systems development by Freescale
-Semiconductor (formerly the semiconductor sector of Motorola).
-It can do just about everything in the ColdFire 5206 chip and
-on the eval board now.
diff --git a/coldfire/Makefile b/coldfire/Makefile
deleted file mode 100644
index 58798fbc70..0000000000
--- a/coldfire/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2012/09/24 18:26:54 asau Exp $
-#
-
-DISTNAME=	coldfire-0.3.1
-CATEGORIES=	emulators
-MASTER_SITES=	http://www.slicer.ca/coldfire/files/
-
-MAINTAINER=	nocker.bk%gmail.com@localhost
-HOMEPAGE=	http://www.slicer.ca/coldfire/index.php
-COMMENT=	Freescale (Motorola) Coldfire Emulator
-
-
-GNU_CONFIGURE=	yes
-
-pre-configure:
-	${WRKDIR}/${DISTNAME}/tracer/./mktracech.sh ${WRKDIR}/${DISTNAME}
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/coldfire/PLIST b/coldfire/PLIST
deleted file mode 100644
index 9573981368..0000000000
--- a/coldfire/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/10/11 10:44:31 thomasklausner Exp $
-bin/coldfire
-share/coldfire/arnewsh-5206.board
-share/coldfire/cjdesign-5307.board
-share/coldfire/elia-5307.board
-share/coldfire/lite-5206e.board
diff --git a/coldfire/distinfo b/coldfire/distinfo
deleted file mode 100644
index 4465058f6d..0000000000
--- a/coldfire/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/12/03 22:58:23 nocker Exp $
-
-SHA1 (coldfire-0.3.1.tar.gz) = 4d4f88540552b2b667751135866846491b74ee73
-RMD160 (coldfire-0.3.1.tar.gz) = 8ddde663740cd139c7784627ef6a9ffefe77d841
-Size (coldfire-0.3.1.tar.gz) = 142964 bytes
-SHA1 (patch-aa) = 7e57fc12447c789adf8984d66b7b804e990550b5
-SHA1 (patch-ab) = 8ca46ce83dfe98c9a3222468d7063ff63ee62f10
diff --git a/coldfire/patches/patch-aa b/coldfire/patches/patch-aa
deleted file mode 100644
index a6ef9108f6..0000000000
--- a/coldfire/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/12/03 22:58:23 nocker Exp $
-
---- tracer/mktracech.sh	2004-02-20 02:59:59.000000000 +0100
-+++ tracer/mktracech.sh	2007-11-22 19:18:18.000000000 +0100
-@@ -4,9 +4,9 @@
- 
- outfile="generated.channels.h"
- 
--echo "/* We define TRACER_DECLARE(ch) so we can use this list more than once */" > $outfile
-+echo "/* We define TRACER_DECLARE(ch) so we can use this list more than once */" > $1/tracer/$outfile
- 
- find $1 -name \*.c -exec cat {} \; \
- 	| grep TRACER_DEFAULT_CHANNEL\
- 	| sed -e "s/TRACER_DEFAULT_CHANNEL/TRACER_DECLARE/"\
--	| sed -e "s/;.*$//" | sort | uniq >> $outfile
-+	| sed -e "s/;.*$//" | sort | uniq >> $1/tracer/$outfile
diff --git a/coldfire/patches/patch-ab b/coldfire/patches/patch-ab
deleted file mode 100644
index ef5bcb679c..0000000000
--- a/coldfire/patches/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2007/12/03 22:58:23 nocker Exp $
-
---- Makefile.rules.in.orig	2004-02-20 02:59:40.000000000 +0100
-+++ Makefile.rules.in	2007-11-22 20:36:49.000000000 +0100
-@@ -22,10 +22,9 @@
- .c.o:
- 	$(CC) $(CFLAGS) -c $<
- 
--subdirs-%: force
--	set -e; s='$(SUBDIRS)'; for i in $$s; do cd $$i && $(MAKE) $* && cd ..; done;
-+subdirs-all: force
-+	set -e; s='$(SUBDIRS)'; for i in $$s; do cd $$i && $(MAKE) && cd ..; done;
- 
--install: subdirs-install
- uninstall: subdirs-uninstall
- clean: subdirs-clean clean-default
- distclean: subdirs-distclean distclean-default


Home | Main Index | Thread Index | Old Index