summaryrefslogtreecommitdiff
path: root/devel/oniguruma
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-03-13 02:31:42 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-03-13 02:31:42 +0000
commit37a58fbf8d9b975c21a281410abfbd1072243e3f (patch)
treeb8e36f500ea5a7ee3925b16d4246d45518faba0d /devel/oniguruma
parentMark this ONLY_FOR_ARCHS=i386 until it's ported to other platforms. (diff)
Upgrade to 1.8.4 to fix a build time error where a C89 compiler fails
depending on the #ifdef UNALIGNED_WORD_ACCESS condition. Submitted by: bento (alpha-4-latest)
Notes
Notes: svn path=/head/; revision=77115
Diffstat (limited to 'devel/oniguruma')
-rw-r--r--devel/oniguruma/Makefile4
-rw-r--r--devel/oniguruma/distinfo2
-rw-r--r--devel/oniguruma/files/BSDmakefile2
3 files changed, 4 insertions, 4 deletions
diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile
index 617d9f0f9e01..6f1d2509713c 100644
--- a/devel/oniguruma/Makefile
+++ b/devel/oniguruma/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= oniguruma
-PORTVERSION= 1.8.2
+PORTVERSION= 1.8.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_RUBY}
MASTER_SITE_SUBDIR= contrib
-DISTNAME= onigd20030305
+DISTNAME= onigd20030312
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
diff --git a/devel/oniguruma/distinfo b/devel/oniguruma/distinfo
index 309ee6ad4e11..9c354f4c7dc3 100644
--- a/devel/oniguruma/distinfo
+++ b/devel/oniguruma/distinfo
@@ -1 +1 @@
-MD5 (ruby/onigd20030305.tar.gz) = 2e0f6eb31ee36d7207d06a3fec12e7f1
+MD5 (ruby/onigd20030312.tar.gz) = 69ba5fb49bdb95802706729819353aa8
diff --git a/devel/oniguruma/files/BSDmakefile b/devel/oniguruma/files/BSDmakefile
index 43333010bf08..ef37210207bf 100644
--- a/devel/oniguruma/files/BSDmakefile
+++ b/devel/oniguruma/files/BSDmakefile
@@ -5,7 +5,7 @@ SHLIB_MAJOR?= 0
SHLIB_MINOR?= 0
CFLAGS+= -DHAVE_CONFIG_H -DNOT_RUBY
SRCS= regerror.o regcomp.o regexec.o reggnu.o \
- regposix.o regposerr.o
+ regposix.o regposerr.o regparse.o
INCS= regex.h \
onigposix.h
NOMAN= YES