Ticket #3789 (closed defect: fixed)
BUG: emacs 21.4 fetching error
| Reported by: | zhuchenyang@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.0 |
| Keywords: | Cc: | ||
| Port: |
Description
In all the mirror sites of GNU, emacs-21.4 is named as "emacs.21.4a.tar.gz". But darwingports fetch the file named "emacs.21.4.tar.gz", so it will never be got!!!
Change History
comment:2 Changed 8 years ago by mww@…
- Summary changed from emacs 21.4 fetching error to BUG: emacs 21.4 fetching error
comment:3 Changed 7 years ago by blb@…
- Status changed from new to closed
- Resolution set to fixed
The 21.4a issue was fixed by jkh@ quite a while ago.
As far as using a different version than that specified by the Portfile, you'll need to learn a bit about how they are written (mostly just changing the version key) as well as setting up your own repository (so updating won't overwrite your changes). See <http://darwinports.opendarwin.org/docs/ pt02.html> for the docs on Portfiles and <http:// darwinports.opendarwin.org/docs/ch03s05.html#local_repository> for creating a local repository.
Note: See
TracTickets for help on using
tickets.


I wonder if I have some methods to make darwinports get the version I want, but not the one defined in darwinports profile. For example, how can I install emacs-21.3 with darwinports? I am a fresh user! Thank you!