1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 18:39:03 +00:00

Update some directions for building .dmg on OS X

This commit is contained in:
dmiller
2015-09-23 20:22:59 +00:00
parent 0146739b87
commit 6c934abb93

View File

@@ -81,7 +81,12 @@ changes. First, sync the original ports tree.
$PREFIX/bin/port selfupdate -v
Restore a pristine partial ports tree:
cd $PREFIX
# rsync handles deleting deleted files, but can't pick up new ones like this...
rsync -rv --existing --delete --exclude=PortIndex ports.orig/ ports/
# ...so we copy everything over again.
for x in archivers/xz editors/vim devel/apr-util devel/atk devel/gettext devel/glib2 gnome/gtk2 graphics/fontconfig graphics/gdk-pixbuf2 mail/libidn perl/p5-locale-gettext python/py-gobject python/py-libxml2 textproc/help2man textproc/libxml2 textproc/libxslt x11/pango; do
cp -R ports.orig/$x ports/$(dirname $x);
done
Reapply the patch. Resolve any conflicts.
patch -p0 --no-backup-if-mismatch < MacPorts-ports.diff
Make a new patch.