Lines 2-8
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= binutils |
3 |
PORTNAME= binutils |
4 |
PORTVERSION= 2.37 |
4 |
PORTVERSION= 2.37 |
5 |
PORTREVISION= 1 |
5 |
PORTREVISION= 2 |
6 |
PORTEPOCH?= 1 |
6 |
PORTEPOCH?= 1 |
7 |
CATEGORIES?= devel |
7 |
CATEGORIES?= devel |
8 |
MASTER_SITES= SOURCEWARE/binutils/releases |
8 |
MASTER_SITES= SOURCEWARE/binutils/releases |
Lines 115-120
PLIST_SUB+= GOLD=""
Link Here
|
115 |
PLIST_SUB+= GOLD="@comment " |
115 |
PLIST_SUB+= GOLD="@comment " |
116 |
.endif |
116 |
.endif |
117 |
|
117 |
|
|
|
118 |
.if (${FLAVOR} == native && ${OPSYS} == FreeBSD) || \ |
119 |
(${FLAVOR} != native && ${BUTARGET:M*freebsd*}) |
120 |
CONFIGURE_ARGS+= --enable-new-dtags |
121 |
.endif |
122 |
|
118 |
.if ${ARCH} == amd64 |
123 |
.if ${ARCH} == amd64 |
119 |
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} |
124 |
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} |
120 |
.elif ${ARCH} == powerpcspe |
125 |
.elif ${ARCH} == powerpcspe |
121 |
- |
|
|