FreeBSD Bugzilla – Attachment 143435 Details for
Bug 190688
[maintainer] science/ruby-dcl: fixed broken; use gcc, etc.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ruby-dcl.diff
ruby-dcl.diff (text/plain), 1.49 KB, created by
murashin
on 2014-06-06 03:58:21 UTC
(
hide
)
Description:
ruby-dcl.diff
Filename:
MIME Type:
Creator:
murashin
Created:
2014-06-06 03:58:21 UTC
Size:
1.49 KB
patch
obsolete
>diff -urN /usr/ports/science/ruby-dcl/Makefile ruby-dcl/Makefile >--- /usr/ports/science/ruby-dcl/Makefile 2014-04-08 00:31:03.000000000 +0900 >+++ ruby-dcl/Makefile 2014-06-06 12:42:59.879388034 +0900 >@@ -3,7 +3,7 @@ > > PORTNAME= dcl > PORTVERSION= 1.7.0 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= science graphics ruby > MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-dcl/release/ \ > http://dennou-h.gfd-dennou.org/library/ruby/products/ruby-dcl/release/ \ >@@ -24,10 +24,10 @@ > rubygem-gdk_pixbuf2>=2.1.0:${PORTSDIR}/graphics/rubygem-gdk_pixbuf2 \ > rubygem-gtk2>=2.1.0:${PORTSDIR}/x11-toolkits/rubygem-gtk2 > >+USE_GCC= yes > USE_RUBY= yes > USE_RUBY_EXTCONF= yes >-RUBY_NARRAY_VERSION= `make -C ${PORTSDIR}/math/rubygem-narray -V PORTVERSION` >-RUBY_NARRAY_PKGNAME= narray-${RUBY_NARRAY_VERSION} >+RUBY_NARRAY_PKGNAME= narray-${NARRAY_VERSION} > CONFIGURE_ARGS+= --with-narray-include=${LOCALBASE}/lib/ruby/gems/${RUBY_VER}/gems/${RUBY_NARRAY_PKGNAME}/ > MAKE_ARGS= INSTALL_PROG="${INSTALL_PROGRAM}" \ > INSTALL_DATA="${INSTALL_DATA}" >@@ -44,6 +44,9 @@ > BROKEN= Does not build on ${ARCH} (Needs to link against shared libraries) > .endif > >+post-configure: >+ @${REINPLACE_CMD} -e 's|CC = cc|CC = `${LOCALBASE}/bin/cdclconfig --cc`|g' ${WRKSRC}/Makefile >+ > post-install: > .if !defined(NOPORTEXAMPLES) > ${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR} >@@ -56,4 +59,6 @@ > .endfor > .endif > >+.include "${.CURDIR}/../../math/rubygem-narray/Makefile.version" >+ > .include <bsd.port.post.mk> >--- ruby-dcl.diff ends here ---
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 190688
: 143435