aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gettext-old/files
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1998-12-02 06:38:45 +0800
committerbillf <billf@FreeBSD.org>1998-12-02 06:38:45 +0800
commitfc1c647abf6e3c90aaad33d9c647f68d44037f6b (patch)
tree05bf8177d3bac6af60b543a8cdf5f0b0fab7f558 /devel/gettext-old/files
parent1e79267a3542173cd5f9144cc94b76982ad833a6 (diff)
downloadfreebsd-ports-gnome-fc1c647abf6e3c90aaad33d9c647f68d44037f6b.tar.gz
freebsd-ports-gnome-fc1c647abf6e3c90aaad33d9c647f68d44037f6b.tar.zst
freebsd-ports-gnome-fc1c647abf6e3c90aaad33d9c647f68d44037f6b.zip
Upgrade to 0.10.35, and associated changes.
PR: ports/8842 Reviewed by: <nakai@TokyoNet.AD.JP> (maintainer) Submitted by: <junker@jazz.snu.ac.kr>
Diffstat (limited to 'devel/gettext-old/files')
-rw-r--r--devel/gettext-old/files/patch-ad13
-rw-r--r--devel/gettext-old/files/patch-ae12
-rw-r--r--devel/gettext-old/files/patch-af12
3 files changed, 37 insertions, 0 deletions
diff --git a/devel/gettext-old/files/patch-ad b/devel/gettext-old/files/patch-ad
new file mode 100644
index 000000000000..eea8e9c9deab
--- /dev/null
+++ b/devel/gettext-old/files/patch-ad
@@ -0,0 +1,13 @@
+--- Makefile.in.orig Fri May 1 15:47:40 1998
++++ misc/Makefile.in Fri Aug 7 23:13:23 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
+
diff --git a/devel/gettext-old/files/patch-ae b/devel/gettext-old/files/patch-ae
new file mode 100644
index 000000000000..f52804bfa80c
--- /dev/null
+++ b/devel/gettext-old/files/patch-ae
@@ -0,0 +1,12 @@
+diff -uNr ../gg/configure ./configure
+--- ../gg/configure Fri May 1 14:48:25 1998
++++ ./configure Mon Jul 20 12:49:23 1998
+@@ -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
diff --git a/devel/gettext-old/files/patch-af b/devel/gettext-old/files/patch-af
new file mode 100644
index 000000000000..10096b53055b
--- /dev/null
+++ b/devel/gettext-old/files/patch-af
@@ -0,0 +1,12 @@
+diff -uNr ../gg/misc/locale.alias ./misc/locale.alias
+--- ../gg/misc/locale.alias Sun Oct 20 00:40:54 1996
++++ ./misc/locale.alias Mon Jul 20 12:49:42 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
+