Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
$NetBSD: patch-aa,v 1.2 2008/01/12 04:17:38 bjs Exp $
--- configure.orig 2007-09-12 09:58:44.000000000 -0400
+++ configure
@@ -3170,6 +3170,7 @@ fi
LIBS=$ORIG_LIBS
+curses_ok=yes
if test "$curses_ok" = yes; then
{ echo "$as_me:$LINENO: checking for modern curses without raw() bug" >&5
echo $ECHO_N "checking for modern curses without raw() bug... $ECHO_C" >&6; }

View File

@@ -0,0 +1,28 @@
$NetBSD: patch-ab,v 1.1 2008/01/12 04:17:38 bjs Exp $
--- Makefile.in.orig 2007-08-31 14:47:09.000000000 -0400
+++ Makefile.in
@@ -33,16 +33,16 @@ install-po: install-po-@USE_NLS@
install-po-no:
install-po-yes: $(CATALOGS)
for cat in $(CATALOGS); do \
- dir=$(localedir)/`basename $$cat .mo`/LC_MESSAGES; \
- [ -d $$dir ] || @INSTALL@ -m 755 -d $$dir; \
- @INSTALL@ -m 644 $$cat $$dir/fe.mo; \
+ dir=$(DESTDIR)$(localedir)/`basename $$cat .mo`/LC_MESSAGES; \
+ [ -d $$dir ] || $(BSD_INSTALL_DATA_DIR) -m 755 -d $$dir; \
+ $(BSD_INSTALL_DATA) -m 644 $$cat $$dir/fe.mo; \
done
install: all
- $(INSTALL) -m 755 -d $(BINDIR)
- $(INSTALL_PROGRAM) -s fe $(BINDIR)/fe
- $(INSTALL) -m 755 -d $(MANDIR)/man1
- $(INSTALL_DATA) fe.1 $(MANDIR)/man1/fe.1
+ $(BSD_INSTALL_PROGRAM_DIR) $(DESTDIR)$(BINDIR)
+ $(BSD_INSTALL_PROGRAM) fe $(DESTDIR)$(BINDIR)/fe
+ $(BSD_INSTALL_MAN_DIR) $(DESTDIR)$(MANDIR)/man1
+ $(BSD_INSTALL_MAN) fe.1 $(DESTDIR)$(MANDIR)/man1/fe.1
make install-po
.c.o: