diff options
-rw-r--r-- | devel/ucpp/Makefile | 2 | ||||
-rw-r--r-- | devel/ucpp/distinfo | 2 | ||||
-rw-r--r-- | devel/ucpp/files/patch-Makefile | 22 |
3 files changed, 8 insertions, 18 deletions
diff --git a/devel/ucpp/Makefile b/devel/ucpp/Makefile index c8e331d2d6ea..4f48d58ee24e 100644 --- a/devel/ucpp/Makefile +++ b/devel/ucpp/Makefile @@ -7,7 +7,7 @@ # PORTNAME= ucpp -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= devel MASTER_SITES= http://www.di.ens.fr/~pornin/ucpp/ diff --git a/devel/ucpp/distinfo b/devel/ucpp/distinfo index 78afc2450a2f..3708d60fb11b 100644 --- a/devel/ucpp/distinfo +++ b/devel/ucpp/distinfo @@ -1 +1 @@ -MD5 (ucpp-1.0.tar.gz) = d7175898b614170c8712d24dc3044f8a +MD5 (ucpp-1.1.tar.gz) = 6e3f2a28e6d28c08bb26d35b5b08bf79 diff --git a/devel/ucpp/files/patch-Makefile b/devel/ucpp/files/patch-Makefile index da10f2bbcf21..036ac47650f8 100644 --- a/devel/ucpp/files/patch-Makefile +++ b/devel/ucpp/files/patch-Makefile @@ -1,21 +1,11 @@ ---- Makefile.orig Fri Feb 16 01:30:03 2001 -+++ Makefile Fri Feb 16 01:35:14 2001 -@@ -52,14 +52,14 @@ - #FLAGS = -O -m -DMEM_CHECK - +--- Makefile.orig Sat Dec 1 23:29:40 2001 ++++ Makefile Sat Dec 1 23:29:51 2001 +@@ -56,7 +56,7 @@ # for gcc --#CC = gcc -+CC = gcc + CC = gcc #FLAGS = -g -Wall -ansi -pedantic -DAUDIT --#FLAGS = -O3 -Wall -ansi -pedantic -DMEM_CHECK +-FLAGS = -O3 -Wall -ansi -pedantic -DMEM_CHECK +FLAGS = %%CFLAGS%% -DMEM_CHECK # for the Compaq C compiler on Alpha/Linux --CC = ccc -+#CC = ccc - #FLAGS = -w0 -g -DAUDIT --FLAGS = -w0 -fast -DMEM_CHECK -+#FLAGS = -w0 -fast -DMEM_CHECK - - # for the Sun Workshop C Compiler - #CC = cc + #CC = ccc |