Hello! On Tue, 29 May 2012 at 15:45:43 (+0300), Sayetsky Anton wrote:
> 29 мая 2012 г., 15:43 пользователь <[email protected]> написал: > > Да, только что обновила с cvsup.ua.freebsd.org - то же самое. > Так, это уже интересно... где бы посмотреть commit log для дерева > портов? Интересно, что там в port.options.mk поменяли... --- cut --- | Date: Tue, 29 May 2012 09:54:27 +0000 (UTC) | From: Baptiste Daroussin <[email protected]> | To: [email protected], [email protected], [email protected] | Subject: cvs commit: ports/Mk bsd.options.desc.mk bsd.options.mk bsd.pkgng.mk | bsd.port.mk ports/print/ghostscript8 Makefile.drivers ports/print/ghostscript9 | Makefile.drivers | | bapt 2012-05-29 09:54:27 UTC | | FreeBSD ports repository | | Modified files: | Mk bsd.pkgng.mk bsd.port.mk | print/ghostscript8 Makefile.drivers | print/ghostscript9 Makefile.drivers | Added files: | Mk bsd.options.desc.mk bsd.options.mk | Log: | New options framework for the ports | | for maintainers: | it introduces 3 different types of options: simple, multi and single: | - simple options are the same as the current options (i.e. on or off.) | - multi options are options where at least one must be set (1-N). | - single options are options where one and only one must be set (exclusive | options). | | for users: | - OPTIONS_SET: globally enable some options | - OPTIONS_UNSET: globally disable some options | - ${UNIQUENAME}_SET: enable per-port choice of options | - ${UNIQUENAME}_UNSET: disable per-port choice of options | | For compatibility the old OPTIONS framework is now working on top of the new one | The options previously set with old OPTIONS are imported and converted | transparently. | | A new knob NO_DIALOG if defined in the the config-conditional target is ignored | (prevent the dialog(1) ui to show up. | | Thanks to all people involved: | beat@, crees@, Bryan Drewery, linimon@, novel@ and others, for testing, comments, pat | ches | | Revision Changes Path | 1.1 +5 -0 ports/Mk/bsd.options.desc.mk (new) | 1.1 +148 -0 ports/Mk/bsd.options.mk (new) | 1.5 +30 -22 ports/Mk/bsd.pkgng.mk | 1.712 +211 -135 ports/Mk/bsd.port.mk | 1.8 +6 -1 ports/print/ghostscript8/Makefile.drivers | 1.3 +5 -1 ports/print/ghostscript9/Makefile.drivers --- cut --- --- cut --- | Date: Tue, 29 May 2012 10:50:11 +0000 (UTC) | From: Baptiste Daroussin <[email protected]> | To: [email protected], [email protected], [email protected] | Subject: cvs commit: ports/Mk bsd.port.mk | | bapt 2012-05-29 10:50:11 UTC | | FreeBSD ports repository | | Modified files: | Mk bsd.port.mk | Log: | fix make config with no "basic options" but only single or multi | | Revision Changes Path | 1.713 +2 -2 ports/Mk/bsd.port.mk --- cut --- --- cut --- | Date: Tue, 29 May 2012 11:49:10 +0000 (UTC) | From: Baptiste Daroussin <[email protected]> | To: [email protected], [email protected], [email protected] | Subject: cvs commit: ports/Mk bsd.options.mk | | bapt 2012-05-29 11:49:10 UTC | | FreeBSD ports repository | | Modified files: | Mk bsd.options.mk | Log: | recreate the WITH_/WITHOUT_ options for compatibility | | Revision Changes Path | 1.2 +42 -3 ports/Mk/bsd.options.mk --- cut --- -- George L. Yermulnik [YZ-RIPE]
