Summary: | biology/pymol: fix broken build and install example scripts | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | glennpj <glennpj> | ||||
Component: | Individual Port(s) | Assignee: | Hye-Shik Chang <perky> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
glennpj
2002-08-24 17:40:01 UTC
Hi, Glenn, I checked your port just make install; make deinstall and portlint. However, ===> Deinstalling for pymol-0.82_2 pkg_delete: unable to completely remove directory '/usr/local/share/pymol' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) I noticed your pkg-plist is wrong you may be forgetting about adding share/pymol/test/README share/pymol/test/inp ... Thank you very much for your effort, but please remake pkg-plist and please confirm make deinstall really cleans up all the files and subdirectories. Sincerely yours, Nakata Maho This works fine for me. Here is the output from 'script', and deinstalling the port after a successful install. ========= Script started on Sat Aug 24 14:37:07 2002 gforce biology/pymol# make deinstall ===> Deinstalling for pymol-0.82_2 gforce biology/pymol# exit exit Script done on Sat Aug 24 14:37:13 2002 ========= As you can see, everything is removed just fine. If you look at the patch I sent in the PR, you will see that I did not remove anything from the pkg-plist, only added the example scripts. Please check this again on your system because this patch does work and the pkg-plist is not wrong. Might you have some local modifications that interfered with the patch? -- Glenn Johnson glennpj@charter.net Responsible Changed From-To: freebsd-ports->perky Oops. I'm sorry, Glenn. I forgot to fix this problem. I'll handle this, soon. I'm sorry. I was bit confused or something(?) In this morning, I tested your patch and everything worked fine for me, too. # make deinstall ===> Deinstalling for pymol-0.82_2 Thank you very much for your effort, and I'm sorry that I told an inaccurate thing... Sincerely yours, Nakata Maho State Changed From-To: open->closed Committed. Thanks! |