#17279 closed enhancement (fixed)
Use xcode PortGroup in gpgme-objc
Reported by: | nox@… | Owned by: | waqar@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | xcode PortGroup cd | Cc: | ryandesign (Ryan Carsten Schmidt) |
Port: | gpgme-objc |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
gpgme-objc does not currently use the xcode PortGroup and use the "cd" TCL procedure.
Changes:
- Ported to xcode-1.0 PortGroup.
- Added libpgp-error lib dependency.
- Do not use the
cd
procedure (see #12914).
Attachments (1)
Change History (6)
Changed 16 years ago by nox@…
Attachment: | gpgme-objc-1.0.2_4.diff added |
---|
comment:1 Changed 16 years ago by nox@…
Description: | modified (diff) |
---|
comment:2 Changed 16 years ago by nox@…
Description: | modified (diff) |
---|
comment:3 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Description: | modified (diff) |
comment:4 Changed 16 years ago by nox@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
maintainer timeout, r50104.
comment:5 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
Use of "cd" has been removed in r49645 but I agree using the xcode portgroup would be even better. Please commit this.