Update to 2.0.5.
This commit is contained in:
parent
f244adcf90
commit
bf0f8d185a
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2003/11/21 04:54:20 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2004/02/10 03:13:58 jolan Exp $
|
||||
|
||||
COMMENT= "gtk2 spelling checker"
|
||||
DISTNAME= gtkspell-2.0.4
|
||||
DISTNAME= gtkspell-2.0.5
|
||||
CATEGORIES= textproc x11
|
||||
MASTER_SITES= ${HOMEPAGE}download/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gtkspell-2.0.4.tar.gz) = 4ded985b8eefdf9ac6fbf79cad69ccbd
|
||||
RMD160 (gtkspell-2.0.4.tar.gz) = 61b1e62b843b2604045ed9e8a05e8e92070d6f87
|
||||
SHA1 (gtkspell-2.0.4.tar.gz) = 491fa4779f628edd8d8e5cf860458be8b8076448
|
||||
MD5 (gtkspell-2.0.5.tar.gz) = 851df91ac86419c5e3e3a79b018ead31
|
||||
RMD160 (gtkspell-2.0.5.tar.gz) = 7eca31aa8ba88e411a4a948906010f526892fbed
|
||||
SHA1 (gtkspell-2.0.5.tar.gz) = 53d32686d8dd7e7271e5547314ced316824b162c
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2004/01/19 02:09:17 jolan Exp $
|
||||
--- Makefile.in.orig 2003-01-01 20:21:05.000000000 -0600
|
||||
+++ Makefile.in 2004-01-17 22:58:23.000000000 -0600
|
||||
@@ -81,7 +81,7 @@ SPELLER_LIB = @SPELLER_LIB@
|
||||
STRIP = @STRIP@
|
||||
VERSION = @VERSION@
|
||||
|
||||
$OpenBSD: patch-Makefile_in,v 1.3 2004/02/10 03:13:58 jolan Exp $
|
||||
--- Makefile.in.orig 2004-01-26 13:24:42.000000000 -0600
|
||||
+++ Makefile.in 2004-02-09 18:20:31.000000000 -0600
|
||||
@@ -138,7 +138,7 @@ sbindir = @sbindir@
|
||||
sharedstatedir = @sharedstatedir@
|
||||
sysconfdir = @sysconfdir@
|
||||
target_alias = @target_alias@
|
||||
-SUBDIRS = gtkspell examples docs
|
||||
+SUBDIRS = gtkspell
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2004/01/19 02:09:17 jolan Exp $
|
||||
--- configure.orig 2003-01-01 19:53:14.000000000 -0600
|
||||
+++ configure 2004-01-17 22:49:11.000000000 -0600
|
||||
@@ -1421,7 +1421,7 @@ fi
|
||||
$OpenBSD: patch-configure,v 1.2 2004/02/10 03:13:58 jolan Exp $
|
||||
--- configure.orig 2004-02-09 18:21:52.000000000 -0600
|
||||
+++ configure 2004-02-09 18:22:35.000000000 -0600
|
||||
@@ -1449,7 +1449,7 @@ fi
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.1 2004/01/19 02:09:17 jolan Exp $
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
|
||||
@@ -1749,7 +1749,7 @@ fi
|
||||
@@ -1949,7 +1949,7 @@ fi
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
@ -19,7 +19,7 @@ $OpenBSD: patch-configure,v 1.1 2004/01/19 02:09:17 jolan Exp $
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
if test -n "$ac_tool_prefix"; then
|
||||
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
|
||||
@@ -2611,14 +2611,14 @@ rm -f conftest.$ac_objext conftest.$ac_e
|
||||
@@ -2811,7 +2811,7 @@ rm -f conftest.$ac_objext conftest.$ac_e
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
@ -27,7 +27,8 @@ $OpenBSD: patch-configure,v 1.1 2004/01/19 02:09:17 jolan Exp $
|
||||
+ac_link='$CXX -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
|
||||
depcc="$CC" am_compiler_list=
|
||||
@@ -2920,7 +2920,7 @@ fi
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
@ -36,7 +37,7 @@ $OpenBSD: patch-configure,v 1.1 2004/01/19 02:09:17 jolan Exp $
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
|
||||
echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
|
||||
@@ -2834,7 +2834,7 @@ fi
|
||||
@@ -3148,7 +3148,7 @@ fi
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
@ -45,7 +46,7 @@ $OpenBSD: patch-configure,v 1.1 2004/01/19 02:09:17 jolan Exp $
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
|
||||
@@ -3670,7 +3670,7 @@ fi
|
||||
@@ -3985,7 +3985,7 @@ fi
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
@ -54,7 +55,7 @@ $OpenBSD: patch-configure,v 1.1 2004/01/19 02:09:17 jolan Exp $
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
if test -n "$ac_tool_prefix"; then
|
||||
# Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
|
||||
@@ -4329,7 +4329,7 @@ rm -f conftest.$ac_objext conftest.$ac_e
|
||||
@@ -4644,7 +4644,7 @@ rm -f conftest.$ac_objext conftest.$ac_e
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
@ -62,9 +63,9 @@ $OpenBSD: patch-configure,v 1.1 2004/01/19 02:09:17 jolan Exp $
|
||||
+ac_link='$CXX -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
# Check whether --enable-shared or --disable-shared was given.
|
||||
@@ -5597,7 +5597,7 @@ else
|
||||
ac_ext=c
|
||||
depcc="$CC" am_compiler_list=
|
||||
@@ -5451,7 +5451,7 @@ else
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
@ -72,7 +73,7 @@ $OpenBSD: patch-configure,v 1.1 2004/01/19 02:09:17 jolan Exp $
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
@@ -5639,7 +5639,7 @@ rm -f conftest.$ac_objext conftest$ac_ex
|
||||
@@ -5493,7 +5493,7 @@ rm -f conftest.$ac_objext conftest$ac_ex
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
@ -81,3 +82,66 @@ $OpenBSD: patch-configure,v 1.1 2004/01/19 02:09:17 jolan Exp $
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
fi
|
||||
@@ -6516,7 +6516,7 @@ fi
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
+ac_link='$CXX -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
|
||||
@@ -7293,7 +7293,7 @@ lt_save_CC="$CC"
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
+ac_link='$CXX -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
|
||||
@@ -10500,7 +10500,7 @@ fi
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
+ac_link='$CXX -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
CC="$lt_save_CC"
|
||||
@@ -13926,7 +13926,7 @@ fi
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
+ac_link='$CXX -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
CC=$lt_save_CC
|
||||
@@ -16232,7 +16232,7 @@ fi
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
+ac_link='$CXX -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
CC="$lt_save_CC"
|
||||
@@ -19262,7 +19262,7 @@ fi
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
+ac_link='$CXX -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
CC="$lt_save_CC"
|
||||
@@ -19703,7 +19703,7 @@ fi
|
||||
ac_ext=c
|
||||
ac_cpp='$CPP $CPPFLAGS'
|
||||
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
||||
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
+ac_link='$CXX -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
||||
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
CC="$lt_save_CC"
|
||||
|
@ -1,9 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/12/15 19:29:55 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/02/10 03:13:58 jolan Exp $
|
||||
include/gtkspell-2.0/gtkspell/gtkspell.h
|
||||
lib/libgtkspell.a
|
||||
lib/libgtkspell.la
|
||||
lib/pkgconfig/gtkspell-2.0.pc
|
||||
%%SHARED%%
|
||||
@dirrm lib/pkgconfig
|
||||
@dirrm include/gtkspell-2.0/gtkspell
|
||||
@dirrm include/gtkspell-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user