From owner-svn-src-projects@FreeBSD.ORG Thu Nov 27 04:19:02 2014 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 248B270D; Thu, 27 Nov 2014 04:19:02 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0616E36F; Thu, 27 Nov 2014 04:19:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAR4J1wm073314; Thu, 27 Nov 2014 04:19:01 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAR4J198073313; Thu, 27 Nov 2014 04:19:01 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201411270419.sAR4J198073313@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Garrett Cooper Date: Thu, 27 Nov 2014 04:19:01 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r275167 - projects/building-blocks/tools/build/mk X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Nov 2014 04:19:02 -0000 Author: ngie Date: Thu Nov 27 04:19:01 2014 New Revision: 275167 URL: https://svnweb.freebsd.org/changeset/base/275167 Log: Populate MK_CUSE, MK_NETGRAPH, MK_NETGRAPH_SUPPORT, and MK_RADIUS_SUPPORT Modified: projects/building-blocks/tools/build/mk/OptionalObsoleteFiles.inc Modified: projects/building-blocks/tools/build/mk/OptionalObsoleteFiles.inc ============================================================================== --- projects/building-blocks/tools/build/mk/OptionalObsoleteFiles.inc Thu Nov 27 04:16:47 2014 (r275166) +++ projects/building-blocks/tools/build/mk/OptionalObsoleteFiles.inc Thu Nov 27 04:19:01 2014 (r275167) @@ -753,6 +753,43 @@ OLD_FILES+=usr/share/man/man1/ctm_smail. OLD_FILES+=usr/share/man/man5/ctm.5.gz .endif +.if ${MK_CUSE} == no +OLD_FILES+=usr/include/fs/cuse/cuse_defs.h +OLD_FILES+=usr/include/fs/cuse/cuse_ioctl.h +OLD_FILES+=usr/include/cuse.h +OLD_FILES+=usr/lib/libcuse.a +OLD_LIBS+=usr/lib/libcuse.so.1 +OLD_FILES+=usr/lib/libcuse_p.a +OLD_FILES+=usr/share/man/man3/cuse.3.gz +OLD_FILES+=usr/share/man/man3/cuse_alloc_unit_number.3.gz +OLD_FILES+=usr/share/man/man3/cuse_alloc_unit_number_by_id.3.gz +OLD_FILES+=usr/share/man/man3/cuse_copy_in.3.gz +OLD_FILES+=usr/share/man/man3/cuse_copy_out.3.gz +OLD_FILES+=usr/share/man/man3/cuse_dev_create.3.gz +OLD_FILES+=usr/share/man/man3/cuse_dev_destroy.3.gz +OLD_FILES+=usr/share/man/man3/cuse_dev_get_current.3.gz +OLD_FILES+=usr/share/man/man3/cuse_dev_get_per_file_handle.3.gz +OLD_FILES+=usr/share/man/man3/cuse_dev_get_priv0.3.gz +OLD_FILES+=usr/share/man/man3/cuse_dev_get_priv1.3.gz +OLD_FILES+=usr/share/man/man3/cuse_dev_set_per_file_handle.3.gz +OLD_FILES+=usr/share/man/man3/cuse_dev_set_priv0.3.gz +OLD_FILES+=usr/share/man/man3/cuse_dev_set_priv1.3.gz +OLD_FILES+=usr/share/man/man3/cuse_free_unit_number.3.gz +OLD_FILES+=usr/share/man/man3/cuse_free_unit_number_by_id.3.gz +OLD_FILES+=usr/share/man/man3/cuse_get_local.3.gz +OLD_FILES+=usr/share/man/man3/cuse_got_peer_signal.3.gz +OLD_FILES+=usr/share/man/man3/cuse_init.3.gz +OLD_FILES+=usr/share/man/man3/cuse_is_vmalloc_addr.3.gz +OLD_FILES+=usr/share/man/man3/cuse_poll_wakeup.3.gz +OLD_FILES+=usr/share/man/man3/cuse_set_local.3.gz +OLD_FILES+=usr/share/man/man3/cuse_uninit.3.gz +OLD_FILES+=usr/share/man/man3/cuse_vmalloc.3.gz +OLD_FILES+=usr/share/man/man3/cuse_vmfree.3.gz +OLD_FILES+=usr/share/man/man3/cuse_vmoffset.3.gz +OLD_FILES+=usr/share/man/man3/cuse_wait_and_process.3.gz +OLD_DIRS+=usr/include/fs/cuse +.endif + # devd(8) not listed here on purpose .if ${MK_CXX} == no OLD_FILES+=usr/bin/CC @@ -1395,12 +1432,14 @@ OLD_FILES+=usr/share/man/man8/freebsd-up OLD_FILES+=usr/bin/ftp OLD_FILES+=usr/bin/gate-ftp OLD_FILES+=usr/bin/pftp +OLD_LIBS+=usr/lib/pam_ftpusers.so.5 OLD_FILES+=usr/libexec/ftpd OLD_FILES+=usr/share/man/man1/ftp.1.gz OLD_FILES+=usr/share/man/man1/gate-ftp.1.gz OLD_FILES+=usr/share/man/man1/pftp.1.gz OLD_FILES+=usr/share/man/man5/ftpchroot.5.gz OLD_FILES+=usr/share/man/man8/ftpd.8.gz +OLD_FILES+=usr/share/man/man8/pam_ftpusers.8.gz .endif .if ${MK_GAMES} == no @@ -3570,6 +3609,143 @@ OLD_FILES+=usr/bin/nc OLD_FILES+=usr/share/man/man1/nc.1.gz .endif +.if ${MK_NETGRAPH} == no +OLD_FILES+=usr/sbin/ngctl +OLD_FILES+=usr/sbin/nghook +OLD_FILES+=usr/share/examples/netgraph/ether.bridge +OLD_FILES+=usr/share/examples/netgraph/frame_relay +OLD_FILES+=usr/share/examples/netgraph/ngctl +OLD_FILES+=usr/share/examples/netgraph/raw +OLD_FILES+=usr/share/examples/netgraph/udp.tunnel +OLD_FILES+=usr/share/examples/netgraph/virtual.chain +OLD_FILES+=usr/share/examples/netgraph/virtual.lan +OLD_FILES+=usr/share/man/man4/ng_UI.4.gz +OLD_FILES+=usr/share/man/man4/ng_async.4.gz +OLD_FILES+=usr/share/man/man4/ng_atm.4.gz +OLD_FILES+=usr/share/man/man4/ng_atmllc.4.gz +OLD_FILES+=usr/share/man/man4/ng_bluetooth.4.gz +OLD_FILES+=usr/share/man/man4/ng_bpf.4.gz +OLD_FILES+=usr/share/man/man4/ng_bridge.4.gz +OLD_FILES+=usr/share/man/man4/ng_bt3c.4.gz +OLD_FILES+=usr/share/man/man4/ng_btsocket.4.gz +OLD_FILES+=usr/share/man/man4/ng_car.4.gz +OLD_FILES+=usr/share/man/man4/ng_ccatm.4.gz +OLD_FILES+=usr/share/man/man4/ng_cisco.4.gz +OLD_FILES+=usr/share/man/man4/ng_deflate.4.gz +OLD_FILES+=usr/share/man/man4/ng_device.4.gz +OLD_FILES+=usr/share/man/man4/ng_echo.4.gz +OLD_FILES+=usr/share/man/man4/ng_eiface.4.gz +OLD_FILES+=usr/share/man/man4/ng_etf.4.gz +OLD_FILES+=usr/share/man/man4/ng_ether.4.gz +OLD_FILES+=usr/share/man/man4/ng_ether_echo.4.gz +OLD_FILES+=usr/share/man/man4/ng_frame_relay.4.gz +OLD_FILES+=usr/share/man/man4/ng_gif.4.gz +OLD_FILES+=usr/share/man/man4/ng_gif_demux.4.gz +OLD_FILES+=usr/share/man/man4/ng_h4.4.gz +OLD_FILES+=usr/share/man/man4/ng_hci.4.gz +OLD_FILES+=usr/share/man/man4/ng_hole.4.gz +OLD_FILES+=usr/share/man/man4/ng_hub.4.gz +OLD_FILES+=usr/share/man/man4/ng_iface.4.gz +OLD_FILES+=usr/share/man/man4/ng_ip_input.4.gz +OLD_FILES+=usr/share/man/man4/ng_ipfw.4.gz +OLD_FILES+=usr/share/man/man4/ng_ksocket.4.gz +OLD_FILES+=usr/share/man/man4/ng_l2cap.4.gz +OLD_FILES+=usr/share/man/man4/ng_l2tp.4.gz +OLD_FILES+=usr/share/man/man4/ng_lmi.4.gz +OLD_FILES+=usr/share/man/man4/ng_mppc.4.gz +OLD_FILES+=usr/share/man/man4/ng_nat.4.gz +OLD_FILES+=usr/share/man/man4/ng_netflow.4.gz +OLD_FILES+=usr/share/man/man4/ng_one2many.4.gz +OLD_FILES+=usr/share/man/man4/ng_patch.4.gz +OLD_FILES+=usr/share/man/man4/ng_ppp.4.gz +OLD_FILES+=usr/share/man/man4/ng_pppoe.4.gz +OLD_FILES+=usr/share/man/man4/ng_pptpgre.4.gz +OLD_FILES+=usr/share/man/man4/ng_pred1.4.gz +OLD_FILES+=usr/share/man/man4/ng_rfc1490.4.gz +OLD_FILES+=usr/share/man/man4/ng_socket.4.gz +OLD_FILES+=usr/share/man/man4/ng_source.4.gz +OLD_FILES+=usr/share/man/man4/ng_split.4.gz +OLD_FILES+=usr/share/man/man4/ng_sppp.4.gz +OLD_FILES+=usr/share/man/man4/ng_sscfu.4.gz +OLD_FILES+=usr/share/man/man4/ng_sscop.4.gz +OLD_FILES+=usr/share/man/man4/ng_tag.4.gz +OLD_FILES+=usr/share/man/man4/ng_tcpmss.4.gz +OLD_FILES+=usr/share/man/man4/ng_tee.4.gz +OLD_FILES+=usr/share/man/man4/ng_tty.4.gz +OLD_FILES+=usr/share/man/man4/ng_ubt.4.gz +OLD_FILES+=usr/share/man/man4/ng_uni.4.gz +OLD_FILES+=usr/share/man/man4/ng_vjc.4.gz +OLD_FILES+=usr/share/man/man4/ng_vlan.4.gz +OLD_FILES+=usr/share/man/man8/ngctl.8.gz +OLD_FILES+=usr/share/man/man8/nghook.8.gz +OLD_DIRS+=usr/share/examples/netgraph +.endif + +.if ${MK_NETGRAPH_SUPPORT} == no +OLD_FILES+=usr/include/netgraph/atm/ng_atm.h +OLD_FILES+=usr/include/netgraph/atm/ng_ccatm.h +OLD_FILES+=usr/include/netgraph/atm/ng_sscfu.h +OLD_FILES+=usr/include/netgraph/atm/ng_sscop.h +OLD_FILES+=usr/include/netgraph/atm/ng_uni.h +OLD_FILES+=usr/include/netgraph/atm/ngatmbase.h +OLD_FILES+=usr/include/netgraph/netflow/netflow.h +OLD_FILES+=usr/include/netgraph/netflow/netflow_v9.h +OLD_FILES+=usr/include/netgraph/netflow/ng_netflow.h +OLD_FILES+=usr/include/netgraph/netgraph.h +OLD_FILES+=usr/include/netgraph/ng_UI.h +OLD_FILES+=usr/include/netgraph/ng_async.h +OLD_FILES+=usr/include/netgraph/ng_atmllc.h +OLD_FILES+=usr/include/netgraph/ng_bpf.h +OLD_FILES+=usr/include/netgraph/ng_bridge.h +OLD_FILES+=usr/include/netgraph/ng_car.h +OLD_FILES+=usr/include/netgraph/ng_cisco.h +OLD_FILES+=usr/include/netgraph/ng_deflate.h +OLD_FILES+=usr/include/netgraph/ng_device.h +OLD_FILES+=usr/include/netgraph/ng_echo.h +OLD_FILES+=usr/include/netgraph/ng_eiface.h +OLD_FILES+=usr/include/netgraph/ng_etf.h +OLD_FILES+=usr/include/netgraph/ng_ether.h +OLD_FILES+=usr/include/netgraph/ng_ether_echo.h +OLD_FILES+=usr/include/netgraph/ng_frame_relay.h +OLD_FILES+=usr/include/netgraph/ng_gif.h +OLD_FILES+=usr/include/netgraph/ng_gif_demux.h +OLD_FILES+=usr/include/netgraph/ng_hole.h +OLD_FILES+=usr/include/netgraph/ng_hub.h +OLD_FILES+=usr/include/netgraph/ng_iface.h +OLD_FILES+=usr/include/netgraph/ng_ip_input.h +OLD_FILES+=usr/include/netgraph/ng_ipfw.h +OLD_FILES+=usr/include/netgraph/ng_ksocket.h +OLD_FILES+=usr/include/netgraph/ng_l2tp.h +OLD_FILES+=usr/include/netgraph/ng_lmi.h +OLD_FILES+=usr/include/netgraph/ng_message.h +OLD_FILES+=usr/include/netgraph/ng_mppc.h +OLD_FILES+=usr/include/netgraph/ng_nat.h +OLD_FILES+=usr/include/netgraph/ng_one2many.h +OLD_FILES+=usr/include/netgraph/ng_parse.h +OLD_FILES+=usr/include/netgraph/ng_patch.h +OLD_FILES+=usr/include/netgraph/ng_pipe.h +OLD_FILES+=usr/include/netgraph/ng_ppp.h +OLD_FILES+=usr/include/netgraph/ng_pppoe.h +OLD_FILES+=usr/include/netgraph/ng_pptpgre.h +OLD_FILES+=usr/include/netgraph/ng_pred1.h +OLD_FILES+=usr/include/netgraph/ng_rfc1490.h +OLD_FILES+=usr/include/netgraph/ng_sample.h +OLD_FILES+=usr/include/netgraph/ng_socket.h +OLD_FILES+=usr/include/netgraph/ng_socketvar.h +OLD_FILES+=usr/include/netgraph/ng_source.h +OLD_FILES+=usr/include/netgraph/ng_split.h +OLD_FILES+=usr/include/netgraph/ng_sppp.h +OLD_FILES+=usr/include/netgraph/ng_tag.h +OLD_FILES+=usr/include/netgraph/ng_tcpmss.h +OLD_FILES+=usr/include/netgraph/ng_tee.h +OLD_FILES+=usr/include/netgraph/ng_tty.h +OLD_FILES+=usr/include/netgraph/ng_vjc.h +OLD_FILES+=usr/include/netgraph/ng_vlan.h +OLD_DIRS+=usr/include/netgraph/atm +OLD_DIRS+=usr/include/netgraph/netflow +OLD_DIRS+=usr/include/netgraph +.endif + .if ${MK_NIS} == no OLD_FILES+=usr/bin/ypcat OLD_FILES+=usr/bin/ypchfn @@ -4001,6 +4177,52 @@ OLD_FILES+=usr/lib/private/libldns_p.a OLD_FILES+=usr/lib/private/libssh_p.a .endif +.if ${MK_RADIUS_SUPPORT} == no +OLD_FILES+=usr/include/radlib.h +OLD_FILES+=usr/include/radlib_vs.h +OLD_FILES+=usr/lib/libradius.a +OLD_LIBS+=usr/lib/libradius.so.4 +OLD_LIBS+=usr/lib/pam_radius.so.5 +OLD_FILES+=usr/lib/libradius_p.a +OLD_FILES+=usr/share/man/man3/libradius.3.gz +OLD_FILES+=usr/share/man/man3/rad_acct_open.3.gz +OLD_FILES+=usr/share/man/man3/rad_add_server.3.gz +OLD_FILES+=usr/share/man/man3/rad_add_server_ex.3.gz +OLD_FILES+=usr/share/man/man3/rad_auth_open.3.gz +OLD_FILES+=usr/share/man/man3/rad_bind_to.3.gz +OLD_FILES+=usr/share/man/man3/rad_close.3.gz +OLD_FILES+=usr/share/man/man3/rad_config.3.gz +OLD_FILES+=usr/share/man/man3/rad_continue_send_request.3.gz +OLD_FILES+=usr/share/man/man3/rad_create_request.3.gz +OLD_FILES+=usr/share/man/man3/rad_create_response.3.gz +OLD_FILES+=usr/share/man/man3/rad_cvt_addr.3.gz +OLD_FILES+=usr/share/man/man3/rad_cvt_int.3.gz +OLD_FILES+=usr/share/man/man3/rad_cvt_string.3.gz +OLD_FILES+=usr/share/man/man3/rad_demangle.3.gz +OLD_FILES+=usr/share/man/man3/rad_demangle_mppe_key.3.gz +OLD_FILES+=usr/share/man/man3/rad_get_attr.3.gz +OLD_FILES+=usr/share/man/man3/rad_get_vendor_attr.3.gz +OLD_FILES+=usr/share/man/man3/rad_init_send_request.3.gz +OLD_FILES+=usr/share/man/man3/rad_put_addr.3.gz +OLD_FILES+=usr/share/man/man3/rad_put_attr.3.gz +OLD_FILES+=usr/share/man/man3/rad_put_int.3.gz +OLD_FILES+=usr/share/man/man3/rad_put_message_authentic.3.gz +OLD_FILES+=usr/share/man/man3/rad_put_string.3.gz +OLD_FILES+=usr/share/man/man3/rad_put_vendor_addr.3.gz +OLD_FILES+=usr/share/man/man3/rad_put_vendor_attr.3.gz +OLD_FILES+=usr/share/man/man3/rad_put_vendor_int.3.gz +OLD_FILES+=usr/share/man/man3/rad_put_vendor_string.3.gz +OLD_FILES+=usr/share/man/man3/rad_receive_request.3.gz +OLD_FILES+=usr/share/man/man3/rad_request_authenticator.3.gz +OLD_FILES+=usr/share/man/man3/rad_send_request.3.gz +OLD_FILES+=usr/share/man/man3/rad_send_response.3.gz +OLD_FILES+=usr/share/man/man3/rad_server_open.3.gz +OLD_FILES+=usr/share/man/man3/rad_server_secret.3.gz +OLD_FILES+=usr/share/man/man3/rad_strerror.3.gz +OLD_FILES+=usr/share/man/man5/radius.conf.5.gz +OLD_FILES+=usr/share/man/man8/pam_radius.8.gz +.endif + .if ${MK_RBOOTD} == no OLD_FILES+=usr/libexec/rbootd OLD_FILES+=usr/share/man/man8/rbootd.8.gz