Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= binutils |
4 |
PORTNAME= binutils |
5 |
PORTVERSION= 2.27 |
5 |
PORTVERSION= 2.27 |
6 |
PORTREVISION= 2 |
6 |
PORTREVISION= 3 |
7 |
PORTEPOCH?= 1 |
7 |
PORTEPOCH?= 1 |
8 |
CATEGORIES?= devel |
8 |
CATEGORIES?= devel |
9 |
MASTER_SITES= SOURCEWARE/binutils/releases |
9 |
MASTER_SITES= SOURCEWARE/binutils/releases |
Lines 82-87
Link Here
|
82 |
PLIST_SUB+= GOLD="@comment " |
82 |
PLIST_SUB+= GOLD="@comment " |
83 |
.endif |
83 |
.endif |
84 |
|
84 |
|
|
|
85 |
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000 |
86 |
CONFIGURE_ARGS+= --disable-initfini-array |
87 |
.endif |
88 |
|
85 |
.if ${ARCH} == "amd64" |
89 |
.if ${ARCH} == "amd64" |
86 |
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} |
90 |
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} |
87 |
.else |
91 |
.else |