cvs commit: ports/Mk bsd.options.mk bsd.port.mk

2012-07-16 Thread Baptiste Daroussin
svn2cvs 2012-07-16 12:44:07 UTC FreeBSD ports repository Modified files: Mk bsd.options.mk bsd.port.mk Log: SVN rev 300943 on 2012-07-16 11:38:36Z by bapt - Document new options framework in bsd.options.mk - new OPTIONS_DEFINE_${ARCH} and OPTIONS_DEFAULT_

Re: cvs commit: ports/Mk bsd.options.mk ports/x11-servers/xorg-server Makefile

2012-07-14 Thread Chris Rees
On 14 Jul 2012 13:42, "Baptiste Daroussin" wrote: > > On Sat, Jul 14, 2012 at 07:07:47AM +, Alexey Dokuchaev wrote: > > On Fri, Jul 13, 2012 at 10:23:57AM +, Baptiste Daroussin wrote: > > > bapt2012-07-13 10:23:57 UTC > > > > > > Modified files: > > > Mk bsd

Re: cvs commit: ports/Mk bsd.options.mk ports/x11-servers/xorg-server Makefile

2012-07-14 Thread Baptiste Daroussin
On Sat, Jul 14, 2012 at 07:07:47AM +, Alexey Dokuchaev wrote: > On Fri, Jul 13, 2012 at 10:23:57AM +, Baptiste Daroussin wrote: > > bapt2012-07-13 10:23:57 UTC > > > > Modified files: > > Mk bsd.options.mk > > x11-servers/xorg-server Makefile > > Log

Re: cvs commit: ports/Mk bsd.options.mk ports/x11-servers/xorg-server Makefile

2012-07-14 Thread Niclas Zeising
On 07/14/12 11:07, Alexey Dokuchaev wrote: On Sat, Jul 14, 2012 at 10:58:22AM +0200, Niclas Zeising wrote: On 2012-07-14 09:07, Alexey Dokuchaev wrote: I thought HAL was deprecated anyways, why not simply disable it by default across the gang? I've never enabled it and X server always runs fin

Re: cvs commit: ports/Mk bsd.options.mk ports/x11-servers/xorg-server Makefile

2012-07-14 Thread Alexey Dokuchaev
On Sat, Jul 14, 2012 at 10:58:22AM +0200, Niclas Zeising wrote: > On 2012-07-14 09:07, Alexey Dokuchaev wrote: > > I thought HAL was deprecated anyways, why not simply disable it by default > > across the gang? I've never enabled it and X server always runs fine. > > The issue with HAL is that, w

Re: cvs commit: ports/Mk bsd.options.mk ports/x11-servers/xorg-server Makefile

2012-07-14 Thread Niclas Zeising
On 2012-07-14 09:07, Alexey Dokuchaev wrote: > On Fri, Jul 13, 2012 at 10:23:57AM +, Baptiste Daroussin wrote: >> bapt2012-07-13 10:23:57 UTC >> >> Modified files: >> Mk bsd.options.mk >> x11-servers/xorg-server Makefile >> Log: >> Add new OPTIONS_EXCLU

Re: cvs commit: ports/Mk bsd.options.mk ports/x11-servers/xorg-server Makefile

2012-07-14 Thread Alexey Dokuchaev
On Fri, Jul 13, 2012 at 10:23:57AM +, Baptiste Daroussin wrote: > bapt2012-07-13 10:23:57 UTC > > Modified files: > Mk bsd.options.mk > x11-servers/xorg-server Makefile > Log: > Add new OPTIONS_EXCLUSE_${ARCH} to be able to exclude an option on the >

cvs commit: ports/Mk bsd.options.mk ports/x11-servers/xorg-server Makefile

2012-07-13 Thread Baptiste Daroussin
bapt2012-07-13 10:23:57 UTC FreeBSD ports repository Modified files: Mk bsd.options.mk x11-servers/xorg-server Makefile Log: Add new OPTIONS_EXCLUSE_${ARCH} to be able to exclude an option on the given arch Fix xorg-server on sparc64 by excluing the

cvs commit: ports/Mk bsd.options.mk

2012-06-06 Thread Baptiste Daroussin
bapt2012-06-06 11:47:29 UTC FreeBSD ports repository Modified files: Mk bsd.options.mk Log: Do not search for upper case uniquename what setting per ports options Revision ChangesPath 1.13 +3 -3 ports/Mk/bsd.options.mk _

