FreeBSD Bugzilla – Attachment 97810 Details for
Bug 136607
[PATCH] lang/gcc45: add OPTION for devel/binutils
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.76 KB, created by
Martin Matuska
on 2009-07-09 10:00:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Martin Matuska
Created:
2009-07-09 10:00:09 UTC
Size:
1.76 KB
patch
obsolete
>Index: ports/lang/gcc43/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/gcc43/Makefile,v >retrieving revision 1.393 >diff -u -r1.393 Makefile >--- ports/lang/gcc43/Makefile 22 Jun 2009 20:48:17 -0000 1.393 >+++ ports/lang/gcc43/Makefile 9 Jul 2009 08:43:56 -0000 >@@ -8,6 +8,7 @@ > > PORTNAME= gcc > PORTVERSION= 4.3.4.20090621 >+PORTREVISION= 1 > CATEGORIES= lang java > MASTER_SITES= ${MASTER_SITE_GCC} > MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} >@@ -42,8 +43,15 @@ > PATCH_WRKSRC= ${SRCDIR} > CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure > >+OPTIONS= BINUTILS "Use binutils from ports" off >+ > .include <bsd.port.pre.mk> > >+.if defined(WITH_BINUTILS) >+BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils >+RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils >+.endif >+ > .if ${ARCH} != i386 > WITHOUT_JAVA= yes > .endif >Index: ports/lang/gcc44/Makefile >=================================================================== >RCS file: /home/pcvs/ports/lang/gcc44/Makefile,v >retrieving revision 1.390 >diff -u -r1.390 Makefile >--- ports/lang/gcc44/Makefile 2 Jul 2009 01:02:21 -0000 1.390 >+++ ports/lang/gcc44/Makefile 9 Jul 2009 08:43:56 -0000 >@@ -8,6 +8,7 @@ > > PORTNAME= gcc > PORTVERSION= 4.4.1.20090630 >+PORTREVISION= 1 > CATEGORIES= lang java > MASTER_SITES= ${MASTER_SITE_GCC} > MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} >@@ -42,8 +43,15 @@ > PATCH_WRKSRC= ${SRCDIR} > CONFIGURE_SCRIPT= ../${SRCDIR:S/${WRKDIR}\///}/configure > >+OPTIONS= BINUTILS "Use binutils from ports" off >+ > .include <bsd.port.pre.mk> > >+.if defined(WITH_BINUTILS) >+BUILD_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils >+RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils >+.endif >+ > .if ${ARCH} != i386 > WITHOUT_JAVA= yes > .endif
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 136607
: 97810