Re: svn commit: r213270 - head/etc/rc.d

2010-09-29 Thread Dmitry Marakasov
* Ed Maste (ema...@freebsd.org) wrote:

>   /etc/rc.d/defaultroute currently bails immediately if all interfaces
>   set to use DHCP have no carrier.  This can cause grief as it may take
>   some time for link to be established, and defaultroute may terminate
>   before this happens.
>   
>   Introduce a defaultroute_carrier_delay variable and then wait that long
>   in defaultroute before bailing if no interfaces have carrier.  With the
>   default settings defaultroute will wait for five seconds for this, and
>   the original 30 second wait for a default route to appear is unchanged.
>   Note that there is in discussion an alternative approach to the broader
>   problem of waiting for DHCP-configured routes.  However, this change
>   addresses a real problem in the current defaultroute script.

Thanks!

Is MFC not planned?

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r197608 - head/sys/geom/part

2009-09-29 Thread Dmitry Marakasov
* John Baldwin (j...@freebsd.org) wrote:

> Why do you check for zeros at all?  AFAIK, the only real check is for AA55 at 
> the end of the sector (and having an MBR or other Extended MBR partition 
> entry point at the sector in question).  The '96' thing seems rather 
> arbitrary in the code, and I think the zero's check is overly restrictive.

Seconded. I've seen a report of geom_part_ebr unable to detect
partitions which were actually there. Will inquiry the reporter if
this change solved the problem.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r197608 - head/sys/geom/part

2009-09-29 Thread Dmitry Marakasov
* Dmitry Marakasov (amd...@amdmi3.ru) wrote:

> Seconded. I've seen a report of geom_part_ebr unable to detect
> partitions which were actually there. Will inquiry the reporter if
> this change solved the problem.

Seems like it hasn't. Here's the first sector from that partition:

000 48eb 0090       
  
010         
  
*   
  
030        0203 
  
040 0080 8000 8634 0d93 0800 90fa f690 80c2
050 0275 80b2 59ea 007c 3100 8ec0 8ed8 bcd0
060 2000 a0fb 7c40 ff3c 0274 c288 be52 7d7f
070 34e8 f601 80c2 5474 41b4 aabb cd55 5a13
080 7252 8149 55fb 75aa a043 7c41 c084 0575
090 e183 7401 6637 4c8b be10 7c05 44c6 01ff
0a0 8b66 441e c77c 1004 c700 0244 0001 8966
0b0 085c 44c7 0006 6670 c031 4489 6604 4489
0c0 b40c cd42 7213 bb05 7000 7deb 08b4 13cd
0d0 0a73 c2f6 0f80 ea84 e900 008d 05be c67c
0e0 ff44 6600 c031 f088 6640 4489 3104 88d2
0f0 c1ca 02e2 e888 f488 8940 0844 c031 d088
100 e8c0 6602 0489 a166 7c44 3166 66d2 34f7
110 5488 660a d231 f766 0474 5488 890b 0c44
120 443b 7d08 8a3c 0d54 e2c0 8a06 0a4c c1fe
130 d108 6c8a 5a0c 748a bb0b 7000 c38e db31
140 01b8 cd02 7213 8c2a 8ec3 4806 607c b91e
150 0100 db8e f631 ff31 f3fc 1fa5 ff61 4226
160 be7c 7d85 40e8 eb00 be0e 7d8a 38e8 eb00
170 be06 7d94 30e8 be00 7d99 2ae8 eb00 47fe
180 5552 2042 4700 6f65 006d 6148 6472 4420
190 7369 006b 6552 6461 2000 7245 6f72 0072
1a0 01bb b400 cd0e ac10 003c f475 00c3 
1b0        0100
1c0 ffc1 fe07  003f  de25 06b6 fe00
1d0  fe05  de64 06b6 4ad1 07dc 
1e0        
1f0     0000 0000  aa55

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r197608 - head/sys/geom/part

2009-10-01 Thread Dmitry Marakasov
* Marcel Moolenaar (xcl...@mac.com) wrote:

> >> Seconded. I've seen a report of geom_part_ebr unable to detect
> >> partitions which were actually there. Will inquiry the reporter if
> >> this change solved the problem.
> >
> > Seems like it hasn't. Here's the first sector from that partition:
> 
> I'll see about checking the partition table more rigorously
> so that we can eliminate the check for the unused space.
> 
> With what tool was this created?

Dunno. I've pointed the person who had that problem to this thread.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r218896 - in head/share: examples/etc mk

2011-02-21 Thread Dmitry Marakasov
* Martin Matuska (m...@freebsd.org) wrote:

> Log:
>   Add opteron-sse3, athlon64-sse3 and k8-sse3 cpu types to bsd.cpu.mk.
>   - add "sse3" to MACHINE_CPU for the new cpu types
>   - for i386, default to CPUTYPE=prescott for the new cpu types

Any chance for a same thing for intel CPUs? prescott-sse3?

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r190816 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb geom/label

2009-04-07 Thread Dmitry Marakasov
* Robert Watson (rwat...@freebsd.org) wrote:

> I get quite a lot of console spam in 8.x right now every boot:
> 
> GEOM_LABEL: Label for provider ad0s1a is ufsid/472fc8054efc5e4a.
> GEOM_LABEL: Label for provider ad0s1e is ufsid/472fc8053581dc9c.
> Trying to mount root from ufs:/dev/ad0s1a
> GEOM_LABEL: Label ufsid/472fc8054efc5e4a removed.
> GEOM_LABEL: Label for provider ad0s1a is ufsid/472fc8054efc5e4a.
> GEOM_LABEL: Label ufsid/472fc8053581dc9c removed.
> GEOM_LABEL: Label for provider ad0s1e is ufsid/472fc8053581dc9c.
> GEOM_LABEL: Label ufsid/472fc8054efc5e4a removed.
> GEOM_LABEL: Label ufsid/472fc8053581dc9c removed.

Yeah, and btw there are the same messages at least for msdosfs and
iso9660. I guess it's time to silence all these altogether.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r190031 - head/etc/defaults

2009-04-09 Thread Dmitry Marakasov
* Dag-Erling Smorgrav (d...@freebsd.org) wrote:

> Modified: head/etc/defaults/rc.conf
> ==
> --- head/etc/defaults/rc.conf Thu Mar 19 12:39:13 2009(r190030)
> +++ head/etc/defaults/rc.conf Thu Mar 19 12:48:00 2009(r190031)
> @@ -101,7 +101,7 @@ nisdomainname="NO"# Set to NIS domain 
>  dhclient_program="/sbin/dhclient"# Path to dhcp client program.
>  dhclient_flags=""# Extra flags to pass to dhcp client.
>  #dhclient_flags_fxp0=""  # Extra dhclient flags for fxp0 only
> -background_dhclient="YES"# Start dhcp client in the background.
> +background_dhclient="NO" # Start dhcp client in the background.
>  #background_dhclient_fxp0="YES"  # Start dhcp client on fxp0 in the 
> background.
>  synchronous_dhclient="NO"# Start dhclient directly on configured
>   # interfaces during startup.

Shouldn't synchronous_dhclient be ON by default then? The way it
is, DHCP is not used at all, I ended up with unreachable box which
didn't get any IP already.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r190031 - head/etc/defaults

2009-04-09 Thread Dmitry Marakasov
* Brooks Davis (bro...@freebsd.org) wrote:

> > Shouldn't synchronous_dhclient be ON by default then? The way it
> > is, DHCP is not used at all, I ended up with unreachable box which
> > didn't get any IP already.
> 
> Unless you have one of the few interfaces that does not generate
> link status events, dhclient will be started by devd.  The only ones I
> know of are a subset set of ed(4) devices, though I think imp may have
> fixed those recently with a stub ifmedia interface.

I use ale(4). Will test some more. Couldn't the fact that the interface
is renamed be the reason?

Also, how is the issue of services not starting because of no default
route/dns/network available solved when running dhclient from devd?

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r190031 - head/etc/defaults

2009-04-10 Thread Dmitry Marakasov
* Brooks Davis (bro...@freebsd.org) wrote:

> > I use ale(4). Will test some more. Couldn't the fact that the interface
> > is renamed be the reason?
> 
> Shouldn't be.  I use renamed interfaces a fair bit.  The ale(4) driver
> uses mii, but so lack of link events shouldn't be an issue unless the
> driver is buggy.
> 
> > Also, how is the issue of services not starting because of no default
> > route/dns/network available solved when running dhclient from devd?
> 
> The wait in /etc/rc.d/defaultroute.

OK, an hour of reboots and I've nailed it. The cause is that by the time
defaultroute is executed, there's no link on the interface -> wait for
route is skipped (see defaultroute_start).

Some lines from dmesg:

ale0:  port 0xdc00-0xdc7f mem 
0xfe9c-0xfe9f irq 17 at device 0.0 on pci2
ale0: 960 Tx FIFO, 1024 Rx FIFO
ale0: Using 1 MSI messages.
miibus0:  on ale0
atphy0:  PHY 0 on miibus0
atphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT-FDX, auto
ale0: Ethernet address: 00:22:15:75:15:b2
ale0: [FILTER]
... (many other devices)
ale0: changing name to 'panopticon'
panopticon: link state changed to DOWN
panopticon: no link .panopticon: link state changed to UP
 got link
DHCPREQUEST on panopticon to 255.255.255.255 port 67
DHCPREQUEST on panopticon to 255.255.255.255 port 67
DHCPACK from 192.168.0.2
bound to 192.168.0.32 -- renewal in 43200 seconds.

Turning off name change won't help - it still linkdowns after detection like 
that.

I think that check for live interface should be removed from
defaultroute.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r190031 - head/etc/defaults

2009-04-24 Thread Dmitry Marakasov
* Brooks Davis (bro...@freebsd.org) wrote:

So, any comments on this? Should I submit the PR?

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r199804 - in head: crypto/openssh usr.sbin/cron/cron usr.sbin/inetd usr.sbin/syslogd

2009-11-25 Thread Dmitry Marakasov
* Attilio Rao (atti...@freebsd.org) wrote:

>   Avoid sshd, cron, syslogd and inetd to be killed under high-pressure swap
>   environments.
>   Please note that this can't be done while such processes run in jails.
>   
>   Note: in future it would be interesting to find a way to do that
>   selectively for any desired proccess (choosen by user himself), probabilly
>   via a ptrace interface or whatever.

You might be interested in looking at /usr/ports/sysutils/scprotect.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r203226 - head/tools/build/mk

2010-02-02 Thread Dmitry Marakasov
* Antoine Brodin (anto...@freebsd.org) wrote:

> Log:
>   Add files to remove when MK_GAMES=no.

Thanks!

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r207933 - head/sys/cam/scsi

2010-05-12 Thread Dmitry Marakasov
* Matt Jacob (mja...@freebsd.org) wrote:

> - (void)make_dev_alias(softc->dev, "sg%c", 'a' + periph->unit_number);
> + if (periph->unit_number < 26) {
> + (void)make_dev_alias(softc->dev, "sg%c", periph->unit_number + 
> 'a');
> + } else {
> + (void)make_dev_alias(softc->dev, "sg%c%c",
> + ((periph->unit_number / 26) - 1) + 'a', periph->unit_number 
> + 'a');

    ((periph->unit_number / 26) - 1) + 'a', 
(periph->unit_number % 26) + 'a');

No?

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r187132 - head/usr.bin/make

2009-01-29 Thread Dmitry Marakasov
* David E. O'Brien (obr...@freebsd.org) wrote:

