FreeBSD Bugzilla – Attachment 81798 Details for
Bug 117088
maintainer fix: math/qtiplot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.92 KB, created by
Max Brazhnikov
on 2007-10-10 23:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Max Brazhnikov
Created:
2007-10-10 23:40:01 UTC
Size:
1.92 KB
patch
obsolete
>diff -ruN --exclude=CVS /usr/ports/math/qtiplot/Makefile /home/makc/porting/ports/math/qtiplot/Makefile >--- /usr/ports/math/qtiplot/Makefile 2007-09-23 10:52:27.000000000 +0400 >+++ /home/makc/porting/ports/math/qtiplot/Makefile 2007-10-11 02:17:58.000000000 +0400 >@@ -70,6 +70,9 @@ > @${REINPLACE_CMD} -e \ > 's|loadInitFile("qtiplotrc")|loadInitFile("${DATADIR}/qtiplotrc")|' \ > ${WRKSRC}/${PORTNAME}/src/PythonScripting.cpp >+ ${REINPLACE_CMD} -e \ >+ '/^sys.path.append/s|"\."|"${DATADIR}"|' \ >+ ${WRKSRC}/${PORTNAME}/qtiplotrc.py > .else > @${REINPLACE_CMD} \ > -e "s/^SCRIPTING_LANGS += Python//" \ >@@ -109,9 +112,11 @@ > ${DATADIR}/fitPlugins/libfitRational1.so > ${INSTALL_DATA} ${WRKSRC}/qtiplot_logo.png ${DATADIR}/qtiplot.png > .if defined(WITH_PYTHON) >- ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/qtiplotrc.py ${DATADIR}/qtiplotrc.py >- @cd ${WRKSRC}/qtiplot && ${PYTHON_CMD} -c "import py_compile; py_compile.compile('qtiplotrc.py')" >- ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/qtiplotrc.pyc ${DATADIR}/qtiplotrc.pyc >+.for s in qtiplotrc.py qtiUtil.py >+ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/${s} ${DATADIR}/${s} >+ @cd ${WRKSRC}/qtiplot && ${PYTHON_CMD} -c "import py_compile; py_compile.compile('${s}')" >+ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/${s}c ${DATADIR}/${s}c >+.endfor > .endif > .if !defined(WITHOUT_NLS) > (cd ${WRKSRC}/qtiplot/translations/ && ${COPYTREE_SHARE} '*.qm' ${DATADIR}/translations) >diff -ruN --exclude=CVS /usr/ports/math/qtiplot/pkg-plist /home/makc/porting/ports/math/qtiplot/pkg-plist >--- /usr/ports/math/qtiplot/pkg-plist 2007-07-28 19:39:31.000000000 +0400 >+++ /home/makc/porting/ports/math/qtiplot/pkg-plist 2007-10-11 01:48:33.000000000 +0400 >@@ -3,6 +3,8 @@ > %%DATADIR%%/fitPlugins/libfitRational1.so > %%DATADIR%%/qtiplot > %%DATADIR%%/qtiplot.png >+%%PYTHON%%%%DATADIR%%/qtiUtil.py >+%%PYTHON%%%%DATADIR%%/qtiUtil.pyc > %%PYTHON%%%%DATADIR%%/qtiplotrc.py > %%PYTHON%%%%DATADIR%%/qtiplotrc.pyc > %%NLS%%%%DATADIR%%/translations/qtiplot_de.qm
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 117088
: 81798