pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   agc
Date:           Sat Dec  6 23:28:18 UTC 2014

Modified Files:
        pkgsrc/doc/guide/files: configuring.xml
        pkgsrc/mk: bsd.prefs.mk
        pkgsrc/mk/install: bsd.install.mk replace.mk

Log Message:
Add a new definition, PKGSRC_KEEP_BIN_PKGS, which defaults to "no".
This definition controls whether the binary package which is built
during package installation will be copied to pkgsrc/packages/All.

To retain binary packages in pkgsrc/packages/All, set

        PKGSRC_KEEP_BIN_PKGS=yes

in environment or MAKECONF. If this is not set, binary packages
will not be preserved after their WRKDIR is removed. This may not
be what you want.

To preserve the status quo since 2013/05/22, and just delete the
binary package after it's built, the default for PKGSRC_KEEP_BIN_PKGS
is "no", or it can be explicitly set.

As reviewed on tech-pkg.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/doc/guide/files/configuring.xml
cvs rdiff -u -r1.350 -r1.351 pkgsrc/mk/bsd.prefs.mk
cvs rdiff -u -r1.14 -r1.15 pkgsrc/mk/install/bsd.install.mk
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mk/install/replace.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index