diff options
author | dirk <dirk@FreeBSD.org> | 2002-01-03 00:50:39 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2002-01-03 00:50:39 +0800 |
commit | 380b48830084e449a2bc2205514a658546eebd0e (patch) | |
tree | c8b15abfdb10de6b1ef6968fb5c4e8e4ce163c02 /devel | |
parent | 5b77bb713ed59442efc35bbfeb8071717d012062 (diff) | |
download | freebsd-ports-gnome-380b48830084e449a2bc2205514a658546eebd0e.tar.gz freebsd-ports-gnome-380b48830084e449a2bc2205514a658546eebd0e.tar.zst freebsd-ports-gnome-380b48830084e449a2bc2205514a658546eebd0e.zip |
Remove crossm68k. This should have been removed with gdb-m68k and
newlib-m68k.
Requested by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/crossm68k/Makefile | 23 | ||||
-rw-r--r-- | devel/crossm68k/pkg-comment | 1 | ||||
-rw-r--r-- | devel/crossm68k/pkg-descr | 22 | ||||
-rw-r--r-- | devel/crossm68k/pkg-plist | 1 |
5 files changed, 0 insertions, 48 deletions
diff --git a/devel/Makefile b/devel/Makefile index 336c95ecdf03..8c82e34de108 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -87,7 +87,6 @@ SUBDIR += crossgo32 SUBDIR += crossgo32-djgpp2 SUBDIR += crossgo32-djgpp2-pdcurses - SUBDIR += crossm68k SUBDIR += cs SUBDIR += cscope SUBDIR += cssc diff --git a/devel/crossm68k/Makefile b/devel/crossm68k/Makefile deleted file mode 100644 index 0151fa163975..000000000000 --- a/devel/crossm68k/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: crossm68k -# Date created: 7 July 1997 -# Whom: Jerry Hicks <jhicks@glenatl.glenayre.com> -# -# $FreeBSD$ -# - -PORTNAME= crossm68k -PORTVERSION= 2.0 -CATEGORIES= devel -DISTFILES= # empty - -MAINTAINER= gehicks@cisco.com - -# this dependency will cause m68kbinutils and m68kgcc to be built as well -BUILD_DEPENDS= ${LOCALBASE}/m68k-coff/lib/crt0.o:${PORTSDIR}/devel/newlib-m68k -RUN_DEPENDS= m68k-coff-gdb:${PORTSDIR}/devel/gdb-m68k - -NO_BUILD= yes - -do-install: # empty - -.include <bsd.port.mk> diff --git a/devel/crossm68k/pkg-comment b/devel/crossm68k/pkg-comment deleted file mode 100644 index 2cfd8d0809a4..000000000000 --- a/devel/crossm68k/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Cross development for Motorola 68xxx and Coldfire family diff --git a/devel/crossm68k/pkg-descr b/devel/crossm68k/pkg-descr deleted file mode 100644 index 01227bf25274..000000000000 --- a/devel/crossm68k/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -This port is a shell for building the m68kgdb, m68kbinutils, m68kgcc and -m68knewlib ports in the proper sequence. Compilers for C and C++ are -generated; Objective-C is not currently supported. - -The previous port used Cygnus's crosstree script and patches. This version -does not, since they have not released these items for more recent versions -of the binutils, gcc, and newlib releases. The compiler, debugger, and -binutils are stock GNU items, with newlib from Cygnus. - -The new versions provide many desirable features and add support for other -processors as well, which we needed for our own work. It has been tested -with production code on one project, written in C. The C++ compiler has -been lightly tested on one trivial program. Feedback please! - -The release versions installed are: - gdb-4.17, binutils-2.9.2, gcc-2.8.1, newlib-1.8.1 - -This port is considered a development version, since some people are still -using the 2.7.2.3 based crossm68k. --------------------------------------------------------------------------- -Jerry Hicks -jhicks@glenatl.glenayre.com July 8, 1998 diff --git a/devel/crossm68k/pkg-plist b/devel/crossm68k/pkg-plist deleted file mode 100644 index 44ce5d8e972d..000000000000 --- a/devel/crossm68k/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment no files - this is a 'virtual' port |