upgrade to gettext 0.10.36
This commit is contained in:
parent
989bc5b13f
commit
235b07ea1a
@ -1,9 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2000/10/19 00:52:47 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2001/04/04 19:51:40 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.4 1998/11/18 15:09:35 vanilla Exp $
|
||||
|
||||
DISTNAME= gettext-0.10.35
|
||||
COMMENT= "GNU gettext"
|
||||
|
||||
DISTNAME= gettext-0.10.36
|
||||
CATEGORIES= devel
|
||||
NEED_VERSION= 1.336
|
||||
NEED_VERSION= 1.384
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= gettext
|
||||
|
||||
@ -20,6 +22,9 @@ CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-static
|
||||
|
||||
post-patch:
|
||||
@rm -f ${WRKSRC}/doc/gettext.info*
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \
|
||||
${PREFIX}/share/gettext/po-mode.el
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (gettext-0.10.35.tar.gz) = f29d32b82217b9d89fcda66328752acc
|
||||
RMD160 (gettext-0.10.35.tar.gz) = 64d4233bf7eb6469958983bbecf76ed176ea6eea
|
||||
SHA1 (gettext-0.10.35.tar.gz) = fcf5aedd794b45f9a63cb30deba96e842cc2d77c
|
||||
MD5 (gettext-0.10.36.tar.gz) = ca748d2b38891bf4f4be23e3600ccaaf
|
||||
RMD160 (gettext-0.10.36.tar.gz) = bad8346d7cf73fda6f57c95593bb7b0371851204
|
||||
SHA1 (gettext-0.10.36.tar.gz) = b49242efa9c8b9ee66db197cc736209080591b07
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2001/02/19 20:25:50 danh Exp $
|
||||
--- configure.orig Fri May 1 01:48:25 1998
|
||||
+++ configure Mon Feb 19 15:16:34 2001
|
||||
@@ -837,13 +837,8 @@ echo "configure:837: checking for workin
|
||||
$OpenBSD: patch-configure,v 1.2 2001/04/04 19:51:40 brad Exp $
|
||||
--- configure.orig Fri Mar 23 19:52:24 2001
|
||||
+++ configure Tue Apr 3 22:51:19 2001
|
||||
@@ -947,52 +947,32 @@ echo "configure:947: checking for workin
|
||||
# Run test in a subshell; some versions of sh will print an error if
|
||||
# an executable is not found, even if stderr is redirected.
|
||||
# Redirect stdin to placate older versions of autoconf. Sigh.
|
||||
@ -9,13 +9,29 @@ $OpenBSD: patch-configure,v 1.1 2001/02/19 20:25:50 danh Exp $
|
||||
- ACLOCAL=aclocal
|
||||
- echo "$ac_t""found" 1>&6
|
||||
-else
|
||||
ACLOCAL="$missing_dir/missing aclocal"
|
||||
echo "$ac_t""missing" 1>&6
|
||||
- ACLOCAL="$missing_dir/missing aclocal"
|
||||
- echo "$ac_t""missing" 1>&6
|
||||
-fi
|
||||
+ACLOCAL="$missing_dir/missing aclocal"
|
||||
+echo "$ac_t""missing" 1>&6
|
||||
|
||||
echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
|
||||
echo "configure:850: checking for working autoconf" >&5
|
||||
@@ -863,13 +858,8 @@ echo "configure:863: checking for workin
|
||||
echo "configure:960: checking for working autoconf" >&5
|
||||
# Run test in a subshell; some versions of sh will print an error if
|
||||
# an executable is not found, even if stderr is redirected.
|
||||
# Redirect stdin to placate older versions of autoconf. Sigh.
|
||||
-if (autoconf --version) < /dev/null > /dev/null 2>&1; then
|
||||
- AUTOCONF=autoconf
|
||||
- echo "$ac_t""found" 1>&6
|
||||
-else
|
||||
- AUTOCONF="$missing_dir/missing autoconf"
|
||||
- echo "$ac_t""missing" 1>&6
|
||||
-fi
|
||||
+AUTOCONF="$missing_dir/missing autoconf"
|
||||
+echo "$ac_t""missing" 1>&6
|
||||
|
||||
echo $ac_n "checking for working automake""... $ac_c" 1>&6
|
||||
echo "configure:973: checking for working automake" >&5
|
||||
# Run test in a subshell; some versions of sh will print an error if
|
||||
# an executable is not found, even if stderr is redirected.
|
||||
# Redirect stdin to placate older versions of autoconf. Sigh.
|
||||
@ -23,22 +39,30 @@ $OpenBSD: patch-configure,v 1.1 2001/02/19 20:25:50 danh Exp $
|
||||
- AUTOMAKE=automake
|
||||
- echo "$ac_t""found" 1>&6
|
||||
-else
|
||||
AUTOMAKE="$missing_dir/missing automake"
|
||||
echo "$ac_t""missing" 1>&6
|
||||
- AUTOMAKE="$missing_dir/missing automake"
|
||||
- echo "$ac_t""missing" 1>&6
|
||||
-fi
|
||||
+AUTOMAKE="$missing_dir/missing automake"
|
||||
+echo "$ac_t""missing" 1>&6
|
||||
|
||||
echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
|
||||
echo "configure:876: checking for working autoheader" >&5
|
||||
@@ -3958,7 +3948,7 @@ fi
|
||||
fi
|
||||
|
||||
echo "configure:986: checking for working autoheader" >&5
|
||||
# Run test in a subshell; some versions of sh will print an error if
|
||||
# an executable is not found, even if stderr is redirected.
|
||||
# Redirect stdin to placate older versions of autoconf. Sigh.
|
||||
-if (autoheader --version) < /dev/null > /dev/null 2>&1; then
|
||||
- AUTOHEADER=autoheader
|
||||
- echo "$ac_t""found" 1>&6
|
||||
-else
|
||||
- AUTOHEADER="$missing_dir/missing autoheader"
|
||||
- echo "$ac_t""missing" 1>&6
|
||||
-fi
|
||||
+AUTOHEADER="$missing_dir/missing autoheader"
|
||||
+echo "$ac_t""missing" 1>&6
|
||||
|
||||
- l=
|
||||
+ l=l
|
||||
|
||||
|
||||
test -d po || mkdir po
|
||||
@@ -4004,7 +3994,7 @@ else
|
||||
echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
|
||||
echo "configure:999: checking for working makeinfo" >&5
|
||||
@@ -4517,7 +4497,7 @@ else
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
@ -1,12 +1,11 @@
|
||||
$OpenBSD: patch-doc_Makefile_in,v 1.1 2001/02/19 20:25:50 danh Exp $
|
||||
--- doc/Makefile.in.orig Fri May 1 02:47:15 1998
|
||||
+++ doc/Makefile.in Mon Feb 19 15:16:33 2001
|
||||
@@ -79,7 +79,7 @@ LD = @LD@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LN_S = @LN_S@
|
||||
-MAKEINFO = @MAKEINFO@
|
||||
+MAKEINFO = @MAKEINFO@ --no-split
|
||||
MKINSTALLDIRS = @MKINSTALLDIRS@
|
||||
MSGFMT = @MSGFMT@
|
||||
NM = @NM@
|
||||
--- doc/Makefile.in.orig Fri Mar 16 19:19:50 2001
|
||||
+++ doc/Makefile.in Tue Apr 3 21:36:27 2001
|
||||
@@ -97,7 +97,7 @@ AUTOMAKE_OPTIONS = 1.2 gnits
|
||||
|
||||
SED = sed
|
||||
|
||||
-MAKEINFO = env LANG= LANGUAGE= @MAKEINFO@
|
||||
+MAKEINFO = env LANG= LANGUAGE= @MAKEINFO@ --no-split
|
||||
|
||||
info_TEXINFOS = gettext.texi
|
||||
gettext_TEXINFOS = iso-apdx.texi
|
||||
|
@ -1,38 +0,0 @@
|
||||
$OpenBSD: patch-intl_Makefile_in,v 1.1 2001/02/19 20:25:50 danh Exp $
|
||||
--- intl/Makefile.in.orig Mon Apr 27 17:53:18 1998
|
||||
+++ intl/Makefile.in Mon Feb 19 15:16:34 2001
|
||||
@@ -114,26 +114,26 @@ install-exec: all
|
||||
if test "$(PACKAGE)" = "gettext" \
|
||||
&& test '@INTLOBJS@' = '$(GETTOBJS)'; then \
|
||||
if test -r $(MKINSTALLDIRS); then \
|
||||
- $(MKINSTALLDIRS) $(libdir) $(includedir); \
|
||||
+ $(MKINSTALLDIRS) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \
|
||||
else \
|
||||
- $(top_srcdir)/mkinstalldirs $(libdir) $(includedir); \
|
||||
+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(libdir) $(DESTDIR)$(includedir); \
|
||||
fi; \
|
||||
- $(INSTALL_DATA) intlh.inst $(includedir)/libintl.h; \
|
||||
- $(INSTALL_DATA) libintl.a $(libdir)/libintl.a; \
|
||||
+ $(INSTALL_DATA) intlh.inst $(DESTDIR)$(includedir)/libintl.h; \
|
||||
+ $(LIBTOOL) --mode=install $(INSTALL) libintl.$la $(DESTDIR)$(libdir)/libintl.$la; \
|
||||
else \
|
||||
: ; \
|
||||
fi
|
||||
install-data: all
|
||||
if test "$(PACKAGE)" = "gettext"; then \
|
||||
if test -r $(MKINSTALLDIRS); then \
|
||||
- $(MKINSTALLDIRS) $(gettextsrcdir); \
|
||||
+ $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
|
||||
else \
|
||||
- $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
|
||||
+ $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \
|
||||
fi; \
|
||||
- $(INSTALL_DATA) VERSION $(gettextsrcdir)/VERSION; \
|
||||
+ $(INSTALL_DATA) VERSION $(DESTDIR)$(gettextsrcdir)/VERSION; \
|
||||
dists="$(DISTFILES.common)"; \
|
||||
for file in $$dists; do \
|
||||
- $(INSTALL_DATA) $(srcdir)/$$file $(gettextsrcdir)/$$file; \
|
||||
+ $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(gettextsrcdir)/$$file; \
|
||||
done; \
|
||||
else \
|
||||
: ; \
|
@ -1,30 +1,31 @@
|
||||
$OpenBSD: patch-ltconfig,v 1.4 2001/02/19 20:25:50 danh Exp $
|
||||
--- ltconfig.orig Mon Apr 27 17:22:35 1998
|
||||
+++ ltconfig Mon Feb 19 15:16:34 2001
|
||||
@@ -702,7 +702,7 @@ hardcode_shlibpath_var=unsupported
|
||||
runpath_var=
|
||||
|
||||
case "$host_os" in
|
||||
-amigaos* | sunos4*)
|
||||
+amigaos* | sunos4* | openbsd*)
|
||||
# On these operating systems, we should treat GNU ld like the system ld.
|
||||
gnu_ld_acts_native=yes
|
||||
$OpenBSD: patch-ltconfig,v 1.5 2001/04/04 19:51:41 brad Exp $
|
||||
--- ltconfig.orig Sat May 27 07:15:00 2000
|
||||
+++ ltconfig Tue Feb 20 13:25:13 2001
|
||||
@@ -1105,6 +1105,9 @@ cygwin* | mingw*)
|
||||
with_gnu_ld=no
|
||||
fi
|
||||
;;
|
||||
@@ -815,10 +815,21 @@ else
|
||||
+openbsd*)
|
||||
+ with_gnu_ld=no
|
||||
+ ;;
|
||||
|
||||
esac
|
||||
|
||||
@@ -1402,10 +1405,21 @@ else
|
||||
;;
|
||||
|
||||
openbsd*)
|
||||
- archive_cmds='$LD -Bshareable -o $lib$libobjs'
|
||||
- archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'
|
||||
- hardcode_libdir_flag_spec='-R$libdir'
|
||||
hardcode_direct=yes
|
||||
hardcode_shlibpath_var=no
|
||||
+ case "$host_os" in
|
||||
+ openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
|
||||
+ archive_cmds='$LD -Bshareable -o $lib$libobjs'
|
||||
+ archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linkopts'
|
||||
+ hardcode_libdir_flag_spec='-R$libdir'
|
||||
+ ;;
|
||||
+ *)
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib$libobjs'
|
||||
+ archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $linkopts'
|
||||
+ hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
|
||||
+ if [ "`/usr/bin/file /usr/lib/libc.so.* | grep ELF`" != "" ]; then
|
||||
+ export_dynamic_flag_spec='${wl}-E'
|
||||
@ -34,3 +35,18 @@ $OpenBSD: patch-ltconfig,v 1.4 2001/02/19 20:25:50 danh Exp $
|
||||
;;
|
||||
|
||||
os2*)
|
||||
@@ -2021,13 +2035,10 @@ netbsd*)
|
||||
|
||||
openbsd*)
|
||||
version_type=sunos
|
||||
- if test "$with_gnu_ld" = yes; then
|
||||
- need_lib_prefix=no
|
||||
- need_version=no
|
||||
- fi
|
||||
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
|
||||
finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
|
||||
shlibpath_var=LD_LIBRARY_PATH
|
||||
+ deplibs_check_method='pass_all'
|
||||
;;
|
||||
|
||||
os2*)
|
||||
|
@ -1,67 +1,59 @@
|
||||
$OpenBSD: patch-ltmain_sh,v 1.1 2001/02/19 20:25:50 danh Exp $
|
||||
--- ltmain.sh.orig Mon Apr 27 17:22:35 1998
|
||||
+++ ltmain.sh Mon Feb 19 15:18:39 2001
|
||||
@@ -506,7 +506,28 @@ if test -z "$show_help"; then
|
||||
deplibs="$deplibs $arg"
|
||||
;;
|
||||
$OpenBSD: patch-ltmain_sh,v 1.2 2001/04/04 19:51:41 brad Exp $
|
||||
--- ltmain.sh.orig Sat May 27 07:15:01 2000
|
||||
+++ ltmain.sh Tue Feb 20 13:25:14 2001
|
||||
@@ -1079,6 +1079,17 @@ compiler."
|
||||
# These systems don't actually have c library (as such)
|
||||
continue
|
||||
;;
|
||||
+ *-*-openbsd*)
|
||||
+ # Do not include libc due to us having libc/libc_r.
|
||||
+ continue
|
||||
+ ;;
|
||||
+ esac
|
||||
+ elif test "$arg" = "-lc_r"; then
|
||||
+ case "$host" in
|
||||
+ *-*-openbsd*)
|
||||
+ # Do not include libc_r directly, use -pthread flag.
|
||||
+ continue
|
||||
+ ;;
|
||||
esac
|
||||
elif test "$arg" = "-lm"; then
|
||||
case "$host" in
|
||||
@@ -1091,6 +1102,10 @@ compiler."
|
||||
deplibs="$deplibs $arg"
|
||||
;;
|
||||
|
||||
- -l*) deplibs="$deplibs $arg" ;;
|
||||
+ -l*)
|
||||
+ if test "$arg" = "-lc"; then
|
||||
+ case "$host" in
|
||||
+ *-*-openbsd*)
|
||||
+ # Do not include libc due to us having libc/libc_r.
|
||||
+ continue
|
||||
+ ;;
|
||||
+ esac
|
||||
+ elif test "$arg" = "-lc_r"; then
|
||||
+ case "$host" in
|
||||
+ *-*-openbsd*)
|
||||
+ # Do not include libc_r directly, use -pthread flag.
|
||||
+ continue
|
||||
+ ;;
|
||||
+ esac
|
||||
+ fi
|
||||
+ deplibs="$deplibs $arg"
|
||||
+ ;;
|
||||
+
|
||||
+ -?thread)
|
||||
+ deplibs="$deplibs $arg"
|
||||
+ ;;
|
||||
+ deplibs="$deplibs $arg"
|
||||
+ ;;
|
||||
+
|
||||
-module)
|
||||
module=yes
|
||||
continue
|
||||
@@ -1795,6 +1810,9 @@ compiler."
|
||||
*-*-cygwin* | *-*-mingw* | *-*-os2* | *-*-beos*)
|
||||
# these systems don't actually have a c library (as such)!
|
||||
;;
|
||||
+ *-*-openbsd*)
|
||||
+ # Do not include libc due to us having libc/libc_r.
|
||||
+ ;;
|
||||
*-*-rhapsody*)
|
||||
# rhapsody is a little odd...
|
||||
deplibs="$deplibs -framework System"
|
||||
@@ -3567,40 +3585,6 @@ libdir='$install_libdir'\
|
||||
# Exit here if they wanted silent mode.
|
||||
test "$show" = : && exit 0
|
||||
|
||||
-no-undefined)
|
||||
allow_undefined=no
|
||||
@@ -1002,7 +1023,15 @@ if test -z "$show_help"; then
|
||||
|
||||
# Add libc to deplibs on all systems.
|
||||
dependency_libs="$deplibs"
|
||||
- deplibs="$deplibs -lc"
|
||||
+ case "$host_os" in
|
||||
+ openbsd*)
|
||||
+ # do not include libc due to us having libc/libc_r.
|
||||
+ ;;
|
||||
+ *)
|
||||
+ # Add libc to deplibs on all other systems.
|
||||
+ deplibs="$deplibs -lc"
|
||||
+ ;;
|
||||
+ esac
|
||||
|
||||
if test "$build_libtool_libs" = yes; then
|
||||
# Get the real and link names of the library.
|
||||
@@ -2023,37 +2052,6 @@ libdir='$install_libdir'\
|
||||
done
|
||||
fi
|
||||
|
||||
- echo "------------------------------------------------------------------------------"
|
||||
- echo "----------------------------------------------------------------------"
|
||||
- echo "Libraries have been installed in:"
|
||||
- for libdir in $libdirs; do
|
||||
- echo " $libdir"
|
||||
- done
|
||||
- echo
|
||||
- echo "To link against installed libraries in a given directory, LIBDIR,"
|
||||
- echo "you must use the \`-LLIBDIR' flag during linking."
|
||||
- echo
|
||||
- echo " You will also need to do one of the following:"
|
||||
- echo "If you ever happen to want to link against installed libraries"
|
||||
- echo "in a given directory, LIBDIR, you must either use libtool, and"
|
||||
- echo "specify the full pathname of the library, or use \`-LLIBDIR'"
|
||||
- echo "flag during linking and do at least one of the following:"
|
||||
- if test -n "$shlibpath_var"; then
|
||||
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
|
||||
- echo " during execution"
|
||||
@ -76,13 +68,16 @@ $OpenBSD: patch-ltmain_sh,v 1.1 2001/02/19 20:25:50 danh Exp $
|
||||
-
|
||||
- echo " - use the \`$flag' linker flag"
|
||||
- fi
|
||||
- if test -n "$admincmds"; then
|
||||
- echo " - have your system administrator run these commands:$admincmds"
|
||||
- fi
|
||||
- if test -f /etc/ld.so.conf; then
|
||||
- echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
|
||||
- fi
|
||||
- echo
|
||||
- echo "See any operating system documentation about shared libraries for"
|
||||
- echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
||||
- echo "------------------------------------------------------------------------------"
|
||||
- echo "----------------------------------------------------------------------"
|
||||
exit 0
|
||||
;;
|
||||
|
||||
|
@ -1,13 +0,0 @@
|
||||
$OpenBSD: patch-m4_gettext_m4,v 1.1 2001/02/19 20:25:50 danh Exp $
|
||||
--- m4/gettext.m4.orig Fri May 1 01:45:20 1998
|
||||
+++ m4/gettext.m4 Mon Feb 19 15:16:33 2001
|
||||
@@ -73,6 +73,9 @@ AC_DEFUN(AM_WITH_NLS,
|
||||
INSTOBJEXT=.mo
|
||||
fi
|
||||
fi
|
||||
+ if test "$gt_cv_func_gettext_libintl" = "yes"; then
|
||||
+ INTLLIBS='-lintl'
|
||||
+ fi
|
||||
])
|
||||
|
||||
if test "$CATOBJEXT" = "NONE"; then
|
@ -1,19 +1,18 @@
|
||||
$OpenBSD: patch-misc_Makefile_in,v 1.1 2001/02/19 20:25:50 danh Exp $
|
||||
--- misc/Makefile.in.orig Fri May 1 02:47:40 1998
|
||||
+++ misc/Makefile.in Mon Feb 19 15:16:33 2001
|
||||
@@ -232,13 +232,13 @@ installcheck:
|
||||
install-exec: install-binSCRIPTS
|
||||
@$(NORMAL_INSTALL)
|
||||
--- misc/Makefile.in.orig Tue Mar 27 12:24:00 2001
|
||||
+++ misc/Makefile.in Tue Apr 3 22:16:07 2001
|
||||
@@ -212,13 +212,13 @@ installcheck: installcheck-am
|
||||
install-exec-am: install-binSCRIPTS
|
||||
install-exec: install-exec-am
|
||||
|
||||
-install-data: install-lispLISP install-localeDATA
|
||||
+install-data: install-localeDATA
|
||||
@$(NORMAL_INSTALL)
|
||||
-install-data-am: install-lispLISP
|
||||
+install-data-am:
|
||||
install-data: install-data-am
|
||||
|
||||
install: install-exec install-data all
|
||||
@:
|
||||
|
||||
-uninstall: uninstall-binSCRIPTS uninstall-lispLISP uninstall-localeDATA
|
||||
+uninstall: uninstall-binSCRIPTS uninstall-localeDATA
|
||||
|
||||
install-strip:
|
||||
$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
install: install-am
|
||||
-uninstall-am: uninstall-binSCRIPTS uninstall-lispLISP
|
||||
+uninstall-am: uninstall-binSCRIPTS
|
||||
uninstall: uninstall-am
|
||||
all-am: Makefile $(SCRIPTS) $(LISP) $(ELCFILES)
|
||||
all-redirect: all-am
|
||||
|
@ -1,11 +0,0 @@
|
||||
$OpenBSD: patch-misc_locale_alias,v 1.1 2001/02/19 20:25:51 danh Exp $
|
||||
--- misc/locale.alias.orig Sat Oct 19 11:40:54 1996
|
||||
+++ misc/locale.alias Mon Feb 19 15:16:34 2001
|
||||
@@ -40,6 +40,7 @@ hungarian hu_HU.ISO-8859-2
|
||||
icelandic is_IS.ISO-8859-1
|
||||
italian it_CH.ISO-8859-1
|
||||
japanese ja_JP.EUC
|
||||
+korean ko_KR.EUC
|
||||
norwegian no_NO.ISO-8859-1
|
||||
polish pl_PL.ISO-8859-2
|
||||
portuguese pt_PT.ISO-8859-1
|
@ -1,7 +1,6 @@
|
||||
$OpenBSD: patch-misc_po-mode_el,v 1.1 2001/02/19 20:25:51 danh Exp $
|
||||
--- misc/po-mode.el.orig Wed Apr 29 18:28:56 1998
|
||||
+++ misc/po-mode.el Mon Feb 19 15:16:33 2001
|
||||
@@ -330,7 +330,7 @@ slightly different."
|
||||
--- misc/po-mode.el.orig Fri Mar 23 08:23:55 2001
|
||||
+++ misc/po-mode.el Tue Apr 3 21:36:30 2001
|
||||
@@ -331,7 +331,7 @@ slightly different."
|
||||
:type 'face
|
||||
:group 'po)
|
||||
|
||||
|
@ -1,58 +0,0 @@
|
||||
$OpenBSD: patch-po_Makefile_in_in,v 1.1 2001/02/19 20:25:51 danh Exp $
|
||||
--- po/Makefile.in.in.orig Tue Apr 28 21:53:09 1998
|
||||
+++ po/Makefile.in.in Mon Feb 19 15:16:34 2001
|
||||
@@ -111,9 +111,9 @@ install-data: install-data-@USE_NLS@
|
||||
install-data-no: all
|
||||
install-data-yes: all
|
||||
if test -r "$(MKINSTALLDIRS)"; then \
|
||||
- $(MKINSTALLDIRS) $(datadir); \
|
||||
+ $(MKINSTALLDIRS) $(DESTDIR)$(datadir); \
|
||||
else \
|
||||
- $(SHELL) $(top_srcdir)/mkinstalldirs $(datadir); \
|
||||
+ $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(datadir); \
|
||||
fi
|
||||
@catalogs='$(CATALOGS)'; \
|
||||
for cat in $$catalogs; do \
|
||||
@@ -123,7 +123,7 @@ install-data-yes: all
|
||||
*) destdir=$(localedir);; \
|
||||
esac; \
|
||||
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
|
||||
- dir=$$destdir/$$lang/LC_MESSAGES; \
|
||||
+ dir=$(DESTDIR)$$destdir/$$lang/LC_MESSAGES; \
|
||||
if test -r "$(MKINSTALLDIRS)"; then \
|
||||
$(MKINSTALLDIRS) $$dir; \
|
||||
else \
|
||||
@@ -153,12 +153,12 @@ install-data-yes: all
|
||||
done
|
||||
if test "$(PACKAGE)" = "gettext"; then \
|
||||
if test -r "$(MKINSTALLDIRS)"; then \
|
||||
- $(MKINSTALLDIRS) $(gettextsrcdir); \
|
||||
+ $(MKINSTALLDIRS) $(DESTDIR)$(gettextsrcdir); \
|
||||
else \
|
||||
- $(SHELL) $(top_srcdir)/mkinstalldirs $(gettextsrcdir); \
|
||||
+ $(SHELL) $(top_srcdir)/mkinstalldirs $(DESTDIR)$(gettextsrcdir); \
|
||||
fi; \
|
||||
$(INSTALL_DATA) $(srcdir)/Makefile.in.in \
|
||||
- $(gettextsrcdir)/Makefile.in.in; \
|
||||
+ $(DESTDIR)$(gettextsrcdir)/Makefile.in.in; \
|
||||
else \
|
||||
: ; \
|
||||
fi
|
||||
@@ -171,12 +171,12 @@ uninstall:
|
||||
for cat in $$catalogs; do \
|
||||
cat=`basename $$cat`; \
|
||||
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
|
||||
- rm -f $(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
|
||||
- rm -f $(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
|
||||
- rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
|
||||
- rm -f $(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
|
||||
+ rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
|
||||
+ rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
|
||||
+ rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT); \
|
||||
+ rm -f $(DESTDIR)$(gnulocaledir)/$$lang/LC_MESSAGES/$(PACKAGE)$(INSTOBJEXT).m; \
|
||||
done
|
||||
- rm -f $(gettextsrcdir)/po-Makefile.in.in
|
||||
+ rm -f $(DESTDIR)$(gettextsrcdir)/Makefile.in.in
|
||||
|
||||
check: all
|
||||
|
@ -1 +0,0 @@
|
||||
GNU gettext
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2000/07/19 05:29:05 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2001/04/04 19:51:41 brad Exp $
|
||||
bin/gettext
|
||||
bin/gettextize
|
||||
bin/msgcmp
|
||||
@ -6,26 +6,33 @@ bin/msgcomm
|
||||
bin/msgfmt
|
||||
bin/msgmerge
|
||||
bin/msgunfmt
|
||||
bin/ngettext
|
||||
bin/xgettext
|
||||
include/libintl.h
|
||||
@unexec install-info --delete --info-dir=%D/info %D/info/gettext.info
|
||||
info/gettext.info
|
||||
@exec install-info --info-dir=%D/info %D/info/gettext.info
|
||||
lib/charset.alias
|
||||
lib/libintl.a
|
||||
lib/libintl.la
|
||||
%%SHARED%%
|
||||
share/aclocal/codeset.m4
|
||||
share/aclocal/gettext.m4
|
||||
share/aclocal/iconv.m4
|
||||
share/aclocal/isc-posix.m4
|
||||
share/aclocal/lcmessage.m4
|
||||
share/aclocal/progtest.m4
|
||||
share/gettext/ABOUT-NLS
|
||||
share/gettext/po-mode.el
|
||||
share/gettext/intl/ChangeLog
|
||||
share/gettext/intl/Makefile.in
|
||||
share/gettext/intl/VERSION
|
||||
share/gettext/intl/bindtextdom.c
|
||||
share/gettext/intl/cat-compat.c
|
||||
share/gettext/intl/config.charset
|
||||
share/gettext/intl/dcgettext.c
|
||||
share/gettext/intl/dcigettext.c
|
||||
share/gettext/intl/dcngettext.c
|
||||
share/gettext/intl/dgettext.c
|
||||
share/gettext/intl/dngettext.c
|
||||
share/gettext/intl/explodename.c
|
||||
share/gettext/intl/finddomain.c
|
||||
share/gettext/intl/gettext.c
|
||||
@ -35,27 +42,37 @@ share/gettext/intl/hash-string.h
|
||||
share/gettext/intl/intl-compat.c
|
||||
share/gettext/intl/l10nflist.c
|
||||
share/gettext/intl/libgettext.h
|
||||
share/gettext/intl/linux-msg.sed
|
||||
share/gettext/intl/libgnuintl.h
|
||||
share/gettext/intl/loadinfo.h
|
||||
share/gettext/intl/loadmsgcat.c
|
||||
share/gettext/intl/localcharset.c
|
||||
share/gettext/intl/locale.alias
|
||||
share/gettext/intl/localealias.c
|
||||
share/gettext/intl/po2tbl.sed.in
|
||||
share/gettext/intl/ngettext.c
|
||||
share/gettext/intl/plural.y
|
||||
share/gettext/intl/ref-add.sin
|
||||
share/gettext/intl/ref-del.sin
|
||||
share/gettext/intl/textdomain.c
|
||||
share/gettext/intl/xopen-msg.sed
|
||||
share/gettext/po-mode.el
|
||||
share/gettext/po/Makefile.in.in
|
||||
share/locale/locale.alias
|
||||
share/locale/da/LC_MESSAGES/gettext.mo
|
||||
share/locale/de/LC_MESSAGES/gettext.mo
|
||||
share/locale/el/LC_MESSAGES/gettext.mo
|
||||
share/locale/en@boldquot/LC_MESSAGES/gettext.mo
|
||||
share/locale/en@quot/LC_MESSAGES/gettext.mo
|
||||
share/locale/es/LC_MESSAGES/gettext.mo
|
||||
share/locale/fr/LC_MESSAGES/gettext.mo
|
||||
share/locale/ja/LC_MESSAGES/gettext.mo
|
||||
share/locale/ko/LC_MESSAGES/gettext.mo
|
||||
share/locale/locale.alias
|
||||
share/locale/nl/LC_MESSAGES/gettext.mo
|
||||
share/locale/nn/LC_MESSAGES/gettext.mo
|
||||
share/locale/no/LC_MESSAGES/gettext.mo
|
||||
share/locale/no@nynorsk/LC_MESSAGES/gettext.mo
|
||||
share/locale/pl/LC_MESSAGES/gettext.mo
|
||||
share/locale/pt/LC_MESSAGES/gettext.mo
|
||||
share/locale/sl/LC_MESSAGES/gettext.mo
|
||||
share/locale/sv/LC_MESSAGES/gettext.mo
|
||||
@dirrm share/gettext/intl
|
||||
share/locale/tr/LC_MESSAGES/gettext.mo
|
||||
@dirrm share/gettext/po
|
||||
@dirrm share/gettext/intl
|
||||
@dirrm share/gettext
|
||||
|
Loading…
Reference in New Issue
Block a user