SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,18 @@
Index: draw_lib_dependencies
--- draw_lib_dependencies.orig
+++ draw_lib_dependencies
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!${LOCALBASE}/bin/bash
# Copyright 2013 Dominik Seichter <domseichter@googlemail.com>
#
@@ -95,7 +95,7 @@ analyze()
exit 1
fi
- DEPPATH=$(grep -- "$DEP" "$LDDTMPFILE" | awk '{print $3}')
+ DEPPATH=$(grep -- "$DEP" "$LDDTMPFILE" | awk '{print $7}')
if [ -n "$DEPPATH" ];
then
echo " \"$NAME\" -> \"$DEP\";" >> $OUT