openssl search

Martin Dieringer martin.dieringer at gmx.de
Fri Nov 30 00:47:52 PST 2007


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.


More information about the freebsd-ports mailing list