diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-06-29 05:35:23 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-06-29 05:35:23 +0000 |
commit | f9b045bb96aff473a876d7740b877793999443f0 (patch) | |
tree | ad5c6f98079e32ccd4410104aa9e5bcebe613400 /textproc/rxp | |
parent | Add hack to use autoconf-2.53. Leave BROKEN until I know bento likes it. (diff) |
Upgrade to v1.2.5.
Diffstat (limited to 'textproc/rxp')
-rw-r--r-- | textproc/rxp/Makefile | 3 | ||||
-rw-r--r-- | textproc/rxp/distinfo | 2 | ||||
-rw-r--r-- | textproc/rxp/files/patch-aa | 9 |
3 files changed, 6 insertions, 8 deletions
diff --git a/textproc/rxp/Makefile b/textproc/rxp/Makefile index 9b0c62e9ba91..eb9759a87735 100644 --- a/textproc/rxp/Makefile +++ b/textproc/rxp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= rxp -PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTVERSION= 1.2.5 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/richard/ diff --git a/textproc/rxp/distinfo b/textproc/rxp/distinfo index d2aeb8dfe461..f1ec2109ef96 100644 --- a/textproc/rxp/distinfo +++ b/textproc/rxp/distinfo @@ -1 +1 @@ -MD5 (rxp-1.2.3.tar.gz) = b7c230a3053eb91d1c0a746942443cd7 +MD5 (rxp-1.2.5.tar.gz) = ee57e34c88ce3460f7b3bd40af744ab4 diff --git a/textproc/rxp/files/patch-aa b/textproc/rxp/files/patch-aa index 70007f28fd28..d1d49a571005 100644 --- a/textproc/rxp/files/patch-aa +++ b/textproc/rxp/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Mar 9 20:55:41 2001 -+++ Makefile Fri Mar 9 20:55:58 2001 +--- Makefile.orig Fri Nov 23 22:27:59 2001 ++++ Makefile Sat Jun 29 11:29:34 2002 @@ -3,9 +3,10 @@ CHAR_SIZE=16 @@ -7,9 +7,8 @@ -CC= gcc +CC?= gcc GCCFLAGS= -Wall -ansi -pedantic --CFLAGS= $(GCCFLAGS) $(DEBUG) -O -DCHAR_SIZE=$(CHAR_SIZE) + # HP-UX users may need to add -D_HPUX_SOURCE +CFLAGS?= -O -+CFLAGS+= $(GCCFLAGS) $(DEBUG) -DCHAR_SIZE=$(CHAR_SIZE) + CFLAGS= $(GCCFLAGS) $(DEBUG) -O -DCHAR_SIZE=$(CHAR_SIZE) LDFLAGS= $(DEBUG) - # You may well have to change this line. Just "LIBS=" will probably work. |