Update to ragel-6.9.

This commit is contained in:
ajacoutot 2015-05-09 15:08:24 +00:00
parent 9e1c3b2f7f
commit 7fe0df0073
3 changed files with 19 additions and 15 deletions

View File

@ -1,19 +1,18 @@
# $OpenBSD: Makefile,v 1.3 2014/04/18 09:55:22 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.4 2015/05/09 15:08:24 ajacoutot Exp $
COMMENT = state machine compiler
COMMENT = state machine compiler
DISTNAME = ragel-6.7
CATEGORIES = devel
REVISION = 0
DISTNAME = ragel-6.9
CATEGORIES = devel
HOMEPAGE = http://www.complang.org/ragel/
HOMEPAGE = http://www.colm.net/open-source/ragel/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${HOMEPAGE}
WANTLIB += c m stdc++
WANTLIB = c m stdc++
MASTER_SITES = http://www.colm.net/files/ragel/
MODULES = lang/ruby
@ -22,7 +21,12 @@ MODRUBY_RUNDEP = No
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = ac_cv_prog_RUBY=${RUBY}
CONFIGURE_ENV = ac_cv_prog_RUBY=${RUBY} \
ac_cv_prog_GDC= \
ac_cv_prog_GMCS= \
ac_cv_prog_GO= \
ac_cv_prog_JAVAC= \
ac_cv_prog_TXL=
TEST_DEPENDS = shells/bash \
textproc/gdiff

View File

@ -1,2 +1,2 @@
SHA256 (ragel-6.7.tar.gz) = Rt+OPxF6cw+IlgYcleqOj1PpeJywU8LuoEeDNyT9ejA=
SIZE (ragel-6.7.tar.gz) = 1182734
SHA256 (ragel-6.9.tar.gz) = bge+D6tcodnC2eF3cYoBj8ZmFB9ZSl1ucCVlhiDPZgo=
SIZE (ragel-6.9.tar.gz) = 1226871

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-test_runtests_in,v 1.1.1.1 2011/11/15 16:35:15 jeremy Exp $
$OpenBSD: patch-test_runtests_in,v 1.2 2015/05/09 15:08:24 ajacoutot Exp $
Fix bug not respecting ruby version you pass to configure.
Use gdiff since our diff doesn't implement --strip-trailing-cr.
--- test/runtests.in.orig Mon Nov 14 16:38:12 2011
+++ test/runtests.in Mon Nov 14 16:41:51 2011
@@ -118,11 +118,11 @@ function run_test()
--- test/runtests.in.orig Mon Oct 13 20:00:59 2014
+++ test/runtests.in Sat May 9 16:56:59 2015
@@ -119,11 +119,11 @@ function run_test()
exec_cmd=./$binary
[ $lang = java ] && exec_cmd="java ${root}"