Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 2006 23:39:20 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 103537 for review
Message-ID:  <200608092339.k79NdKti020727@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103537

Change 103537 by gabor@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



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