summaryrefslogtreecommitdiff
path: root/devel/libgnomeui/patches
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2002-09-12 01:21:58 +0000
committerrh <rh@pkgsrc.org>2002-09-12 01:21:58 +0000
commit450456396fea3035ad640af0c83361d05e87944c (patch)
tree91d6c90976a933b9e63645245b465e3245c3d16a /devel/libgnomeui/patches
parentc070fbf2a194527cb0f2d2df9b58266f2fddcd7a (diff)
downloadpkgsrc-450456396fea3035ad640af0c83361d05e87944c.tar.gz
Initial import of libgnomeui-2.0.5, a core widget library for the
development of GNOME2 applications. Provided by Julio Merino <jmmv@hispabsd.org>. This closes PR pkg/18201.
Diffstat (limited to 'devel/libgnomeui/patches')
-rw-r--r--devel/libgnomeui/patches/patch-aa24
-rw-r--r--devel/libgnomeui/patches/patch-ab24
2 files changed, 48 insertions, 0 deletions
diff --git a/devel/libgnomeui/patches/patch-aa b/devel/libgnomeui/patches/patch-aa
new file mode 100644
index 00000000000..a3cdc55ab17
--- /dev/null
+++ b/devel/libgnomeui/patches/patch-aa
@@ -0,0 +1,24 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/09/12 01:21:58 rh Exp $
+
+--- doc/reference/Makefile.am.orig Fri Sep 6 17:41:00 2002
++++ doc/reference/Makefile.am Fri Sep 6 17:41:21 2002
+@@ -150,8 +150,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)
+
+ #
+@@ -171,7 +171,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/libgnomeui/patches/patch-ab b/devel/libgnomeui/patches/patch-ab
new file mode 100644
index 00000000000..279cc88a29c
--- /dev/null
+++ b/devel/libgnomeui/patches/patch-ab
@@ -0,0 +1,24 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/09/12 01:21:58 rh Exp $
+
+--- doc/reference/Makefile.in.orig Fri Sep 6 17:41:03 2002
++++ doc/reference/Makefile.in Fri Sep 6 17:41:33 2002
+@@ -359,8 +359,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)
+
+ #
+@@ -377,7 +377,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) ; \