From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 30 14:20:03 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E72B1065676 for ; Sun, 30 Oct 2011 14:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5284C8FC12 for ; Sun, 30 Oct 2011 14:20:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9UEK3KT062635 for ; Sun, 30 Oct 2011 14:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9UEK3sw062634; Sun, 30 Oct 2011 14:20:03 GMT (envelope-from gnats) Resent-Date: Sun, 30 Oct 2011 14:20:03 GMT Resent-Message-Id: <201110301420.p9UEK3sw062634@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, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E75F106566B for ; Sun, 30 Oct 2011 14:19:43 +0000 (UTC) (envelope-from steve@mouf.net) Received: from mouf.net (unknown [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b2]) by mx1.freebsd.org (Postfix) with ESMTP id 2DD928FC12 for ; Sun, 30 Oct 2011 14:19:43 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) by mouf.net (8.14.4/8.14.4) with ESMTP id p9UEJaOI081179 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 30 Oct 2011 10:19:38 -0400 (EDT) (envelope-from steve@meatwad.mouf.net) Received: (from steve@localhost) by meatwad.mouf.net (8.14.5/8.14.5/Submit) id p9UEJacc020478; Sun, 30 Oct 2011 10:19:36 -0400 (EDT) (envelope-from steve) Message-Id: <201110301419.p9UEJacc020478@meatwad.mouf.net> Date: Sun, 30 Oct 2011 10:19:36 -0400 (EDT) From: Steve Wills To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: onatan@gmail.com Subject: ports/162166: [PATCH] security/metasploit: remove GUI option due to upcoming ruby-gnome update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2011 14:20:03 -0000 >Number: 162166 >Category: ports >Synopsis: [PATCH] security/metasploit: remove GUI option due to upcoming ruby-gnome update >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: Sun Oct 30 14:20:02 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 9.0-BETA2 amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 9.0-BETA2 FreeBSD 9.0-BETA2 #4: Sun Sep 18 10:33:08 EDT 2011 >Description: An upcoming update to ruby-gnome removes the ruby-libglade2 port which is needed for the GUI option in security/metasploit. The attached patch removes the GUI option and the dependency on devel/ruby-libglade2. This PR should be committed before PR ports/162139 is committed. Port maintainer (onatan@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- metasploit-4.0.0.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/metasploit/Makefile,v retrieving revision 1.25 diff -u -u -r1.25 Makefile --- Makefile 18 Oct 2011 10:17:58 -0000 1.25 +++ Makefile 30 Oct 2011 14:17:29 -0000 @@ -21,8 +21,7 @@ SCRIPTS= msfcli msfconsole msfd msfelfscan msfencode msfmachscan \ msfopcode msfpayload msfpescan msfweb -OPTIONS= MSFGUI "Build GUI scripts" off \ - SVN "Use subversion" off \ +OPTIONS= SVN "Use subversion" off \ SVN_FBSD "Use subversion-freebsd" off NO_BUILD= yes @@ -43,12 +42,6 @@ ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv .endif -.if defined(WITH_MSFGUI) -RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \ - ${RUBY_SITEARCHLIBDIR}/libglade2.so:${PORTSDIR}/devel/ruby-libglade2 -SCRIPTS+= msfgui -.endif - .if defined(WITH_SVN) || defined(WITH_SVN_FBSD) .if defined(WITH_SVN_FBSD) RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion-freebsd --- metasploit-4.0.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: