diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-08-25 07:34:28 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-08-25 07:34:28 +0800 |
commit | 6c78f6c0a1b5b7dd2c8631e35a688143c1c2156d (patch) | |
tree | cef9e03611a7fb0d31cbb40d36d8db11b7e11378 | |
parent | 53daac80a5bb3e6e8f0628a7746071bc4ecdc2d2 (diff) | |
download | freebsd-ports-gnome-6c78f6c0a1b5b7dd2c8631e35a688143c1c2156d.tar.gz freebsd-ports-gnome-6c78f6c0a1b5b7dd2c8631e35a688143c1c2156d.tar.zst freebsd-ports-gnome-6c78f6c0a1b5b7dd2c8631e35a688143c1c2156d.zip |
Update to 1.01
PR: 30043
Submitted by: KATO Tsuguru <tkato@prontomail.com>
-rw-r--r-- | misc/diction/Makefile | 2 | ||||
-rw-r--r-- | misc/diction/distinfo | 2 | ||||
-rw-r--r-- | misc/diction/files/patch-ab | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/misc/diction/Makefile b/misc/diction/Makefile index ca180242db51..eb6ba5e2ab57 100644 --- a/misc/diction/Makefile +++ b/misc/diction/Makefile @@ -6,7 +6,7 @@ # PORTNAME= diction -PORTVERSION= 0.9 +PORTVERSION= 1.01 CATEGORIES= misc MASTER_SITES= http://www.moria.de/~michael/diction/ diff --git a/misc/diction/distinfo b/misc/diction/distinfo index 0561b8995526..9df472e564a5 100644 --- a/misc/diction/distinfo +++ b/misc/diction/distinfo @@ -1 +1 @@ -MD5 (diction-0.9.tar.gz) = 948e9c4b9001e8f06e6154231fbd06d7 +MD5 (diction-1.01.tar.gz) = bfdb526b7b1e7ceeb5c8e2c2fe3dee04 diff --git a/misc/diction/files/patch-ab b/misc/diction/files/patch-ab index 79f686fdbee5..15a053d2fb9a 100644 --- a/misc/diction/files/patch-ab +++ b/misc/diction/files/patch-ab @@ -1,12 +1,12 @@ ---- configure.in.orig Tue May 16 03:08:09 2000 -+++ configure.in Tue Dec 19 00:26:35 2000 +--- configure.in.orig Tue Aug 7 02:12:03 2001 ++++ configure.in Fri Aug 24 21:09:23 2001 @@ -19,11 +19,6 @@ fi AC_PROG_CC -if test "$GCC" = yes -then -- CFLAGS="${CFLAGS} ${PIPE}-Wmissing-prototypes -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common" +- CFLAGS="${CFLAGS} ${PIPE}-Wno-unused -Wshadow -Wbad-function-cast -Wmissing-prototypes -Wstrict-prototypes -Wcast-align -Wcast-qual -Wpointer-arith -Wcast-align -Wwrite-strings -Wmissing-declarations -Wnested-externs -pedantic -fno-common" - LDFLAGS='-g' -fi |