Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2009 13:46:48 -0300
From:      "Marcelo Araujo <araujo@FreeBSD.org>" <araujo@FreeBSD.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/137219: [update] devel/freeride - fxscintilla updating dependency
Message-ID:  <1248799608.3044@ponderosa.intelbras.com.br>
Resent-Message-ID: <200907281650.n6SGo4hj030274@freefall.freebsd.org>

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

>Number:         137219
>Category:       ports
>Synopsis:       [update] devel/freeride - 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:50:04 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.

Here is the fxscintilla update:
http://people.freebsd.org/~araujo/logs/fxscintilla.diff


>How-To-Repeat:





>Fix:


--- freeride.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/freeride/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	19 May 2007 20:02:29 -0000	1.13
+++ Makefile	28 Jul 2009 16:30:40 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME?=	${MASTERPORTNAME}
 PORTVERSION=	0.9.6
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel ruby
 MASTER_SITES=	${MASTER_SITE_RUBYFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -26,7 +26,7 @@
 # IF >>>>>>
 
 .if ${PORTNAME} == ${MASTERPORTNAME}
-RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/fox12.so:${PORTSDIR}/x11-toolkits/ruby-fox12 \
+RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/fox16.so:${PORTSDIR}/x11-toolkits/ruby-fox16 \
 		${RUBY_SITELIBDIR}/freebase/freebase.rb:${PORTSDIR}/devel/freebase \
 		${RUBY_SITEARCHLIBDIR}/rrb_ripper.so:${PORTSDIR}/devel/ruby-rrb
 
--- freeride.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?1248799608.3044>