Bug 128257 - [Patch]net/py-zsi:revise the deinstall error
Summary: [Patch]net/py-zsi:revise the deinstall error
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-21 02:40 UTC by wenheping
Modified: 2008-10-29 17:20 UTC (History)
0 users

See Also:


Attachments
file.diff (6.18 KB, patch)
2008-10-21 02:40 UTC, wenheping
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2008-10-21 02:40:00 UTC
 I encountered this same error when "make deinstall" net/py-zsi as Dominic Fandrey said in the freebsd-ports maillist:

http://docs.freebsd.org/cgi/getmsg.cgi?fetch=281568+0+archive/2008/freebsd-ports/20081019.freebsd-ports

so I submitt this patch which use easy_install to avoid the bug.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-10-21 02:40:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-10-29 17:11:01 UTC
mnag        2008-10-29 17:10:52 UTC

  FreeBSD ports repository

  Modified files:
    net/py-zsi           Makefile pkg-plist 
  Log:
  - Use easy_install to avoid deinstall errors
  
  PR:             128257
  Submitted by:   Wen Heping <wenheping___gmail.com>
  
  Revision  Changes    Path
  1.13      +1 -1      ports/net/py-zsi/Makefile
  1.6       +1 -127    ports/net/py-zsi/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Marcus Alves Grando freebsd_committer freebsd_triage 2008-10-29 17:11:42 UTC
State Changed
From-To: open->closed

Committed. Thanks!