Skip to content

Commit

Permalink
pkgbase: Add a FreeBSD-hostapd package
Browse files Browse the repository at this point in the history
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
  • Loading branch information
evadot committed Jul 19, 2019
1 parent cb1a441 commit 0d9efd7
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release/packages/Makefile.package
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
23 changes: 23 additions & 0 deletions release/packages/hostapd.ucl
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
#
# $FreeBSD$
#

name = "FreeBSD-%PKGNAME%"
origin = "base"
version = "%VERSION%"
comment = "%COMMENT%"
categories = [ base ]
maintainer = "[email protected]"
www = "https://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
EOD
deps: {
FreeBSD-%PKGDEPS%: {
origin: "base",
version: "%VERSION%"
}
}
1 change: 1 addition & 0 deletions usr.sbin/wpa/hostapd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
${WPA_DISTDIR}/src/drivers \
${WPA_DISTDIR}/wpa_supplicant

PACKAGE= hostapd
PROG= hostapd
SRCS= accounting.c \
ap_config.c \
Expand Down
1 change: 1 addition & 0 deletions usr.sbin/wpa/hostapd_cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d9efd7

Please sign in to comment.