PERFORCE change 103537 for review

Gabor Kovesdan gabor at FreeBSD.org
Wed Aug 9 23:39:21 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=103537

Change 103537 by gabor at gabor_server on 2006/08/09 23:39:14

	Set PKGINSTALLVER sorrectly.  PKG_INFO is already chrooted if DESTDIR
	is set.
	
	Submitted by:	John E. Hein <jhein at timing dot com>

Affected files ...

.. //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#76 edit

Differences ...

==== //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#76 (text+ko) ====

@@ -2342,7 +2342,7 @@
 # Does the pkg_create tool support conflict checking?
 # XXX Slow?
 .if !defined(PKGINSTALLVER)
-PKGINSTALLVER!= ${CHROOT} ${DESTDIR} ${PKG_INFO} -P 2>/dev/null | ${SED} -e 's/.*: //'
+PKGINSTALLVER!=	${PKG_INFO} -P 2>/dev/null | ${SED} -e 's/.*: //'
 .endif
 .if ${PKGINSTALLVER} < 20030417
 DISABLE_CONFLICTS=	YES


More information about the p4-projects mailing list