#17276 closed enhancement (fixed)
Use xcode PortGroup in aquaterm
Reported by: | nox@… | Owned by: | davidm@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | xcode PortGroup cd universal | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) |
Port: | aquaterm |
Description
AquaTerm does not currently use the xcode PortGroup and use the `cd` TCL procedure. Furthermore, it always build universally and it does not install where it should.
Changes:
- Ported to xcode-1.0 PortGroup.
- Disabled universal build by default.
- Do not use the
cd
procedure (see #12914). - Now installs the framework into
${prefix}/Library/Frameworks
.
Attachments (2)
Change History (7)
Changed 16 years ago by nox@…
Attachment: | aquaterm-1.0.1_1.diff added |
---|
comment:1 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | mcalhoun@… added |
---|
comment:2 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
This would also fix #12401.
comment:3 Changed 16 years ago by blb@…
Note that USER_APPS_DIR should be using ${applications_dir} (and the Portfile should be setting it until MacPorts 1.7 is released); see for example the lisaem Portfile.
Changed 16 years ago by nox@…
Attachment: | aquaterm-1.0.1_1-applications_dir.diff added |
---|
New patch with applications_dir and frameworks_dir
comment:4 Changed 16 years ago by nox@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
maintainer timeout, r42428.
comment:5 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
Cc Me!