Summary: | bsd.openssl.mk can't find +CONTENTS | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | don | ||||
Component: | Individual Port(s) | Assignee: | Dirk Meyer <dinoex> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
don
2008-08-13 18:50:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->dinoex bsd.openssl.mk is dinoex territory (via the GNATS Auto Assign Tool) Please test this patch: kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] http://people.freebsd.org/~dinoex/errorlogs/ Index: bsd.openssl.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.openssl.mk,v retrieving revision 1.39 diff -u -r1.39 bsd.openssl.mk --- bsd.openssl.mk 5 Aug 2008 09:33:07 -0000 1.39 +++ bsd.openssl.mk 26 Aug 2008 12:44:45 -0000 @@ -122,7 +122,7 @@ # find installed port and use it for dependency PKG_DBDIR?= ${DESTDIR}/var/db/pkg .if !defined(OPENSSL_INSTALLED) -OPENSSL_INSTALLED!= find "${PKG_DBDIR}" -type f -name "+CONTENTS" -print0 | \ +OPENSSL_INSTALLED!= find "${PKG_DBDIR}/" -type f -name "+CONTENTS" -print0 | \ xargs -0 grep -l "^lib/libssl.so." | \ while read contents; do \ sslprefix=`grep "^@cwd " "$${contents}" | ${HEAD} -n 1`; \ dinoex 2008-08-27 06:19:39 UTC FreeBSD ports repository Modified files: Mk bsd.openssl.mk Log: - fix symlinked pkgdb dir PR: 126508 Revision Changes Path 1.40 +2 -2 ports/Mk/bsd.openssl.mk _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed committed, thanks. |