Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2007 09:19:59 +0100 (CET)
From:      Martin Dieringer <martin.dieringer@gmx.de>
To:        freebsd-ports@freebsd.org
Subject:   openssl search
Message-ID:  <20071130091444.B1160@thinkpad.dieringer.dyndns.org>

next in thread | raw e-mail | index | archive | help

is it really necessary to do this in bsd.openssl.mk:


sh -c grep -l -r "^lib/libssl.so." "/var/db/pkg" |  while read
contents; do  sslprefix=`grep "^@cwd " "${contents}" | /usr/bin/head
-n 1`;  if test "${sslprefix}" = "@cwd /usr/local" ; then  echo
"${contents}"; break; fi; done



It is not possible to do a "make readmes" anymore, because for every
port it needs half a minute to scan the db.


m.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071130091444.B1160>