Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2019 15:09:01 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r350131 - in head: release/packages usr.sbin/wpa/hostapd usr.sbin/wpa/hostapd_cli
Message-ID:  <201907191509.x6JF91XG051593@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 = "re@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907191509.x6JF91XG051593>