FreeBSD Bugzilla – Attachment 93704 Details for
Bug 131671
[PATCH] x11-toolkits/ruby18-tk USE_TCL
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ruby18-tk-1.8.7.72,1.patch
ruby18-tk-1.8.7.72,1.patch (text/plain), 1.70 KB, created by
Martin Matuska
on 2009-02-14 15:10:01 UTC
(
hide
)
Description:
ruby18-tk-1.8.7.72,1.patch
Filename:
MIME Type:
Creator:
Martin Matuska
Created:
2009-02-14 15:10:01 UTC
Size:
1.70 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/x11-toolkits/ruby-tk/Makefile,v >retrieving revision 1.44 >diff -u -r1.44 Makefile >--- Makefile 19 Apr 2008 17:55:36 -0000 1.44 >+++ Makefile 14 Feb 2009 15:04:37 -0000 >@@ -7,7 +7,7 @@ > > PORTNAME= tk > PORTVERSION= ${RUBY_PORTVERSION} >-PORTREVISION= 2 >+PORTREVISION= 3 > PORTREVISION= ${RUBY_PORTREVISION} > PORTEPOCH= 1 > CATEGORIES+= x11-toolkits ruby tcl tk >@@ -26,27 +26,14 @@ > > WRKSRC= ${WRKDIR}/${PORTNAME} > >-TK_VERSION?= 8.4 >-.if defined(WITH_TCLTK_JP) >-TCLPORTDIR?= ${PORTSDIR}/japanese/tcl >-TKPORTDIR?= ${PORTSDIR}/japanese/tk >-.else >-TCLPORTDIR?= ${PORTSDIR}/lang/tcl >-TKPORTDIR?= ${PORTSDIR}/x11-toolkits/tk >-.endif >- >-LIB_DEPENDS= tcl${TK_VERSION:S/.//}:${TCLPORTDIR}${TK_VERSION:C/[^0-9]//g} \ >- tk${TK_VERSION:S/.//}:${TKPORTDIR}${TK_VERSION:C/[^0-9]//g} >+USE_TK= 84+ > > .include <bsd.port.pre.mk> > > CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ > --with-X11-dir=${LOCALBASE} \ >- --with-tcl-include=${LOCALBASE}/include/tcl${TK_VERSION} \ >- --with-tk-include=${LOCALBASE}/include/tk${TK_VERSION} >-.if defined(WITH_TCLTK_JP) >-CONFIGURE_ARGS+=--with-tcllib=tcl${TK_VERSION:S/.//} --with-tklib=tk${TK_VERSION:S/.//} >-.endif >+ --with-tcl-include=${TCL_INCLUDEDIR} \ >+ --with-tk-include=${TK_INCLUDEDIR} > > MAKE_ARGS= sitelibdir='$$(rubylibdir)' > >@@ -60,6 +47,10 @@ > ${MKDIR} ${WRKDIR} > ${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT}; ${MAKE} -V WRKDIR`/${PORTNAME} ${WRKDIR}/ > >+pre-configure: >+ @${REINPLACE_CMD} -e "s/8\.5 8\.4 8\.3 8\.2 8\.1 8\.0 .\../${TCL_VER}/g" \ >+ ${WRKSRC}/extconf.rb >+ > post-build: > @(cd ${BUILD_WRKSRC}/tkutil; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
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 131671
: 93704