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

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Feb 3 00:19:52 UTC 2015


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


More information about the svn-src-head mailing list