Opened 19 years ago
Closed 19 years ago
#3451 closed defect (wontfix)
please explain the need to 'touch Portfile'
Reported by: | aips@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | guide | Version: | 1.0 |
Keywords: | DarwinPorts | Cc: | joe@… |
Port: |
Description
When repeating a step in the build & install process explained in Ch4, I think it would be helpful to explain that when one of the steps does not do what you want, and you want to repeat it after tweaking something, you need to run the command
$ touch Portfile
to ensure that the step is actually done and not skipped. A subsection right at the end with about three lines of text would do the trick. Maybe more if you want to explain how the state is maintained.
A side question: the manual says -d implies -v (at least as of opendarwin8), so why have both in the examples? Further, the order is not consistent ('port -d -v extract'; 'port build -d -v'). Is the order important?
Change History (3)
comment:1 Changed 19 years ago by snu@…
Component: | Articles → doc |
---|---|
Keywords: | DarwinPorts added; Doc removed |
Owner: | changed from kevin@… to darwinports-bugs@… |
product: | Doc → DarwinPorts |
comment:2 Changed 19 years ago by jmpp@…
Cc: | joe@… added |
---|
comment:3 Changed 19 years ago by olegb@…
Resolution: | → wontfix |
---|---|
Status: | new → closed |
rtfm port(1)
-o honor state files older than Portfile
What you describe isnt needed.
Another documentation request for you Joe ;-)
-jmpp