pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   tron
Date:           Wed Jun  5 08:19:57 UTC 2013

Modified Files:
        pkgsrc/mk: bsd.pkg.mk

Log Message:
Revert change to "PKG_SETENV":
1.) It breaks the build of "www/firefox" which gets upset if "SHELL" is
    not defined in the environment. There are probably more packages
    which similar problems.
2.) It breaks established use case like this one:

        export ALLOW_VULNERABLE_PACKAGES=yes
        cd pkgsrc/multimedia/ffmpeg2theora
        bmake install

    In this case the value of "ALLOW_VULNERABLE_PACKAGES" will not be
    passed to the build of "pkgsrc/multimedia/ffmpeg". And the build of
    this package will fail due to known vulnerabilities.


To generate a diff of this commit:
cvs rdiff -u -r1.1991 -r1.1992 pkgsrc/mk/bsd.pkg.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