Ticket #20046 (closed defect: fixed)
pcre++ rename to pcrexx for consistency and safety
| Reported by: | blb@… | Owned by: | gwright@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.1 |
| Keywords: | Cc: | jmr@…, ryandesign@…, snc@… | |
| Port: | pcre++ |
Description
Other C++-type ports with ++ in the names have those plus signs replaced by x (eg libsigcxx2, libxmlxx2) to avoid potential issues with a standard regex character. It would appear it has no dependents, once I escaped the pluses in port echo depends:pcre\\+\\+ so I'm guessing it shouldn't be too painful.
Change History
comment:2 Changed 4 years ago by gwright@…
- Status changed from assigned to closed
- Resolution set to fixed
There is now a pcrexx port, a copy of pcre++. The pcre++ port is not yet deleted, I'll check to make certain again that there are no dependencies.
comment:3 Changed 4 years ago by blb@…
Instead of deletion, MacPorts 1.8 now has a replaced_by setting (see ticket #20157) that would be best.
comment:5 Changed 12 months ago by snc@…
- Cc jmr@…, ryandesign@… added
pcre++ files are broken according to rev-upgrade, and since the port no longer exists users are getting into error situations when a rebuild is attempted.
Why was the port was deleted without a replaced_by? The ticket even said that should have been done.


Good point. Will do.