From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 28 02:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 55CE8E79 for ; Sat, 28 Sep 2013 02:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 334992904 for ; Sat, 28 Sep 2013 02:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8S2e0AX065728 for ; Sat, 28 Sep 2013 02:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8S2e0WP065724; Sat, 28 Sep 2013 02:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 28 Sep 2013 02:40:00 GMT Resent-Message-Id: <201309280240.r8S2e0WP065724@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dmitry Marakasov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7F4BED54 for ; Sat, 28 Sep 2013 02:33:21 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.117.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3EB7328E3 for ; Sat, 28 Sep 2013 02:33:20 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1VPkLN-0001yN-Vi; Sat, 28 Sep 2013 06:33:17 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 7E3F74B1; Sat, 28 Sep 2013 06:33:17 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 3E12459B; Sat, 28 Sep 2013 06:33:17 +0400 (MSK) Message-Id: <20130928023317.3E12459B@hades.panopticon> Date: Sat, 28 Sep 2013 06:33:17 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182452: [PATCH] net/wpa_gui: support staging, fix build on -current Cc: webmaster@kibab.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Sep 2013 02:40:01 -0000 >Number: 182452 >Category: ports >Synopsis: [PATCH] net/wpa_gui: support staging, fix build on -current >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 28 02:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 9.1-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0 r251956: Tue Jun 18 21:41:37 MSK >Description: - Support staging - Fix build on -CURRENT by adding missing #include Port maintainer (webmaster@kibab.com) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- wpa_gui-0.7.3.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 328540) +++ Makefile (working copy) @@ -22,7 +22,6 @@ USE_QT4= gui moc_build qmake_build rcc_build uic_build HAS_CONFIGURE= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|Exec=wpa_gui|Exec=${PREFIX}/sbin/wpa_gui|" \ ${WRKSRC}/wpa_gui.desktop @@ -33,9 +32,9 @@ ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin - @${MKDIR} ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/wpa_gui.desktop ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/icons/wpa_gui.svg ${PREFIX}/share/pixmaps + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin + @${MKDIR} ${STAGEDIR}${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/wpa_gui.desktop ${STAGEDIR}${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/icons/wpa_gui.svg ${STAGEDIR}${PREFIX}/share/pixmaps .include Index: files/patch-wpagui.cpp =================================================================== --- files/patch-wpagui.cpp (revision 0) +++ files/patch-wpagui.cpp (working copy) @@ -0,0 +1,11 @@ +--- wpagui.cpp.orig 2010-09-07 19:43:39.000000000 +0400 ++++ wpagui.cpp 2013-09-28 02:55:26.912521423 +0400 +@@ -27,6 +27,8 @@ + #include + #include + ++#include ++ + #include "wpagui.h" + #include "dirent.h" + #include "common/wpa_ctrl.h" Property changes on: files/patch-wpagui.cpp ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property --- wpa_gui-0.7.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: