From fd9ff935a20dbc89e5107a70c1a4cabe125c12dd Mon Sep 17 00:00:00 2001 From: rillig Date: Thu, 4 Jan 2007 02:38:13 +0000 Subject: Fixed PKGMANDIR and a missing Bash interpreter. PKGREVISION++ --- lang/mono/patches/patch-ap | 20 ++++++++++++++------ lang/mono/patches/patch-bd | 12 ++++++++++++ 2 files changed, 26 insertions(+), 6 deletions(-) create mode 100644 lang/mono/patches/patch-bd (limited to 'lang/mono/patches') diff --git a/lang/mono/patches/patch-ap b/lang/mono/patches/patch-ap index e5ed382d2da..3d27c58789d 100644 --- a/lang/mono/patches/patch-ap +++ b/lang/mono/patches/patch-ap @@ -1,19 +1,27 @@ -$NetBSD: patch-ap,v 1.1 2006/08/03 18:15:08 drochner Exp $ +$NetBSD: patch-ap,v 1.2 2007/01/04 02:38:14 rillig Exp $ ---- mcs/jay/Makefile.orig 2006-07-27 12:57:02.000000000 +0200 -+++ mcs/jay/Makefile -@@ -21,12 +21,12 @@ ifndef NO_INSTALL +--- mcs/jay/Makefile.orig 2006-04-11 00:22:08.000000000 +0200 ++++ mcs/jay/Makefile 2007-01-03 23:44:47.000000000 +0100 +@@ -21,19 +21,19 @@ ifndef NO_INSTALL install-local: $(MKINSTALLDIRS) $(DESTDIR)$(prefix)/bin $(MKINSTALLDIRS) $(DESTDIR)$(prefix)/share/jay - $(MKINSTALLDIRS) $(DESTDIR)$(prefix)/share/man/man1 -+ $(MKINSTALLDIRS) $(DESTDIR)$(prefix)/man/man1 ++ $(MKINSTALLDIRS) $(DESTDIR)$(mandir)/man1 $(INSTALL_BIN) jay $(DESTDIR)$(prefix)/bin for datafile in $(datafiles) ; do \ $(INSTALL_DATA) $$datafile $(DESTDIR)$(prefix)/share/jay ; \ done - $(INSTALL_DATA) jay.1 $(DESTDIR)$(prefix)/share/man/man1 -+ $(INSTALL_DATA) jay.1 $(DESTDIR)$(prefix)/man/man1 ++ $(INSTALL_DATA) jay.1 $(DESTDIR)$(mandir)/man1 uninstall-local: -rm -f $(DESTDIR)$(prefix)/bin/jay + for datafile in $(datafiles) ; do \ + rm -f $(DESTDIR)$(prefix)/share/jay/$$datafile || : ; \ + done +- -rm -f $(DESTDIR)$(prefix)/share/man/man1/jay.1 ++ -rm -f $(DESTDIR)$(mandir)/man1/jay.1 + endif + + clean-local: diff --git a/lang/mono/patches/patch-bd b/lang/mono/patches/patch-bd new file mode 100644 index 00000000000..ad1f5dde7b8 --- /dev/null +++ b/lang/mono/patches/patch-bd @@ -0,0 +1,12 @@ +$NetBSD: patch-bd,v 1.1 2007/01/04 02:38:14 rillig Exp $ + +--- mcs/build/config-default.make.orig 2006-04-11 00:22:08.000000000 +0200 ++++ mcs/build/config-default.make 2007-01-04 01:11:48.000000000 +0100 +@@ -17,6 +17,7 @@ LIBRARY_FLAGS = /noconfig + CFLAGS = -g -O2 + prefix = /usr/local + exec_prefix = $(prefix) ++mandir = $(prefix)/man + mono_libdir = $(exec_prefix)/lib + #RUNTIME = mono + RUNTIME = false -- cgit v1.2.3