mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
1fa1fd91a8
- Add a note to pkg-message about the problem of not seeing the PyDev perspective - Bump PORTREVISION - Remove PLIST_SUB - Add SUB_LIST, SUB_FILES (for pkg-install) - Use a different (and ugly) way to update the bundles.info file of Eclipse, and make pointyhat happy(http://goo.gl/LVKpz ) (post-install target) [1] - Add an @unexec command to pkg-plist to remove any reference to PyDev in bundles.info when you uninstall the package (add-plist-post target) Buildlog: http://goo.gl/B18L5 Reported by: pointyhat (via erwin, and beat) [1]
14 lines
460 B
Plaintext
14 lines
460 B
Plaintext
*********************************************************************
|
|
|
|
The first time, run Eclipse with the option -clean, and configure
|
|
a Python or Jython interpreter in Window -> Preferences -> PyDev
|
|
-> Interpreter before creating a new Pydev project
|
|
|
|
If you don't see the Pydev perspective in Eclipse, run the command
|
|
|
|
eclipse -consoleLog -initialize
|
|
|
|
as root or sudoer.
|
|
|
|
*********************************************************************
|