svn commit: r422081 - in head/net/wpa_gui: . files

Mathieu Arnold mat at FreeBSD.org
Tue Sep 13 20:55:13 UTC 2016


Le 13/09/2016 à 22:18, Kurt Jaeger a écrit :
> Author: pi
> Date: Tue Sep 13 20:18:00 2016
> New Revision: 422081
> URL: https://svnweb.freebsd.org/changeset/ports/422081
>
> Log:
>   net/wpa_gui: Several improvements
>   
>   - Adds DEBUG option to simplify troubleshooting
>   - Adds debug logging of wpa_supplicant control interface
>   - Installs the manpage
>   - Adds USE_QT4=corelib
>   - Makes wpa_gui executable setuid to allow it to easily connect to
>     wpa_supplicant control socket
>   - Fixes the problem that wpa_gui sometimes picks up .pid file instead
>     of the control interface
>   
>   PR:		211214
>   Submitted by:	Yuri Victorovich <yuri at rawbw.com>
>   Reviewed by:	koobs
>
> Added:
>   head/net/wpa_gui/files/patch-wpa_ctrl.c   (contents, props changed)
>   head/net/wpa_gui/files/patch-wpagui.cpp   (contents, props changed)
>   head/net/wpa_gui/files/pkg-message.in   (contents, props changed)
> Modified:
>   head/net/wpa_gui/Makefile
>
> Modified: head/net/wpa_gui/Makefile
> ==============================================================================
> --- head/net/wpa_gui/Makefile	Tue Sep 13 20:15:42 2016	(r422080)
> +++ head/net/wpa_gui/Makefile	Tue Sep 13 20:18:00 2016	(r422081)
> @@ -3,6 +3,7 @@
>  
>  PORTNAME=	wpa_gui
>  PORTVERSION=	2.5
> +PORTREVISION=	1
>  CATEGORIES=	net
>  MASTER_SITES=	http://w1.fi/releases/ \
>  		http://partmedia.users.sourceforge.net/dist/:icons \
> @@ -18,19 +19,33 @@ LICENSE=	BSD3CLAUSE
>  
>  WRKSRC_SUBDIR=	wpa_supplicant/wpa_gui-qt4
>  
> -PLIST_FILES=	sbin/wpa_gui \
> +PLIST_FILES=	"@mode 4555" \
> +		sbin/wpa_gui \
> +		"@mode" \

This is better written "@(,,4555) sbin/wpa_gui". (Well, it is better
being written in a pkg-plist file, but...)


-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20160913/a5033b45/attachment.sig>


More information about the svn-ports-all mailing list