cvs commit: ports/Mk bsd.options.mk

2012-06-04 Thread Baptiste Daroussin
bapt2012-06-05 06:56:36 UTC FreeBSD ports repository Modified files: Mk bsd.options.mk Log: Activate NO_OPTIONS_SORT by default when the ports still use the old framework, that case user still get the exact same out as prior optionsng, for converter por

cvs commit: ports/Mk bsd.options.mk

2012-06-04 Thread Baptiste Daroussin
bapt2012-06-05 06:03:36 UTC FreeBSD ports repository Modified files: Mk bsd.options.mk Log: Allow NO_OPTIONS_SORT to work with old OPTIONS Requested by: dougb@ Revision ChangesPath 1.11 +4 -1 ports/Mk/bsd.options.mk _

cvs commit: ports/Mk bsd.options.mk

2012-06-04 Thread Baptiste Daroussin
bapt2012-06-04 11:43:53 UTC FreeBSD ports repository Modified files: Mk bsd.options.mk Log: Remove crufts committed by mistake Reported by:matthew@ Revision ChangesPath 1.10 +1 -4 ports/Mk/bsd.options.mk ___

cvs commit: ports/Mk bsd.options.mk

2012-06-04 Thread Baptiste Daroussin
bapt2012-06-04 10:23:42 UTC FreeBSD ports repository Modified files: Mk bsd.options.mk Log: Fix loading of old options Tested by: flo@, gelraen (via IRC) Revision ChangesPath 1.9 +16 -14ports/Mk/bsd.options.mk

cvs commit: ports/Mk bsd.options.mk

2012-06-02 Thread Baptiste Daroussin
bapt2012-06-02 09:13:13 UTC FreeBSD ports repository Modified files: Mk bsd.options.mk Log: Remove the double quotes while converting from old options framework to new one. This fix the too long options breaking the UI Reported by:Oliver Pinte

Re: cvs commit: ports/Mk bsd.options.mk

2012-06-01 Thread Doug Barton
On 06/01/2012 02:06, Baptiste Daroussin wrote: > bapt2012-06-01 09:06:15 UTC > > FreeBSD ports repository > > Modified files: > Mk bsd.options.mk > Log: > by default optionsng sort the options before prompting to them. > add a new KNOB for maintainers: NO_

cvs commit: ports/Mk bsd.options.mk

2012-06-01 Thread Baptiste Daroussin
bapt2012-06-01 09:06:15 UTC FreeBSD ports repository Modified files: Mk bsd.options.mk Log: by default optionsng sort the options before prompting to them. add a new KNOB for maintainers: NO_OPTIONS_SORT to prevent from sorting the options. Requested

cvs commit: ports/Mk bsd.options.mk

2012-05-29 Thread Baptiste Daroussin
bapt2012-05-29 15:35:30 UTC FreeBSD ports repository Modified files: Mk bsd.options.mk Log: if user set OPTIONS_UNSET EXAMPLES they create NOPORTEXAMPLES variable for compatibility With hat: portmgr Revision ChangesPath 1.6 +5

cvs commit: ports/Mk bsd.options.mk

2012-05-29 Thread Baptiste Daroussin
bapt2012-05-29 14:46:38 UTC FreeBSD ports repository Modified files: Mk bsd.options.mk Log: Do not activate DOCS by default if NOPORTDOCS is set Revision ChangesPath 1.4 +5 -3 ports/Mk/bsd.options.mk ___

cvs commit: ports/Mk bsd.options.mk bsd.port.mk

2012-05-29 Thread Baptiste Daroussin
bapt2012-05-29 13:30:56 UTC FreeBSD ports repository Modified files: Mk bsd.options.mk bsd.port.mk Log: Fix python's make config [1] Better backward compatibility [2] Reported by:ketas (on #bsdports) [1], flo@ [2] Tested by: flo@ [2] R

cvs commit: ports/Mk bsd.options.mk

2012-05-29 Thread Baptiste Daroussin
bapt2012-05-29 11:49:10 UTC FreeBSD ports repository Modified files: Mk bsd.options.mk Log: recreate the WITH_/WITHOUT_ options for compatibility Revision ChangesPath 1.2 +42 -3 ports/Mk/bsd.options.mk __