pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2015Q3] pkgsrc/pkgtools/pkg_comp



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Mon Nov 23 18:46:46 UTC 2015

Modified Files:
        pkgsrc/pkgtools/pkg_comp [pkgsrc-2015Q3]: Makefile
        pkgsrc/pkgtools/pkg_comp/files [pkgsrc-2015Q3]: pkg_comp.8 pkg_comp.sh

Log Message:
Pullup ticket #4859 - requested by agc
pkgtools/pkg_comp: bugfix

Revisions pulled up:
- pkgtools/pkg_comp/Makefile                                    1.55
- pkgtools/pkg_comp/files/pkg_comp.8                            1.41
- pkgtools/pkg_comp/files/pkg_comp.sh                           1.43

---
   Module Name:    pkgsrc
   Committed By:   agc
   Date:           Sat Nov 21 23:10:27 UTC 2015

   Modified Files:
           pkgsrc/pkgtools/pkg_comp: Makefile
           pkgsrc/pkgtools/pkg_comp/files: pkg_comp.8 pkg_comp.sh

   Log Message:
   Update pkg_comp to 1.38nb1

   pkgsrc uses the "BUILD_TARGET" definition internally as the primary
   target for building in a package's WRKDIR.  It defaults to "all".
   So pkgsrc cd's to ${WRKDIR} and does a "make ${BUILD_TARGET}"

   pkg_comp also wants to use the same "BUILD_TARGET" definition
   internally for itself to guide the builds for making binary packages.
   It's done at a higher level than the pkgsrc definition.  It defaults
   to "package".

   The use of the same name for two different purposes can cause
   pkg_comp to fail to build packages. This commit renames the pkg_comp
   definition to be "BUILD_PKG_COMP_TARGET".

   With this change in place, my pkg_comp builds now complete successfully.

   Bump PKGREVISION for the BUILD_PKG_COMP_TARGET fix


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.54.2.1 pkgsrc/pkgtools/pkg_comp/Makefile
cvs rdiff -u -r1.40 -r1.40.2.1 pkgsrc/pkgtools/pkg_comp/files/pkg_comp.8
cvs rdiff -u -r1.42 -r1.42.2.1 pkgsrc/pkgtools/pkg_comp/files/pkg_comp.sh

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