FreeBSD Bugzilla – Attachment 233347 Details for
Bug 263428
devel/pycharm-ce: Fix pkg-plist with non-default Python version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pkg-plist fixes
pycharm.diff (text/plain), 4.80 KB, created by
Jonathan Chen
on 2022-04-19 22:58:17 UTC
(
hide
)
Description:
pkg-plist fixes
Filename:
MIME Type:
Creator:
Jonathan Chen
Created:
2022-04-19 22:58:17 UTC
Size:
4.80 KB
patch
obsolete
>diff --git a/devel/pycharm-ce/Makefile b/devel/pycharm-ce/Makefile >index 6a75434b31..75e417e921 100644 >--- a/devel/pycharm-ce/Makefile >+++ b/devel/pycharm-ce/Makefile >@@ -34,6 +34,7 @@ do-install: > @${TAR} -czf - -C ${WRKSRC} . | ${TAR} xzf - -C ${STAGEDIR}${DATADIR} > # Linux/Windows/OS X only so remove them > @${RM} ${STAGEDIR}${DATADIR}/bin/*fsnotifier* ${STAGEDIR}${DATADIR}/bin/*.so ${STAGEDIR}${DATADIR}/bin/repair >+ @${FIND} ${STAGEDIR}${DATADIR}/plugins -name '*.so' -delete > # Remove the bundled native Pty4J support libraries, they are replaced > # by java/intellij-pty4j > @${RM} -r ${STAGEDIR}${DATADIR}/lib/pty4j-native >diff --git a/devel/pycharm-ce/pkg-plist b/devel/pycharm-ce/pkg-plist >index a62003c761..913c2ad1e9 100644 >--- a/devel/pycharm-ce/pkg-plist >+++ b/devel/pycharm-ce/pkg-plist >@@ -140,7 +140,6 @@ share/applications/pycharm-ce.desktop > %%DATADIR%%/plugins/cwm-plugin/lib/tls-channel.jar > %%DATADIR%%/plugins/cwm-plugin/quiche-native/darwin-aarch64/libquiche.dylib > %%DATADIR%%/plugins/cwm-plugin/quiche-native/darwin-x86-64/libquiche.dylib >-%%DATADIR%%/plugins/cwm-plugin/quiche-native/linux-x86-64/libquiche.so > %%DATADIR%%/plugins/cwm-plugin/quiche-native/win32-x86-64/quiche.dll > %%DATADIR%%/plugins/editorconfig/lib/editorconfig.jar > %%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar >@@ -919,12 +918,6 @@ share/applications/pycharm-ce.desktop > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.c > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pxd > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_27_64.so >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_310_64.cpython-310-darwin.so >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_37_64.cpython-37m-darwin.so >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_38_64%%PYTHON_EXT_SUFFIX%%-darwin.so >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_39_64.cpython-39-darwin.so > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd >@@ -987,18 +980,8 @@ share/applications/pycharm-ce.desktop > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp38-win_amd64.pyd > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp39-win32.pyd > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cp39-win_amd64.pyd >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-310-darwin.so >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-36m-darwin.so >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-37m-darwin.so >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common%%PYTHON_EXT_SUFFIX%%-darwin.so >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.cpython-39-darwin.so > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.pxd > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_common.pyx >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_310_64.cpython-310-darwin.so >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_37_64.cpython-37m-darwin.so >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_38_64%%PYTHON_EXT_SUFFIX%%-darwin.so >-%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_39_64.cpython-39-darwin.so > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39_and_above.c > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39_and_above.pxd > %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_py39_and_above.pyx >@@ -4812,3 +4795,4 @@ share/applications/pycharm-ce.desktop > %%DATADIR%%/plugins/vcs-git-featuresTrainer/lib/vcs-git-featuresTrainer.jar > %%DATADIR%%/plugins/yaml/lib/yaml.jar > %%DATADIR%%/product-info.json >+@dir %%DATADIR%%/plugins/cwm-plugin/quiche-native/linux-x86-64
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 263428
:
233347
|
233642