summaryrefslogtreecommitdiff
path: root/textproc/opensp/files
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/opensp/files')
-rw-r--r--textproc/opensp/files/patch-Makefile.in11
-rw-r--r--textproc/opensp/files/patch-aclocal.m446
-rw-r--r--textproc/opensp/files/patch-nsgmls::Makefile.in11
-rw-r--r--textproc/opensp/files/patch-sgmlnorm::Makefile11
-rw-r--r--textproc/opensp/files/patch-spam::Makefile.in11
-rw-r--r--textproc/opensp/files/patch-spcat::Makefile.in11
-rw-r--r--textproc/opensp/files/patch-spent::Makefile.in11
-rw-r--r--textproc/opensp/files/patch-sx::Makefile.in11
8 files changed, 123 insertions, 0 deletions
diff --git a/textproc/opensp/files/patch-Makefile.in b/textproc/opensp/files/patch-Makefile.in
new file mode 100644
index 000000000000..579888378668
--- /dev/null
+++ b/textproc/opensp/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Fri Oct 31 10:13:26 2003
++++ Makefile.in Fri Oct 31 10:13:32 2003
+@@ -107,7 +107,7 @@
+
+ AUTOMAKE_OPTIONS = check-news
+
+-SUBDIRS = pubtext unicode doc \
++SUBDIRS = pubtext unicode \
+ include generic \
+ lib nsgmls spent spam sgmlnorm sx spcat \
+ intl po
diff --git a/textproc/opensp/files/patch-aclocal.m4 b/textproc/opensp/files/patch-aclocal.m4
new file mode 100644
index 000000000000..63e17ff1b43c
--- /dev/null
+++ b/textproc/opensp/files/patch-aclocal.m4
@@ -0,0 +1,46 @@
+
+$FreeBSD: /tmp/pcvs/ports/textproc/opensp/files/Attic/patch-aclocal.m4,v 1.1 2003-10-31 04:33:39 kuriyama Exp $
+
+--- aclocal.m4.orig Wed Jul 17 20:48:30 2002
++++ aclocal.m4 Thu Jul 18 16:38:49 2002
+@@ -545,7 +545,7 @@
+ rm -f conf.gdk_pixbuftest
+ ])
+
+-# gettext.m4 serial 13 (gettext-0.11.1)
++# gettext.m4 serial 14 (gettext-0.11.2)
+ dnl Copyright (C) 1995-2002 Free Software Foundation, Inc.
+ dnl This file is free software, distributed under the terms of the GNU
+ dnl General Public License. As a special exception to the GNU General
+@@ -689,14 +689,13 @@
+ dnl Now see whether libintl exists and does not depend on libiconv.
+ AC_TRY_LINK([#include <libintl.h>
+ extern int _nl_msg_cat_cntr;
+-extern int *_nl_domain_bindings;
+ extern
+ #ifdef __cplusplus
+ "C"
+ #endif
+ const char *_nl_expand_alias ();],
+ [bindtextdomain ("", "");
+-return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)],
++return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)],
+ gt_cv_func_gnugettext_libintl=yes,
+ gt_cv_func_gnugettext_libintl=no)
+ dnl Now see whether libintl exists and depends on libiconv.
+@@ -704,14 +703,13 @@
+ LIBS="$LIBS $LIBICONV"
+ AC_TRY_LINK([#include <libintl.h>
+ extern int _nl_msg_cat_cntr;
+-extern int *_nl_domain_bindings;
+ extern
+ #ifdef __cplusplus
+ "C"
+ #endif
+ const char *_nl_expand_alias ();],
+ [bindtextdomain ("", "");
+-return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0)],
++return (int) gettext ("")]ifelse([$2], [need-ngettext], [ + (int) ngettext ("", "", 0)], [])[ + _nl_msg_cat_cntr + *_nl_expand_alias (0)],
+ [LIBINTL="$LIBINTL $LIBICONV"
+ LTLIBINTL="$LTLIBINTL $LTLIBICONV"
+ gt_cv_func_gnugettext_libintl=yes
diff --git a/textproc/opensp/files/patch-nsgmls::Makefile.in b/textproc/opensp/files/patch-nsgmls::Makefile.in
new file mode 100644
index 000000000000..27361cce0be1
--- /dev/null
+++ b/textproc/opensp/files/patch-nsgmls::Makefile.in
@@ -0,0 +1,11 @@
+--- nsgmls/Makefile.in.orig Sat Oct 25 21:23:36 2003
++++ nsgmls/Makefile.in Sat Oct 25 21:23:48 2003
+@@ -142,7 +142,7 @@
+ nsgmls_inst.$(OBJEXT)
+ onsgmls_OBJECTS = $(am_onsgmls_OBJECTS)
+ onsgmls_DEPENDENCIES = $(top_builddir)/lib/libosp.la
+-onsgmls_LDFLAGS =
++onsgmls_LDFLAGS = -lintl
+
+ DEFS = @DEFS@
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
diff --git a/textproc/opensp/files/patch-sgmlnorm::Makefile b/textproc/opensp/files/patch-sgmlnorm::Makefile
new file mode 100644
index 000000000000..c08a9a4c4029
--- /dev/null
+++ b/textproc/opensp/files/patch-sgmlnorm::Makefile
@@ -0,0 +1,11 @@
+--- sgmlnorm/Makefile.in.orig Sat Oct 25 21:24:54 2003
++++ sgmlnorm/Makefile.in Sat Oct 25 21:25:06 2003
+@@ -136,7 +136,7 @@
+ am_osgmlnorm_OBJECTS = sgmlnorm.$(OBJEXT) SGMLGenerator.$(OBJEXT)
+ osgmlnorm_OBJECTS = $(am_osgmlnorm_OBJECTS)
+ osgmlnorm_DEPENDENCIES = $(top_builddir)/lib/libosp.la
+-osgmlnorm_LDFLAGS =
++osgmlnorm_LDFLAGS = -lintl
+
+ DEFS = @DEFS@
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
diff --git a/textproc/opensp/files/patch-spam::Makefile.in b/textproc/opensp/files/patch-spam::Makefile.in
new file mode 100644
index 000000000000..4db774302a09
--- /dev/null
+++ b/textproc/opensp/files/patch-spam::Makefile.in
@@ -0,0 +1,11 @@
+--- spam/Makefile.in.orig Sat Oct 25 21:11:02 2003
++++ spam/Makefile.in Sat Oct 25 21:11:13 2003
+@@ -138,7 +138,7 @@
+ MarkupEventHandler.$(OBJEXT) spam_inst.$(OBJEXT)
+ ospam_OBJECTS = $(am_ospam_OBJECTS)
+ ospam_DEPENDENCIES = $(top_builddir)/lib/libosp.la
+-ospam_LDFLAGS =
++ospam_LDFLAGS = -lintl
+
+ DEFS = @DEFS@
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
diff --git a/textproc/opensp/files/patch-spcat::Makefile.in b/textproc/opensp/files/patch-spcat::Makefile.in
new file mode 100644
index 000000000000..dab83cfded01
--- /dev/null
+++ b/textproc/opensp/files/patch-spcat::Makefile.in
@@ -0,0 +1,11 @@
+--- spcat/Makefile.in.orig Sat Oct 25 22:06:38 2003
++++ spcat/Makefile.in Sat Oct 25 22:06:54 2003
+@@ -134,7 +134,7 @@
+ am_ospcat_OBJECTS = spcat.$(OBJEXT) spcat_inst.$(OBJEXT)
+ ospcat_OBJECTS = $(am_ospcat_OBJECTS)
+ ospcat_DEPENDENCIES = $(top_builddir)/lib/libosp.la
+-ospcat_LDFLAGS =
++ospcat_LDFLAGS = -lintl
+
+ DEFS = @DEFS@
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
diff --git a/textproc/opensp/files/patch-spent::Makefile.in b/textproc/opensp/files/patch-spent::Makefile.in
new file mode 100644
index 000000000000..274192aa0981
--- /dev/null
+++ b/textproc/opensp/files/patch-spent::Makefile.in
@@ -0,0 +1,11 @@
+--- spent/Makefile.in.orig Sat Oct 25 21:09:41 2003
++++ spent/Makefile.in Sat Oct 25 21:09:57 2003
+@@ -134,7 +134,7 @@
+ am_ospent_OBJECTS = spent.$(OBJEXT)
+ ospent_OBJECTS = $(am_ospent_OBJECTS)
+ ospent_DEPENDENCIES = $(top_builddir)/lib/libosp.la
+-ospent_LDFLAGS =
++ospent_LDFLAGS = -lintl
+
+ DEFS = @DEFS@
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
diff --git a/textproc/opensp/files/patch-sx::Makefile.in b/textproc/opensp/files/patch-sx::Makefile.in
new file mode 100644
index 000000000000..121ff176b977
--- /dev/null
+++ b/textproc/opensp/files/patch-sx::Makefile.in
@@ -0,0 +1,11 @@
+--- sx/Makefile.in.orig Sat Oct 25 21:26:34 2003
++++ sx/Makefile.in Sat Oct 25 21:27:03 2003
+@@ -140,7 +140,7 @@
+ sx_inst.$(OBJEXT)
+ osx_OBJECTS = $(am_osx_OBJECTS)
+ osx_DEPENDENCIES = $(top_builddir)/lib/libosp.la
+-osx_LDFLAGS =
++osx_LDFLAGS = -lintl
+
+ DEFS = @DEFS@
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)