On Tue, Jul 16, 2013 at 02:26:13PM +0200, Richard Palo wrote:
For info, I am experiencing this as well on current, for me it is
gcc48 and gcc48-libs (that I've noticed so far).
Could this be related to this change?
Module Name: pkgsrc
Committed By: obache
Date: Thu May 23 13:18:56 UTC 2013
Modified Files:
pkgsrc/mk: bsd.pkg.barrier.mk
pkgsrc/mk/install: bsd.install.mk replace.mk
pkgsrc/mk/package: package.mk
pkgsrc/mk/pkgformat/pkg: package.mk replace.mk
Log Message:
prevent to generate binary package in ${PACKAGES} from the side effect of
`install' with USE_DESTDIR=yes.
This changes prevent to unwanted overwite of existing binary packages with
test installation (`stage-install', `replace' & `undo-replace', and so on).
To do both `install' and `package', you can still use `package-install' target,
same as USE_DESTDIR=no.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/mk/bsd.pkg.barrier.mk
cvs rdiff -u -r1.13 -r1.14 pkgsrc/mk/install/bsd.install.mk
cvs rdiff -u -r1.14 -r1.15 pkgsrc/mk/install/replace.mk
cvs rdiff -u -r1.23 -r1.24 pkgsrc/mk/package/package.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/mk/pkgformat/pkg/package.mk \
pkgsrc/mk/pkgformat/pkg/replace.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Thomas