Update to patch level 11

Re-add mips-rtems-objc port
This commit is contained in:
James E. Housley 2000-12-27 00:08:16 +00:00
parent 53c668078c
commit 1f541184cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36393
4 changed files with 32 additions and 5 deletions

View file

@ -7,13 +7,13 @@
PORTNAME= objc
PORTVERSION= 2.95.2
PORTREVISION= 9
PORTREVISION= 11
CATEGORIES= devel
MASTER_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \
http://rtems.thehousleys.net/
DISTFILES= ${OBJCNAME}.tar.gz ${NEWLIBNAME}.tar.gz
PATCHFILES= ${OBJCNAME}-rtems-20000724.diff.gz \
${NEWLIBNAME}-rtems-20000828.diff.gz
PATCHFILES= ${OBJCNAME}-rtems-20001030.diff.gz \
${NEWLIBNAME}-rtems-20001027.diff.gz
PATCH_SITES= ftp://ftp.oarcorp.com/pub/rtems/snapshots/c_tools/source/ \
http://rtems.thehousleys.net/

View file

@ -1,4 +1,4 @@
MD5 (rtems/gcc-2.95.2.tar.gz) = 1bf15194e6b99d088133b1d28176d949
MD5 (rtems/newlib-1.8.2.tar.gz) = b4df8090127da174e42852dd200a42db
MD5 (rtems/gcc-2.95.2-rtems-20000724.diff.gz) = 124dd38318d144559a68bd85a3825f8b
MD5 (rtems/newlib-1.8.2-rtems-20000828.diff.gz) = 364444b42f76be1085e8094e6e98c5ba
MD5 (rtems/gcc-2.95.2-rtems-20001030.diff.gz) = fc60897809766e9e9fbe6860191bb54c
MD5 (rtems/newlib-1.8.2-rtems-20001027.diff.gz) = b02282dc68739bc085d74384ce5a93c8

View file

@ -0,0 +1,14 @@
lib/gcc-lib/mips-rtems/2.95.2/include/objc/hash.h
lib/gcc-lib/mips-rtems/2.95.2/include/objc/objc-list.h
lib/gcc-lib/mips-rtems/2.95.2/include/objc/sarray.h
lib/gcc-lib/mips-rtems/2.95.2/include/objc/objc.h
lib/gcc-lib/mips-rtems/2.95.2/include/objc/objc-api.h
lib/gcc-lib/mips-rtems/2.95.2/include/objc/NXConstStr.h
lib/gcc-lib/mips-rtems/2.95.2/include/objc/Object.h
lib/gcc-lib/mips-rtems/2.95.2/include/objc/Protocol.h
lib/gcc-lib/mips-rtems/2.95.2/include/objc/encoding.h
lib/gcc-lib/mips-rtems/2.95.2/include/objc/typedstream.h
lib/gcc-lib/mips-rtems/2.95.2/include/objc/thr.h
lib/gcc-lib/mips-rtems/2.95.2/cc1obj
lib/gcc-lib/mips-rtems/2.95.2/libobjc.a
@dirrm lib/gcc-lib/mips-rtems/2.95.2/include/objc

View file

@ -0,0 +1,13 @@
# New ports collection makefile for: mips-rtems-objc
# Date created: 9 June 2000
# Whom: James Housley <jim@thehousleys.net>
#
# $FreeBSD$
#
PORTNAME= objc
MAINTAINER= jeh@FreeBSD.org
LCLTARGET= mips-rtems
.include "${.CURDIR}/../i386-rtems-objc/Makefile"