Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= binutils |
8 |
PORTNAME= binutils |
9 |
PORTVERSION= 2.17 |
9 |
PORTVERSION= 2.18 |
10 |
CATEGORIES= devel |
10 |
CATEGORIES= devel |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} |
12 |
MASTER_SITE_SUBDIR= binutils/releases |
12 |
MASTER_SITE_SUBDIR= binutils/releases |
Lines 16-22
Link Here
|
16 |
PATCH_DIST_STRIP= -p1 |
16 |
PATCH_DIST_STRIP= -p1 |
17 |
|
17 |
|
18 |
MAINTAINER= stas@FreeBSD.org |
18 |
MAINTAINER= stas@FreeBSD.org |
19 |
COMMENT= FSF binutils port for cross-target development |
19 |
COMMENT= GNU Binutils port for cross-target development |
20 |
|
20 |
|
21 |
USE_BZIP2= yes |
21 |
USE_BZIP2= yes |
22 |
USE_GMAKE= yes |
22 |
USE_GMAKE= yes |
Lines 66-77
Link Here
|
66 |
bin/${OURTARGET}-strip |
66 |
bin/${OURTARGET}-strip |
67 |
|
67 |
|
68 |
.if defined(WITH_RTEMS_PATCHES) |
68 |
.if defined(WITH_RTEMS_PATCHES) |
69 |
PATCHFILES+= ${PORTNAME}-${PORTVERSION}-rtems4.8-20061021.diff |
69 |
PATCHFILES+= ${PORTNAME}-${PORTVERSION}-rtems4.9-20071104.diff |
70 |
.endif |
70 |
.endif |
71 |
|
71 |
|
72 |
.if !defined(TGTARCH) || !defined(TGTABI) |
72 |
.if !defined(TGTARCH) || !defined(TGTABI) |
73 |
PKGNAMEPREFIX= cross- |
73 |
PKGNAMEPREFIX= cross- |
74 |
IGNORE= you should select ARCH and ABI to build port |
74 |
IGNORE= you should define TGRARCH and TGTABI to build port |
75 |
.endif |
75 |
.endif |
76 |
|
76 |
|
77 |
# |
77 |
# |