Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160078835
D20957.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D20957.diff
View Options
Index: head/release/packages/Makefile.package
===================================================================
--- head/release/packages/Makefile.package
+++ head/release/packages/Makefile.package
@@ -78,3 +78,5 @@
unbound_DESC= Unbound DNS Resolver
vi_COMMENT= Vi Editor
vi_DESC= Vi Editor
+wpa_COMMENT= 802.11 Supplicant
+wpa_DESC= 802.11 Supplicant
Index: head/release/packages/wpa.ucl
===================================================================
--- head/release/packages/wpa.ucl
+++ head/release/packages/wpa.ucl
@@ -0,0 +1,24 @@
+#
+# $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%"
+ }
+}
+
Index: head/usr.sbin/wpa/wpa_cli/Makefile
===================================================================
--- head/usr.sbin/wpa/wpa_cli/Makefile
+++ head/usr.sbin/wpa/wpa_cli/Makefile
@@ -9,6 +9,7 @@
${WPA_DISTDIR}/src/eap_peer \
${WPA_DISTDIR}/src/drivers
+PACKAGE= wpa
PROG= wpa_cli
SRCS= base64.c bitfield.c blacklist.c bss.c cli.c common.c config.c \
config_file.c \
Index: head/usr.sbin/wpa/wpa_passphrase/Makefile
===================================================================
--- head/usr.sbin/wpa/wpa_passphrase/Makefile
+++ head/usr.sbin/wpa/wpa_passphrase/Makefile
@@ -4,6 +4,7 @@
.PATH.c:${WPA_SUPPLICANT_DISTDIR}
+PACKAGE= wpa
PROG= wpa_passphrase
SRCS= common.c md5-internal.c md5.c os_unix.c sha1-internal.c sha1-pbkdf2.c \
sha1.c wpa_passphrase.c
Index: head/usr.sbin/wpa/wpa_priv/Makefile
===================================================================
--- head/usr.sbin/wpa/wpa_priv/Makefile
+++ head/usr.sbin/wpa/wpa_priv/Makefile
@@ -5,6 +5,7 @@
.PATH.c:${WPA_SUPPLICANT_DISTDIR} \
${WPA_DISTDIR}/src/drivers
+PACKAGE= wpa
PROG= wpa_priv
SRCS= drivers.c os_unix.c eloop.c common.c wpa_debug.c wpabuf.c wpa_priv.c \
driver_common.c l2_packet_freebsd.c
Index: head/usr.sbin/wpa/wpa_supplicant/Makefile
===================================================================
--- head/usr.sbin/wpa/wpa_supplicant/Makefile
+++ head/usr.sbin/wpa/wpa_supplicant/Makefile
@@ -8,6 +8,7 @@
${WPA_DISTDIR}/src/eap_peer \
${WPA_DISTDIR}/src/drivers
+PACKAGE= wpa
PROG= wpa_supplicant
SRCS= base64.c bitfield.c blacklist.c bss.c cli.c common.c \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 22, 5:07 AM (8 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34174861
Default Alt Text
D20957.diff (2 KB)
Attached To
Mode
D20957: pkgbase: Add a FreeBSD-wpa package
Attached
Detach File
Event Timeline
Log In to Comment