mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Install po-mode.el in share/emacs/site-lisp.
Merge patches ae and aj. PR: 15941 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
This commit is contained in:
parent
c9e08fbfff
commit
767410df9a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24908
9 changed files with 123 additions and 6 deletions
|
@ -22,8 +22,9 @@ pre-configure:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir
|
@install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir
|
||||||
|
${MKDIR} ${PREFIX}/share/emacs/site-lisp
|
||||||
${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \
|
${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \
|
||||||
${PREFIX}/share/gettext/po-mode.el
|
${PREFIX}/share/emacs/site-lisp/po-mode.el
|
||||||
${MKDIR} ${X11BASE}/share/locale
|
${MKDIR} ${X11BASE}/share/locale
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,43 @@
|
||||||
--- configure.orig Fri May 1 07:48:25 1998
|
--- configure.orig Fri May 1 07:48:25 1998
|
||||||
+++ configure Wed Feb 17 02:05:55 1999
|
+++ configure Wed Feb 17 02:05:55 1999
|
||||||
|
@@ -837,13 +837,13 @@
|
||||||
|
# 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 (aclocal --version) < /dev/null > /dev/null 2>&1; then
|
||||||
|
- ACLOCAL=aclocal
|
||||||
|
- echo "$ac_t""found" 1>&6
|
||||||
|
-else
|
||||||
|
+#if (aclocal --version) < /dev/null > /dev/null 2>&1; then
|
||||||
|
+# ACLOCAL=aclocal
|
||||||
|
+# echo "$ac_t""found" 1>&6
|
||||||
|
+#else
|
||||||
|
ACLOCAL="$missing_dir/missing aclocal"
|
||||||
|
echo "$ac_t""missing" 1>&6
|
||||||
|
-fi
|
||||||
|
+#fi
|
||||||
|
|
||||||
|
echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
|
||||||
|
echo "configure:850: checking for working autoconf" >&5
|
||||||
|
@@ -863,13 +863,13 @@
|
||||||
|
# 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 (automake --version) < /dev/null > /dev/null 2>&1; then
|
||||||
|
- AUTOMAKE=automake
|
||||||
|
- echo "$ac_t""found" 1>&6
|
||||||
|
-else
|
||||||
|
+#if (automake --version) < /dev/null > /dev/null 2>&1; then
|
||||||
|
+# AUTOMAKE=automake
|
||||||
|
+# echo "$ac_t""found" 1>&6
|
||||||
|
+#else
|
||||||
|
AUTOMAKE="$missing_dir/missing automake"
|
||||||
|
echo "$ac_t""missing" 1>&6
|
||||||
|
-fi
|
||||||
|
+#fi
|
||||||
|
|
||||||
|
echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
|
||||||
|
echo "configure:876: checking for working autoheader" >&5
|
||||||
@@ -3958,7 +3958,7 @@
|
@@ -3958,7 +3958,7 @@
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,6 @@ share/aclocal/gettext.m4
|
||||||
share/aclocal/lcmessage.m4
|
share/aclocal/lcmessage.m4
|
||||||
share/aclocal/progtest.m4
|
share/aclocal/progtest.m4
|
||||||
share/gettext/ABOUT-NLS
|
share/gettext/ABOUT-NLS
|
||||||
share/gettext/po-mode.el
|
|
||||||
share/gettext/po/Makefile.in.in
|
share/gettext/po/Makefile.in.in
|
||||||
share/gettext/intl/ChangeLog
|
share/gettext/intl/ChangeLog
|
||||||
share/gettext/intl/Makefile.in
|
share/gettext/intl/Makefile.in
|
||||||
|
@ -57,6 +56,7 @@ share/locale/pt/LC_MESSAGES/gettext.mo
|
||||||
share/locale/sl/LC_MESSAGES/gettext.mo
|
share/locale/sl/LC_MESSAGES/gettext.mo
|
||||||
share/locale/sv/LC_MESSAGES/gettext.mo
|
share/locale/sv/LC_MESSAGES/gettext.mo
|
||||||
share/locale/locale.alias
|
share/locale/locale.alias
|
||||||
|
share/emacs/site-lisp/po-mode.el
|
||||||
@dirrm share/gettext/intl
|
@dirrm share/gettext/intl
|
||||||
@dirrm share/gettext/po
|
@dirrm share/gettext/po
|
||||||
@dirrm share/gettext
|
@dirrm share/gettext
|
||||||
|
|
|
@ -22,8 +22,9 @@ pre-configure:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir
|
@install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir
|
||||||
|
${MKDIR} ${PREFIX}/share/emacs/site-lisp
|
||||||
${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \
|
${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \
|
||||||
${PREFIX}/share/gettext/po-mode.el
|
${PREFIX}/share/emacs/site-lisp/po-mode.el
|
||||||
${MKDIR} ${X11BASE}/share/locale
|
${MKDIR} ${X11BASE}/share/locale
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,43 @@
|
||||||
--- configure.orig Fri May 1 07:48:25 1998
|
--- configure.orig Fri May 1 07:48:25 1998
|
||||||
+++ configure Wed Feb 17 02:05:55 1999
|
+++ configure Wed Feb 17 02:05:55 1999
|
||||||
|
@@ -837,13 +837,13 @@
|
||||||
|
# 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 (aclocal --version) < /dev/null > /dev/null 2>&1; then
|
||||||
|
- ACLOCAL=aclocal
|
||||||
|
- echo "$ac_t""found" 1>&6
|
||||||
|
-else
|
||||||
|
+#if (aclocal --version) < /dev/null > /dev/null 2>&1; then
|
||||||
|
+# ACLOCAL=aclocal
|
||||||
|
+# echo "$ac_t""found" 1>&6
|
||||||
|
+#else
|
||||||
|
ACLOCAL="$missing_dir/missing aclocal"
|
||||||
|
echo "$ac_t""missing" 1>&6
|
||||||
|
-fi
|
||||||
|
+#fi
|
||||||
|
|
||||||
|
echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
|
||||||
|
echo "configure:850: checking for working autoconf" >&5
|
||||||
|
@@ -863,13 +863,13 @@
|
||||||
|
# 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 (automake --version) < /dev/null > /dev/null 2>&1; then
|
||||||
|
- AUTOMAKE=automake
|
||||||
|
- echo "$ac_t""found" 1>&6
|
||||||
|
-else
|
||||||
|
+#if (automake --version) < /dev/null > /dev/null 2>&1; then
|
||||||
|
+# AUTOMAKE=automake
|
||||||
|
+# echo "$ac_t""found" 1>&6
|
||||||
|
+#else
|
||||||
|
AUTOMAKE="$missing_dir/missing automake"
|
||||||
|
echo "$ac_t""missing" 1>&6
|
||||||
|
-fi
|
||||||
|
+#fi
|
||||||
|
|
||||||
|
echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
|
||||||
|
echo "configure:876: checking for working autoheader" >&5
|
||||||
@@ -3958,7 +3958,7 @@
|
@@ -3958,7 +3958,7 @@
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,6 @@ share/aclocal/gettext.m4
|
||||||
share/aclocal/lcmessage.m4
|
share/aclocal/lcmessage.m4
|
||||||
share/aclocal/progtest.m4
|
share/aclocal/progtest.m4
|
||||||
share/gettext/ABOUT-NLS
|
share/gettext/ABOUT-NLS
|
||||||
share/gettext/po-mode.el
|
|
||||||
share/gettext/po/Makefile.in.in
|
share/gettext/po/Makefile.in.in
|
||||||
share/gettext/intl/ChangeLog
|
share/gettext/intl/ChangeLog
|
||||||
share/gettext/intl/Makefile.in
|
share/gettext/intl/Makefile.in
|
||||||
|
@ -57,6 +56,7 @@ share/locale/pt/LC_MESSAGES/gettext.mo
|
||||||
share/locale/sl/LC_MESSAGES/gettext.mo
|
share/locale/sl/LC_MESSAGES/gettext.mo
|
||||||
share/locale/sv/LC_MESSAGES/gettext.mo
|
share/locale/sv/LC_MESSAGES/gettext.mo
|
||||||
share/locale/locale.alias
|
share/locale/locale.alias
|
||||||
|
share/emacs/site-lisp/po-mode.el
|
||||||
@dirrm share/gettext/intl
|
@dirrm share/gettext/intl
|
||||||
@dirrm share/gettext/po
|
@dirrm share/gettext/po
|
||||||
@dirrm share/gettext
|
@dirrm share/gettext
|
||||||
|
|
|
@ -22,8 +22,9 @@ pre-configure:
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir
|
@install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir
|
||||||
|
${MKDIR} ${PREFIX}/share/emacs/site-lisp
|
||||||
${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \
|
${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \
|
||||||
${PREFIX}/share/gettext/po-mode.el
|
${PREFIX}/share/emacs/site-lisp/po-mode.el
|
||||||
${MKDIR} ${X11BASE}/share/locale
|
${MKDIR} ${X11BASE}/share/locale
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,43 @@
|
||||||
--- configure.orig Fri May 1 07:48:25 1998
|
--- configure.orig Fri May 1 07:48:25 1998
|
||||||
+++ configure Wed Feb 17 02:05:55 1999
|
+++ configure Wed Feb 17 02:05:55 1999
|
||||||
|
@@ -837,13 +837,13 @@
|
||||||
|
# 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 (aclocal --version) < /dev/null > /dev/null 2>&1; then
|
||||||
|
- ACLOCAL=aclocal
|
||||||
|
- echo "$ac_t""found" 1>&6
|
||||||
|
-else
|
||||||
|
+#if (aclocal --version) < /dev/null > /dev/null 2>&1; then
|
||||||
|
+# ACLOCAL=aclocal
|
||||||
|
+# echo "$ac_t""found" 1>&6
|
||||||
|
+#else
|
||||||
|
ACLOCAL="$missing_dir/missing aclocal"
|
||||||
|
echo "$ac_t""missing" 1>&6
|
||||||
|
-fi
|
||||||
|
+#fi
|
||||||
|
|
||||||
|
echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
|
||||||
|
echo "configure:850: checking for working autoconf" >&5
|
||||||
|
@@ -863,13 +863,13 @@
|
||||||
|
# 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 (automake --version) < /dev/null > /dev/null 2>&1; then
|
||||||
|
- AUTOMAKE=automake
|
||||||
|
- echo "$ac_t""found" 1>&6
|
||||||
|
-else
|
||||||
|
+#if (automake --version) < /dev/null > /dev/null 2>&1; then
|
||||||
|
+# AUTOMAKE=automake
|
||||||
|
+# echo "$ac_t""found" 1>&6
|
||||||
|
+#else
|
||||||
|
AUTOMAKE="$missing_dir/missing automake"
|
||||||
|
echo "$ac_t""missing" 1>&6
|
||||||
|
-fi
|
||||||
|
+#fi
|
||||||
|
|
||||||
|
echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
|
||||||
|
echo "configure:876: checking for working autoheader" >&5
|
||||||
@@ -3958,7 +3958,7 @@
|
@@ -3958,7 +3958,7 @@
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,6 @@ share/aclocal/gettext.m4
|
||||||
share/aclocal/lcmessage.m4
|
share/aclocal/lcmessage.m4
|
||||||
share/aclocal/progtest.m4
|
share/aclocal/progtest.m4
|
||||||
share/gettext/ABOUT-NLS
|
share/gettext/ABOUT-NLS
|
||||||
share/gettext/po-mode.el
|
|
||||||
share/gettext/po/Makefile.in.in
|
share/gettext/po/Makefile.in.in
|
||||||
share/gettext/intl/ChangeLog
|
share/gettext/intl/ChangeLog
|
||||||
share/gettext/intl/Makefile.in
|
share/gettext/intl/Makefile.in
|
||||||
|
@ -57,6 +56,7 @@ share/locale/pt/LC_MESSAGES/gettext.mo
|
||||||
share/locale/sl/LC_MESSAGES/gettext.mo
|
share/locale/sl/LC_MESSAGES/gettext.mo
|
||||||
share/locale/sv/LC_MESSAGES/gettext.mo
|
share/locale/sv/LC_MESSAGES/gettext.mo
|
||||||
share/locale/locale.alias
|
share/locale/locale.alias
|
||||||
|
share/emacs/site-lisp/po-mode.el
|
||||||
@dirrm share/gettext/intl
|
@dirrm share/gettext/intl
|
||||||
@dirrm share/gettext/po
|
@dirrm share/gettext/po
|
||||||
@dirrm share/gettext
|
@dirrm share/gettext
|
||||||
|
|
Loading…
Add table
Reference in a new issue