summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/xmlada/distinfo4
-rw-r--r--textproc/xmlada/patches/patch-aa6
-rw-r--r--x11/gtkada/distinfo4
-rw-r--r--x11/gtkada/patches/patch-ba13
4 files changed, 15 insertions, 12 deletions
diff --git a/textproc/xmlada/distinfo b/textproc/xmlada/distinfo
index 64f1c4690b3..c1ae5af5393 100644
--- a/textproc/xmlada/distinfo
+++ b/textproc/xmlada/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/02/03 18:50:53 drochner Exp $
+$NetBSD: distinfo,v 1.2 2011/02/10 10:43:41 drochner Exp $
SHA1 (xmlada-4.1w-20101125.tar.bz2) = 350d0c2aa58905c3e3e276f5f83775573178c01a
RMD160 (xmlada-4.1w-20101125.tar.bz2) = fd6f6e870585376416b35dd5e0d422eee89c6d25
Size (xmlada-4.1w-20101125.tar.bz2) = 701742 bytes
-SHA1 (patch-aa) = 11f8f8e461e5e2f544f6d3946d5eec6bb71a2215
+SHA1 (patch-aa) = 5b72eef334bd1172c2040af6f7541ec4c62f880c
diff --git a/textproc/xmlada/patches/patch-aa b/textproc/xmlada/patches/patch-aa
index 7d6e1e1a1c6..f36eb8b2d74 100644
--- a/textproc/xmlada/patches/patch-aa
+++ b/textproc/xmlada/patches/patch-aa
@@ -1,10 +1,10 @@
-$NetBSD: patch-aa,v 1.1.1.1 2011/02/03 18:50:55 drochner Exp $
+$NetBSD: patch-aa,v 1.2 2011/02/10 10:43:41 drochner Exp $
support DESTDIR
--- Makefile.in.orig 2010-11-25 15:44:56.000000000 +0000
+++ Makefile.in
-@@ -91,51 +91,47 @@ docs: force
+@@ -91,51 +91,49 @@ docs: force
# Rule for installing the modules
%_inst: force
@@ -16,6 +16,7 @@ support DESTDIR
- ${RM} ${xmllib}libxmlada_$**
+ ${CP} $*/*.ad[bs] $(DESTDIR)${includedir}/xmlada
+ cd $*; ls *.ad[bs] > $(DESTDIR)${libdir}/gnat/xmlada/xmlada_$*.lgpr
++ -cd $(DESTDIR)${xmllib}; ${CHMOD} ugo+w *.ali
+ -${CP} $*/lib/${LIBRARY_TYPE}/*.ali $(DESTDIR)${xmllib}
ifeq (${LIBRARY_TYPE},static)
- ${INSTALL} $*/lib/${LIBRARY_TYPE}/libxmlada_$*.a ${xmllib}
@@ -38,6 +39,7 @@ support DESTDIR
endif
endif
- cd ${xmllib}; ${CHMOD} ugo-w *.ali
++ cd $(DESTDIR)${xmllib}; ${CHMOD} ugo-w *.ali
install_dirs: force
- @${MKDIR} ${bindir}
diff --git a/x11/gtkada/distinfo b/x11/gtkada/distinfo
index 24ad900beda..36809649a4b 100644
--- a/x11/gtkada/distinfo
+++ b/x11/gtkada/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/02/03 18:57:13 drochner Exp $
+$NetBSD: distinfo,v 1.2 2011/02/10 10:43:41 drochner Exp $
SHA1 (gtkada-2.22.tar.bz2) = 99cce5b7847b6c497aef8f388250034df462cfa6
RMD160 (gtkada-2.22.tar.bz2) = f12409882e31213eae2817309193025eec9bf20b
@@ -8,7 +8,7 @@ SHA1 (patch-ab) = 420a0e809b1f7e82cd1b7212ed2840ade4def6c2
SHA1 (patch-ac) = e013efafab5f68ce282f9ce38577fa018c05ff00
SHA1 (patch-ad) = 09803810177e1e9ff0957773362f7cd44589665b
SHA1 (patch-ae) = 7ef44d33bda6c8deb126d8457f4b36415ff256a6
-SHA1 (patch-ba) = cc009deee1b3cfc98082a00608f93256274ee5fa
+SHA1 (patch-ba) = 73ee73eab7146e7fa6ed2bd0b143592c2ea41798
SHA1 (patch-bb) = 04e39a0283a6d7463685f0b51c0ebfddd32852af
SHA1 (patch-bc) = c655f9271ae2fb9d6ebed70ddb0cf7c4b37d7a55
SHA1 (patch-bd) = 20d46afcf551edf9a999ed9ee98672f5e8c03a4d
diff --git a/x11/gtkada/patches/patch-ba b/x11/gtkada/patches/patch-ba
index d733a12ed1b..47fb5343952 100644
--- a/x11/gtkada/patches/patch-ba
+++ b/x11/gtkada/patches/patch-ba
@@ -1,8 +1,8 @@
-$NetBSD: patch-ba,v 1.1.1.1 2011/02/03 18:57:15 drochner Exp $
+$NetBSD: patch-ba,v 1.2 2011/02/10 10:43:41 drochner Exp $
---- src/Makefile.in.orig 2011-02-02 18:33:04.000000000 +0000
+--- src/Makefile.in.orig 2010-12-01 21:51:07.000000000 +0000
+++ src/Makefile.in
-@@ -58,47 +58,41 @@ gtkada-intl.adb: gtkada-intl.gpb Makefil
+@@ -58,46 +58,44 @@ gtkada-intl.adb: gtkada-intl.gpb Makefil
install: force
@if [ "$(prefix)" != `pwd` ]; then \
echo Installing GtkAda in $(prefix); \
@@ -66,9 +66,10 @@ $NetBSD: patch-ba,v 1.1.1.1 2011/02/03 18:57:15 drochner Exp $
$(MAKE) -C gnome install; \
$(MAKE) -C tools install; \
- $(CHMOD) ugo-w $(alidir)/static/*.ali; \
-- if [ $(BUILD_SHARED) = yes ]; then \
++ $(CHMOD) ugo-w $(DESTDIR)$(alidir)/static/*.ali; \
+ if [ $(BUILD_SHARED) = yes ]; then \
- $(CHMOD) ugo-w $(alidir)/relocatable/*.ali; \
-- fi; \
++ $(CHMOD) ugo-w $(DESTDIR)$(alidir)/relocatable/*.ali; \
+ fi; \
fi
- clean: