Date: Tue, 26 Jun 2012 01:51:20 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ports-mgmt/portmaster Makefile distinfo Message-ID: <201206260151.q5Q1pKGA095997@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dougb 2012-06-26 01:51:20 UTC FreeBSD ports repository Modified files: ports-mgmt/portmaster Makefile distinfo Log: Minor improvements ================== * Restore the line from -av that prints each port as we work on it. * Print more useful information about ports that don't have distfiles, or distfiles we're skipping due to duplicates when -F (especially with -a). Bug fixes ========= * Consolidate all writing to the IPC_SAVE file into safe_exit() so that it always gets called. Also, zero out the file after reading it so that a parent process doesn't inadvertently read stale data during a trap (unlikely, but not impossible). Revision Changes Path 2.53 +1 -1 ports/ports-mgmt/portmaster/Makefile 2.17 +4 -4 ports/ports-mgmt/portmaster/distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206260151.q5Q1pKGA095997>