From 8e06d0295d736ea4591ccbfa03851e491d667cbc Mon Sep 17 00:00:00 2001 From: jkoshy Date: Sat, 29 Jun 2002 05:35:23 +0000 Subject: Upgrade to v1.2.5. --- textproc/rxp/Makefile | 3 +-- textproc/rxp/distinfo | 2 +- textproc/rxp/files/patch-aa | 9 ++++----- 3 files changed, 6 insertions(+), 8 deletions(-) (limited to 'textproc') diff --git a/textproc/rxp/Makefile b/textproc/rxp/Makefile index 9b0c62e..eb9759a 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 d2aeb8d..f1ec210 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 70007f2..d1d49a5 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. -- cgit v1.1