Index: head/devel/m6811-binutils/Makefile =================================================================== --- head/devel/m6811-binutils/Makefile (revision 60962) +++ head/devel/m6811-binutils/Makefile (revision 60963) @@ -1,32 +1,33 @@ # New ports collection makefile for: m6811-binutils # Date created: Fri Feb 4 12:27:19 PST 2000 # Whom: jburkhol@home.com # # $FreeBSD$ # PORTNAME= binutils -PORTVERSION= 2.10 +PORTVERSION= 2.11.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= binutils PKGNAMEPREFIX= m6811- -PATCH_SITES= http://home.worldnet.fr/~stcarrez/snapshots/ -PATCHFILES= ${PORTNAME}-${PORTVERSION}-m68hc1x-20010107.diffs.gz +PATCH_SITES= http://stephane.carrez.free.fr/snapshots/ +PATCHFILES= ${PORTNAME}-${PORTVERSION}-m68hc1x-20020203.diffs.gz PATCH_DIST_STRIP= -p1 MAINTAINER= dinoex@FreeBSD.org USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --target=m6811-elf \ --program-prefix=m6811-elf- MAN1= m6811-elf-ar.1 m6811-elf-nlmconv.1 m6811-elf-c++filt.1 \ m6811-elf-nm.1 m6811-elf-objdump.1 m6811-elf-ranlib.1 \ m6811-elf-size.1 m6811-elf-strings.1 m6811-elf-strip.1 \ m6811-elf-objcopy.1 m6811-elf-addr2line.1 \ - m6811-elf-as.1 m6811-elf-ld.1 + m6811-elf-as.1 m6811-elf-ld.1 \ + m6811-elf-dlltool.1 m6811-elf-readelf.1 m6811-elf-windres.1 .include Property changes on: head/devel/m6811-binutils/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/m6811-binutils/distinfo =================================================================== --- head/devel/m6811-binutils/distinfo (revision 60962) +++ head/devel/m6811-binutils/distinfo (revision 60963) @@ -1,2 +1,2 @@ -MD5 (binutils-2.10.tar.gz) = 4feaad7d856509d9f8844f21a0a9e4b7 -MD5 (binutils-2.10-m68hc1x-20010107.diffs.gz) = 16b0ec2a60779ca3df82776248e5cc3c +MD5 (binutils-2.11.2.tar.gz) = 7a3df361177d491069cb5edbdc15e57c +MD5 (binutils-2.11.2-m68hc1x-20020203.diffs.gz) = 18037c3c83fdcee754b14fd2874a9918 Property changes on: head/devel/m6811-binutils/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/devel/m6811-binutils/pkg-descr =================================================================== --- head/devel/m6811-binutils/pkg-descr (revision 60962) +++ head/devel/m6811-binutils/pkg-descr (revision 60963) @@ -1,10 +1,10 @@ This is a 6811 cross toolchain for FreeBSD. The GNU binutils contain: as, ld, ar, objcopy, objdump and many other utilities. The format of object files is ELF-32. The GNU Binutils support translation to other formats such as S-records, Intel HEX records, ... -WWW: http://home.worldnet.fr/~stcarrez/m68hc11_port.html +WWW: http://www.gnu-m68hc11.org/ -- jburkhol@home.com Property changes on: head/devel/m6811-binutils/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/devel/m6811-gcc/Makefile =================================================================== --- head/devel/m6811-gcc/Makefile (revision 60962) +++ head/devel/m6811-gcc/Makefile (revision 60963) @@ -1,35 +1,35 @@ # New ports collection makefile for: m6811-gcc # Date created: Thu Sep 14 11:10:01 CDT 1995 # Whom: erich@FreeBSD.org, jake@FreeBSD.org # # $FreeBSD$ # PORTNAME= gcc PORTVERSION= 2.95.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gcc PKGNAMEPREFIX= m6811- -PATCH_SITES= http://home.worldnet.fr/~stcarrez/snapshots/ +PATCH_SITES= http://stephane.carrez.free.fr/snapshots/ PATCHFILES= ${PORTNAME}-${PORTVERSION}-m68hc1x-20010922.diffs.gz PATCH_DIST_STRIP= -p1 MAINTAINER= dinoex@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/bin/m6811-elf-as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf USE_GMAKE= yes HAS_CONFIGURE= yes PLIST_SUB= GCC_VER=${PORTVERSION} CONFIGURE_ARGS= --prefix=${PREFIX} --target=m6811-elf \ --program-prefix=m6811-elf- MAN1= m6811-elf-g++.1 m6811-elf-g77.1 m6811-elf-gcc.1 cccp.1 post-patch: @${PERL5} -pi -e "s/TARGET_CONFIGDIRS = libiberty/TARGET_CONFIGDIRS =/" ${WRKSRC}/Makefile.in .include Property changes on: head/devel/m6811-gcc/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.14 \ No newline at end of property +1.15 \ No newline at end of property Index: head/devel/m6811-gcc/pkg-descr =================================================================== --- head/devel/m6811-gcc/pkg-descr (revision 60962) +++ head/devel/m6811-gcc/pkg-descr (revision 60963) @@ -1,8 +1,10 @@ This is a 6811 cross compiler for FreeBSD. The C, C++ compiler is based on the GCC 2.95.2 release. The M68HC1x port is based on an old port of GCC for 68HC11 made by Otto Lind. However, it was intensively modified to generate smaller and faster code. It was enhanced to support 32-bits and 64-bits integers. The support for IEEE floating point numbers (32 and 64-bits) is also provided. Source level debugging is available with DWARF-2 debugging format. + +WWW: http://www.gnu-m68hc11.org/ Property changes on: head/devel/m6811-gcc/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property