upgrade to gettext 0.10.35

This commit is contained in:
brad 1999-03-29 22:44:23 +00:00
parent fcb33928b0
commit 38b0332bcb
12 changed files with 229 additions and 75 deletions

View File

@ -1,16 +1,18 @@
# $OpenBSD: Makefile,v 1.2 1999/03/07 00:14:41 brad Exp $
# $OpenBSD: Makefile,v 1.3 1999/03/29 22:44:23 brad Exp $
# $FreeBSD: Makefile,v 1.4 1998/11/18 15:09:35 vanilla Exp $
#
DISTNAME= gettext-0.10
DISTNAME= gettext-0.10.35
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gettext
MASTER_SITES= ftp://alpha.gnu.ai.mit.edu/gnu/ \
ftp://alpha.gnu.org/pub/gnu
NEED_VERSION= 1.73
MAINTAINER= jasoni@openbsd.org
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-gnu-gettext
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
pre-configure:
${RM} ${WRKSRC}/doc/gettext.info*
@ -20,5 +22,8 @@ post-install:
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
@install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir
${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \
${PREFIX}/share/gettext/po-mode.el
${MKDIR} ${X11BASE}/share/locale
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (gettext-0.10.tar.gz) = e9d58ee3880feed61b2b8145b5ec519a
RMD160 (gettext-0.10.tar.gz) = aa44df10cc3219ab337b3a63aa2bb87629eb0eac
SHA1 (gettext-0.10.tar.gz) = 513af423f8c90e5c7f9817122379e7f5c8d21a75
MD5 (gettext-0.10.35.tar.gz) = f29d32b82217b9d89fcda66328752acc
RMD160 (gettext-0.10.35.tar.gz) = 64d4233bf7eb6469958983bbecf76ed176ea6eea
SHA1 (gettext-0.10.35.tar.gz) = fcf5aedd794b45f9a63cb30deba96e842cc2d77c

View File

@ -1,18 +0,0 @@
--- config.h.in.orig Thu Apr 2 16:41:28 1998
+++ config.h.in Thu Apr 2 16:41:36 1998
@@ -6,15 +6,6 @@
/* Default value for alignment of strings in .mo file. */
#define DEFAULT_ALIGNMENT 1
-#ifndef __P
-# if __STDC__
-# define __P(args) args
-# else
-# define __P(args) ()
-# endif
-#endif
-
-
/* Define if using alloca.c. */
#undef C_ALLOCA

View File

@ -1,10 +0,0 @@
--- misc/Makefile.in.orig Thu Apr 2 17:02:04 1998
+++ misc/Makefile.in Thu Apr 2 17:02:52 1998
@@ -65,6 +65,7 @@
$(INSTALL_DATA) $$file $(lispdir)/$$file; \
done; \
fi
+ mkdir -p $(localedir)
$(INSTALL_DATA) $(srcdir)/locale.alias $(localedir)/locale.alias
uninstall:

View File

@ -1,11 +0,0 @@
--- doc/Makefile.in.orig Sat Nov 25 10:45:40 1995
+++ doc/Makefile.in Thu Aug 27 14:42:31 1998
@@ -25,7 +25,7 @@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
-MAKEINFO = makeinfo
+MAKEINFO = makeinfo --no-split
TEXI2DVI = texi2dvi
TOUCH = echo timestamp >

View File

@ -0,0 +1,24 @@
--- misc/Makefile.in.orig Fri May 1 14:47:40 1998
+++ misc/Makefile.in Thu Dec 3 20:11:52 1998
@@ -164,10 +164,8 @@
@list='$(lisp_LISP)'; for p in $$list; do \
if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p"; \
- $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p; \
if test -f $${p}c; then \
echo " $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c"; \
- $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c; \
else : ; fi; \
done
--- doc/Makefile.in.orig Thu Dec 3 20:12:35 1998
+++ doc/Makefile.in Thu Dec 3 20:12:51 1998
@@ -79,7 +79,7 @@
LIBOBJS = @LIBOBJS@
LIBTOOL = @LIBTOOL@
LN_S = @LN_S@
-MAKEINFO = @MAKEINFO@
+MAKEINFO = @MAKEINFO@ --no-split
MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@
NM = @NM@

View File

@ -0,0 +1,20 @@
--- configure.orig Fri May 1 07:48:25 1998
+++ configure Wed Feb 17 02:05:55 1999
@@ -3958,7 +3958,7 @@
fi
- l=
+ l=l
test -d po || mkdir po
@@ -4004,7 +4004,7 @@
;;
esac
fi
-EMACS="$ac_cv_path_EMACS"
+EMACS=no
if test -n "$EMACS"; then
echo "$ac_t""$EMACS" 1>&6
else

View File

@ -0,0 +1,10 @@
--- misc/locale.alias.orig Sat Oct 19 23:40:54 1996
+++ misc/locale.alias Thu Dec 3 20:11:52 1998
@@ -40,6 +40,7 @@
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

View File

@ -0,0 +1,40 @@
--- ltmain.sh.orig Mon Mar 29 15:12:41 1999
+++ ltmain.sh Mon Mar 29 15:12:59 1999
@@ -2023,37 +2023,6 @@
done
fi
- 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:"
- if test -n "$shlibpath_var"; then
- echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
- echo " during execution"
- fi
- if test -n "$runpath_var"; then
- echo " - add LIBDIR to the \`$runpath_var' environment variable"
- echo " during linking"
- fi
- if test -n "$hardcode_libdir_flag_spec"; then
- libdir=LIBDIR
- eval flag=\"$hardcode_libdir_flag_spec\"
-
- echo " - use the \`$flag' linker flag"
- 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 "------------------------------------------------------------------------------"
exit 0
;;

View File

@ -0,0 +1,11 @@
--- intl/Makefile.in.orig Wed Feb 17 02:18:40 1999
+++ intl/Makefile.in Wed Feb 17 02:30:13 1999
@@ -119,7 +119,7 @@
$(top_srcdir)/mkinstalldirs $(libdir) $(includedir); \
fi; \
$(INSTALL_DATA) intlh.inst $(includedir)/libintl.h; \
- $(INSTALL_DATA) libintl.a $(libdir)/libintl.a; \
+ $(LIBTOOL) --mode=install $(INSTALL) libintl.$la $(DESTDIR)$(libdir)/libintl.$la; \
else \
: ; \
fi

View File

@ -1,45 +1,65 @@
bin/gettext
bin/gettextize
bin/msgcmp
bin/msgcomm
bin/msgfmt
bin/msgmerge
bin/msgunfmt
bin/tupdate
bin/xgettext
include/libintl.h
@unexec install-info --delete %D/info/gettext.info %D/info/dir
info/gettext.info
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec install-info %D/info/gettext.info %D/info/dir
include/libintl.h
lib/libintl.a
share/gettext/aclocal.m4
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-dcgettext.c
share/gettext/intl-dgettext.c
share/gettext/intl-finddomain.c
share/gettext/intl-gettext.c
share/gettext/intl-gettext.h
share/gettext/intl-gettextP.h
share/gettext/intl-hash-string.h
share/gettext/intl-intl-compat.c
share/gettext/intl-libgettext.h
share/gettext/intl-linux-msg.sed
share/gettext/intl-loadmsgcat.c
share/gettext/intl-localealias.c
share/gettext/intl-po2tbl.sed.in
share/gettext/intl-textdomain.c
share/gettext/intl-xopen-msg.sed
share/gettext/po-Makefile.in.in
share/gettext/root-ABOUT-NLS
share/emacs/site-lisp/po-mode.elc
lib/libintl.la
lib/libintl.so.1.0
@exec /sbin/ldconfig -m %B
share/aclocal/gettext.m4
share/aclocal/lcmessage.m4
share/aclocal/progtest.m4
share/gettext/ABOUT-NLS
share/gettext/po-mode.el
share/gettext/po/Makefile.in.in
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/dcgettext.c
share/gettext/intl/dgettext.c
share/gettext/intl/explodename.c
share/gettext/intl/finddomain.c
share/gettext/intl/gettext.c
share/gettext/intl/gettext.h
share/gettext/intl/gettextP.h
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/loadinfo.h
share/gettext/intl/loadmsgcat.c
share/gettext/intl/localealias.c
share/gettext/intl/po2tbl.sed.in
share/gettext/intl/xopen-msg.sed
share/gettext/intl/textdomain.c
share/locale/da/LC_MESSAGES/gettext.mo
share/locale/de/LC_MESSAGES/gettext.mo
share/locale/es/LC_MESSAGES/gettext.mo
share/locale/fr/LC_MESSAGES/gettext.mo
share/locale/locale.alias
share/locale/ko/LC_MESSAGES/gettext.mo
share/locale/nl/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
share/locale/locale.alias
@dirrm share/gettext/intl
@dirrm share/gettext/po
@dirrm share/gettext
@unexec rm -r %D/share/locale
@exec mkdir -p %%X11BASE%%/share/locale
@unexec rm -r %%X11BASE%%/share/locale

View File

@ -0,0 +1,63 @@
bin/gettext
bin/gettextize
bin/msgcmp
bin/msgcomm
bin/msgfmt
bin/msgmerge
bin/msgunfmt
bin/xgettext
@unexec install-info --delete %D/info/gettext.info %D/info/dir
info/gettext.info
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec install-info %D/info/gettext.info %D/info/dir
include/libintl.h
lib/libintl.a
lib/libintl.la
share/aclocal/gettext.m4
share/aclocal/lcmessage.m4
share/aclocal/progtest.m4
share/gettext/ABOUT-NLS
share/gettext/po-mode.el
share/gettext/po/Makefile.in.in
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/dcgettext.c
share/gettext/intl/dgettext.c
share/gettext/intl/explodename.c
share/gettext/intl/finddomain.c
share/gettext/intl/gettext.c
share/gettext/intl/gettext.h
share/gettext/intl/gettextP.h
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/loadinfo.h
share/gettext/intl/loadmsgcat.c
share/gettext/intl/localealias.c
share/gettext/intl/po2tbl.sed.in
share/gettext/intl/xopen-msg.sed
share/gettext/intl/textdomain.c
share/locale/da/LC_MESSAGES/gettext.mo
share/locale/de/LC_MESSAGES/gettext.mo
share/locale/es/LC_MESSAGES/gettext.mo
share/locale/fr/LC_MESSAGES/gettext.mo
share/locale/ko/LC_MESSAGES/gettext.mo
share/locale/nl/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
share/locale/locale.alias
@dirrm share/gettext/intl
@dirrm share/gettext/po
@dirrm share/gettext
@unexec rm -r %D/share/locale
@exec mkdir -p %%X11BASE%%/share/locale
@unexec rm -r %%X11BASE%%/share/locale