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

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 2 02:47:38 UTC 2015


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


More information about the svn-src-all mailing list