Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2009 13:44:05 -0300
From:      "Marcelo Araujo <araujo@FreeBSD.org>" <araujo@FreeBSD.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/137217: [update] editors/mondrian - fxscintilla updating dependency
Message-ID:  <1248799445.3024@ponderosa.intelbras.com.br>
Resent-Message-ID: <200907281640.n6SGe0l5022632@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         137217
>Category:       ports
>Synopsis:       [update] editors/mondrian - fxscintilla updating dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 28 16:40:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Araujo <araujo@FreeBSD.org>
>Release:        FreeBSD 7.2-RELEASE-p2 amd64
>Organization:
FreeBSD 
>Environment:


System: FreeBSD 7.2-RELEASE-p2 #14: Fri Jul  3 22:06:51 BRT 2009
    araujo@ponderosa.intelbras.com.br:/usr/obj/usr/src/sys/PONDEROSA



>Description:


Your port depend direct of an old of fxscintilla version, now there is an important update to do in fxscintilla that from now on dropped support for Fox 1.5.x and earlier, but I did some tests and your port can works properly with the latest version. So here is a patch, I'd like to know your opinion about.


>How-To-Repeat:





>Fix:


--- mondrian.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/editors/mondrian/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	19 May 2007 20:04:11 -0000	1.3
+++ Makefile	28 Jul 2009 16:30:52 -0000
@@ -16,7 +16,7 @@
 MAINTAINER=	nivit@FreeBSD.org
 COMMENT=	Mondrian Ruby IDE
 
-RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/fox12.so:${PORTSDIR}/x11-toolkits/ruby-fox12
+RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/fox16.so:${PORTSDIR}/x11-toolkits/ruby-fox16
 
 NO_BUILD=	yes
 USE_RUBY=	yes
--- mondrian.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1248799445.3024>