|
From: Keith M. <kei...@us...> - 2006-09-09 09:21:51
|
Update of /cvsroot/mingw/portmaker In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23345 Modified Files: ChangeLog Log Message: * src/portmaker.sh (SRCDIR, PREFIX): Modified defaults. * template/mingwPORT.sh (SIGUSR1): Define `trap'... (ONTRACK): ...it sets this to `false'. * template/mingwPORT.messages (MSG_NOMKDIR, MSG_REFUSED): Renamed... (MSG_EMKDIR, MSG_EREFUSED): ...to these, respectively. (MSG_EABORT, MSG_EFAILED, MSG_EFATAL): New messages; defined. * template/mingwPORT.afterquestion (SIGUSR1): Raise it... (ARCHIVE): ...on failure to `untar' this... (MSG_EFATAL): ...failing with this. (MSG_NOMKDIR, MSG_REFUSED): Update references... (MSG_EMKDIR, MSG_EREFUSED): ...to use these instead. Index: ChangeLog =================================================================== RCS file: /cvsroot/mingw/portmaker/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ChangeLog 16 Jun 2006 19:49:59 -0000 1.8 --- ChangeLog 9 Sep 2006 09:21:45 -0000 1.9 *************** *** 1,2 **** --- 1,19 ---- + 2006-09-09 Keith Marshall <kei...@us...> + + * src/portmaker.sh (SRCDIR, PREFIX): Modified defaults. + + * template/mingwPORT.sh (SIGUSR1): Define `trap'... + (ONTRACK): ...it sets this to `false'. + + * template/mingwPORT.messages (MSG_NOMKDIR, MSG_REFUSED): Renamed... + (MSG_EMKDIR, MSG_EREFUSED): ...to these, respectively. + (MSG_EABORT, MSG_EFAILED, MSG_EFATAL): New messages; defined. + + * template/mingwPORT.afterquestion (SIGUSR1): Raise it... + (ARCHIVE): ...on failure to `untar' this... + (MSG_EFATAL): ...failing with this. + (MSG_NOMKDIR, MSG_REFUSED): Update references... + (MSG_EMKDIR, MSG_EREFUSED): ...to use these instead. + 2006-06-16 Keith Marshall <kei...@us...> |