custom build
Joshua Root
jmr at macports.org
Mon Aug 24 11:10:35 PDT 2009
On 2009-8-25 03:47, David Cake wrote:
> That does seem interesting and useful, but what I want to know is
> basically how to make changes to the source, rather than the build
> instructions.
Run the extract phase:
sudo port extract wireshark
Go to the build dir:
pushd `port work wireshark`
Change whatever, and save a diff. Then continue the install:
popd && sudo port install wireshark
- Josh
More information about the macports-users
mailing list