FreeBSD Bugzilla – Attachment 182874 Details for
Bug 219511
graphics/graphviz: shebangfix for modgraph.py
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] [v2] shebangfix for .py
pr-shebang-py-v2.diff (text/plain), 2.02 KB, created by
John Hein
on 2017-05-24 21:40:05 UTC
(
hide
)
Description:
[patch] [v2] shebangfix for .py
Filename:
MIME Type:
Creator:
John Hein
Created:
2017-05-24 21:40:05 UTC
Size:
2.02 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 441513) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= graphviz > PORTVERSION= 2.40.1 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= graphics tk > MASTER_SITES= http://www.graphviz.org/pub/graphviz/ARCHIVE/ > >@@ -28,10 +28,6 @@ > > MAKE_ENV= EXPR_COMPAT=yes > >-SHEBANG_LANG= tcl >-tcl_OLD_CMD= /usr/bin/tclsh >-tcl_CMD= ${TCLSH} >- > FIX_INCLUDE= \ > lib/cdt/dthdr.h \ > lib/pathplan/tri.h lib/pathplan/pathplan.h \ >@@ -141,19 +137,24 @@ > PERL_CONFIGURE_ENABLE= perl > PHP_CONFIGURE_ENABLE= php > PHP_CPPFLAGS= -I${LOCALBASE}/include/php/Zend >+PHP_VARS= SHEBANG_FILES+=tclpkg/gv/demo/modgraph.py > PYTHON_CONFIGURE_ENABLE= python > PYTHON_LDFLAGS= "-L${PYTHON_LIBDIR}" >+PYTHON_VARS= SHEBANG_FILES+=tclpkg/gv/demo/modgraph.py > RUBY_CONFIGURE_ENABLE= ruby > RUBY_CONFIGURE_ENV= RUBY="${RUBY}" >+RUBY_VARS= SHEBANG_FILES+=tclpkg/gv/demo/modgraph.py > LUA_CONFIGURE_ENABLE= lua > LUA_CFLAGS= -I${LUA_INCDIR} > LUA_LDFLAGS= -L${LUA_LIBDIR} -lm > LUA_CONFIGURE_ENV= LUA="${LUA_BINDIR}/lua" \ > LUA_INSTALL_DIR=${PREFIX}/lib/lua/${LUA_VER} >+LUA_VARS= SHEBANG_FILES+=tclpkg/gv/demo/modgraph.py > TCL_CONFIGURE_ENABLE= tcl > TCL_CPPFLAGS= -I${TK_INCLUDEDIR} > TCL_CONFIGURE_ON= --with-tclsh=${TCLSH} --enable-tcl=yes > TCL_CONFIGURE_ENV= TCLCONFIG="${TCL_LIBDIR}/tclConfig.sh" >+TCL_VARS= SHEBANG_FILES+=tclpkg/gv/demo/modgraph.py > TK_CPPFLAGS= -I${TK_INCLUDEDIR} > TK_CONFIGURE_ON= --with-wish=${WISH} > TK_CONFIGURE_ENV= TKCONFIG="${TK_LIBDIR}/tkConfig.sh" >@@ -207,23 +208,6 @@ > CONFIGURE_ENV+= SWIG="/nonexistent" > .endif > >-.if ${PORT_OPTIONS:MPHP} >-SHEBANG_FILES+= tclpkg/gv/demo/modgraph.php >-IGNORE_WITH_PHP= 56 71 >-.endif >- >-.if ${PORT_OPTIONS:MRUBY} >-SHEBANG_FILES+= tclpkg/gv/demo/modgraph.rb >-.endif >- >-.if ${PORT_OPTIONS:MLUA} >-SHEBANG_FILES+= tclpkg/gv/demo/modgraph.lua >-.endif >- >-.if ${PORT_OPTIONS:MTCL} >-SHEBANG_FILES+= tclpkg/gv/demo/modgraph.tcl >-.endif >- > post-patch: > ${FIND} ${WRKSRC} -name Makefile.in | \ > ${XARGS} ${REINPLACE_CMD} \
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 219511
:
182873
|
182874
|
183070