Changes between Version 4 and Version 5 of howto/PatchLocal
- Timestamp:
- Sep 9, 2013, 9:13:59 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/PatchLocal
v4 v5 38 38 Then run this command: 39 39 {{{ 40 portindex40 cd /usr/local/ports && portindex 41 41 }}} 42 42 … … 60 60 See http://guide.macports.org/#development.patches.source 61 61 {{{ 62 diff -u Makefile.orig Makefile > /usr/local/ports/arb/files/patch-ARB-makefile2.diff63 port edit arb-devel 62 diff -u Makefile.orig Makefile > `port dir arb-devel`/files/patch-ARB-makefile2.diff 63 port edit arb-devel # (add the patch-ARB-makefile2.diff file to the list of patches) 64 64 }}} 65 65