FreeBSD Bugzilla – Attachment 160128 Details for
Bug 202506
[patch] graphics/graphviz with newer guile2, swig3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
graphviz.diff (text/plain), 1.82 KB, created by
Kurt Jaeger
on 2015-08-20 05:40:24 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Kurt Jaeger
Created:
2015-08-20 05:40:24 UTC
Size:
1.82 KB
patch
obsolete
>diff -r -u -N graphics/graphviz/Makefile /home/pi/myp/graphics/graphviz/Makefile >--- graphics/graphviz/Makefile 2015-08-03 07:15:04.648292000 +0200 >+++ /home/pi/myp/graphics/graphviz/Makefile 2015-08-20 07:36:35.655101000 +0200 >@@ -3,7 +3,7 @@ > > PORTNAME= graphviz > PORTVERSION= 2.38.0 >-PORTREVISION= 8 >+PORTREVISION= 9 > CATEGORIES= graphics tk > MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ > >@@ -105,7 +105,7 @@ > libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext > MING_LIB_DEPENDS= libming.so:${PORTSDIR}/graphics/ming > DEVIL_LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil >-GUILE_LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile >+GUILE_LIB_DEPENDS= libguile-2.0.so:${PORTSDIR}/lang/guile2 > > XPM_CONFIGURE_WITH= x > DIGCOLA_CONFIGURE_WITH= digcola >@@ -164,20 +164,10 @@ > --disable-io --disable-ocaml --disable-java \ > --disable-sharp > >-.if ${PORT_OPTIONS:MGUILE} >-BROKEN= guile is too old >-.endif >- > .if ${PORT_OPTIONS:MMING} > BROKEN= Ming incomplete, uses removed libgraph > .endif > >-.if ${OSVERSION} > 1100000 >-.if ${PORT_OPTIONS:MPHP} >-BROKEN= code generated by swig fails to compile >-.endif >-.endif >- > .if ${PORT_OPTIONS:MTK} > .if empty(PORT_OPTIONS:MTCL) > IGNORE= option TCL is required for option TK >@@ -246,10 +236,10 @@ > .if ${PORT_OPTIONS:MPERL} || ${PORT_OPTIONS:MPHP} || ${PORT_OPTIONS:MPYTHON} || \ > ${PORT_OPTIONS:MRUBY} || ${PORT_OPTIONS:MLUA} || ${PORT_OPTIONS:MTCL} || \ > ${PORT_OPTIONS:MGUILE} >-BUILD_DEPENDS+= swig2.0:${PORTSDIR}/devel/swig20 >-RUN_DEPENDS+= swig2.0:${PORTSDIR}/devel/swig20 >+BUILD_DEPENDS+= swig3.0:${PORTSDIR}/devel/swig30 >+RUN_DEPENDS+= swig3.0:${PORTSDIR}/devel/swig30 > CONFIGURE_ARGS+= --enable-swig >-CONFIGURE_ENV+= SWIG="${LOCALBASE}/bin/swig2.0" >+CONFIGURE_ENV+= SWIG="${LOCALBASE}/bin/swig3.0" > .else > CONFIGURE_ARGS+= --disable-swig > CONFIGURE_ENV+= SWIG="/nonexistent"
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 202506
: 160128 |
160129