pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_install/files



Module Name:    pkgsrc
Committed By:   sevan
Date:           Thu Oct 15 13:31:28 UTC 2015

Modified Files:
        pkgsrc/pkgtools/pkg_install/files: configure configure.ac
        pkgsrc/pkgtools/pkg_install/files/add: main.c
        pkgsrc/pkgtools/pkg_install/files/lib: config.h.in file.c lib.h

Log Message:
Do not check for or include sys/param.h
This resolves issues on platforms which MACHINE & MACHINE_ARCH is explicitly
defined, such as OpenBSD/amd64 & Bitrig/amd64 where we would like to build with
MACHINE_ARCH=x86_64 but can't as a platform check fails when installing
packages after bootstrap
pkg_add: Warning: package `digest-20121220' was built for a platform:
pkg_add: OpenBSD/x86_64 5.8 (pkg) vs. OpenBSD/amd64 5.8 (this host)

Tested on
Mac OS X Tiger/PowerPC
OpenBSD
Bitrig
Solaris 10/SPARC
FreeBSD 10.2-RELEASE & 11-CURRENT
DragonFlyBSD
Debian 8
OmniOS

Reviewed by joerg@


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/pkgtools/pkg_install/files/configure
cvs rdiff -u -r1.39 -r1.40 pkgsrc/pkgtools/pkg_install/files/configure.ac
cvs rdiff -u -r1.30 -r1.31 pkgsrc/pkgtools/pkg_install/files/add/main.c
cvs rdiff -u -r1.21 -r1.22 pkgsrc/pkgtools/pkg_install/files/lib/config.h.in
cvs rdiff -u -r1.30 -r1.31 pkgsrc/pkgtools/pkg_install/files/lib/file.c
cvs rdiff -u -r1.66 -r1.67 pkgsrc/pkgtools/pkg_install/files/lib/lib.h

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