I think this should be backed out. Those verbose messages:
- Are completely unexpected, this violates POLA.
- Do break recognizeable make output people are used to
- Really uglify make output for some custom makefiles (for example,
  generated by cmake:

--- po/it.gmo ---
[  2%] Generating it.gmo
--- po/kn.gmo ---
[  3%] Generating kn.gmo
--- po/lv.gmo ---
[  3%] Generating lv.gmo
--- po/nb.gmo ---
[  3%] Generating nb.gmo

There's golden unix way rule: silence is golden. So please back this
out, as this will really annoy many people.

> Author: obrien
> Date: Tue Jan 13 06:53:53 2009
> New Revision: 187132
> URL: http://svn.freebsd.org/changeset/base/187132
> 
> Log:
>   Don't enable -Q by default - I've fixed the rescue build issue.
> 
> Modified:
>   head/usr.bin/make/job.c
>   head/usr.bin/make/main.c
> 
> Modified: head/usr.bin/make/job.c
> ==
> --- head/usr.bin/make/job.c   Tue Jan 13 06:52:51 2009(r187131)
> +++ head/usr.bin/make/job.c   Tue Jan 13 06:53:53 2009(r187132)
> @@ -2362,8 +2362,7 @@ Job_Init(int maxproc)
>   makeErrors = 0;
>  
>   lastNode = NULL;
> -
> - if ((maxJobs == 1 && fifoFd < 0) || beQuiet || beVerbose == 0) {
> + if ((maxJobs == 1 && fifoFd < 0) || is_posix || beQuiet) {
>   /*
>* If only one job can run at a time, there's no need for a
>* banner, no is there?
> 
> Modified: head/usr.bin/make/main.c
> ==
> --- head/usr.bin/make/main.c  Tue Jan 13 06:52:51 2009(r187131)
> +++ head/usr.bin/make/main.c  Tue Jan 13 06:53:53 2009(r187132)
> @@ -126,7 +126,7 @@ Boolean   is_posix;   /* .POSIX target seen
>  Boolean  mfAutoDeps; /* .MAKEFILEDEPS target seen */
>  Boolean  beSilent;   /* -s flag */
>  Boolean  beVerbose;  /* -v flag */
> -Boolean  beQuiet = TRUE; /* -Q flag */
> +Boolean  beQuiet;/* -Q flag */
>  Boolean  compatMake; /* -B argument */
>  int  debug;  /* -d flag */
>  Boolean  ignoreErrors;   /* -i flag */
> @@ -519,6 +519,7 @@ rearg:
>   break;
>   case 'Q':
>   beQuiet = TRUE;
> + beVerbose = FALSE;
>   MFLAGS_append("-Q", NULL);
>   break;
>   case 'q':
> _______
> svn-src-all@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/svn-src-all
> To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r187132 - head/usr.bin/make

2009-01-30 Thread Dmitry Marakasov
* David O'Brien (obr...@freebsd.org) wrote:

> I'm sorry I disagree.  You're complaining about something that is
> a feature of FreeBSD 1.x, 2.0 - 3.0, 4.4BSD, all NetBSD versions,
> all OpenBSD versions, Sprite, and the Open Group's Open Development
> Environment make.

Nice. Well I've been using FreeBSD since 4.7, and I don't believe I've
seen this once.

> Looking at my CSRG archive for usr.bin/make/job.c, all the back to:
> 
> revision 5.1
> date: 1990/03/11 15:27:28;  author: bostic;  state: Exp;
> Initial revision
> 
> 
> So I'm not sure how it violates POLA for a BSD user.

Not `BSD user', but just `user'. We can't take somethink that was
used back in FreBSD 3.0 as common and expected thing. By least
astonishment I mean:

- I do not expect to see difference between plain make and parallel
  make.
- I do not expect extra messages
- I do not expect behaviour change compared to previous version

Remember, make is not only used in FreeBSD kernel, but also in ports
(I know -j is not widely used there, but I believe it will someday)
and by users themselves. Common knowledge is that make does echo
commands executed by default. Then command's stdout/stderr may follow.
But there are NO extra messages by default.

> They are quite valuable when you have to unwind a broken parallel build.
> 
> The UNIX way is also not hiding information.  For folks reporting
> build problems, it is valuable to be able to triag their log rather
> than continuously telling folks to re-run their build non -j.
> 
> If you want "silence is golden" then all the multitude of lines of
> compiler invocation must really bug you.  Perhaps we should have the
> quiet out put of the ncftp3 build where every complication takes only
> 1 line:
> 
> Compiling DStrCat.so: [OK]
> Compiling DStrFree.so:[OK]
> Compiling Dynscpy.so: [OK]
> Compiling Strncpy.so: [OK]
> Compiling strtokc.so: [OK]
> ..snip..

Have they modified make to display these? I doubt. I agree that
such logs are more readable, but it should be done in a way that
- does not affect third parties
- still is more customizable and verbose than --- $TARGETNAME ---

That is, change sys.mk:

.c:
${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.IMPSRC}

.c:
.if defined (KERNEL_BUILDING) || defined (WORLD_BUILDING) # or how's that 
checked
    @echo "CC   ${.TARGET}"
.endif
${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.IMPSRC}

so it's only conditional for system compilation.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r187132 - head/usr.bin/make

2009-01-30 Thread Dmitry Marakasov
* David O'Brien (obr...@freebsd.org) wrote:

> > > I'm sorry I disagree.  You're complaining about something that is
> > > a feature of FreeBSD 1.x, 2.0 - 3.0, 4.4BSD, all NetBSD versions,
> > > all OpenBSD versions, Sprite, and the Open Group's Open Development
> > > Environment make.
> > 
> > Nice. Well I've been using FreeBSD since 4.7, and I don't believe I've
> > seen this once.
> 
> Please note, FreeBSD 4.7 falls outside the FreeBSD versions I listed.

I understand. I'm saying that you can't really use "it was there
10 years ago" as an argument. I can use "it was NOT there since at
least 4.7" however, as _this is what people are used to now :)

> > Not `BSD user', but just `user'. We can't take somethink that was
> > used back in FreBSD 3.0 as common and expected thing. By least
> > astonishment I mean:
> > 
> > - I do not expect to see difference between plain make and parallel
> >   make.
> 
> Why?  It is operating differently.  Do you expect to see any difference
> in behavior between a UP or SMP kernel?

It's only internal difference. I don't observe any changes in behaviour
other than `SMP: AP CPU #1 Launched!' in dmesg and increased performance
due to multiple cores usage. And sideeffects of SMP of course, like
garbled kernel output (kernel: seScyonncdisn)g  fdoirs kssy,s tvenmo
dperso
creesmsa i`nsiynngc.e.r.' to3  stop...0 0 done) :)
Which should be of course fixed.

> > - I do not expect extra messages
> 
> Why doesn't all the extra output of:
> 
>   ===> gnu/usr.bin/gperf (obj,depend,all,install)
>   ===> gnu/usr.bin/gperf/doc (obj)
>   ===> gnu/usr.bin/gperf/doc (depend)
>   ===> gnu/usr.bin/gperf/doc (all)
> 
> bother you?  I expect the "make obj" or "make depend" step to just happen
> nicely and quietly.  But instead its there.

Those messages is the part of world building process, you may either
remove those or duplicate each 10 times, I won't say a word - those
are makefiles tweaked for the most useful output for world/kernel
build.

But changing make is the very different case, as it affects not only
kernel/world but everything and everybody.

And, by the way, compare usefullness and readability of the quote
above and what your change does to similar output:

--- obj ---
--- _proginstall ---
sh /usr/src/tools/install.sh -s -o root -g wheel -m 555   ctfmerge
/usr/obj/usr/src/tmp/legacy/usr/bin
===> games/fortune/strfile (obj,depend,all,install)
--- obj ---
--- _proginstall ---
sh /usr/src/tools/install.sh -s -o root -g wheel -m 555   strfile
/usr/obj/usr/src/tmp/legacy/usr/games
===> gnu/usr.bin/gperf (obj,depend,all,install)
--- obj ---
===> gnu/usr.bin/gperf/doc (obj)
--- obj ---
--- depend ---
===> gnu/usr.bin/gperf/doc (depend)
--- all ---
===> gnu/usr.bin/gperf/doc (all)

> > - I do not expect behaviour change compared to previous version
> 
> Eh?  Software has 100,000's of behavior changes between versions.

Useful and non-annoying ones, mostly, otherwise there's always arguing.

> > Remember, make is not only used in FreeBSD kernel, but also in ports
> > (I know -j is not widely used there, but I believe it will someday)
> 
> I don't believe it will happen - I've had patches to add -j to ports
> build for a long time, there has been very minimal interest in them.
> The answer there has aways to be build multiple ports at the same time.
> And so many ports aren't tested for '-j' builds it is naive to think the
> vast majority of ports would build with '-j'.  (my patch was an opt-in
> for large things like gcc)

Building multiple ports in parallel is indeed more effective, but as far
as I know we don't have proper support for those as well (parallel
writes to pkgdb will trash it). Also, ability to building multiple
ports won't help as long as you only need to build one large port.

Actually, what we need is standartize some basic knobs for -j support in
ports, like:

# add WITHOUT_JOBS to make.conf to disallow parallel builds
# add ALLOW_JOBS to the port to allow building it in parallel
MAKE_JOBS?= `sysctl -n kern.smp.cpus`

.if !defined(WITHOUT_JOBS) && defined(ALLOW_JOBS)
MAKE_ARGS+= -j MAKE_JOBS
.endif

I believe after that mailtainers will start to add ALLOW_JOBS to the
ports which build successfully. Also, this may be added by default in
say, cmake.mk, as it always generates safe makefiles.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r195960 - in head/sys/dev/usb: . controller input

2009-07-31 Thread Dmitry Marakasov
* Navdeep Parhar (npar...@gmail.com) wrote:

> This has slowed down core dumps very significantly.  What used to take 10-15s 
> on
> my system now takes around 3 minutes.

Same here.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: *** HEADS UP *** FreeBSD.org commit mail list changes

2008-10-09 Thread Dmitry Marakasov
* Ulrich Spoerlein ([EMAIL PROTECTED]) wrote:

> For example,  there was a  commit recently,  which should fix  Flash9 on
> FreeBSD. Thanks to the CVS style message I got the information that I
> need file A rev 1.42 and file B rev 1.23. So I did the
> cvs di -r 1.41 -r 1.42 | patch
> dance and am  about to test Flash9 on FreeBSD. This  would not be easily
> possible with the SVN  mails, as I would have to  extract the patch from
> the mail body and cannot easily  'cvs diff' between the branches, as the
> revision are not apparent.
Extract the patch from mail body?! Of course, you don't need that.
You have SVN revision in both mail subject and body.

To get full diff for this change, just do:

svn diff -c  http://svn.freebsd.org/base/head/
(it's the same as `svn diff -r :')

And it's for all files at once, no `dance' is needed at all.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
[EMAIL PROTECTED]  ..:  jabber: [EMAIL PROTECTED]http://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: *** HEADS UP *** FreeBSD.org commit mail list changes

2008-10-11 Thread Dmitry Marakasov
* Ulrich Spoerlein ([EMAIL PROTECTED]) wrote:

> > Extract the patch from mail body?! Of course, you don't need that.
> > You have SVN revision in both mail subject and body.
> > 
> > To get full diff for this change, just do:
> > 
> > svn diff -c  http://svn.freebsd.org/base/head/
> > (it's the same as `svn diff -r :')
> > 
> > And it's for all files at once, no `dance' is needed at all.
> I wasn't aware that there is public subversion access now. When was this
> announced?
Dunno, I think it was from the beginning. It's pretty slow though.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
[EMAIL PROTECTED]  ..:  jabber: [EMAIL PROTECTED]http://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: svn commit: r207453 - head/usr.bin/script

2010-04-30 Thread Dmitry Marakasov
* Ed Schouten (e...@freebsd.org) wrote:

Thanks!

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r205307 - head/sys/i386/conf

2010-03-19 Thread Dmitry Marakasov
* Steve Kargl (s...@troutmask.apl.washington.edu) wrote:

> Can you explain?  AFAIK, SSE including floating point
> instructions.  Floating point operations aren't allowed
> in the kernel.

Afaik, there are also effecient memory copy/move/fill instructions,
that do not require floating point context. For example, movnti is
used in sse2_pagezero().

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r192561 - head/contrib/groff/font/devutf8

2009-05-22 Thread Dmitry Marakasov
* Dag-Erling Smorgrav (d...@freebsd.org) wrote:

> - negation and subtraction: U+2212

I'd warn against using unicode symbols where they're not absolutely
needed. If there's possibility for a piece of man for being copypasted
into e.g. code or command line, there should be plain ASCII. Especially
that goes to minus/negation/hyphen/dash:

Standard C Library (libc, -lc) (many)
or -1 if an error occurred. (poll)
-C NUM, --context=NUM (grep)
A `-' overrides a `0' (printf)

etc. - in all cases U+002D is preferred.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r275659 - head/bin/freebsd-version

2014-12-12 Thread Dmitry Marakasov
* Dag-Erling Smørgrav (d...@freebsd.org) wrote:

> Log:
>   Fix dependency on newvers.sh
>   
>   Noticed by: marck
>   MFC after:  1 week

This is wrong. Target uses ${.ALLSRC} to which you've appended ${NEWVERS},
and now the target appends newvers.sh contents to freebsd-version script.

> Modified:
>   head/bin/freebsd-version/Makefile
> 
> Modified: head/bin/freebsd-version/Makefile
> ==
> --- head/bin/freebsd-version/Makefile Tue Dec  9 23:26:47 2014
> (r275658)
> +++ head/bin/freebsd-version/Makefile Wed Dec 10 03:12:22 2014
> (r275659)
> @@ -5,8 +5,7 @@ MAN = freebsd-version.1
>  CLEANFILES = freebsd-version.sh
>  NEWVERS = ${.CURDIR}/../../sys/conf/newvers.sh
>  
> -freebsd-version.sh.in: ${NEWVERS}
> -freebsd-version.sh: ${.CURDIR}/freebsd-version.sh.in
> +freebsd-version.sh: ${.CURDIR}/freebsd-version.sh.in ${NEWVERS}
>   eval $$(egrep '^(TYPE|REVISION|BRANCH)=' ${NEWVERS}) ; \
>   if ! sed -e "\
>   s/@@TYPE@@/$${TYPE}/g; \

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ruhttp://www.amdmi3.ru
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

svn commit: r280851 - head/tools/build/mk

2015-03-30 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Mar 30 14:00:17 2015
New Revision: 280851
URL: https://svnweb.freebsd.org/changeset/base/280851

Log:
  - Remove more files when MK_FORTH == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Mar 30 13:30:53 
2015(r280850)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Mar 30 14:00:17 
2015(r280851)
@@ -1606,6 +1606,19 @@ OLD_FILES+=usr/share/man/man1/fdwrite.1.
 OLD_FILES+=usr/share/man/man8/fdcontrol.8.gz
 .endif
 
+.if ${MK_FORTH} == no
+OLD_FILES+=usr/share/man/man5/loader.conf.5.gz
+OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz
+OLD_FILES+=usr/share/man/man8/brand.4th.8.gz
+OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz
+OLD_FILES+=usr/share/man/man8/color.4th.8.gz
+OLD_FILES+=usr/share/man/man8/delay.4th.8.gz
+OLD_FILES+=usr/share/man/man8/loader.4th.8.gz
+OLD_FILES+=usr/share/man/man8/menu.4th.8.gz
+OLD_FILES+=usr/share/man/man8/menusets.4th.8.gz
+OLD_FILES+=usr/share/man/man8/version.4th.8.gz
+.endif
+
 .if ${MK_FREEBSD_UPDATE} == no
 OLD_FILES+=etc/freebsd-update.conf
 OLD_FILES+=usr/sbin/freebsd-update
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r280852 - head/tools/build/mk

2015-03-30 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Mar 30 14:13:01 2015
New Revision: 280852
URL: https://svnweb.freebsd.org/changeset/base/280852

Log:
  - Remove more files when MK_INET6 == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Mar 30 14:00:17 
2015(r280851)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Mar 30 14:13:01 
2015(r280852)
@@ -2520,9 +2520,11 @@ OLD_FILES+=usr/sbin/ndp
 OLD_FILES+=usr/sbin/rip6query
 OLD_FILES+=usr/sbin/route6d
 OLD_FILES+=usr/sbin/rrenumd
+OLD_FILES+=usr/sbin/rtadvctl
 OLD_FILES+=usr/sbin/rtadvd
 OLD_FILES+=usr/sbin/rtsold
 OLD_FILES+=usr/sbin/traceroute6
+OLD_FILES+=usr/share/doc/IPv6/IMPLEMENTATION
 OLD_FILES+=usr/share/man/man5/rrenumd.conf.5.gz
 OLD_FILES+=usr/share/man/man5/rtadvd.conf.5.gz
 OLD_FILES+=usr/share/man/man8/ip6addrctl.8.gz
@@ -2532,6 +2534,7 @@ OLD_FILES+=usr/share/man/man8/ping6.8.gz
 OLD_FILES+=usr/share/man/man8/rip6query.8.gz
 OLD_FILES+=usr/share/man/man8/route6d.8.gz
 OLD_FILES+=usr/share/man/man8/rrenumd.8.gz
+OLD_FILES+=usr/share/man/man8/rtadvctl.8.gz
 OLD_FILES+=usr/share/man/man8/rtadvd.8.gz
 OLD_FILES+=usr/share/man/man8/rtsol.8.gz
 OLD_FILES+=usr/share/man/man8/rtsold.8.gz
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r280883 - head/tools/build/mk

2015-03-30 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Mar 31 04:31:42 2015
New Revision: 280883
URL: https://svnweb.freebsd.org/changeset/base/280883

Log:
  - Remove more files when MK_CASPER == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Mar 31 02:49:05 
2015(r280882)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Mar 31 04:31:42 
2015(r280883)
@@ -640,10 +640,57 @@ OLD_FILES+=usr/share/man/man1/calendar.1
 .endif
 
 .if ${MK_CASPER} == no
+OLD_FILES+=etc/casper/system.dns
+OLD_FILES+=etc/casper/system.grp
+OLD_FILES+=etc/casper/system.pwd
+OLD_FILES+=etc/casper/system.random
+OLD_FILES+=etc/casper/system.sysctl
 OLD_FILES+=etc/rc.d/casperd
+OLD_LIBS+=lib/libcapsicum.so.0
 OLD_LIBS+=lib/libcasper.so.0
+OLD_FILES+=libexec/casper/dns
+OLD_FILES+=libexec/casper/grp
+OLD_FILES+=libexec/casper/pwd
+OLD_FILES+=libexec/casper/random
+OLD_FILES+=libexec/casper/sysctl
 OLD_FILES+=sbin/casper
+OLD_FILES+=sbin/casperd
+OLD_FILES+=usr/include/libcapsicum.h
+OLD_FILES+=usr/include/libcapsicum_dns.h
+OLD_FILES+=usr/include/libcapsicum_grp.h
+OLD_FILES+=usr/include/libcapsicum_pwd.h
+OLD_FILES+=usr/include/libcapsicum_random.h
+OLD_FILES+=usr/include/libcapsicum_service.h
+OLD_FILES+=usr/include/libcapsicum_sysctl.h
+OLD_FILES+=usr/include/libcasper.h
+OLD_FILES+=usr/lib/libcapsicum.a
+OLD_FILES+=usr/lib/libcapsicum.so
+OLD_FILES+=usr/lib/libcapsicum_p.a
 OLD_FILES+=usr/lib/libcasper.a
+OLD_FILES+=usr/lib/libcasper.so
+OLD_FILES+=usr/lib/libcasper_p.a
+OLD_FILES+=usr/lib32/libcapsicum.a
+OLD_FILES+=usr/lib32/libcapsicum.so
+OLD_LIBS+=usr/lib32/libcapsicum.so.0
+OLD_FILES+=usr/lib32/libcapsicum_p.a
+OLD_FILES+=usr/lib32/libcasper.a
+OLD_FILES+=usr/lib32/libcasper.so
+OLD_LIBS+=usr/lib32/libcasper.so.0
+OLD_FILES+=usr/lib32/libcasper_p.a
+OLD_FILES+=usr/share/man/man3/cap_clone.3.gz
+OLD_FILES+=usr/share/man/man3/cap_close.3.gz
+OLD_FILES+=usr/share/man/man3/cap_init.3.gz
+OLD_FILES+=usr/share/man/man3/cap_limit_get.3.gz
+OLD_FILES+=usr/share/man/man3/cap_limit_set.3.gz
+OLD_FILES+=usr/share/man/man3/cap_recv_nvlist.3.gz
+OLD_FILES+=usr/share/man/man3/cap_send_nvlist.3.gz
+OLD_FILES+=usr/share/man/man3/cap_service_open.3.gz
+OLD_FILES+=usr/share/man/man3/cap_sock.3.gz
+OLD_FILES+=usr/share/man/man3/cap_unwrap.3.gz
+OLD_FILES+=usr/share/man/man3/cap_wrap.3.gz
+OLD_FILES+=usr/share/man/man3/cap_xfer_nvlist.3.gz
+OLD_FILES+=usr/share/man/man3/libcapsicum.3.gz
+OLD_FILES+=usr/share/man/man8/casperd.8.gz
 .endif
 
 .if ${MK_CCD} == no
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r280885 - head/tools/build/mk

2015-03-30 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Mar 31 04:36:51 2015
New Revision: 280885
URL: https://svnweb.freebsd.org/changeset/base/280885

Log:
  - Remove more files when MK_JAIL == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Mar 31 04:35:35 
2015(r280884)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Mar 31 04:36:51 
2015(r280885)
@@ -2705,6 +2705,7 @@ OLD_FILES+=etc/rc.d/jail
 OLD_FILES+=usr/sbin/jail
 OLD_FILES+=usr/sbin/jexec
 OLD_FILES+=usr/sbin/jls
+OLD_FILES+=usr/share/man/man5/jail.conf.5.gz
 OLD_FILES+=usr/share/man/man8/jail.8.gz
 OLD_FILES+=usr/share/man/man8/jexec.8.gz
 OLD_FILES+=usr/share/man/man8/jls.8.gz
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r280886 - head/tools/build/mk

2015-03-30 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Mar 31 04:37:57 2015
New Revision: 280886
URL: https://svnweb.freebsd.org/changeset/base/280886

Log:
  - Remove more files when MK_KDUMP == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Mar 31 04:36:51 
2015(r280885)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Mar 31 04:37:57 
2015(r280886)
@@ -2711,6 +2711,13 @@ OLD_FILES+=usr/share/man/man8/jexec.8.gz
 OLD_FILES+=usr/share/man/man8/jls.8.gz
 .endif
 
+.if ${MK_KDUMP} == no
+OLD_FILES+=usr/bin/kdump
+OLD_FILES+=usr/bin/truss
+OLD_FILES+=usr/share/man/man1/kdump.1.gz
+OLD_FILES+=usr/share/man/man1/truss.1.gz
+.endif
+
 .if ${MK_KERBEROS} == no
 OLD_FILES+=etc/rc.d/ipropd_master
 OLD_FILES+=etc/rc.d/ipropd_slave
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r280887 - head/tools/build/mk

2015-03-30 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Mar 31 04:39:59 2015
New Revision: 280887
URL: https://svnweb.freebsd.org/changeset/base/280887

Log:
  - Remove more files when MK_KERBEROS_SUPPORT == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Mar 31 04:37:57 
2015(r280886)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Mar 31 04:39:59 
2015(r280887)
@@ -3694,6 +3694,22 @@ OLD_FILES+=usr/share/man/man8/string2key
 OLD_FILES+=usr/share/man/man8/verify_krb5_conf.8.gz
 .endif
 
+.if ${MK_KERBEROS_SUPPORT} == no
+OLD_FILES+=usr/bin/compile_et
+OLD_FILES+=usr/include/com_err.h
+OLD_FILES+=usr/include/com_right.h
+OLD_FILES+=usr/lib/libcom_err.a
+OLD_FILES+=usr/lib/libcom_err.so
+OLD_LIBS+=usr/lib/libcom_err.so.5
+OLD_FILES+=usr/lib/libcom_err_p.a
+OLD_FILES+=usr/lib32/libcom_err.a
+OLD_FILES+=usr/lib32/libcom_err.so
+OLD_LIBS+=usr/lib32/libcom_err.so.5
+OLD_FILES+=usr/lib32/libcom_err_p.a
+OLD_FILES+=usr/share/man/man1/compile_et.1.gz
+OLD_FILES+=usr/share/man/man3/com_err.3.gz
+.endif
+
 .if ${MK_LDNS} == no
 OLD_FILES+=usr/lib/private/libldns.a
 OLD_FILES+=usr/lib/private/libldns.so
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r280888 - head/tools/build/mk

2015-03-30 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Mar 31 04:42:00 2015
New Revision: 280888
URL: https://svnweb.freebsd.org/changeset/base/280888

Log:
  - Remove more files when MK_LEGACY_CONSOLE == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Mar 31 04:39:59 
2015(r280887)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Mar 31 04:42:00 
2015(r280888)
@@ -3730,6 +3730,21 @@ OLD_FILES+=usr/bin/host
 OLD_FILES+=usr/share/man/man1/host.1.gz
 .endif
 
+.if ${MK_LEGACY_CONSOLE} == no
+OLD_FILES+=usr/sbin/kbdcontrol
+OLD_FILES+=usr/sbin/kbdmap
+OLD_FILES+=usr/sbin/moused
+OLD_FILES+=usr/sbin/vidcontrol
+OLD_FILES+=usr/sbin/vidfont
+OLD_FILES+=usr/share/man/man1/kbdcontrol.1.gz
+OLD_FILES+=usr/share/man/man1/kbdmap.1.gz
+OLD_FILES+=usr/share/man/man1/vidcontrol.1.gz
+OLD_FILES+=usr/share/man/man1/vidfont.1.gz
+OLD_FILES+=usr/share/man/man5/kbdmap.5.gz
+OLD_FILES+=usr/share/man/man5/keymap.5.gz
+OLD_FILES+=usr/share/man/man8/moused.8.gz
+.endif
+
 #.if ${MK_LIB32} == no
 # to be filled in
 #.endif
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r280889 - head/tools/build/mk

2015-03-30 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Mar 31 04:43:25 2015
New Revision: 280889
URL: https://svnweb.freebsd.org/changeset/base/280889

Log:
  - Remove more files when MK_TESTS_SUPPORT == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Mar 31 04:42:00 
2015(r280888)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Mar 31 04:43:25 
2015(r280889)
@@ -7398,6 +7398,81 @@ OLD_FILES+=${TESTS_FILES}
 . endif
 .endif # Test suite.
 
+.if ${MK_TESTS_SUPPORT} == no
+OLD_FILES+=usr/include/atf-c++.hpp
+OLD_FILES+=usr/include/atf-c++/build.hpp
+OLD_FILES+=usr/include/atf-c++/check.hpp
+OLD_FILES+=usr/include/atf-c++/macros.hpp
+OLD_FILES+=usr/include/atf-c++/tests.hpp
+OLD_FILES+=usr/include/atf-c++/utils.hpp
+OLD_FILES+=usr/include/atf-c.h
+OLD_FILES+=usr/include/atf-c/build.h
+OLD_FILES+=usr/include/atf-c/check.h
+OLD_FILES+=usr/include/atf-c/defs.h
+OLD_FILES+=usr/include/atf-c/error.h
+OLD_FILES+=usr/include/atf-c/error_fwd.h
+OLD_FILES+=usr/include/atf-c/macros.h
+OLD_FILES+=usr/include/atf-c/tc.h
+OLD_FILES+=usr/include/atf-c/tp.h
+OLD_FILES+=usr/include/atf-c/utils.h
+OLD_LIBS+=usr/lib/private/libatf-c++.so.2
+OLD_LIBS+=usr/lib/private/libatf-c.so.1
+OLD_FILES+=usr/share/man/man3/atf-c++.3.gz
+OLD_FILES+=usr/share/man/man3/atf-c-api++.3.gz
+OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz
+OLD_FILES+=usr/share/man/man3/atf-c.3.gz
+OLD_FILES+=usr/tests/lib/atf/Kyuafile
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/Kyuafile
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/atf_c++_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/build_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/check_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/Kyuafile
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/application_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/env_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/exceptions_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/fs_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/process_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/text_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/detail/version_helper
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/macros_hpp_test.cpp
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/macros_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/tests_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/unused_test.cpp
+OLD_FILES+=usr/tests/lib/atf/libatf-c++/utils_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/Kyuafile
+OLD_FILES+=usr/tests/lib/atf/libatf-c/atf_c_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/build_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/check_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/Kyuafile
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/dynstr_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/env_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/fs_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/list_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/map_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/process_helpers
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/process_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/sanity_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/text_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/user_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/detail/version_helper
+OLD_FILES+=usr/tests/lib/atf/libatf-c/error_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/macros_h_test.c
+OLD_FILES+=usr/tests/lib/atf/libatf-c/macros_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/tc_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/tp_test
+OLD_FILES+=usr/tests/lib/atf/libatf-c/unused_test.c
+OLD_FILES+=usr/tests/lib/atf/libatf-c/utils_test
+OLD_FILES+=usr/tests/lib/atf/test-programs/Kyuafile
+OLD_FILES+=usr/tests/lib/atf/test-programs/c_helpers
+OLD_FILES+=usr/tests/lib/atf/test-programs/config_test
+OLD_FILES+=usr/tests/lib/atf/test-programs/cpp_helpers
+OLD_FILES+=usr/tests/lib/atf/test-programs/expect_test
+OLD_FILES+=usr/tests/lib/atf/test-programs/meta_data_test
+OLD_FILES+=usr/tests/lib/atf/test-programs/result_test
+OLD_FILES+=usr/tests/lib/atf/test-programs/sh_helpers
+OLD_FILES+=usr/tests/lib/atf/test-programs/srcdir_test
+.endif
+
 .if ${MK_TEXTPROC} == no
 OLD_FILES+=usr/bin/checknr
 OLD_FILES+=usr/bin/colcrt
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r280890 - head/tools/build/mk

2015-03-30 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Mar 31 04:44:46 2015
New Revision: 280890
URL: https://svnweb.freebsd.org/changeset/base/280890

Log:
  - Remove more files when MK_ZONEINFO == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Mar 31 04:43:25 
2015(r280889)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Mar 31 04:44:46 
2015(r280890)
@@ -7951,3 +7951,475 @@ OLD_FILES+=usr/libexec/hyperv/hv_get_dhc
 OLD_FILES+=usr/sbin/hv_kvp_daemon
 OLD_FILES+=usr/share/man/man8/hv_kvp_daemon.8.gz
 .endif
+
+.if ${MK_ZONEINFO} == no
+OLD_FILES+=usr/share/zoneinfo/Africa/Abidjan
+OLD_FILES+=usr/share/zoneinfo/Africa/Accra
+OLD_FILES+=usr/share/zoneinfo/Africa/Addis_Ababa
+OLD_FILES+=usr/share/zoneinfo/Africa/Algiers
+OLD_FILES+=usr/share/zoneinfo/Africa/Asmara
+OLD_FILES+=usr/share/zoneinfo/Africa/Bamako
+OLD_FILES+=usr/share/zoneinfo/Africa/Bangui
+OLD_FILES+=usr/share/zoneinfo/Africa/Banjul
+OLD_FILES+=usr/share/zoneinfo/Africa/Bissau
+OLD_FILES+=usr/share/zoneinfo/Africa/Blantyre
+OLD_FILES+=usr/share/zoneinfo/Africa/Brazzaville
+OLD_FILES+=usr/share/zoneinfo/Africa/Bujumbura
+OLD_FILES+=usr/share/zoneinfo/Africa/Cairo
+OLD_FILES+=usr/share/zoneinfo/Africa/Casablanca
+OLD_FILES+=usr/share/zoneinfo/Africa/Ceuta
+OLD_FILES+=usr/share/zoneinfo/Africa/Conakry
+OLD_FILES+=usr/share/zoneinfo/Africa/Dakar
+OLD_FILES+=usr/share/zoneinfo/Africa/Dar_es_Salaam
+OLD_FILES+=usr/share/zoneinfo/Africa/Djibouti
+OLD_FILES+=usr/share/zoneinfo/Africa/Douala
+OLD_FILES+=usr/share/zoneinfo/Africa/El_Aaiun
+OLD_FILES+=usr/share/zoneinfo/Africa/Freetown
+OLD_FILES+=usr/share/zoneinfo/Africa/Gaborone
+OLD_FILES+=usr/share/zoneinfo/Africa/Harare
+OLD_FILES+=usr/share/zoneinfo/Africa/Johannesburg
+OLD_FILES+=usr/share/zoneinfo/Africa/Juba
+OLD_FILES+=usr/share/zoneinfo/Africa/Kampala
+OLD_FILES+=usr/share/zoneinfo/Africa/Khartoum
+OLD_FILES+=usr/share/zoneinfo/Africa/Kigali
+OLD_FILES+=usr/share/zoneinfo/Africa/Kinshasa
+OLD_FILES+=usr/share/zoneinfo/Africa/Lagos
+OLD_FILES+=usr/share/zoneinfo/Africa/Libreville
+OLD_FILES+=usr/share/zoneinfo/Africa/Lome
+OLD_FILES+=usr/share/zoneinfo/Africa/Luanda
+OLD_FILES+=usr/share/zoneinfo/Africa/Lubumbashi
+OLD_FILES+=usr/share/zoneinfo/Africa/Lusaka
+OLD_FILES+=usr/share/zoneinfo/Africa/Malabo
+OLD_FILES+=usr/share/zoneinfo/Africa/Maputo
+OLD_FILES+=usr/share/zoneinfo/Africa/Maseru
+OLD_FILES+=usr/share/zoneinfo/Africa/Mbabane
+OLD_FILES+=usr/share/zoneinfo/Africa/Mogadishu
+OLD_FILES+=usr/share/zoneinfo/Africa/Monrovia
+OLD_FILES+=usr/share/zoneinfo/Africa/Nairobi
+OLD_FILES+=usr/share/zoneinfo/Africa/Ndjamena
+OLD_FILES+=usr/share/zoneinfo/Africa/Niamey
+OLD_FILES+=usr/share/zoneinfo/Africa/Nouakchott
+OLD_FILES+=usr/share/zoneinfo/Africa/Ouagadougou
+OLD_FILES+=usr/share/zoneinfo/Africa/Porto-Novo
+OLD_FILES+=usr/share/zoneinfo/Africa/Sao_Tome
+OLD_FILES+=usr/share/zoneinfo/Africa/Tripoli
+OLD_FILES+=usr/share/zoneinfo/Africa/Tunis
+OLD_FILES+=usr/share/zoneinfo/Africa/Windhoek
+OLD_FILES+=usr/share/zoneinfo/America/Adak
+OLD_FILES+=usr/share/zoneinfo/America/Anchorage
+OLD_FILES+=usr/share/zoneinfo/America/Anguilla
+OLD_FILES+=usr/share/zoneinfo/America/Antigua
+OLD_FILES+=usr/share/zoneinfo/America/Araguaina
+OLD_FILES+=usr/share/zoneinfo/America/Argentina/Buenos_Aires
+OLD_FILES+=usr/share/zoneinfo/America/Argentina/Catamarca
+OLD_FILES+=usr/share/zoneinfo/America/Argentina/Cordoba
+OLD_FILES+=usr/share/zoneinfo/America/Argentina/Jujuy
+OLD_FILES+=usr/share/zoneinfo/America/Argentina/La_Rioja
+OLD_FILES+=usr/share/zoneinfo/America/Argentina/Mendoza
+OLD_FILES+=usr/share/zoneinfo/America/Argentina/Rio_Gallegos
+OLD_FILES+=usr/share/zoneinfo/America/Argentina/Salta
+OLD_FILES+=usr/share/zoneinfo/America/Argentina/San_Juan
+OLD_FILES+=usr/share/zoneinfo/America/Argentina/San_Luis
+OLD_FILES+=usr/share/zoneinfo/America/Argentina/Tucuman
+OLD_FILES+=usr/share/zoneinfo/America/Argentina/Ushuaia
+OLD_FILES+=usr/share/zoneinfo/America/Aruba
+OLD_FILES+=usr/share/zoneinfo/America/Asuncion
+OLD_FILES+=usr/share/zoneinfo/America/Atikokan
+OLD_FILES+=usr/share/zoneinfo/America/Bahia
+OLD_FILES+=usr/share/zoneinfo/America/Bahia_Banderas
+OLD_FILES+=usr/share/zoneinfo/America/Barbados
+OLD_FILES+=usr/share/zoneinfo/America/Belem
+OLD_FILES+=usr/share/zoneinfo/America/Belize
+OLD_FILES+=usr/share/zoneinfo/America/Blanc-Sablon
+OLD_FILES+=usr/share/zoneinfo/America/Boa_Vista
+OLD_FILES+=usr/share/zoneinfo/America/Bogota
+OLD_FILES+=usr/share/zoneinfo/America/Boise
+OLD_FILES+=usr/share/zoneinfo/America/Cambridge_Bay
+OLD_FILES+=usr/share/zoneinfo/America/Campo_Grande
+OLD_FILES+=usr/share/zoneinfo/America/Cancun
+OLD_FILES+=usr/share/zoneinfo/America/Caracas
+OLD_FILES

svn commit: r281129 - head/etc

2015-04-05 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Apr  6 01:32:26 2015
New Revision: 281129
URL: https://svnweb.freebsd.org/changeset/base/281129

Log:
  Switch russian login class to UTF-8
  
  Reviewed by:  glebius
  Approved by:  glebius
  Differential Revision:D2129

Modified:
  head/etc/login.conf

Modified: head/etc/login.conf
==
--- head/etc/login.conf Mon Apr  6 01:12:53 2015(r281128)
+++ head/etc/login.conf Mon Apr  6 01:32:26 2015(r281129)
@@ -81,8 +81,8 @@ root:\
 # Russian Users Accounts. Setup proper environment variables.
 #
 russian|Russian Users Accounts:\
-   :charset=KOI8-R:\
-   :lang=ru_RU.KOI8-R:\
+   :charset=UTF-8:\
+   :lang=ru_RU.UTF-8:\
:tc=default:
 
 
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278043 - head/tools/build/mk

2015-02-01 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 02:44:27 2015
New Revision: 278043
URL: https://svnweb.freebsd.org/changeset/base/278043

Log:
  - Remove more files when MK_BINUTILS == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 01:02:49 
2015(r278042)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 02:44:27 
2015(r278043)
@@ -181,6 +181,34 @@ OLD_FILES+=usr/share/man/man8/bhyveload.
 OLD_DIRS+=usr/share/examples/bhyve
 .endif
 
+.if ${MK_BINUTILS} == no
+OLD_FILES+=usr/bin/as
+OLD_FILES+=usr/bin/ld
+OLD_FILES+=usr/bin/objcopy
+OLD_FILES+=usr/bin/objdump
+OLD_FILES+=usr/bin/readelf
+OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.x
+OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xbn
+OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xc
+OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xd
+OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xdc
+OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xdw
+OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xn
+OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xr
+OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xs
+OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsc
+OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xsw
+OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xu
+OLD_FILES+=usr/libdata/ldscripts/elf_x86_64_fbsd.xw
+OLD_FILES+=usr/share/doc/binutils/as.txt
+OLD_FILES+=usr/share/doc/binutils/ld.txt
+OLD_FILES+=usr/share/man/man1/as.1.gz
+OLD_FILES+=usr/share/man/man1/ld.1.gz
+OLD_FILES+=usr/share/man/man1/objcopy.1.gz
+OLD_FILES+=usr/share/man/man1/objdump.1.gz
+OLD_FILES+=usr/share/man/man1/readelf.1.gz
+.endif
+
 .if ${MK_BLUETOOTH} == no
 OLD_FILES+=etc/bluetooth/hcsecd.conf
 OLD_FILES+=etc/bluetooth/hosts
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278044 - head/tools/build/mk

2015-02-01 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 02:47:37 2015
New Revision: 278044
URL: https://svnweb.freebsd.org/changeset/base/278044

Log:
  - Remove more files when MK_BLUETOOTH == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 02:44:27 
2015(r278043)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 02:47:37 
2015(r278044)
@@ -215,6 +215,10 @@ OLD_FILES+=etc/bluetooth/hosts
 OLD_FILES+=etc/bluetooth/protocols
 OLD_FILES+=etc/defaults/bluetooth.device.conf
 OLD_DIRS+=etc/bluetooth
+OLD_FILES+=etc/rc.d/bluetooth
+OLD_FILES+=etc/rc.d/bthidd
+OLD_FILES+=etc/rc.d/hcsecd
+OLD_FILES+=etc/rc.d/ubthidhci
 OLD_FILES+=usr/bin/bthost
 OLD_FILES+=usr/bin/btsockstat
 OLD_FILES+=usr/bin/rfcomm_sppd
@@ -251,6 +255,7 @@ OLD_FILES+=usr/lib32/libsdp.so
 OLD_LIBS+=usr/lib32/libsdp.so.4
 OLD_FILES+=usr/lib32/libsdp_p.a
 .endif
+OLD_FILES+=usr/sbin/ath3kfw
 OLD_FILES+=usr/sbin/bcmfw
 OLD_FILES+=usr/sbin/bt3cfw
 OLD_FILES+=usr/sbin/bthidcontrol
@@ -264,6 +269,7 @@ OLD_FILES+=usr/sbin/l2ping
 OLD_FILES+=usr/sbin/rfcomm_pppd
 OLD_FILES+=usr/sbin/sdpcontrol
 OLD_FILES+=usr/sbin/sdpd
+OLD_FILES+=usr/share/examples/etc/defaults/bluetooth.device.conf
 OLD_FILES+=usr/share/man/man1/bthost.1.gz
 OLD_FILES+=usr/share/man/man1/btsockstat.1.gz
 OLD_FILES+=usr/share/man/man1/rfcomm_sppd.1.gz
@@ -321,6 +327,7 @@ OLD_FILES+=usr/share/man/man3/sdp_search
 OLD_FILES+=usr/share/man/man3/sdp_unregister_service.3.gz
 OLD_FILES+=usr/share/man/man3/sdp_uuid2desc.3.gz
 OLD_FILES+=usr/share/man/man5/hcsecd.conf.5.gz
+OLD_FILES+=usr/share/man/man8/ath3kfw.8.gz
 OLD_FILES+=usr/share/man/man8/bcmfw.8.gz
 OLD_FILES+=usr/share/man/man8/bt3cfw.8.gz
 OLD_FILES+=usr/share/man/man8/bthidcontrol.8.gz
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278045 - head/tools/build/mk

2015-02-01 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 02:49:01 2015
New Revision: 278045
URL: https://svnweb.freebsd.org/changeset/base/278045

Log:
  - Remove more files when MK_BOOT == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 02:47:37 
2015(r278044)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 02:49:01 
2015(r278045)
@@ -343,9 +343,63 @@ OLD_FILES+=usr/share/man/man8/sdpcontrol
 OLD_FILES+=usr/share/man/man8/sdpd.8.gz
 .endif
 
-#.if ${MK_BOOT} == no
-# to be filled in
-#.endif
+.if ${MK_BOOT} == no
+OLD_FILES+=boot/beastie.4th
+OLD_FILES+=boot/boot
+OLD_FILES+=boot/boot0
+OLD_FILES+=boot/boot0sio
+OLD_FILES+=boot/boot1
+OLD_FILES+=boot/boot1.efi
+OLD_FILES+=boot/boot1.efifat
+OLD_FILES+=boot/boot2
+OLD_FILES+=boot/brand.4th
+OLD_FILES+=boot/cdboot
+OLD_FILES+=boot/check-password.4th
+OLD_FILES+=boot/color.4th
+OLD_FILES+=boot/defaults/loader.conf
+OLD_FILES+=boot/delay.4th
+OLD_FILES+=boot/device.hints
+OLD_FILES+=boot/frames.4th
+OLD_FILES+=boot/gptboot
+OLD_FILES+=boot/gptzfsboot
+OLD_FILES+=boot/loader
+OLD_FILES+=boot/loader.4th
+OLD_FILES+=boot/loader.efi
+OLD_FILES+=boot/loader.help
+OLD_FILES+=boot/loader.rc
+OLD_FILES+=boot/mbr
+OLD_FILES+=boot/menu-commands.4th
+OLD_FILES+=boot/menu.4th
+OLD_FILES+=boot/menu.rc
+OLD_FILES+=boot/menusets.4th
+OLD_FILES+=boot/pcibios.4th
+OLD_FILES+=boot/pmbr
+OLD_FILES+=boot/pxeboot
+OLD_FILES+=boot/screen.4th
+OLD_FILES+=boot/shortcuts.4th
+OLD_FILES+=boot/support.4th
+OLD_FILES+=boot/userboot.so
+OLD_FILES+=boot/version.4th
+OLD_FILES+=boot/zfsboot
+OLD_FILES+=boot/zfsloader
+OLD_FILES+=usr/lib/kgzldr.o
+OLD_FILES+=usr/share/man/man5/loader.conf.5.gz
+OLD_FILES+=usr/share/man/man8/beastie.4th.8.gz
+OLD_FILES+=usr/share/man/man8/brand.4th.8.gz
+OLD_FILES+=usr/share/man/man8/check-password.4th.8.gz
+OLD_FILES+=usr/share/man/man8/color.4th.8.gz
+OLD_FILES+=usr/share/man/man8/delay.4th.8.gz
+OLD_FILES+=usr/share/man/man8/gptboot.8.gz
+OLD_FILES+=usr/share/man/man8/gptzfsboot.8.gz
+OLD_FILES+=usr/share/man/man8/loader.4th.8.gz
+OLD_FILES+=usr/share/man/man8/loader.8.gz
+OLD_FILES+=usr/share/man/man8/menu.4th.8.gz
+OLD_FILES+=usr/share/man/man8/menusets.4th.8.gz
+OLD_FILES+=usr/share/man/man8/pxeboot.8.gz
+OLD_FILES+=usr/share/man/man8/version.4th.8.gz
+OLD_FILES+=usr/share/man/man8/zfsboot.8.gz
+OLD_FILES+=usr/share/man/man8/zfsloader.8.gz
+.endif
 
 .if ${MK_BSDINSTALL} == no
 OLD_FILES+=usr/libexec/bsdinstall/adduser
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278046 - head/tools/build/mk

2015-02-01 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 02:49:54 2015
New Revision: 278046
URL: https://svnweb.freebsd.org/changeset/base/278046

Log:
  - Remove more files when MK_BSD_CPIO == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 02:49:01 
2015(r278045)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 02:49:54 
2015(r278046)
@@ -401,6 +401,13 @@ OLD_FILES+=usr/share/man/man8/zfsboot.8.
 OLD_FILES+=usr/share/man/man8/zfsloader.8.gz
 .endif
 
+.if ${MK_BSD_CPIO} == no
+OLD_FILES+=usr/bin/bsdcpio
+OLD_FILES+=usr/bin/cpio
+OLD_FILES+=usr/share/man/man1/bsdcpio.1.gz
+OLD_FILES+=usr/share/man/man1/cpio.1.gz
+.endif
+
 .if ${MK_BSDINSTALL} == no
 OLD_FILES+=usr/libexec/bsdinstall/adduser
 OLD_FILES+=usr/libexec/bsdinstall/auto
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278047 - head/tools/build/mk

2015-02-01 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 02:51:22 2015
New Revision: 278047
URL: https://svnweb.freebsd.org/changeset/base/278047

Log:
  - Remove more files when MK_BSNMP == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 02:49:54 
2015(r278046)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 02:51:22 
2015(r278047)
@@ -457,25 +457,44 @@ OLD_FILES+=usr/include/bsnmp/snmpagent.h
 OLD_FILES+=usr/include/bsnmp/snmpclient.h
 OLD_FILES+=usr/include/bsnmp/snmpmod.h
 OLD_FILES+=usr/lib/libbsnmp.a
+OLD_FILES+=usr/lib/libbsnmp.so
 OLD_LIBS+=usr/lib/libbsnmp.so.6
 OLD_FILES+=usr/lib/libbsnmp_p.a
 OLD_FILES+=usr/lib/libbsnmptools.a
+OLD_FILES+=usr/lib/libbsnmptools.so
 OLD_LIBS+=usr/lib/libbsnmptools.so.0
 OLD_FILES+=usr/lib/libbsnmptools_p.a
+OLD_FILES+=usr/lib/snmp_atm.so
 OLD_LIBS+=usr/lib/snmp_atm.so.6
+OLD_FILES+=usr/lib/snmp_bridge.so
 OLD_LIBS+=usr/lib/snmp_bridge.so.6
+OLD_FILES+=usr/lib/snmp_hast.so
 OLD_LIBS+=usr/lib/snmp_hast.so.6
+OLD_FILES+=usr/lib/snmp_hostres.so
 OLD_LIBS+=usr/lib/snmp_hostres.so.6
+OLD_FILES+=usr/lib/snmp_lm75.so
 OLD_LIBS+=usr/lib/snmp_lm75.so.6
+OLD_FILES+=usr/lib/snmp_mibII.so
 OLD_LIBS+=usr/lib/snmp_mibII.so.6
+OLD_FILES+=usr/lib/snmp_netgraph.so
 OLD_LIBS+=usr/lib/snmp_netgraph.so.6
+OLD_FILES+=usr/lib/snmp_pf.so
 OLD_LIBS+=usr/lib/snmp_pf.so.6
+OLD_FILES+=usr/lib/snmp_target.so
 OLD_LIBS+=usr/lib/snmp_target.so.6
+OLD_FILES+=usr/lib/snmp_usm.so
 OLD_LIBS+=usr/lib/snmp_usm.so.6
+OLD_FILES+=usr/lib/snmp_vacm.so
 OLD_LIBS+=usr/lib/snmp_vacm.so.6
+OLD_FILES+=usr/lib/snmp_wlan.so
 OLD_LIBS+=usr/lib/snmp_wlan.so.6
+OLD_FILES+=usr/lib32/libbsnmp.a
+OLD_FILES+=usr/lib32/libbsnmp.so
+OLD_LIBS+=usr/lib32/libbsnmp.so.6
+OLD_FILES+=usr/lib32/libbsnmp_p.a
 OLD_FILES+=usr/sbin/bsnmpd
 OLD_FILES+=usr/sbin/gensnmptree
+OLD_FILES+=usr/share/examples/etc/snmpd.config
 OLD_FILES+=usr/share/man/man1/bsnmpd.1.gz
 OLD_FILES+=usr/share/man/man1/bsnmpget.1.gz
 OLD_FILES+=usr/share/man/man1/bsnmpset.1.gz
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278048 - head/tools/build/mk

2015-02-01 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 02:53:52 2015
New Revision: 278048
URL: https://svnweb.freebsd.org/changeset/base/278048

Log:
  - Remove more files when MK_DMAGENT == no and move the chunk into its 
alphabetical place
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 02:51:22 
2015(r278047)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 02:53:52 
2015(r278048)
@@ -1552,6 +1552,14 @@ OLD_FILES+=usr/share/dict/words
 OLD_DIRS+=usr/share/dict
 .endif
 
+.if ${MK_DMAGENT} == no
+OLD_FILES+=etc/dma/dma.conf
+OLD_FILES+=usr/libexec/dma
+OLD_FILES+=usr/libexec/dma-mbox-create
+OLD_FILES+=usr/share/man/man8/dma.8.gz
+OLD_FILES+=usr/share/examples/dma/mailer.conf
+.endif
+
 .if ${MK_EE} == no
 OLD_FILES+=usr/bin/edit
 OLD_FILES+=usr/bin/ee
@@ -5157,13 +5165,6 @@ OLD_FILES+=usr/bin/svnsync
 OLD_FILES+=usr/bin/svnversion
 .endif
 
-.if ${MK_DMAGENT} == no
-OLD_FILES+=usr/libexec/dma
-OLD_FILES+=usr/libexec/dma-mbox-create
-OLD_FILES+=usr/share/man/man8/dma.8.gz
-OLD_FILES+=usr/share/examples/dma/mailer.conf
-.endif
-
 .if ${MK_HYPERV} == no
 OLD_FILES+=etc/devd/hyperv.conf
 OLD_FILES+=usr/libexec/hyperv/hv_set_ifconfig
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278049 - head/tools/build/mk

2015-02-01 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 02:56:29 2015
New Revision: 278049
URL: https://svnweb.freebsd.org/changeset/base/278049

Log:
  - Remove more files when MK_GPIO == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 02:53:52 
2015(r278048)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 02:56:29 
2015(r278049)
@@ -1713,8 +1713,13 @@ OLD_FILES+=usr/share/man/man1/kgdb.1.gz
 .if ${MK_GPIO} == no
 OLD_FILES+=usr/include/libgpio.h
 OLD_FILES+=usr/lib/libgpio.a
+OLD_FILES+=usr/lib/libgpio.so
 OLD_LIBS+=usr/lib/libgpio.so.0
 OLD_FILES+=usr/lib/libgpio_p.a
+OLD_FILES+=usr/lib32/libgpio.a
+OLD_FILES+=usr/lib32/libgpio.so
+OLD_LIBS+=usr/lib32/libgpio.so.0
+OLD_FILES+=usr/lib32/libgpio_p.a
 OLD_FILES+=usr/sbin/gpioctl
 OLD_FILES+=usr/share/man/man3/gpio.3.gz
 OLD_FILES+=usr/share/man/man3/gpio_close.3.gz
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278082 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 14:38:47 2015
New Revision: 278082
URL: https://svnweb.freebsd.org/changeset/base/278082

Log:
  - Remove more files when MK_GROFF == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:37:45 
2015(r278081)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:38:47 
2015(r278082)
@@ -1777,6 +1777,76 @@ OLD_FILES+=usr/bin/tfmtodit
 OLD_FILES+=usr/bin/troff
 OLD_FILES+=usr/bin/vgrind
 OLD_FILES+=usr/libexec/vfontedpr
+OLD_FILES+=usr/share/dict/eign
+OLD_FILES+=usr/share/doc/papers/beyond43.ascii.gz
+OLD_FILES+=usr/share/doc/papers/bio.ascii.gz
+OLD_FILES+=usr/share/doc/papers/contents.ascii.gz
+OLD_FILES+=usr/share/doc/papers/devfs.ascii.gz
+OLD_FILES+=usr/share/doc/papers/diskperf.ascii.gz
+OLD_FILES+=usr/share/doc/papers/fsinterface.ascii.gz
+OLD_FILES+=usr/share/doc/papers/hwpmc.ascii.gz
+OLD_FILES+=usr/share/doc/papers/jail.ascii.gz
+OLD_FILES+=usr/share/doc/papers/kernmalloc.ascii.gz
+OLD_FILES+=usr/share/doc/papers/kerntune.ascii.gz
+OLD_FILES+=usr/share/doc/papers/malloc.ascii.gz
+OLD_FILES+=usr/share/doc/papers/newvm.ascii.gz
+OLD_FILES+=usr/share/doc/papers/releng.ascii.gz
+OLD_FILES+=usr/share/doc/papers/sysperf.ascii.gz
+OLD_FILES+=usr/share/doc/papers/timecounter.ascii.gz
+OLD_FILES+=usr/share/doc/psd/01.cacm/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/02.implement/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/03.iosys/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/04.uprog/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/05.sysman/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/06.Clang/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/12.make/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/13.rcs/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/13.rcs/rcs_func.ascii.gz
+OLD_FILES+=usr/share/doc/psd/15.yacc/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/16.lex/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/17.m4/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/18.gprof/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/20.ipctut/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/21.ipc/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/22.rpcgen/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/23.rpc/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/24.xdr/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/25.xdrrfc/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/26.rpcrfc/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/27.nfsrfc/paper.ascii.gz
+OLD_FILES+=usr/share/doc/psd/Title.ascii.gz
+OLD_FILES+=usr/share/doc/psd/contents.ascii.gz
+OLD_FILES+=usr/share/doc/smm/01.setup/paper.ascii.gz
+OLD_FILES+=usr/share/doc/smm/02.config/paper.ascii.gz
+OLD_FILES+=usr/share/doc/smm/03.fsck/paper.ascii.gz
+OLD_FILES+=usr/share/doc/smm/04.quotas/paper.ascii.gz
+OLD_FILES+=usr/share/doc/smm/05.fastfs/paper.ascii.gz
+OLD_FILES+=usr/share/doc/smm/06.nfs/paper.ascii.gz
+OLD_FILES+=usr/share/doc/smm/07.lpd/paper.ascii.gz
+OLD_FILES+=usr/share/doc/smm/08.sendmailop/paper.ascii.gz
+OLD_FILES+=usr/share/doc/smm/11.timedop/paper.ascii.gz
+OLD_FILES+=usr/share/doc/smm/12.timed/paper.ascii.gz
+OLD_FILES+=usr/share/doc/smm/18.net/paper.ascii.gz
+OLD_FILES+=usr/share/doc/smm/Title.ascii.gz
+OLD_FILES+=usr/share/doc/smm/contents.ascii.gz
+OLD_FILES+=usr/share/doc/usd/04.csh/paper.ascii.gz
+OLD_FILES+=usr/share/doc/usd/05.dc/paper.ascii.gz
+OLD_FILES+=usr/share/doc/usd/06.bc/paper.ascii.gz
+OLD_FILES+=usr/share/doc/usd/07.mail/paper.ascii.gz
+OLD_FILES+=usr/share/doc/usd/10.exref/paper.ascii.gz
+OLD_FILES+=usr/share/doc/usd/10.exref/summary.ascii.gz
+OLD_FILES+=usr/share/doc/usd/11.edit/paper.ascii.gz
+OLD_FILES+=usr/share/doc/usd/12.vi/paper.ascii.gz
+OLD_FILES+=usr/share/doc/usd/12.vi/summary.ascii.gz
+OLD_FILES+=usr/share/doc/usd/12.vi/viapwh.ascii.gz
+OLD_FILES+=usr/share/doc/usd/13.viref/paper.ascii.gz
+OLD_FILES+=usr/share/doc/usd/18.msdiffs/paper.ascii.gz
+OLD_FILES+=usr/share/doc/usd/19.memacros/paper.ascii.gz
+OLD_FILES+=usr/share/doc/usd/20.meref/paper.ascii.gz
+OLD_FILES+=usr/share/doc/usd/21.troff/paper.ascii.gz
+OLD_FILES+=usr/share/doc/usd/22.trofftut/paper.ascii.gz
+OLD_FILES+=usr/share/doc/usd/Title.ascii.gz
+OLD_FILES+=usr/share/doc/usd/contents.ascii.gz
 OLD_FILES+=usr/share/groff_font/devX100-12/CB
 OLD_FILES+=usr/share/groff_font/devX100-12/CBI
 OLD_FILES+=usr/share/groff_font/devX100-12/CI
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278083 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 14:40:42 2015
New Revision: 278083
URL: https://svnweb.freebsd.org/changeset/base/278083

Log:
  - Remove more files when MK_HTML == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:38:47 
2015(r278082)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:40:42 
2015(r278083)
@@ -2402,9 +2402,76 @@ OLD_FILES+=usr/share/man/man3/hesiod.3.g
 OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz
 .endif
 
-#.if ${MK_HTML} == no
-# to be filled in
-#.endif
+.if ${MK_HTML} == no
+OLD_FILES+=usr/share/doc/ncurses/hackguide.html
+OLD_FILES+=usr/share/doc/ncurses/ncurses-intro.html
+OLD_FILES+=usr/share/doc/ntp/accopt.html
+OLD_FILES+=usr/share/doc/ntp/assoc.html
+OLD_FILES+=usr/share/doc/ntp/audio.html
+OLD_FILES+=usr/share/doc/ntp/authopt.html
+OLD_FILES+=usr/share/doc/ntp/build.html
+OLD_FILES+=usr/share/doc/ntp/clockopt.html
+OLD_FILES+=usr/share/doc/ntp/config.html
+OLD_FILES+=usr/share/doc/ntp/confopt.html
+OLD_FILES+=usr/share/doc/ntp/copyright.html
+OLD_FILES+=usr/share/doc/ntp/debug.html
+OLD_FILES+=usr/share/doc/ntp/driver1.html
+OLD_FILES+=usr/share/doc/ntp/driver10.html
+OLD_FILES+=usr/share/doc/ntp/driver11.html
+OLD_FILES+=usr/share/doc/ntp/driver12.html
+OLD_FILES+=usr/share/doc/ntp/driver16.html
+OLD_FILES+=usr/share/doc/ntp/driver18.html
+OLD_FILES+=usr/share/doc/ntp/driver19.html
+OLD_FILES+=usr/share/doc/ntp/driver2.html
+OLD_FILES+=usr/share/doc/ntp/driver20.html
+OLD_FILES+=usr/share/doc/ntp/driver22.html
+OLD_FILES+=usr/share/doc/ntp/driver26.html
+OLD_FILES+=usr/share/doc/ntp/driver27.html
+OLD_FILES+=usr/share/doc/ntp/driver28.html
+OLD_FILES+=usr/share/doc/ntp/driver29.html
+OLD_FILES+=usr/share/doc/ntp/driver3.html
+OLD_FILES+=usr/share/doc/ntp/driver30.html
+OLD_FILES+=usr/share/doc/ntp/driver32.html
+OLD_FILES+=usr/share/doc/ntp/driver33.html
+OLD_FILES+=usr/share/doc/ntp/driver34.html
+OLD_FILES+=usr/share/doc/ntp/driver35.html
+OLD_FILES+=usr/share/doc/ntp/driver36.html
+OLD_FILES+=usr/share/doc/ntp/driver37.html
+OLD_FILES+=usr/share/doc/ntp/driver4.html
+OLD_FILES+=usr/share/doc/ntp/driver5.html
+OLD_FILES+=usr/share/doc/ntp/driver6.html
+OLD_FILES+=usr/share/doc/ntp/driver7.html
+OLD_FILES+=usr/share/doc/ntp/driver8.html
+OLD_FILES+=usr/share/doc/ntp/driver9.html
+OLD_FILES+=usr/share/doc/ntp/extern.html
+OLD_FILES+=usr/share/doc/ntp/hints.html
+OLD_FILES+=usr/share/doc/ntp/howto.html
+OLD_FILES+=usr/share/doc/ntp/index.html
+OLD_FILES+=usr/share/doc/ntp/kern.html
+OLD_FILES+=usr/share/doc/ntp/ldisc.html
+OLD_FILES+=usr/share/doc/ntp/measure.html
+OLD_FILES+=usr/share/doc/ntp/miscopt.html
+OLD_FILES+=usr/share/doc/ntp/monopt.html
+OLD_FILES+=usr/share/doc/ntp/mx4200data.html
+OLD_FILES+=usr/share/doc/ntp/notes.html
+OLD_FILES+=usr/share/doc/ntp/ntpd.html
+OLD_FILES+=usr/share/doc/ntp/ntpdate.html
+OLD_FILES+=usr/share/doc/ntp/ntpdc.html
+OLD_FILES+=usr/share/doc/ntp/ntpq.html
+OLD_FILES+=usr/share/doc/ntp/ntptime.html
+OLD_FILES+=usr/share/doc/ntp/ntptrace.html
+OLD_FILES+=usr/share/doc/ntp/parsedata.html
+OLD_FILES+=usr/share/doc/ntp/parsenew.html
+OLD_FILES+=usr/share/doc/ntp/patches.html
+OLD_FILES+=usr/share/doc/ntp/porting.html
+OLD_FILES+=usr/share/doc/ntp/pps.html
+OLD_FILES+=usr/share/doc/ntp/prefer.html
+OLD_FILES+=usr/share/doc/ntp/quick.html
+OLD_FILES+=usr/share/doc/ntp/rdebug.html
+OLD_FILES+=usr/share/doc/ntp/refclock.html
+OLD_FILES+=usr/share/doc/ntp/release.html
+OLD_FILES+=usr/share/doc/ntp/tickadj.html
+.endif
 
 .if ${MK_ICONV} == no
 OLD_FILES+=usr/bin/iconv
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278084 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 14:43:07 2015
New Revision: 278084
URL: https://svnweb.freebsd.org/changeset/base/278084

Log:
  - Remove more files when MK_LIBCPLUSPLUS == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:40:42 
2015(r278083)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:43:07 
2015(r278084)
@@ -3661,6 +3661,7 @@ OLD_FILES+=usr/include/c++/v1/__function
 OLD_FILES+=usr/include/c++/v1/__hash_table
 OLD_FILES+=usr/include/c++/v1/__locale
 OLD_FILES+=usr/include/c++/v1/__mutex_base
+OLD_FILES+=usr/include/c++/v1/__refstring
 OLD_FILES+=usr/include/c++/v1/__split_buffer
 OLD_FILES+=usr/include/c++/v1/__sso_allocator
 OLD_FILES+=usr/include/c++/v1/__std_stream
@@ -3704,8 +3705,12 @@ OLD_FILES+=usr/include/c++/v1/cwctype
 OLD_FILES+=usr/include/c++/v1/cxxabi.h
 OLD_FILES+=usr/include/c++/v1/deque
 OLD_FILES+=usr/include/c++/v1/exception
+OLD_FILES+=usr/include/c++/v1/experimental/__config
 OLD_FILES+=usr/include/c++/v1/experimental/dynarray
 OLD_FILES+=usr/include/c++/v1/experimental/optional
+OLD_FILES+=usr/include/c++/v1/experimental/string_view
+OLD_FILES+=usr/include/c++/v1/experimental/type_traits
+OLD_FILES+=usr/include/c++/v1/experimental/utility
 OLD_FILES+=usr/include/c++/v1/ext/__hash
 OLD_FILES+=usr/include/c++/v1/ext/hash_map
 OLD_FILES+=usr/include/c++/v1/ext/hash_set
@@ -3735,6 +3740,7 @@ OLD_FILES+=usr/include/c++/v1/ratio
 OLD_FILES+=usr/include/c++/v1/regex
 OLD_FILES+=usr/include/c++/v1/scoped_allocator
 OLD_FILES+=usr/include/c++/v1/set
+OLD_FILES+=usr/include/c++/v1/shared_mutex
 OLD_FILES+=usr/include/c++/v1/sstream
 OLD_FILES+=usr/include/c++/v1/stack
 OLD_FILES+=usr/include/c++/v1/stdexcept
@@ -3744,6 +3750,103 @@ OLD_FILES+=usr/include/c++/v1/strstream
 OLD_FILES+=usr/include/c++/v1/system_error
 OLD_FILES+=usr/include/c++/v1/tgmath.h
 OLD_FILES+=usr/include/c++/v1/thread
+OLD_FILES+=usr/include/c++/v1/tr1/__bit_reference
+OLD_FILES+=usr/include/c++/v1/tr1/__config
+OLD_FILES+=usr/include/c++/v1/tr1/__debug
+OLD_FILES+=usr/include/c++/v1/tr1/__functional_03
+OLD_FILES+=usr/include/c++/v1/tr1/__functional_base
+OLD_FILES+=usr/include/c++/v1/tr1/__functional_base_03
+OLD_FILES+=usr/include/c++/v1/tr1/__hash_table
+OLD_FILES+=usr/include/c++/v1/tr1/__locale
+OLD_FILES+=usr/include/c++/v1/tr1/__mutex_base
+OLD_FILES+=usr/include/c++/v1/tr1/__refstring
+OLD_FILES+=usr/include/c++/v1/tr1/__split_buffer
+OLD_FILES+=usr/include/c++/v1/tr1/__sso_allocator
+OLD_FILES+=usr/include/c++/v1/tr1/__std_stream
+OLD_FILES+=usr/include/c++/v1/tr1/__tree
+OLD_FILES+=usr/include/c++/v1/tr1/__tuple
+OLD_FILES+=usr/include/c++/v1/tr1/__tuple_03
+OLD_FILES+=usr/include/c++/v1/tr1/__undef_min_max
+OLD_FILES+=usr/include/c++/v1/tr1/algorithm
+OLD_FILES+=usr/include/c++/v1/tr1/array
+OLD_FILES+=usr/include/c++/v1/tr1/atomic
+OLD_FILES+=usr/include/c++/v1/tr1/bitset
+OLD_FILES+=usr/include/c++/v1/tr1/cassert
+OLD_FILES+=usr/include/c++/v1/tr1/ccomplex
+OLD_FILES+=usr/include/c++/v1/tr1/cctype
+OLD_FILES+=usr/include/c++/v1/tr1/cerrno
+OLD_FILES+=usr/include/c++/v1/tr1/cfenv
+OLD_FILES+=usr/include/c++/v1/tr1/cfloat
+OLD_FILES+=usr/include/c++/v1/tr1/chrono
+OLD_FILES+=usr/include/c++/v1/tr1/cinttypes
+OLD_FILES+=usr/include/c++/v1/tr1/ciso646
+OLD_FILES+=usr/include/c++/v1/tr1/climits
+OLD_FILES+=usr/include/c++/v1/tr1/clocale
+OLD_FILES+=usr/include/c++/v1/tr1/cmath
+OLD_FILES+=usr/include/c++/v1/tr1/codecvt
+OLD_FILES+=usr/include/c++/v1/tr1/complex
+OLD_FILES+=usr/include/c++/v1/tr1/complex.h
+OLD_FILES+=usr/include/c++/v1/tr1/condition_variable
+OLD_FILES+=usr/include/c++/v1/tr1/csetjmp
+OLD_FILES+=usr/include/c++/v1/tr1/csignal
+OLD_FILES+=usr/include/c++/v1/tr1/cstdarg
+OLD_FILES+=usr/include/c++/v1/tr1/cstdbool
+OLD_FILES+=usr/include/c++/v1/tr1/cstddef
+OLD_FILES+=usr/include/c++/v1/tr1/cstdint
+OLD_FILES+=usr/include/c++/v1/tr1/cstdio
+OLD_FILES+=usr/include/c++/v1/tr1/cstdlib
+OLD_FILES+=usr/include/c++/v1/tr1/cstring
+OLD_FILES+=usr/include/c++/v1/tr1/ctgmath
+OLD_FILES+=usr/include/c++/v1/tr1/ctime
+OLD_FILES+=usr/include/c++/v1/tr1/cwchar
+OLD_FILES+=usr/include/c++/v1/tr1/cwctype
+OLD_FILES+=usr/include/c++/v1/tr1/deque
+OLD_FILES+=usr/include/c++/v1/tr1/exception
+OLD_FILES+=usr/include/c++/v1/tr1/forward_list
+OLD_FILES+=usr/include/c++/v1/tr1/fstream
+OLD_FILES+=usr/include/c++/v1/tr1/functional
+OLD_FILES+=usr/include/c++/v1/tr1/future
+OLD_FILES+=usr/include/c++/v1/tr1/initializer_list
+OLD_FILES+=usr/include/c++/v1/tr1/iomanip
+OLD_FILES+=usr/include/c++/v1/tr1/ios
+OLD_FILES+=usr/include/c++/v1/tr1/iosfwd
+OLD_FILES+=usr/include/c++/v1/tr1/iostream
+OLD_FILES+=usr/include/c++/v1/tr1/istream
+OLD_FILES+=

svn commit: r278085 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 14:45:17 2015
New Revision: 278085
URL: https://svnweb.freebsd.org/changeset/base/278085

Log:
  - Remove more files when MK_LOCALES == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:43:07 
2015(r278084)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:45:17 
2015(r278085)
@@ -3876,9 +3876,1039 @@ OLD_DIRS+=usr/include/c++/v1
 # to be filled in
 #.endif
 
-#.if ${MK_LOCALES} == no
-# to be filled in
-#.endif
+.if ${MK_LOCALES} == no
+OLD_FILES+=usr/share/locale/UTF-8/LC_CTYPE
+OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_COLLATE
+OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_CTYPE
+OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_MESSAGES
+OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_MONETARY
+OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_NUMERIC
+OLD_FILES+=usr/share/locale/af_ZA.ISO8859-1/LC_TIME
+OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_COLLATE
+OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_CTYPE
+OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_MESSAGES
+OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_MONETARY
+OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_NUMERIC
+OLD_FILES+=usr/share/locale/af_ZA.ISO8859-15/LC_TIME
+OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_COLLATE
+OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_CTYPE
+OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_MESSAGES
+OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_MONETARY
+OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_NUMERIC
+OLD_FILES+=usr/share/locale/af_ZA.UTF-8/LC_TIME
+OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_COLLATE
+OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_CTYPE
+OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_MESSAGES
+OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_MONETARY
+OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_NUMERIC
+OLD_FILES+=usr/share/locale/am_ET.UTF-8/LC_TIME
+OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_COLLATE
+OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_CTYPE
+OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_MESSAGES
+OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_MONETARY
+OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_NUMERIC
+OLD_FILES+=usr/share/locale/be_BY.CP1131/LC_TIME
+OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_COLLATE
+OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_CTYPE
+OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_MESSAGES
+OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_MONETARY
+OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_NUMERIC
+OLD_FILES+=usr/share/locale/be_BY.CP1251/LC_TIME
+OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_COLLATE
+OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_CTYPE
+OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_MESSAGES
+OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_MONETARY
+OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_NUMERIC
+OLD_FILES+=usr/share/locale/be_BY.ISO8859-5/LC_TIME
+OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_COLLATE
+OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_CTYPE
+OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_MESSAGES
+OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_MONETARY
+OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_NUMERIC
+OLD_FILES+=usr/share/locale/be_BY.UTF-8/LC_TIME
+OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_COLLATE
+OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_CTYPE
+OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_MESSAGES
+OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_MONETARY
+OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_NUMERIC
+OLD_FILES+=usr/share/locale/bg_BG.CP1251/LC_TIME
+OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_COLLATE
+OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_CTYPE
+OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_MESSAGES
+OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_MONETARY
+OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_NUMERIC
+OLD_FILES+=usr/share/locale/bg_BG.UTF-8/LC_TIME
+OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_COLLATE
+OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_CTYPE
+OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_MESSAGES
+OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_MONETARY
+OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_NUMERIC
+OLD_FILES+=usr/share/locale/ca_AD.ISO8859-1/LC_TIME
+OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_COLLATE
+OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_CTYPE
+OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_MESSAGES
+OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_MONETARY
+OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_NUMERIC
+OLD_FILES+=usr/share/locale/ca_AD.ISO8859-15/LC_TIME
+OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_COLLATE
+OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_CTYPE
+OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_MESSAGES
+OLD_FILES+=usr/share/locale/ca_AD.UTF-8/LC_MONETARY
+OLD_FILES+=usr/share/locale/ca_AD.UTF

svn commit: r278086 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 14:48:05 2015
New Revision: 278086
URL: https://svnweb.freebsd.org/changeset/base/278086

Log:
  - Remove more files when MK_MAIL == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:45:17 
2015(r278085)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:48:05 
2015(r278086)
@@ -4960,6 +4960,10 @@ OLD_FILES+=usr/share/man/man8/pac.8.gz
 .endif
 
 .if ${MK_MAIL} == no
+OLD_FILES+=etc/aliases
+OLD_FILES+=etc/mail.rc
+OLD_FILES+=etc/mail/aliases
+OLD_FILES+=etc/mail/mailer.conf
 OLD_FILES+=etc/periodic/daily/130.clean-msgs
 OLD_FILES+=usr/bin/Mail
 OLD_FILES+=usr/bin/biff
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278087 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 14:50:14 2015
New Revision: 278087
URL: https://svnweb.freebsd.org/changeset/base/278087

Log:
  - Remove more files when MK_MAKE == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:48:05 
2015(r278086)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:50:14 
2015(r278087)
@@ -4992,6 +4992,371 @@ OLD_FILES+=usr/sbin/mailwrapper
 OLD_FILES+=usr/share/man/man8/mailwrapper.8.gz
 .endif
 
+.if ${MK_MAKE} == no
+OLD_FILES+=usr/bin/make
+OLD_FILES+=usr/share/man/man1/make.1.gz
+OLD_FILES+=usr/share/mk/atf.test.mk
+OLD_FILES+=usr/share/mk/bsd.README
+OLD_FILES+=usr/share/mk/bsd.arch.inc.mk
+OLD_FILES+=usr/share/mk/bsd.compiler.mk
+OLD_FILES+=usr/share/mk/bsd.cpu.mk
+OLD_FILES+=usr/share/mk/bsd.crunchgen.mk
+OLD_FILES+=usr/share/mk/bsd.dep.mk
+OLD_FILES+=usr/share/mk/bsd.doc.mk
+OLD_FILES+=usr/share/mk/bsd.dtb.mk
+OLD_FILES+=usr/share/mk/bsd.endian.mk
+OLD_FILES+=usr/share/mk/bsd.files.mk
+OLD_FILES+=usr/share/mk/bsd.incs.mk
+OLD_FILES+=usr/share/mk/bsd.info.mk
+OLD_FILES+=usr/share/mk/bsd.init.mk
+OLD_FILES+=usr/share/mk/bsd.kmod.mk
+OLD_FILES+=usr/share/mk/bsd.lib.mk
+OLD_FILES+=usr/share/mk/bsd.libnames.mk
+OLD_FILES+=usr/share/mk/bsd.links.mk
+OLD_FILES+=usr/share/mk/bsd.man.mk
+OLD_FILES+=usr/share/mk/bsd.mkopt.mk
+OLD_FILES+=usr/share/mk/bsd.nls.mk
+OLD_FILES+=usr/share/mk/bsd.obj.mk
+OLD_FILES+=usr/share/mk/bsd.opts.mk
+OLD_FILES+=usr/share/mk/bsd.own.mk
+OLD_FILES+=usr/share/mk/bsd.port.mk
+OLD_FILES+=usr/share/mk/bsd.port.options.mk
+OLD_FILES+=usr/share/mk/bsd.port.post.mk
+OLD_FILES+=usr/share/mk/bsd.port.pre.mk
+OLD_FILES+=usr/share/mk/bsd.port.subdir.mk
+OLD_FILES+=usr/share/mk/bsd.prog.mk
+OLD_FILES+=usr/share/mk/bsd.progs.mk
+OLD_FILES+=usr/share/mk/bsd.snmpmod.mk
+OLD_FILES+=usr/share/mk/bsd.subdir.mk
+OLD_FILES+=usr/share/mk/bsd.symver.mk
+OLD_FILES+=usr/share/mk/bsd.sys.mk
+OLD_FILES+=usr/share/mk/bsd.test.mk
+OLD_FILES+=usr/share/mk/plain.test.mk
+OLD_FILES+=usr/share/mk/suite.test.mk
+OLD_FILES+=usr/share/mk/sys.mk
+OLD_FILES+=usr/share/mk/tap.test.mk
+OLD_FILES+=usr/share/mk/version_gen.awk
+OLD_FILES+=usr/tests/usr.bin/bmake/Kyuafile
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/Kyuafile
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Kyuafile
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/Makefile.test
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.1
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.2
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.3
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.4
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.5
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.6
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.status.7
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.1
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.2
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.3
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.4
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.5
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.6
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stderr.7
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.1
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.2
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.3
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.4
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.5
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.6
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/expected.stdout.7
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/legacy_test
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd/libtest.a
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/Kyuafile
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/Makefile.test
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.1
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.2
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.3
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.4
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.5
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_44bsd_mod/expected.status.6
+OLD_FILES+=usr/tests/usr.bin/bmake/archives/fmt_

svn commit: r278088 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 14:51:26 2015
New Revision: 278088
URL: https://svnweb.freebsd.org/changeset/base/278088

Log:
  - Remove more files when MK_MAN == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:50:14 
2015(r278087)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:51:26 
2015(r278088)
@@ -5357,10 +5357,10 @@ OLD_FILES+=usr/tests/usr.bin/bmake/varia
 OLD_FILES+=usr/tests/usr.bin/bmake/variables/t0/legacy_test
 .endif
 
-#.if ${MK_MAN} == no
-# This should add a dependency to a special target which removes all man pages.
-# Listing all of them here is overkill.
-#.endif
+.if ${MK_MAN} == no
+MAN_FILES!=find ${DESTDIR}/usr/share/man ${DESTDIR}/usr/share/openssl/man 
-type f | sed -e 's,^${DESTDIR}/,,'; echo
+OLD_FILES+=${MAN_FILES}
+.endif
 
 .if ${MK_NDIS} == no
 OLD_FILES+=usr/sbin/ndiscvt
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278089 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 14:52:38 2015
New Revision: 278089
URL: https://svnweb.freebsd.org/changeset/base/278089

Log:
  - Remove more files when MK_MAN_UTILS == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:51:26 
2015(r278088)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:52:38 
2015(r278089)
@@ -5362,6 +5362,32 @@ MAN_FILES!=find ${DESTDIR}/usr/share/man
 OLD_FILES+=${MAN_FILES}
 .endif
 
+.if ${MK_MAN_UTILS} == no
+OLD_FILES+=etc/periodic/weekly/320.whatis
+OLD_FILES+=etc/periodic/weekly/330.catman
+OLD_FILES+=usr/bin/apropos
+OLD_FILES+=usr/bin/catman
+OLD_FILES+=usr/bin/makewhatis
+OLD_FILES+=usr/bin/man
+OLD_FILES+=usr/bin/manpath
+OLD_FILES+=usr/bin/whatis
+OLD_FILES+=usr/libexec/catman.local
+OLD_FILES+=usr/libexec/makewhatis.local
+OLD_FILES+=usr/sbin/manctl
+OLD_FILES+=usr/share/man/man1/apropos.1.gz
+OLD_FILES+=usr/share/man/man1/catman.1.gz
+OLD_FILES+=usr/share/man/man1/makewhatis.1.gz
+OLD_FILES+=usr/share/man/man1/man.1.gz
+OLD_FILES+=usr/share/man/man1/manpath.1.gz
+OLD_FILES+=usr/share/man/man1/whatis.1.gz
+OLD_FILES+=usr/share/man/man5/man.conf.5.gz
+OLD_FILES+=usr/share/man/man8/catman.local.8.gz
+OLD_FILES+=usr/share/man/man8/makewhatis.local.8.gz
+OLD_FILES+=usr/share/man/man8/manctl.8.gz
+OLD_FILES+=usr/share/man/whatis
+OLD_FILES+=usr/share/openssl/man/whatis
+.endif
+
 .if ${MK_NDIS} == no
 OLD_FILES+=usr/sbin/ndiscvt
 OLD_FILES+=usr/sbin/ndisgen
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278090 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 14:54:28 2015
New Revision: 278090
URL: https://svnweb.freebsd.org/changeset/base/278090

Log:
  - Remove more files when MK_NETGRAPH == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:52:38 
2015(r278089)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:54:28 
2015(r278090)
@@ -5401,6 +5401,43 @@ OLD_FILES+=usr/bin/nc
 OLD_FILES+=usr/share/man/man1/nc.1.gz
 .endif
 
+.if ${MK_NETGRAPH} == no
+OLD_FILES+=usr/include/netgraph.h
+OLD_FILES+=usr/lib/libnetgraph.a
+OLD_FILES+=usr/lib/libnetgraph.so
+OLD_LIBS+=usr/lib/libnetgraph.so.4
+OLD_FILES+=usr/lib/libnetgraph_p.a
+OLD_FILES+=usr/lib32/libnetgraph.a
+OLD_FILES+=usr/lib32/libnetgraph.so
+OLD_LIBS+=usr/lib32/libnetgraph.so.4
+OLD_FILES+=usr/lib32/libnetgraph_p.a
+OLD_FILES+=usr/libexec/pppoed
+OLD_FILES+=usr/sbin/flowctl
+OLD_FILES+=usr/sbin/lmcconfig
+OLD_FILES+=usr/sbin/ngctl
+OLD_FILES+=usr/sbin/nghook
+OLD_FILES+=usr/share/man/man3/NgAllocRecvAsciiMsg.3.gz
+OLD_FILES+=usr/share/man/man3/NgAllocRecvData.3.gz
+OLD_FILES+=usr/share/man/man3/NgAllocRecvMsg.3.gz
+OLD_FILES+=usr/share/man/man3/NgMkSockNode.3.gz
+OLD_FILES+=usr/share/man/man3/NgNameNode.3.gz
+OLD_FILES+=usr/share/man/man3/NgRecvAsciiMsg.3.gz
+OLD_FILES+=usr/share/man/man3/NgRecvData.3.gz
+OLD_FILES+=usr/share/man/man3/NgRecvMsg.3.gz
+OLD_FILES+=usr/share/man/man3/NgSendAsciiMsg.3.gz
+OLD_FILES+=usr/share/man/man3/NgSendData.3.gz
+OLD_FILES+=usr/share/man/man3/NgSendMsg.3.gz
+OLD_FILES+=usr/share/man/man3/NgSendMsgReply.3.gz
+OLD_FILES+=usr/share/man/man3/NgSetDebug.3.gz
+OLD_FILES+=usr/share/man/man3/NgSetErrLog.3.gz
+OLD_FILES+=usr/share/man/man3/netgraph.3.gz
+OLD_FILES+=usr/share/man/man8/flowctl.8.gz
+OLD_FILES+=usr/share/man/man8/lmcconfig.8.gz
+OLD_FILES+=usr/share/man/man8/ngctl.8.gz
+OLD_FILES+=usr/share/man/man8/nghook.8.gz
+OLD_FILES+=usr/share/man/man8/pppoed.8.gz
+.endif
+
 .if ${MK_NIS} == no
 OLD_FILES+=usr/bin/ypcat
 OLD_FILES+=usr/bin/ypchfn
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278091 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 14:55:24 2015
New Revision: 278091
URL: https://svnweb.freebsd.org/changeset/base/278091

Log:
  - Remove more files when MK_NETGRAPH_SUPPORT == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:54:28 
2015(r278090)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:55:24 
2015(r278091)
@@ -5438,6 +5438,15 @@ OLD_FILES+=usr/share/man/man8/nghook.8.g
 OLD_FILES+=usr/share/man/man8/pppoed.8.gz
 .endif
 
+.if ${MK_NETGRAPH_SUPPORT} == no
+OLD_FILES+=usr/include/bsnmp/snmp_netgraph.h
+OLD_FILES+=usr/lib/snmp_netgraph.so
+OLD_LIBS+=usr/lib/snmp_netgraph.so.6
+OLD_FILES+=usr/share/man/man3/snmp_netgraph.3.gz
+OLD_FILES+=usr/share/snmp/defs/netgraph_tree.def
+OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-NETGRAPH.txt
+.endif
+
 .if ${MK_NIS} == no
 OLD_FILES+=usr/bin/ypcat
 OLD_FILES+=usr/bin/ypchfn
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278092 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 14:56:39 2015
New Revision: 278092
URL: https://svnweb.freebsd.org/changeset/base/278092

Log:
  - Remove more files when MK_NLS == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:55:24 
2015(r278091)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:56:39 
2015(r278092)
@@ -5503,8 +5503,115 @@ OLD_FILES+=var/yp/Makefile.dist
 .endif
 
 .if ${MK_NLS} == no
+OLD_FILES+=usr/share/nls/C/ee.cat
+OLD_FILES+=usr/share/nls/be_BY.UTF-8/libc.cat
+OLD_FILES+=usr/share/nls/ca_ES.ISO8859-1/libc.cat
+OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/ee.cat
+OLD_FILES+=usr/share/nls/de_AT.ISO8859-1/tcsh.cat
+OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/ee.cat
+OLD_FILES+=usr/share/nls/de_AT.ISO8859-15/tcsh.cat
+OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/ee.cat
+OLD_FILES+=usr/share/nls/de_CH.ISO8859-1/tcsh.cat
+OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/ee.cat
+OLD_FILES+=usr/share/nls/de_CH.ISO8859-15/tcsh.cat
+OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/ee.cat
+OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/libc.cat
+OLD_FILES+=usr/share/nls/de_DE.ISO8859-1/tcsh.cat
+OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/ee.cat
+OLD_FILES+=usr/share/nls/de_DE.ISO8859-15/tcsh.cat
+OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/libc.cat
+OLD_FILES+=usr/share/nls/el_GR.ISO8859-7/tcsh.cat
+OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/en_US.ISO8859-1/ee.cat
+OLD_FILES+=usr/share/nls/en_US.ISO8859-15/ee.cat
+OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/grep.cat
+OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/libc.cat
+OLD_FILES+=usr/share/nls/es_ES.ISO8859-1/tcsh.cat
+OLD_FILES+=usr/share/nls/es_ES.ISO8859-15/tcsh.cat
+OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/et_EE.ISO8859-15/tcsh.cat
+OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/libc.cat
+OLD_FILES+=usr/share/nls/fi_FI.ISO8859-1/tcsh.cat
+OLD_FILES+=usr/share/nls/fi_FI.ISO8859-15/tcsh.cat
+OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/ee.cat
+OLD_FILES+=usr/share/nls/fr_BE.ISO8859-1/tcsh.cat
+OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/ee.cat
+OLD_FILES+=usr/share/nls/fr_BE.ISO8859-15/tcsh.cat
+OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/ee.cat
+OLD_FILES+=usr/share/nls/fr_CA.ISO8859-1/tcsh.cat
+OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/ee.cat
+OLD_FILES+=usr/share/nls/fr_CA.ISO8859-15/tcsh.cat
+OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/ee.cat
+OLD_FILES+=usr/share/nls/fr_CH.ISO8859-1/tcsh.cat
+OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/ee.cat
+OLD_FILES+=usr/share/nls/fr_CH.ISO8859-15/tcsh.cat
+OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/ee.cat
+OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/libc.cat
+OLD_FILES+=usr/share/nls/fr_FR.ISO8859-1/tcsh.cat
+OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/ee.cat
+OLD_FILES+=usr/share/nls/fr_FR.ISO8859-15/tcsh.cat
+OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/gl_ES.ISO8859-1/grep.cat
+OLD_FILES+=usr/share/nls/gl_ES.ISO8859-1/libc.cat
+OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/ee.cat
+OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/grep.cat
+OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/libc.cat
+OLD_FILES+=usr/share/nls/hu_HU.ISO8859-2/sort.cat
+OLD_FILES+=usr/share/nls/it_CH.ISO8859-1/tcsh.cat
+OLD_FILES+=usr/share/nls/it_CH.ISO8859-15/tcsh.cat
+OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/it_IT.ISO8859-1/tcsh.cat
+OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/libc.cat
+OLD_FILES+=usr/share/nls/it_IT.ISO8859-15/tcsh.cat
+OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/ja_JP.SJIS/grep.cat
+OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat
+OLD_FILES+=usr/share/nls/ja_JP.UTF-8/grep.cat
+OLD_FILES+=usr/share/nls/ja_JP.UTF-8/libc.cat
+OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/ja_JP.eucJP/grep.cat
+OLD_FILES+=usr/share/nls/ja_JP.eucJP/libc.cat
+OLD_FILES+=usr/share/nls/ja_JP.eucJP/tcsh.cat
+OLD_FILES+=usr/share/nls/ko_KR.UTF-8/libc.cat
+OLD_FILES+=usr/share/nls/ko_KR.eucKR/libc.cat
+OLD_FILES+=usr/share/nls/mn_MN.UTF-8/libc.cat
+OLD_FILES+=usr/share/nls/nl_NL.ISO8859-1/libc.cat
+OLD_FILES+=usr/share/nls/no_NO.ISO8859-1/libc.cat
+OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/ee.cat
+OLD_FILES+=usr/share/nls/pl_PL.ISO8859-2/libc.cat
+OLD_FILES+=usr/share/nls/pt_BR.ISO8859-1/ee.cat
+OLD_FILES+=usr/share/nls/pt

svn commit: r278093 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 14:57:45 2015
New Revision: 278093
URL: https://svnweb.freebsd.org/changeset/base/278093

Log:
  - Remove more files when MK_NLS_CATALOGS == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:56:39 
2015(r278092)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:57:45 
2015(r278093)
@@ -5614,6 +5614,30 @@ OLD_FILES+=usr/share/nls/zh_CN.UTF-8/lib
 OLD_FILES+=usr/tests/bin/sh/builtins/locale1.0
 .endif
 
+.if ${MK_NLS_CATALOGS} == no
+OLD_FILES+=usr/share/nls/de_AT.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/de_CH.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/de_DE.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/el_GR.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/es_ES.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/et_EE.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/fi_FI.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/fr_BE.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/fr_CA.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/fr_CH.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/fr_FR.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/it_CH.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/it_IT.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/ja_JP.SJIS/tcsh.cat
+OLD_FILES+=usr/share/nls/ja_JP.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/ru_RU.CP1251/tcsh.cat
+OLD_FILES+=usr/share/nls/ru_RU.CP866/tcsh.cat
+OLD_FILES+=usr/share/nls/ru_RU.ISO8859-5/tcsh.cat
+OLD_FILES+=usr/share/nls/ru_RU.UTF-8/tcsh.cat
+OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5/tcsh.cat
+OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
+.endif
+
 .if ${MK_NTP} == no
 OLD_FILES+=etc/ntp.conf
 OLD_FILES+=etc/periodic/daily/480.status-ntpd
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278094 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 14:58:41 2015
New Revision: 278094
URL: https://svnweb.freebsd.org/changeset/base/278094

Log:
  - Remove more files when MK_NS_CACHING == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:57:45 
2015(r278093)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:58:41 
2015(r278094)
@@ -5638,6 +5638,15 @@ OLD_FILES+=usr/share/nls/uk_UA.ISO8859-5
 OLD_FILES+=usr/share/nls/uk_UA.UTF-8/tcsh.cat
 .endif
 
+.if ${MK_NS_CACHING} == no
+OLD_FILES+=etc/nscd.conf
+OLD_FILES+=etc/rc.d/nscd
+OLD_FILES+=usr/sbin/nscd
+OLD_FILES+=usr/share/examples/etc/nscd.conf
+OLD_FILES+=usr/share/man/man5/nscd.conf.5.gz
+OLD_FILES+=usr/share/man/man8/nscd.8.gz
+.endif
+
 .if ${MK_NTP} == no
 OLD_FILES+=etc/ntp.conf
 OLD_FILES+=etc/periodic/daily/480.status-ntpd
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278095 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Mon Feb  2 14:59:55 2015
New Revision: 278095
URL: https://svnweb.freebsd.org/changeset/base/278095

Log:
  - Remove more files when MK_NTP == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:58:41 
2015(r278094)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Mon Feb  2 14:59:55 
2015(r278095)
@@ -5725,6 +5725,7 @@ OLD_FILES+=usr/share/doc/ntp/release.htm
 OLD_FILES+=usr/share/doc/ntp/tickadj.html
 OLD_DIRS+=usr/share/doc/ntp
 OLD_FILES+=usr/share/examples/etc/ntp.conf
+OLD_FILES+=usr/share/man/man1/sntp.1.gz
 OLD_FILES+=usr/share/man/man5/ntp.conf.5.gz
 OLD_FILES+=usr/share/man/man5/ntp.keys.5.gz
 OLD_FILES+=usr/share/man/man8/ntp-keygen.8.gz
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278120 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Feb  3 00:17:49 2015
New Revision: 278120
URL: https://svnweb.freebsd.org/changeset/base/278120

Log:
  - Remove more files when MK_OPENSSH == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 00:10:48 
2015(r278119)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 00:17:49 
2015(r278120)
@@ -5741,18 +5741,28 @@ OLD_FILES+=usr/share/man/man8/ntptime.8.
 #.endif
 
 .if ${MK_OPENSSH} == no
+OLD_FILES+=etc/rc.d/sshd
+OLD_FILES+=etc/ssh/moduli
+OLD_FILES+=etc/ssh/ssh_config
+OLD_FILES+=etc/ssh/sshd_config
+OLD_FILES+=usr/bin/scp
 OLD_FILES+=usr/bin/sftp
+OLD_FILES+=usr/bin/slogin
 OLD_FILES+=usr/bin/ssh
 OLD_FILES+=usr/bin/ssh-add
 OLD_FILES+=usr/bin/ssh-agent
 OLD_FILES+=usr/bin/ssh-copy-id
 OLD_FILES+=usr/bin/ssh-keygen
 OLD_FILES+=usr/bin/ssh-keyscan
+OLD_FILES+=usr/lib/pam_ssh.so
+OLD_LIBS+=usr/lib/pam_ssh.so.5
 OLD_FILES+=usr/lib/private/libssh.a
 OLD_FILES+=usr/lib/private/libssh.so
 OLD_LIBS+=usr/lib/private/libssh.so.5
 OLD_FILES+=usr/lib/private/libssh_p.a
 .if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
+OLD_FILES+=usr/lib32/pam_ssh.so
+OLD_LIBS+=usr/lib32/pam_ssh.so.5
 OLD_FILES+=usr/lib32/private/libssh.a
 OLD_FILES+=usr/lib32/private/libssh.so
 OLD_LIBS+=usr/lib32/private/libssh.so.5
@@ -5762,6 +5772,22 @@ OLD_FILES+=usr/libexec/sftp-server
 OLD_FILES+=usr/libexec/ssh-keysign
 OLD_FILES+=usr/libexec/ssh-pkcs11-helper
 OLD_FILES+=usr/sbin/sshd
+OLD_FILES+=usr/share/man/man1/scp.1.gz
+OLD_FILES+=usr/share/man/man1/sftp.1.gz
+OLD_FILES+=usr/share/man/man1/slogin.1.gz
+OLD_FILES+=usr/share/man/man1/ssh-add.1.gz
+OLD_FILES+=usr/share/man/man1/ssh-agent.1.gz
+OLD_FILES+=usr/share/man/man1/ssh-copy-id.1.gz
+OLD_FILES+=usr/share/man/man1/ssh-keygen.1.gz
+OLD_FILES+=usr/share/man/man1/ssh-keyscan.1.gz
+OLD_FILES+=usr/share/man/man1/ssh.1.gz
+OLD_FILES+=usr/share/man/man5/ssh_config.5.gz
+OLD_FILES+=usr/share/man/man5/sshd_config.5.gz
+OLD_FILES+=usr/share/man/man8/pam_ssh.8.gz
+OLD_FILES+=usr/share/man/man8/sftp-server.8.gz
+OLD_FILES+=usr/share/man/man8/ssh-keysign.8.gz
+OLD_FILES+=usr/share/man/man8/ssh-pkcs11-helper.8.gz
+OLD_FILES+=usr/share/man/man8/sshd.8.gz
 .endif
 
 .if ${MK_OPENSSL} == no
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278121 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Feb  3 00:19:50 2015
New Revision: 278121
URL: https://svnweb.freebsd.org/changeset/base/278121

Log:
  - Remove more files when MK_PF == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 00:17:49 
2015(r278120)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 00:19:50 
2015(r278121)
@@ -5889,6 +5889,11 @@ OLD_FILES+=etc/pf.os
 OLD_FILES+=etc/rc.d/ftp-proxy
 OLD_FILES+=sbin/pfctl
 OLD_FILES+=sbin/pflogd
+OLD_FILES+=usr/include/netpfil/pf/pf.h
+OLD_FILES+=usr/include/netpfil/pf/pf_altq.h
+OLD_FILES+=usr/include/netpfil/pf/pf_mtag.h
+OLD_FILES+=usr/lib/snmp_pf.so
+OLD_LIBS+=usr/lib/snmp_pf.so.6
 OLD_FILES+=usr/libexec/tftp-proxy
 OLD_FILES+=usr/sbin/ftp-proxy
 OLD_FILES+=usr/share/examples/etc/pf.os
@@ -5912,6 +5917,8 @@ OLD_FILES+=usr/share/man/man8/ftp-proxy.
 OLD_FILES+=usr/share/man/man8/pfctl.8.gz
 OLD_FILES+=usr/share/man/man8/pflogd.8.gz
 OLD_FILES+=usr/share/man/man8/tftp-proxy.8.gz
+OLD_FILES+=usr/share/snmp/defs/pf_tree.def
+OLD_FILES+=usr/share/snmp/mibs/BEGEMOT-PF-MIB.txt
 .endif
 
 .if ${MK_PKGBOOTSTRAP} == no
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278126 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Feb  3 02:54:54 2015
New Revision: 278126
URL: https://svnweb.freebsd.org/changeset/base/278126

Log:
  - Remove more files when MK_PMC == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 02:25:02 
2015(r278125)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 02:54:54 
2015(r278126)
@@ -5926,6 +5926,92 @@ OLD_FILES+=usr/sbin/pkg
 OLD_FILES+=usr/share/man/man7/pkg.7.gz
 .endif
 
+.if ${MK_PMC} == no
+OLD_FILES+=usr/bin/pmcstudy
+OLD_FILES+=usr/include/pmc.h
+OLD_FILES+=usr/include/pmclog.h
+OLD_FILES+=usr/lib/libpmc.a
+OLD_FILES+=usr/lib/libpmc.so
+OLD_LIBS+=usr/lib/libpmc.so.5
+OLD_FILES+=usr/lib/libpmc_p.a
+OLD_FILES+=usr/lib32/libpmc.a
+OLD_FILES+=usr/lib32/libpmc.so
+OLD_LIBS+=usr/lib32/libpmc.so.5
+OLD_FILES+=usr/lib32/libpmc_p.a
+OLD_FILES+=usr/sbin/pmcannotate
+OLD_FILES+=usr/sbin/pmccontrol
+OLD_FILES+=usr/sbin/pmcstat
+OLD_FILES+=usr/share/man/man1/pmcstudy.1.gz
+OLD_FILES+=usr/share/man/man3/pmc.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.atom.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.atomsilvermont.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.core.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.core2.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.corei7.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.corei7uc.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.haswell.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.haswelluc.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.iaf.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.ivybridge.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.ivybridgexeon.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.k7.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.k8.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.mips24k.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.octeon.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.p4.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.p5.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.p6.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.sandybridge.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.sandybridgeuc.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.sandybridgexeon.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.soft.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.tsc.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.ucf.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.westmere.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.westmereuc.3.gz
+OLD_FILES+=usr/share/man/man3/pmc.xscale.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_allocate.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_attach.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_capabilities.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_configure_logfile.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_cpuinfo.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_detach.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_disable.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_enable.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_event_names_of_class.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_flush_logfile.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_get_driver_stats.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_get_msr.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_init.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_name_of_capability.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_name_of_class.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_name_of_cputype.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_name_of_disposition.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_name_of_event.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_name_of_mode.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_name_of_state.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_ncpu.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_npmc.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_pmcinfo.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_read.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_release.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_rw.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_set.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_start.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_stop.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_width.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_write.3.gz
+OLD_FILES+=usr/share/man/man3/pmc_writelog.3.gz
+OLD_FILES+=usr/share/man/man3/pmclog.3.gz
+OLD_FILES+=usr/share/man/man3/pmclog_close.3.gz
+OLD_FILES+=usr/share/man/man3/pmclog_feed.3.gz
+OLD_FILES+=usr/share/man/man3/pmclog_open.3.gz
+OLD_FILES+=usr/share/man/man3/pmclog_read.3.gz
+OLD_FILES+=usr/share/man/man8/pmcannotate.8.gz
+OLD_FILES+=usr/share/man/man8/pmccontrol.8.gz
+OLD_FILES+=usr/share/man/man8/pmcstat.8.gz
+.endif
+
 .if ${MK_PORTSNAP} == no
 OLD_FILES+=etc/portsnap.conf
 OLD_FILES+=usr/libexec/make_index
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278127 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Feb  3 02:56:25 2015
New Revision: 278127
URL: https://svnweb.freebsd.org/changeset/base/278127

Log:
  - Remove more files when MK_PORTSNAP == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 02:54:54 
2015(r278126)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 02:56:25 
2015(r278127)
@@ -6018,6 +6018,7 @@ OLD_FILES+=usr/libexec/make_index
 OLD_FILES+=usr/libexec/phttpget
 OLD_FILES+=usr/sbin/portsnap
 OLD_FILES+=usr/share/examples/etc/portsnap.conf
+OLD_FILES+=usr/share/man/man8/phttpget.8.gz
 OLD_FILES+=usr/share/man/man8/portsnap.8.gz
 .endif
 
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278128 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Feb  3 02:57:50 2015
New Revision: 278128
URL: https://svnweb.freebsd.org/changeset/base/278128

Log:
  - Remove more files when MK_QUOTAS == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 02:56:25 
2015(r278127)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 02:57:50 
2015(r278128)
@@ -6138,6 +6138,21 @@ OLD_FILES+=usr/lib/private/libldns_p.a
 OLD_FILES+=usr/lib/private/libssh_p.a
 .endif
 
+.if ${MK_QUOTAS} == no
+OLD_FILES+=sbin/quotacheck
+OLD_FILES+=usr/bin/quota
+OLD_FILES+=usr/sbin/edquota
+OLD_FILES+=usr/sbin/quotaoff
+OLD_FILES+=usr/sbin/quotaon
+OLD_FILES+=usr/sbin/repquota
+OLD_FILES+=usr/share/man/man1/quota.1.gz
+OLD_FILES+=usr/share/man/man8/edquota.8.gz
+OLD_FILES+=usr/share/man/man8/quotacheck.8.gz
+OLD_FILES+=usr/share/man/man8/quotaoff.8.gz
+OLD_FILES+=usr/share/man/man8/quotaon.8.gz
+OLD_FILES+=usr/share/man/man8/repquota.8.gz
+.endif
+
 .if ${MK_RCMDS} == no
 OLD_FILES+=bin/rcp
 OLD_FILES+=etc/rc.d/rwho
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278129 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Feb  3 02:59:47 2015
New Revision: 278129
URL: https://svnweb.freebsd.org/changeset/base/278129

Log:
  - Remove more files when MK_SSP == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 02:57:50 
2015(r278128)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 02:59:47 
2015(r278129)
@@ -6456,6 +6456,41 @@ OLD_FILES+=usr/share/doc/pjdfstest/READM
 OLD_DIRS+=usr/share/doc/pjdfstest
 .endif
 
+.if ${MK_SSP} == no
+OLD_LIBS+=lib/libssp.so.0
+OLD_FILES+=usr/include/ssp/ssp.h
+OLD_FILES+=usr/include/ssp/stdio.h
+OLD_FILES+=usr/include/ssp/string.h
+OLD_FILES+=usr/include/ssp/unistd.h
+OLD_FILES+=usr/lib/libssp.a
+OLD_FILES+=usr/lib/libssp.so
+OLD_FILES+=usr/lib/libssp_nonshared.a
+OLD_FILES+=usr/lib32/libssp.a
+OLD_FILES+=usr/lib32/libssp.so
+OLD_LIBS+=usr/lib32/libssp.so.0
+OLD_FILES+=usr/lib32/libssp_nonshared.a
+OLD_FILES+=usr/tests/lib/libc/ssp/Kyuafile
+OLD_FILES+=usr/tests/lib/libc/ssp/h_fgets
+OLD_FILES+=usr/tests/lib/libc/ssp/h_getcwd
+OLD_FILES+=usr/tests/lib/libc/ssp/h_gets
+OLD_FILES+=usr/tests/lib/libc/ssp/h_memcpy
+OLD_FILES+=usr/tests/lib/libc/ssp/h_memmove
+OLD_FILES+=usr/tests/lib/libc/ssp/h_memset
+OLD_FILES+=usr/tests/lib/libc/ssp/h_read
+OLD_FILES+=usr/tests/lib/libc/ssp/h_readlink
+OLD_FILES+=usr/tests/lib/libc/ssp/h_snprintf
+OLD_FILES+=usr/tests/lib/libc/ssp/h_sprintf
+OLD_FILES+=usr/tests/lib/libc/ssp/h_stpcpy
+OLD_FILES+=usr/tests/lib/libc/ssp/h_stpncpy
+OLD_FILES+=usr/tests/lib/libc/ssp/h_strcat
+OLD_FILES+=usr/tests/lib/libc/ssp/h_strcpy
+OLD_FILES+=usr/tests/lib/libc/ssp/h_strncat
+OLD_FILES+=usr/tests/lib/libc/ssp/h_strncpy
+OLD_FILES+=usr/tests/lib/libc/ssp/h_vsnprintf
+OLD_FILES+=usr/tests/lib/libc/ssp/h_vsprintf
+OLD_FILES+=usr/tests/lib/libc/ssp/ssp_test
+.endif
+
 #.if ${MK_SYSCONS} == no
 # to be filled in
 #.endif
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278130 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Feb  3 03:02:41 2015
New Revision: 278130
URL: https://svnweb.freebsd.org/changeset/base/278130

Log:
  - Remove more files when MK_SYSCONS == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 02:59:47 
2015(r278129)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 03:02:41 
2015(r278130)
@@ -6491,9 +6491,190 @@ OLD_FILES+=usr/tests/lib/libc/ssp/h_vspr
 OLD_FILES+=usr/tests/lib/libc/ssp/ssp_test
 .endif
 
-#.if ${MK_SYSCONS} == no
-# to be filled in
-#.endif
+.if ${MK_SYSCONS} == no
+OLD_FILES+=usr/share/syscons/fonts/INDEX.fonts
+OLD_FILES+=usr/share/syscons/fonts/armscii8-8x14.fnt
+OLD_FILES+=usr/share/syscons/fonts/armscii8-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/armscii8-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp1251-8x14.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp1251-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp1251-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp437-8x14.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp437-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp437-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp437-thin-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp437-thin-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp850-8x14.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp850-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp850-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp850-thin-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp850-thin-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp865-8x14.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp865-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp865-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp865-thin-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp865-thin-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp866-8x14.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp866-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp866-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp866b-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp866c-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp866u-8x14.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp866u-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/cp866u-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/haik8-8x14.fnt
+OLD_FILES+=usr/share/syscons/fonts/haik8-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/haik8-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso-8x14.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso-thin-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso02-8x14.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso02-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso02-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso04-8x14.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso04-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso04-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x14.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso04-vga9-wide-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso04-wide-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso05-8x14.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso05-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso05-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso07-8x14.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso07-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso07-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso08-8x14.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso08-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso08-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso09-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso15-8x14.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso15-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso15-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/iso15-thin-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x14.fnt
+OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/koi8-r-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/koi8-rb-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/koi8-rc-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x14.fnt
+OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/koi8-u-8x8.fnt
+OLD_FILES+=usr/share/syscons/fonts/swiss-1131-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/swiss-1251-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/swiss-8x14.fnt
+OLD_FILES+=usr/share/syscons/fonts/swiss-8x16.fnt
+OLD_FILES+=usr/share/syscons/fonts/swiss-8x8.fnt
+OLD_FILES+=usr/share/syscons/keymaps/INDEX.keymaps
+OLD_FILES+=usr/share/syscons/keymaps/be.iso.acc.kbd
+OLD_FILES+=usr/share/syscons/keymaps/be.iso.kbd
+OLD_FILES+=usr/share/syscons/keymaps/bg.bds.ctrlcaps.kbd
+O

svn commit: r278131 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Feb  3 03:05:06 2015
New Revision: 278131
URL: https://svnweb.freebsd.org/changeset/base/278131

Log:
  - Remove more files when MK_TCSH == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 03:02:41 
2015(r278130)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 03:05:06 
2015(r278131)
@@ -6684,10 +6684,19 @@ OLD_FILES+=usr/share/man/man8/talkd.8.gz
 .endif
 
 .if ${MK_TCSH} == no
+OLD_FILES+=.cshrc
+OLD_FILES+=etc/csh.cshrc
+OLD_FILES+=etc/csh.login
+OLD_FILES+=etc/csh.logout
 OLD_FILES+=bin/csh
 OLD_FILES+=bin/tcsh
 OLD_FILES+=rescue/csh
 OLD_FILES+=rescue/tcsh
+OLD_FILES+=root/.cshrc
+OLD_FILES+=root/.login
+OLD_FILES+=usr/share/examples/etc/csh.cshrc
+OLD_FILES+=usr/share/examples/etc/csh.login
+OLD_FILES+=usr/share/examples/etc/csh.logout
 OLD_FILES+=usr/share/examples/tcsh/complete.tcsh
 OLD_FILES+=usr/share/examples/tcsh/csh-mode.el
 OLD_DIRS+=usr/share/examples/tcsh
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278132 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Feb  3 03:10:23 2015
New Revision: 278132
URL: https://svnweb.freebsd.org/changeset/base/278132

Log:
  - Remove more files when MK_TESTS == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 03:05:06 
2015(r278131)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 03:10:23 
2015(r278132)
@@ -7229,6 +7229,7 @@ OLD_FILES+=usr/tests/usr.bin/yacc/undefi
 .endif
 .else
 # ATF libraries.
+OLD_FILES+=etc/mtree/BSD.tests.dist
 OLD_FILES+=usr/bin/atf-sh
 OLD_DIRS+=usr/include/atf-c
 OLD_FILES+=usr/include/atf-c/build.h
@@ -7259,6 +7260,7 @@ OLD_FILES+=usr/lib/libatf-c++.so.1
 OLD_FILES+=usr/lib/libatf-c++.so
 OLD_FILES+=usr/lib/libatf-c.a
 OLD_FILES+=usr/libexec/atf-check
+OLD_FILES+=usr/libexec/atf-sh
 OLD_DIRS+=usr/share/atf
 OLD_FILES+=usr/share/atf/libatf-sh.subr
 OLD_DIRS+=usr/share/doc/atf
@@ -7266,14 +7268,20 @@ OLD_FILES+=usr/share/doc/atf/AUTHORS
 OLD_FILES+=usr/share/doc/atf/COPYING
 OLD_FILES+=usr/share/doc/atf/NEWS
 OLD_FILES+=usr/share/doc/atf/README
+OLD_FILES+=usr/share/doc/pjdfstest/README
 OLD_FILES+=usr/share/man/man1/atf-check.1.gz
 OLD_FILES+=usr/share/man/man1/atf-sh.1.gz
 OLD_FILES+=usr/share/man/man1/atf-test-program.1.gz
 OLD_FILES+=usr/share/man/man3/atf-c-api.3.gz
 OLD_FILES+=usr/share/man/man3/atf-c++-api.3.gz
 OLD_FILES+=usr/share/man/man3/atf-sh-api.3.gz
+OLD_FILES+=usr/share/man/man3/atf-sh.3.gz
 OLD_FILES+=usr/share/man/man4/atf-test-case.4.gz
+OLD_FILES+=usr/share/man/man7/atf.7.gz
 OLD_FILES+=usr/share/mk/atf.test.mk
+OLD_FILES+=usr/share/mk/plain.test.mk
+OLD_FILES+=usr/share/mk/suite.test.mk
+OLD_FILES+=usr/share/mk/tap.test.mk
 
 # Test suite.
 . if exists(${DESTDIR}${TESTSBASE})
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278133 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Feb  3 03:11:24 2015
New Revision: 278133
URL: https://svnweb.freebsd.org/changeset/base/278133

Log:
  - Remove more files when MK_TEXTPROC == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 03:10:23 
2015(r278132)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 03:11:24 
2015(r278133)
@@ -7292,6 +7292,15 @@ OLD_FILES+=${TESTS_FILES}
 . endif
 .endif # Test suite.
 
+.if ${MK_TEXTPROC} == no
+OLD_FILES+=usr/bin/checknr
+OLD_FILES+=usr/bin/colcrt
+OLD_FILES+=usr/bin/ul
+OLD_FILES+=usr/share/man/man1/checknr.1.gz
+OLD_FILES+=usr/share/man/man1/colcrt.1.gz
+OLD_FILES+=usr/share/man/man1/ul.1.gz
+.endif
+
 #.if ${MK_TOOLCHAIN} == no
 # to be filled in
 #.endif
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278134 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Feb  3 03:13:16 2015
New Revision: 278134
URL: https://svnweb.freebsd.org/changeset/base/278134

Log:
  - Remove more files when MK_UNBOUND == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 03:11:24 
2015(r278133)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 03:13:16 
2015(r278134)
@@ -7307,6 +7307,7 @@ OLD_FILES+=usr/share/man/man1/ul.1.gz
 
 .if ${MK_UNBOUND} == no
 OLD_FILES+=etc/rc.d/local_unbound
+OLD_FILES+=etc/unbound
 OLD_FILES+=usr/lib/private/libunbound.a
 OLD_FILES+=usr/lib/private/libunbound.so
 OLD_LIBS+=usr/lib/private/libunbound.so.5
@@ -7323,6 +7324,11 @@ OLD_FILES+=usr/sbin/unbound-anchor
 OLD_FILES+=usr/sbin/unbound-checkconf
 OLD_FILES+=usr/sbin/unbound-control
 OLD_FILES+=usr/sbin/unbound-control-setup
+OLD_FILES+=usr/share/man/man5/unbound.conf.5.gz
+OLD_FILES+=usr/share/man/man8/unbound-anchor.8.gz
+OLD_FILES+=usr/share/man/man8/unbound-checkconf.8.gz
+OLD_FILES+=usr/share/man/man8/unbound-control.8.gz
+OLD_FILES+=usr/share/man/man8/unbound.8.gz
 .endif
 
 .if ${MK_USB} == no
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r278135 - head/tools/build/mk

2015-02-02 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Feb  3 03:14:17 2015
New Revision: 278135
URL: https://svnweb.freebsd.org/changeset/base/278135

Log:
  - Remove more files when MK_USB == no
  
  MFC after:1 week
  Reviewed by:  ngie
  Approved by:  ngie
  Differential Revision:D1600

Modified:
  head/tools/build/mk/OptionalObsoleteFiles.inc

Modified: head/tools/build/mk/OptionalObsoleteFiles.inc
==
--- head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 03:13:16 
2015(r278134)
+++ head/tools/build/mk/OptionalObsoleteFiles.inc   Tue Feb  3 03:14:17 
2015(r278135)
@@ -7332,8 +7332,245 @@ OLD_FILES+=usr/share/man/man8/unbound.8.
 .endif
 
 .if ${MK_USB} == no
+OLD_FILES+=etc/devd/uath.conf
 OLD_FILES+=etc/devd/uauth.conf
+OLD_FILES+=etc/devd/ulpt.conf
 OLD_FILES+=etc/devd/usb.conf
+OLD_FILES+=usr/bin/usbhidaction
+OLD_FILES+=usr/bin/usbhidctl
+OLD_FILES+=usr/include/libusb.h
+OLD_FILES+=usr/include/libusb20.h
+OLD_FILES+=usr/include/libusb20_desc.h
+OLD_FILES+=usr/include/usb.h
+OLD_FILES+=usr/include/usbhid.h
+OLD_FILES+=usr/lib/libusb.a
+OLD_FILES+=usr/lib/libusb.so
+OLD_LIBS+=usr/lib/libusb.so.3
+OLD_FILES+=usr/lib/libusb_p.a
+OLD_FILES+=usr/lib/libusbhid.a
+OLD_FILES+=usr/lib/libusbhid.so
+OLD_LIBS+=usr/lib/libusbhid.so.4
+OLD_FILES+=usr/lib/libusbhid_p.a
+OLD_FILES+=usr/lib32/libusb.a
+OLD_FILES+=usr/lib32/libusb.so
+OLD_LIBS+=usr/lib32/libusb.so.3
+OLD_FILES+=usr/lib32/libusb_p.a
+OLD_FILES+=usr/lib32/libusbhid.a
+OLD_FILES+=usr/lib32/libusbhid.so
+OLD_LIBS+=usr/lib32/libusbhid.so.4
+OLD_FILES+=usr/lib32/libusbhid_p.a
+OLD_FILES+=usr/libdata/pkgconfig/libusb-0.1.pc
+OLD_FILES+=usr/libdata/pkgconfig/libusb-1.0.pc
+OLD_FILES+=usr/libdata/pkgconfig/libusb-2.0.pc
+OLD_FILES+=usr/sbin/uathload
+OLD_FILES+=usr/sbin/uhsoctl
+OLD_FILES+=usr/sbin/usbconfig
+OLD_FILES+=usr/sbin/usbdump
+OLD_FILES+=usr/share/man/man1/uhsoctl.1.gz
+OLD_FILES+=usr/share/man/man1/usbhidaction.1.gz
+OLD_FILES+=usr/share/man/man1/usbhidctl.1.gz
+OLD_FILES+=usr/share/man/man3/hid_dispose_report_desc.3.gz
+OLD_FILES+=usr/share/man/man3/hid_end_parse.3.gz
+OLD_FILES+=usr/share/man/man3/hid_get_data.3.gz
+OLD_FILES+=usr/share/man/man3/hid_get_item.3.gz
+OLD_FILES+=usr/share/man/man3/hid_get_report_desc.3.gz
+OLD_FILES+=usr/share/man/man3/hid_init.3.gz
+OLD_FILES+=usr/share/man/man3/hid_locate.3.gz
+OLD_FILES+=usr/share/man/man3/hid_report_size.3.gz
+OLD_FILES+=usr/share/man/man3/hid_set_data.3.gz
+OLD_FILES+=usr/share/man/man3/hid_start_parse.3.gz
+OLD_FILES+=usr/share/man/man3/hid_usage_in_page.3.gz
+OLD_FILES+=usr/share/man/man3/hid_usage_page.3.gz
+OLD_FILES+=usr/share/man/man3/libusb.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_be_add_dev_quirk.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_be_alloc_default.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_be_dequeue_device.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_be_device_foreach.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_be_enqueue_device.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_be_free.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_be_get_dev_quirk.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_be_get_quirk_name.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_be_get_template.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_be_remove_dev_quirk.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_be_set_template.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_desc_foreach.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_alloc.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_alloc_config.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_check_connected.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_close.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_detach_kernel_driver.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_free.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_get_address.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_get_backend_name.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_get_bus_number.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_get_config_index.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_get_debug.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_get_desc.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_get_device_desc.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_get_fd.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_get_iface_desc.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_get_info.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_get_mode.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_get_parent_address.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_get_parent_port.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_get_port_path.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_get_power_mode.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_get_power_usage.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_get_speed.3.gz
+OLD_FILES+=usr/share/man/man3/libusb20_dev_kernel_driver_active.3.gz
+OLD_FI

svn commit: r328331 - head/etc

2018-01-24 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Wed Jan 24 14:15:06 2018
New Revision: 328331
URL: https://svnweb.freebsd.org/changeset/base/328331

Log:
  Support configuring arbitrary limits(1) for any daemon in rc.conf
  
  Usage is ${name}_limits, and the argument is any flags accepted by
  limits(1), such as `-n 100' (e.g. only allow 100 open files).
  
  Approved by:  cy
  Differential Revision:https://reviews.freebsd.org/D14015

Modified:
  head/etc/rc.subr

Modified: head/etc/rc.subr
==
--- head/etc/rc.subrWed Jan 24 13:57:01 2018(r328330)
+++ head/etc/rc.subrWed Jan 24 14:15:06 2018(r328331)
@@ -775,6 +775,8 @@ check_startmsgs()
 #
 #  ${name}_login_class n   Login class to use, else "daemon".
 #
+#  ${name}_limits  n   limits(1) to apply to ${command}.
+#
 #  ${rc_arg}_cmd   n   If set, use this as the method when invoked;
 #  Otherwise, use default command (see below)
 #
@@ -952,7 +954,7 @@ run_rc_command()
_group=\$${name}_group  _groups=\$${name}_groups \
_fib=\$${name}_fib  _env=\$${name}_env \
_prepend=\$${name}_prepend  
_login_class=\${${name}_login_class:-daemon} \
-   _oomprotect=\$${name}_oomprotect
+   _limits=\$${name}_limits_oomprotect=\$${name}_oomprotect
 
if [ -n "$_user" ]; then# unset $_user if running as that user
if [ "$_user" = "$(eval $IDCMD)" ]; then
@@ -1073,7 +1075,7 @@ $command $rc_flags $command_args"
fi
 
# Prepend default limits
-   _doit="$_cd limits -C $_login_class $_doit"
+   _doit="$_cd limits -C $_login_class $_limits $_doit"
 
# run the full command
#
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r328931 - head/share/man/man8

2018-02-06 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Feb  6 15:30:17 2018
New Revision: 328931
URL: https://svnweb.freebsd.org/changeset/base/328931

Log:
  - Document new ${name}_limits rc.conf option
  
  Approved by:  cy
  MFC after:2 weeks (along with 328331 which introduced this option)
  Differential Revision:https://reviews.freebsd.org/D14028

Modified:
  head/share/man/man8/rc.subr.8

Modified: head/share/man/man8/rc.subr.8
==
--- head/share/man/man8/rc.subr.8   Tue Feb  6 14:57:03 2018
(r328930)
+++ head/share/man/man8/rc.subr.8   Tue Feb  6 15:30:17 2018
(r328931)
@@ -551,7 +551,7 @@ is mounted.
 A list of environment variables to run
 .Va command
 with.
-This will be passed as arguments to
+This will be passed as arguments to the
 .Xr env 1
 utility.
 .It Va ${name}_fib
@@ -583,6 +583,13 @@ as.
 Only supported after
 .Pa /usr
 is mounted.
+.It Va ${name}_limits
+.Xr limits 1
+to apply to
+.Va command .
+This will be passed as arguments to the
+.Xr limits 1
+utility.
 .It Va ${name}_oomprotect
 .Xr protect 1
 .Va command
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r310718 - head/contrib/bzip2

2016-12-28 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Wed Dec 28 18:04:18 2016
New Revision: 310718
URL: https://svnweb.freebsd.org/changeset/base/310718

Log:
  bzip2 does not exit after showing license as requested with --version
  or --license as most apps would do, instead it waits for data to
  compress on stdin. Because of that, if `bzip2 --version' is called,
  bogus `bzip2: I won't write compressed data to a terminal' error
  message will be displayed, and checking for bzip2 version in scripts
  as in
  
  bzip2 --version 2>&1 | grep -o "Version [^,]*"
  
  will hand as bzip2 would wait for data to compress on stdin. Fix
  this by exiting right after showing version/license text.
  
  I've tried to push this upstream for more than a year, but author
  is unresponsive, so upstream may be considered dead.
  
  Ubuntu applies similar fix, for the note.
  
  PR:   199443
  Approved by:  dim, bapt
  MFC after:2 weeks
  Differential Revision:D8924

Modified:
  head/contrib/bzip2/bzip2.c

Modified: head/contrib/bzip2/bzip2.c
==
--- head/contrib/bzip2/bzip2.c  Wed Dec 28 17:56:03 2016(r310717)
+++ head/contrib/bzip2/bzip2.c  Wed Dec 28 18:04:18 2016(r310718)
@@ -1890,7 +1890,9 @@ IntNative main ( IntNative argc, Char *a
case '8': blockSize100k= 8; break;
case '9': blockSize100k= 9; break;
case 'V':
-   case 'L': license();break;
+   case 'L': license();
+ exit ( 0 );
+ break;
case 'v': verbosity++; break;
case 'h': usage ( progName );
  exit ( 0 );
@@ -1916,8 +1918,8 @@ IntNative main ( IntNative argc, Char *a
   if (ISFLAG("--keep"))  keepInputFiles   = True;else
   if (ISFLAG("--small")) smallMode= True;else
   if (ISFLAG("--quiet")) noisy= False;   else
-  if (ISFLAG("--version"))   license();  else
-  if (ISFLAG("--license"))   license();  else
+  if (ISFLAG("--version"))   { license(); exit ( 0 ); }  else
+  if (ISFLAG("--license"))   { license(); exit ( 0 ); }  else
   if (ISFLAG("--exponential"))   workFactor = 1; else 
   if (ISFLAG("--repetitive-best"))   redundant(aa->name);else
   if (ISFLAG("--repetitive-fast"))   redundant(aa->name);else
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r316096 - stable/11/sbin/swapon

2017-03-28 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Mar 28 10:43:19 2017
New Revision: 316096
URL: https://svnweb.freebsd.org/changeset/base/316096

Log:
  MFC r315242: Fix late and noauto with geli swap
  
  With the following in /etc/fstab:
  
  /dev/gpt/swap.eli none swap sw,late 0 0
  
  swap will not be enabled, with `swapon -aL' complaining:
  
  swapon: Invalid option: late
  
  This happens because swap_on_geli_args() which parses geli arguments
  out of all mount options does not expect late or noauto among them.
  Fix this by explicitly allowing these arguments.
  
  Reviewed by:  jilles
  Approved by:  jilles
  Differential Revision:D9835

Modified:
  stable/11/sbin/swapon/swapon.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sbin/swapon/swapon.c
==
--- stable/11/sbin/swapon/swapon.c  Tue Mar 28 10:39:17 2017
(r316095)
+++ stable/11/sbin/swapon/swapon.c  Tue Mar 28 10:43:19 2017
(r316096)
@@ -375,8 +375,12 @@ swap_on_geli_args(const char *mntops)
free(ops);
return (NULL);
}
-   } else if ((p = strstr(token, "notrim")) == token) {
+   } else if (strcmp(token, "notrim") == 0) {
Tflag = " -T ";
+   } else if (strcmp(token, "late") == 0) {
+   /* ignore known option */
+   } else if (strcmp(token, "noauto") == 0) {
+   /* ignore known option */
} else if (strcmp(token, "sw") != 0) {
warnx("Invalid option: %s", token);
free(ops);
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r316097 - stable/10/sbin/swapon

2017-03-28 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Mar 28 10:43:20 2017
New Revision: 316097
URL: https://svnweb.freebsd.org/changeset/base/316097

Log:
  MFC r315242: Fix late and noauto with geli swap
  
  With the following in /etc/fstab:
  
  /dev/gpt/swap.eli none swap sw,late 0 0
  
  swap will not be enabled, with `swapon -aL' complaining:
  
  swapon: Invalid option: late
  
  This happens because swap_on_geli_args() which parses geli arguments
  out of all mount options does not expect late or noauto among them.
  Fix this by explicitly allowing these arguments.
  
  Reviewed by:  jilles
  Approved by:  jilles
  Differential Revision:D9835

Modified:
  stable/10/sbin/swapon/swapon.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sbin/swapon/swapon.c
==
--- stable/10/sbin/swapon/swapon.c  Tue Mar 28 10:43:19 2017
(r316096)
+++ stable/10/sbin/swapon/swapon.c  Tue Mar 28 10:43:20 2017
(r316097)
@@ -369,6 +369,10 @@ swap_on_geli_args(const char *mntops)
free(ops);
return (NULL);
}
+   } else if (strcmp(token, "late") == 0) {
+   /* ignore known option */
+   } else if (strcmp(token, "noauto") == 0) {
+   /* ignore known option */
} else if (strcmp(token, "sw") != 0) {
warnx("Invalid option: %s", token);
free(ops);
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r315242 - head/sbin/swapon

2017-03-14 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Mar 14 12:39:19 2017
New Revision: 315242
URL: https://svnweb.freebsd.org/changeset/base/315242

Log:
  Fix late and noauto with geli swap
  
  With the following in /etc/fstab:
  
  /dev/gpt/swap.eli none swap sw,late 0 0
  
  swap will not be enabled, with `swapon -aL' complaining:
  
  swapon: Invalid option: late
  
  This happens because swap_on_geli_args() which parses geli arguments
  out of all mount options does not expect late or noauto among them.
  Fix this by explicitly allowing these arguments.
  
  Reviewed by:  jilles
  Approved by:  jilles
  MFC after:2 weeks
  Differential Revision:D9835

Modified:
  head/sbin/swapon/swapon.c

Modified: head/sbin/swapon/swapon.c
==
--- head/sbin/swapon/swapon.c   Tue Mar 14 10:09:50 2017(r315241)
+++ head/sbin/swapon/swapon.c   Tue Mar 14 12:39:19 2017(r315242)
@@ -375,8 +375,12 @@ swap_on_geli_args(const char *mntops)
free(ops);
return (NULL);
}
-   } else if ((p = strstr(token, "notrim")) == token) {
+   } else if (strcmp(token, "notrim") == 0) {
Tflag = " -T ";
+   } else if (strcmp(token, "late") == 0) {
+   /* ignore known option */
+   } else if (strcmp(token, "noauto") == 0) {
+   /* ignore known option */
} else if (strcmp(token, "sw") != 0) {
warnx("Invalid option: %s", token);
free(ops);
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r288120 - head/usr.sbin/ndiscvt

2015-09-22 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Sep 22 16:59:41 2015
New Revision: 288120
URL: https://svnweb.freebsd.org/changeset/base/288120

Log:
  Fix crash on parsing some inf files
  
  ndiscvt uses 16 entry array for words into which it parses
  comma-separated lists of strings, like AddReg line in
  
  [somesection]
  AddReg = foo.reg, bar.reg, baz.reg, quiz.reg
  
  Overflows were not checked so it crashed on a line with 17 words
  encountered in some Broadcom/Dell Wireless 1704 802.11b-g-n driver
  
  So extend the array up to 32 entries and add an overflow check.
  
  Reviewed by:  bapt
  Approved by:  bapt
  MFC after:2 weeks
  Differential Revision:D3713

Modified:
  head/usr.sbin/ndiscvt/inf.c
  head/usr.sbin/ndiscvt/inf.h

Modified: head/usr.sbin/ndiscvt/inf.c
==
--- head/usr.sbin/ndiscvt/inf.c Tue Sep 22 16:51:40 2015(r288119)
+++ head/usr.sbin/ndiscvt/inf.c Tue Sep 22 16:59:41 2015(r288120)
@@ -887,6 +887,12 @@ regkey_add (const char *r)
 void
 push_word (const char *w)
 {
+
+   if (idx == W_MAX) {
+   fprintf(stderr, "too many words; try bumping W_MAX in inf.h\n");
+   exit(1);
+   }
+
if (w && strlen(w))
words[idx++] = w;
else

Modified: head/usr.sbin/ndiscvt/inf.h
==
--- head/usr.sbin/ndiscvt/inf.h Tue Sep 22 16:51:40 2015(r288119)
+++ head/usr.sbin/ndiscvt/inf.h Tue Sep 22 16:59:41 2015(r288120)
@@ -4,7 +4,7 @@
  * $FreeBSD$
  */
 
-#define W_MAX  16
+#define W_MAX  32
 
 struct section {
const char *name;
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


Re: svn commit: r295800 - head/usr.bin/cap_mkdb

2016-02-19 Thread Dmitry Marakasov
* Stefan Esser (s...@freebsd.org) wrote:

> Log:
>   Remove O_SYNC from the options passed to dbmopen().
>   
>   The output file is created as a temporary file that is moved over the
>   existing file after completion. Thus there is no need to immediately
>   flush all created db records to the temporary file.

How is it guaranteed that the temporary file is completely written to
disk before it's moved over the old database? I've run cap_mkdb under
ktrace and I don't see fsync call there.

-- 
Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
amd...@amdmi3.ru  ..:  jabber: amd...@jabber.ru  http://amdmi3.ru
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r312062 - stable/11/contrib/bzip2

2017-01-13 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Fri Jan 13 10:28:26 2017
New Revision: 312062
URL: https://svnweb.freebsd.org/changeset/base/312062

Log:
  MFC r310718:
  
  bzip2 does not exit after showing license as requested with --version
  or --license as most apps would do, instead it waits for data to
  compress on stdin. Because of that, if `bzip2 --version' is called,
  bogus `bzip2: I won't write compressed data to a terminal' error
  message will be displayed, and checking for bzip2 version in scripts
  as in
  
  bzip2 --version 2>&1 | grep -o "Version [^,]*"
  
  will hand as bzip2 would wait for data to compress on stdin. Fix
  this by exiting right after showing version/license text.
  
  I've tried to push this upstream for more than a year, but author
  is unresponsive, so upstream may be considered dead.
  
  Ubuntu applies similar fix, for the note.
  
  PR:   199443
  Approved by:  dim, bapt
  Differential Revision:D8924

Modified:
  stable/11/contrib/bzip2/bzip2.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/contrib/bzip2/bzip2.c
==
--- stable/11/contrib/bzip2/bzip2.c Fri Jan 13 10:28:24 2017
(r312061)
+++ stable/11/contrib/bzip2/bzip2.c Fri Jan 13 10:28:26 2017
(r312062)
@@ -1890,7 +1890,9 @@ IntNative main ( IntNative argc, Char *a
case '8': blockSize100k= 8; break;
case '9': blockSize100k= 9; break;
case 'V':
-   case 'L': license();break;
+   case 'L': license();
+ exit ( 0 );
+ break;
case 'v': verbosity++; break;
case 'h': usage ( progName );
  exit ( 0 );
@@ -1916,8 +1918,8 @@ IntNative main ( IntNative argc, Char *a
   if (ISFLAG("--keep"))  keepInputFiles   = True;else
   if (ISFLAG("--small")) smallMode= True;else
   if (ISFLAG("--quiet")) noisy= False;   else
-  if (ISFLAG("--version"))   license();  else
-  if (ISFLAG("--license"))   license();  else
+  if (ISFLAG("--version"))   { license(); exit ( 0 ); }  else
+  if (ISFLAG("--license"))   { license(); exit ( 0 ); }  else
   if (ISFLAG("--exponential"))   workFactor = 1; else 
   if (ISFLAG("--repetitive-best"))   redundant(aa->name);else
   if (ISFLAG("--repetitive-fast"))   redundant(aa->name);else
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r312061 - stable/10/contrib/bzip2

2017-01-13 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Fri Jan 13 10:28:24 2017
New Revision: 312061
URL: https://svnweb.freebsd.org/changeset/base/312061

Log:
  MFC r310718:
  
  bzip2 does not exit after showing license as requested with --version
  or --license as most apps would do, instead it waits for data to
  compress on stdin. Because of that, if `bzip2 --version' is called,
  bogus `bzip2: I won't write compressed data to a terminal' error
  message will be displayed, and checking for bzip2 version in scripts
  as in
  
  bzip2 --version 2>&1 | grep -o "Version [^,]*"
  
  will hand as bzip2 would wait for data to compress on stdin. Fix
  this by exiting right after showing version/license text.
  
  I've tried to push this upstream for more than a year, but author
  is unresponsive, so upstream may be considered dead.
  
  Ubuntu applies similar fix, for the note.
  
  PR:   199443
  Approved by:  dim, bapt
  Differential Revision:D8924

Modified:
  stable/10/contrib/bzip2/bzip2.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/contrib/bzip2/bzip2.c
==
--- stable/10/contrib/bzip2/bzip2.c Fri Jan 13 09:32:11 2017
(r312060)
+++ stable/10/contrib/bzip2/bzip2.c Fri Jan 13 10:28:24 2017
(r312061)
@@ -1890,7 +1890,9 @@ IntNative main ( IntNative argc, Char *a
case '8': blockSize100k= 8; break;
case '9': blockSize100k= 9; break;
case 'V':
-   case 'L': license();break;
+   case 'L': license();
+ exit ( 0 );
+ break;
case 'v': verbosity++; break;
case 'h': usage ( progName );
  exit ( 0 );
@@ -1916,8 +1918,8 @@ IntNative main ( IntNative argc, Char *a
   if (ISFLAG("--keep"))  keepInputFiles   = True;else
   if (ISFLAG("--small")) smallMode= True;else
   if (ISFLAG("--quiet")) noisy= False;   else
-  if (ISFLAG("--version"))   license();  else
-  if (ISFLAG("--license"))   license();  else
+  if (ISFLAG("--version"))   { license(); exit ( 0 ); }  else
+  if (ISFLAG("--license"))   { license(); exit ( 0 ); }  else
   if (ISFLAG("--exponential"))   workFactor = 1; else 
   if (ISFLAG("--repetitive-best"))   redundant(aa->name);else
   if (ISFLAG("--repetitive-fast"))   redundant(aa->name);else
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r288925 - stable/9/usr.sbin/ndiscvt

2015-10-06 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Oct  6 15:30:48 2015
New Revision: 288925
URL: https://svnweb.freebsd.org/changeset/base/288925

Log:
  MFC r288120: Fix crash on parsing some inf files

Modified:
  stable/9/usr.sbin/ndiscvt/inf.c
  stable/9/usr.sbin/ndiscvt/inf.h
Directory Properties:
  stable/9/usr.sbin/ndiscvt/   (props changed)

Modified: stable/9/usr.sbin/ndiscvt/inf.c
==
--- stable/9/usr.sbin/ndiscvt/inf.c Tue Oct  6 15:30:41 2015
(r288924)
+++ stable/9/usr.sbin/ndiscvt/inf.c Tue Oct  6 15:30:48 2015
(r288925)
@@ -887,6 +887,12 @@ regkey_add (const char *r)
 void
 push_word (const char *w)
 {
+
+   if (idx == W_MAX) {
+   fprintf(stderr, "too many words; try bumping W_MAX in inf.h\n");
+   exit(1);
+   }
+
if (w && strlen(w))
words[idx++] = w;
else

Modified: stable/9/usr.sbin/ndiscvt/inf.h
==
--- stable/9/usr.sbin/ndiscvt/inf.h Tue Oct  6 15:30:41 2015
(r288924)
+++ stable/9/usr.sbin/ndiscvt/inf.h Tue Oct  6 15:30:48 2015
(r288925)
@@ -4,7 +4,7 @@
  * $FreeBSD$
  */
 
-#define W_MAX  16
+#define W_MAX  32
 
 struct section {
const char *name;
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r288924 - stable/10/usr.sbin/ndiscvt

2015-10-06 Thread Dmitry Marakasov
Author: amdmi3 (ports committer)
Date: Tue Oct  6 15:30:41 2015
New Revision: 288924
URL: https://svnweb.freebsd.org/changeset/base/288924

Log:
  MFC r288120: Fix crash on parsing some inf files

Modified:
  stable/10/usr.sbin/ndiscvt/inf.c
  stable/10/usr.sbin/ndiscvt/inf.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/ndiscvt/inf.c
==
--- stable/10/usr.sbin/ndiscvt/inf.cTue Oct  6 14:56:37 2015
(r288923)
+++ stable/10/usr.sbin/ndiscvt/inf.cTue Oct  6 15:30:41 2015
(r288924)
@@ -887,6 +887,12 @@ regkey_add (const char *r)
 void
 push_word (const char *w)
 {
+
+   if (idx == W_MAX) {
+   fprintf(stderr, "too many words; try bumping W_MAX in inf.h\n");
+   exit(1);
+   }
+
if (w && strlen(w))
words[idx++] = w;
else

Modified: stable/10/usr.sbin/ndiscvt/inf.h
==
--- stable/10/usr.sbin/ndiscvt/inf.hTue Oct  6 14:56:37 2015
(r288923)
+++ stable/10/usr.sbin/ndiscvt/inf.hTue Oct  6 15:30:41 2015
(r288924)
@@ -4,7 +4,7 @@
  * $FreeBSD$
  */
 
-#define W_MAX  16
+#define W_MAX  32
 
 struct section {
const char *name;
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"