Author: manu Date: Fri Jul 19 15:09:00 2019 New Revision: 350131 URL: https://svnweb.freebsd.org/changeset/base/350131
Log: pkgbase: Add a FreeBSD-hostapd package Move the hostapd related files from FreeBSD-runtime to a new package n FreeBSD-hostapd The FreeBSD runtime is only intended to have everything for a working FreeBSD installation and hostapd isn't needed for that. Reviewed by: bapt, gjb Differential Revision: https://reviews.freebsd.org/D20958 Added: head/release/packages/hostapd.ucl (contents, props changed) Modified: head/release/packages/Makefile.package head/usr.sbin/wpa/hostapd/Makefile head/usr.sbin/wpa/hostapd_cli/Makefile Modified: head/release/packages/Makefile.package ============================================================================== --- head/release/packages/Makefile.package Fri Jul 19 15:07:31 2019 (r350130) +++ head/release/packages/Makefile.package Fri Jul 19 15:09:00 2019 (r350131) @@ -38,6 +38,8 @@ groff_COMMENT= Groff Utilities groff_DESC= Groff Utilities hast_COMMENT= Highly Available Storage daemon hast_DESC= Highly Available Storage daemon +hostapd_COMMENT= 802.11 Access Point Daemon an Utilities +hostapd_DESC= 802.11 Access Point Daemon an Utilities jail_COMMENT= Jail Utilities jail_DESC= Jail Utilities jail-debug_DESCR= Debugging Symbols Added: head/release/packages/hostapd.ucl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/release/packages/hostapd.ucl Fri Jul 19 15:09:00 2019 (r350131) @@ -0,0 +1,23 @@ +# +# $FreeBSD$ +# + +name = "FreeBSD-%PKGNAME%" +origin = "base" +version = "%VERSION%" +comment = "%COMMENT%" +categories = [ base ] +maintainer = "r...@freebsd.org" +www = "https://www.FreeBSD.org" +prefix = "/" +licenselogic = "single" +licenses = [ BSD2CLAUSE ] +desc = <<EOD +%DESC% +EOD +deps: { + FreeBSD-%PKGDEPS%: { + origin: "base", + version: "%VERSION%" + } +} Modified: head/usr.sbin/wpa/hostapd/Makefile ============================================================================== --- head/usr.sbin/wpa/hostapd/Makefile Fri Jul 19 15:07:31 2019 (r350130) +++ head/usr.sbin/wpa/hostapd/Makefile Fri Jul 19 15:09:00 2019 (r350131) @@ -10,6 +10,7 @@ ${WPA_DISTDIR}/src/drivers \ ${WPA_DISTDIR}/wpa_supplicant +PACKAGE= hostapd PROG= hostapd SRCS= accounting.c \ ap_config.c \ Modified: head/usr.sbin/wpa/hostapd_cli/Makefile ============================================================================== --- head/usr.sbin/wpa/hostapd_cli/Makefile Fri Jul 19 15:07:31 2019 (r350130) +++ head/usr.sbin/wpa/hostapd_cli/Makefile Fri Jul 19 15:09:00 2019 (r350131) @@ -4,6 +4,7 @@ .PATH.c:${HOSTAPD_DISTDIR} +PACKAGE= hostapd PROG= hostapd_cli SRCS= cli.c common.c edit.c eloop.c hostapd_cli.c os_unix.c \ wpa_ctrl.c wpa_debug.c _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"