Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
The one test remaining I've not been able to figure out what goes
wrong (it tries overriding the compiler to use, but ends up passing
the source to cc anyway, which wasn't supposed to happen).
Updated DESCR to be a little more verbose. It now starts with
GYP is a tool for the Chromium project that generates native
Visual Studio, Xcode and SCons and/or make build files from a
platform-independent input format.
Other changes:
* Substitute /usr/bin/python and a bare "python" in a couple of files
* Replace python in the interpreter line in all *.py files,
done in a separate Makefile.replalce-python due to its size
* Add a tool.mk make fragment for pkgsrc, for users of "gyp" within
pkgsrc. It makes a "python" available, via the python package's
own tool.mk. The GYP language spec says it's kosher to invoke
Python from a gyp file by just saying "python".
* Fix the bash interpreter in the "gyp" script
* Add config for "netbsd7" as well
* For some reason "thin" ar archives sometimes fail to produce an archive
which "ar t" recognizes as valid, so avoid using them on NetBSD
* Fix up some of the tests; our GNU make says "nothing to be done"
with different quotes, add NetBSD platform support in some tests,
and regenerate a couple of output files (should have been done
upstream).
PKGREVISION bumped.
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.