ports/162166: [PATCH] security/metasploit: remove GUI option due to upcoming ruby-gnome update

Steve Wills swills at FreeBSD.org
Sun Oct 30 14:20:03 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list