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
+15
View File
@@ -0,0 +1,15 @@
$NetBSD: patch-aa,v 1.3 2010/05/31 23:20:46 dholland Exp $
Fix build on Solaris, from PR 37720.
--- config/config.mk.in~ 2009-11-27 11:39:59.000000000 +0000
+++ config/config.mk.in
@@ -133,7 +133,7 @@ ifdef DEP_TRACKING
# Dependency files post-process commands
POSTDEPEND = if test ! -d $(DEPDIR); then mkdir $(DEPDIR); fi; \
- if test -e $*.d; then cp $*.d $(DEPDIR)/$*.d; \
+ if test -f $*.d; then cp $*.d $(DEPDIR)/$*.d; \
sed -e 's/^\#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $*.d >> $(DEPDIR)/$*.d; \
$(RM) $*.d; fi