diff options
author | jkoshy <jkoshy@FreeBSD.org> | 2002-06-29 05:35:23 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 2002-06-29 05:35:23 +0000 |
commit | 8e06d0295d736ea4591ccbfa03851e491d667cbc (patch) | |
tree | d42633860be3ae557502281101d302a1bad20875 /textproc | |
parent | 249cbdddef3de9511e67439674157995431e4922 (diff) | |
download | FreeBSD-ports-8e06d0295d736ea4591ccbfa03851e491d667cbc.zip FreeBSD-ports-8e06d0295d736ea4591ccbfa03851e491d667cbc.tar.gz |
Upgrade to v1.2.5.
Diffstat (limited to 'textproc')
-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 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. |