diff options
author | rh <rh> | 2002-09-21 01:04:23 +0000 |
---|---|---|
committer | rh <rh> | 2002-09-21 01:04:23 +0000 |
commit | 57eb1a8bec795ab7fd6fa0a01a511c28fccb88fc (patch) | |
tree | fc52be610d13c601f805647ad862725f9b8375fb /devel/gail/patches | |
parent | 9bf99f9d2d6dc213b806ab7c41381e5ce5c2b8c5 (diff) | |
download | pkgsrc-57eb1a8bec795ab7fd6fa0a01a511c28fccb88fc.tar.gz |
Initial import of gail-0.17, the Gnome Accessibility Implementation Library
Diffstat (limited to 'devel/gail/patches')
-rw-r--r-- | devel/gail/patches/patch-aa | 12 | ||||
-rw-r--r-- | devel/gail/patches/patch-ab | 13 | ||||
-rw-r--r-- | devel/gail/patches/patch-ac | 24 | ||||
-rw-r--r-- | devel/gail/patches/patch-ad | 24 |
4 files changed, 73 insertions, 0 deletions
diff --git a/devel/gail/patches/patch-aa b/devel/gail/patches/patch-aa new file mode 100644 index 00000000000..549bc4fd0a8 --- /dev/null +++ b/devel/gail/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2002/09/21 01:04:24 rh Exp $ + +--- Makefile.am.orig Sat Sep 7 14:18:57 2002 ++++ Makefile.am Sat Sep 7 14:19:03 2002 +@@ -1,6 +1,6 @@ + # Process this file with automake to create Makefile.in. + +-SUBDIRS=libgail-util gail tests docs ++SUBDIRS=libgail-util gail docs + + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA= gail.pc diff --git a/devel/gail/patches/patch-ab b/devel/gail/patches/patch-ab new file mode 100644 index 00000000000..fe548a43d91 --- /dev/null +++ b/devel/gail/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2002/09/21 01:04:24 rh Exp $ + +--- Makefile.in.orig Sat Sep 7 14:19:08 2002 ++++ Makefile.in Sat Sep 7 14:19:16 2002 +@@ -91,7 +91,7 @@ + VERSION = @VERSION@ + ms_librarian = @ms_librarian@ + +-SUBDIRS = libgail-util gail tests docs ++SUBDIRS = libgail-util gail docs + + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = gail.pc diff --git a/devel/gail/patches/patch-ac b/devel/gail/patches/patch-ac new file mode 100644 index 00000000000..5e765297d6c --- /dev/null +++ b/devel/gail/patches/patch-ac @@ -0,0 +1,24 @@ +$NetBSD: patch-ac,v 1.1.1.1 2002/09/21 01:04:24 rh Exp $ + +--- docs/reference/libgail-util/Makefile.am.orig Sat Sep 7 13:58:48 2002 ++++ docs/reference/libgail-util/Makefile.am Sat Sep 7 13:59:04 2002 +@@ -127,8 +127,8 @@ + echo '-- Installing '$$i ; \ + $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ + done; \ +- echo '-- Installing $(srcdir)/html/index.sgml' ; \ +- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \ ++ echo '-- Installing $(srcdir)/html/index.html' ; \ ++ $(INSTALL_DATA) $(srcdir)/html/index.html $(DESTDIR)$(TARGET_DIR); \ + fi) + + # +@@ -148,7 +148,7 @@ + mkdir $(distdir)/html + -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl + -cp $(srcdir)/sgml/*.sgml $(distdir)/sgml +- -cp $(srcdir)/html/index.sgml $(distdir)/html ++ -cp $(srcdir)/html/index.html $(distdir)/html + -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html + + images=$(HTML_IMAGES) ; \ diff --git a/devel/gail/patches/patch-ad b/devel/gail/patches/patch-ad new file mode 100644 index 00000000000..4cd8d2e2cc3 --- /dev/null +++ b/devel/gail/patches/patch-ad @@ -0,0 +1,24 @@ +$NetBSD: patch-ad,v 1.1.1.1 2002/09/21 01:04:24 rh Exp $ + +--- docs/reference/libgail-util/Makefile.in.orig Sat Sep 7 13:58:50 2002 ++++ docs/reference/libgail-util/Makefile.in Sat Sep 7 13:59:16 2002 +@@ -304,8 +304,8 @@ + echo '-- Installing '$$i ; \ + $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ + done; \ +- echo '-- Installing $(srcdir)/html/index.sgml' ; \ +- $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR); \ ++ echo '-- Installing $(srcdir)/html/index.html' ; \ ++ $(INSTALL_DATA) $(srcdir)/html/index.html $(DESTDIR)$(TARGET_DIR); \ + fi) + + # +@@ -322,7 +322,7 @@ + mkdir $(distdir)/html + -cp $(srcdir)/tmpl/*.sgml $(distdir)/tmpl + -cp $(srcdir)/sgml/*.sgml $(distdir)/sgml +- -cp $(srcdir)/html/index.sgml $(distdir)/html ++ -cp $(srcdir)/html/index.html $(distdir)/html + -cp $(srcdir)/html/*.html $(srcdir)/html/*.css $(distdir)/html + + images=$(HTML_IMAGES) ; \ |