pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2008Q1] pkgsrc



Module Name:    pkgsrc
Committed By:   tron
Date:           Tue Jun 17 14:58:14 UTC 2008

Modified Files:
        pkgsrc/mk/bulk [pkgsrc-2008Q1]: build
        pkgsrc/pkgtools/pkg_install [pkgsrc-2008Q1]: Makefile

Log Message:
Pullup ticket #2421 - requested by he
Fix old-style bulk builds

Revisions pulled up:
- mk/bulk/build                 1.104
- pkgtools/pkg_install/Makefile 1.154
---
    Module Name:        pkgsrc
    Committed By:       he
    Date:               Sun Jun  8 21:04:30 UTC 2008

    Modified Files:
        pkgsrc/mk/bulk: build
        pkgsrc/pkgtools/pkg_install: Makefile

    Log Message:
    Commit two fixes which at least for me appear to be required when
    doing an old-style bulk build on 4.0 or older systems:

     - in mk/bulk/build, do "make update" instead of "make install + clean"
       when installing a new pkg_install
     - in pkgtools/pkg_install/Makefile, don't try to use our own
       executables (${WORKDIR}/pkg_add/pkg_add etc.) if they don't exist

    Discussed with joerg, and even though he's not entirely happy
    with the latter change, he didn't appear to have a better suggestion.

    This, and putting /usr/pkg/sbin earlier than /usr/sbin in the $PATH
    appears to be required to get an old-style bulk build going.


To generate a diff of this commit:
cvs rdiff -r1.103 -r1.103.2.1 pkgsrc/mk/bulk/build
cvs rdiff -r1.149 -r1.149.2.1 pkgsrc/pkgtools/pkg_install/Makefile

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