aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ucpp
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-12-02 16:19:00 +0800
committerijliao <ijliao@FreeBSD.org>2001-12-02 16:19:00 +0800
commite038bcee50ef3e6544e6d08415ebb2c6a097587c (patch)
tree6ab2fb888bfe328b03e5b395fc4f06337b1c38ba /devel/ucpp
parent0f4888e98bfa24f6ae677d580498a26541aa96fc (diff)
downloadfreebsd-ports-gnome-e038bcee50ef3e6544e6d08415ebb2c6a097587c.tar.gz
freebsd-ports-gnome-e038bcee50ef3e6544e6d08415ebb2c6a097587c.tar.zst
freebsd-ports-gnome-e038bcee50ef3e6544e6d08415ebb2c6a097587c.zip
upgrade to 1.1
Submitted by: Jeroen Ruigrok/Asmodai <asmodai@ninth-circle.dnsalias.net>
Diffstat (limited to 'devel/ucpp')
-rw-r--r--devel/ucpp/Makefile2
-rw-r--r--devel/ucpp/distinfo2
-rw-r--r--devel/ucpp/files/patch-Makefile22
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