| Summary: | "Checking if XXX already installed" does not work | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Dmitry Sivachenko <mitya> | ||||
| Component: | Individual Port(s) | Assignee: | Port Management Team <portmgr> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->portmgr Could you please take a look at it? It even contains a patch. It's a dublicate to PR/55616 ---- Sem. On Thu, Aug 21, 2003 at 04:44:26AM +0400, Sergey Matveychuk wrote:
> It's a dublicate to PR/55616
>
Gee, even the patch is the same.
Sorry, I didn't noticed it.
State Changed From-To: open->closed This has now been fixed. |
Though $found_package variable is properly populated, it is checked for non-zero length ( -n "$${found_package}" ) in another shell process where it does not exist. How-To-Repeat: Install a port of your choice. Increase PORTVERSION and try to install the same port again. It will be installed, instead of displaying expected warning.