FreeBSD Bugzilla – Attachment 79676 Details for
Bug 114427
devel/gccxml: Allow port to build on -CURRENT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.12 KB, created by
Scot Hetzel
on 2007-07-09 09:10:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Scot Hetzel
Created:
2007-07-09 09:10:02 UTC
Size:
1.12 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/devel/gccxml/Makefile,v >retrieving revision 1.11 >diff -u -r1.11 Makefile >--- Makefile 20 Jun 2007 01:56:15 -0000 1.11 >+++ Makefile 9 Jul 2007 07:54:42 -0000 >@@ -22,6 +22,14 @@ > > PLIST_SUB= PORTVERSION=0.6 > >+CMAKE?= ${LOCALBASE}/bin/cmake >+CMAKE_ARGS= -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX} \ >+ -DGCCXML_MAN_DIR:PATH="/man" \ >+ -DCMAKE_C_COMPILER:STRING="${CC}" \ >+ -DCMAKE_C_FLAGS:STRING="${CFLAGS}" \ >+ -DCMAKE_CXX_COMPILER:STRING="${CXX}" \ >+ -DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" >+ > post-extract: > ${MKDIR} ${WRKSRC} > >@@ -31,15 +39,14 @@ > ${REINPLACE_CMD} -e "s,x86_64,amd64," \ > ${WRKSRC}/../gccxml-0.6.0/GCC/gcc/config.gcc > cd ${WRKSRC} && \ >- ${LOCALBASE}/bin/cmake ../${DISTNAME} -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX} \ >- -DGCCXML_MAN_DIR:PATH="/man" >+ ${CMAKE} ../${DISTNAME} ${CMAKE_ARGS} > > .include <bsd.port.pre.mk> > > .if ${ARCH} == "alpha" > BROKEN= Build fails on alpha >-.elif ${OSVERSION} >= 700000 >-BROKEN= Does not compile >+.elif ${OSVERSION} >= 700042 >+USE_GCC= 3.4 > .endif > > .include <bsd.port.post.mk>
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 114427
: 79676