FreeBSD Bugzilla – Attachment 153871 Details for
Bug 198329
graphics/graphviz: unbreak RUBY option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove BROKEN-declaration, add RUBY-knobs to configure's environment
graphviz-ruby.patch (text/plain), 900 bytes, created by
Mikhail Teterin
on 2015-03-05 22:28:26 UTC
(
hide
)
Description:
Remove BROKEN-declaration, add RUBY-knobs to configure's environment
Filename:
MIME Type:
Creator:
Mikhail Teterin
Created:
2015-03-05 22:28:26 UTC
Size:
900 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 380547) >+++ Makefile (working copy) >@@ -133,8 +133,10 @@ > PHP_CPPFLAGS= -I${LOCALBASE}/include/php/Zend > PYTHON_CONFIGURE_ENABLE= python > PYTHON_LDFLAGS= "-L${PYTHON_LIBDIR}" >-RUBY_CONFIGURE_ENABLE= ruby >+RUBY_CONFIGURE_ENABLE= ruby=yes > RUBY_CONFIGURE_ENV= RUBY="${RUBY}" >+RUBY_CONFIGURE_ENV+= RUBY_CFLAGS="`pkgconf --cflags ruby-${RUBY_VER}`" >+RUBY_CONFIGURE_ENV+= RUBY_LIBS="-L${LOCALBASE}/lib -lruby${RUBY_SHLIBVER}" > LUA_CONFIGURE_ENABLE= lua > LUA_CFLAGS= -I${LUA_INCDIR} > LUA_LDFLAGS= -L${LUA_LIBDIR} -lm >@@ -174,10 +176,6 @@ > BROKEN= Ming incomplete, uses removed libgraph > .endif > >-.if ${PORT_OPTIONS:MRUBY} >-BROKEN= illegal macro in libdata/pkgconfig/ruby-1.9.pc >-.endif >- > .if ${OSVERSION} > 1100000 > .if ${PORT_OPTIONS:MPHP} > BROKEN= code generated by swig fails to compile
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
Flags:
koobs
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 198329
:
153860
| 153871