FreeBSD Bugzilla – Attachment 110435 Details for
Bug 151587
[PATCH] unbreak graphics/opengtl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.23 KB, created by
Chris Petrik
on 2010-10-19 23:50:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Chris Petrik
Created:
2010-10-19 23:50:08 UTC
Size:
1.23 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /usr/local/freebsdcvs/ports/graphics/opengtl/Makefile,v >retrieving revision 1.9 >diff -u -r1.9 Makefile >--- Makefile 19 Oct 2010 21:27:18 -0000 1.9 >+++ Makefile 19 Oct 2010 22:39:12 -0000 >@@ -2,7 +2,7 @@ > # Date created: 28 September 2009 > # Whom: Alberto Villa <villa.alberto@gmail.com> > # >-# $FreeBSD: ports/graphics/opengtl/Makefile,v 1.9 2010/10/19 21:27:18 pav Exp $ >+# $FreeBSD: ports/graphics/opengtl/Makefile,v 1.8 2010/09/06 22:38:41 avilla Exp $ > > PORTNAME= opengtl > PORTVERSION= 0.9.14 >@@ -14,9 +14,7 @@ > COMMENT= Graphics Transformation Languages > > LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png >-BUILD_DEPENDS= llvm>=2.7<2.8.*:${PORTSDIR}/devel/llvm >- >-BROKEN= does not build >+BUILD_DEPENDS= llvm>=2.7:${PORTSDIR}/devel/llvm > > USE_BZIP2= yes > USE_GCC= 4.2+ >@@ -30,7 +28,9 @@ > # disable latex doc, it's not ready yet > ${REINPLACE_CMD} -e '/add_subdirectory.*doc/d' \ > ${PATCH_WRKSRC}/OpenShiva/CMakeLists.txt >- >+#fix issue with new llvm. >+ ${REINPLACE_CMD} -e 's|2.7|2.8|g' \ >+ ${PATCH_WRKSRC}/CMakeLists.txt > pre-configure: > ${REINPLACE_CMD} -e 's|set(OPENGTL_LIB_SOVERSION.*|set(OPENGTL_LIB_SOVERSION "0")|' \ > ${PATCH_WRKSRC}/CMakeLists.txt
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 151587
: 110435