mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- Update PATCH_SITES
- Update URLs http://www.gnu-m68hc11.org/ - Update to binutils-2.11.2
This commit is contained in:
parent
a0aacea454
commit
94904a8b6e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60963
5 changed files with 11 additions and 8 deletions
|
@ -6,14 +6,14 @@
|
|||
#
|
||||
|
||||
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
|
||||
|
@ -27,6 +27,7 @@ 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 <bsd.port.mk>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -4,7 +4,7 @@ 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
|
||||
|
|
|
@ -12,7 +12,7 @@ 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
|
||||
|
||||
|
|
|
@ -6,3 +6,5 @@ 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/
|
||||
|
|
Loading…
Add table
Reference in a new issue