Path to this page:
./
regress/make-env-phases,
Tests whether MAKE_ENV changes between build and install phase
Branch: CURRENT,
Version: 19.3,
Package name: make-env-phases-19.3,
Maintainer: pkgsrc-usersDummy description file, necessary to run bmake install.
Required to build:[
pkgtools/cwrappers]
Version history: (Expand)
- (2020-01-02) Updated to version: make-env-phases-19.3
- (2017-11-23) Package has been reborn
- (2006-09-06) Package added to pkgsrc.se, version make-env-phases-1.0 (created)
CVS history: (Expand)
2019-12-17 17:01:28 by Roland Illig | Files touched by this commit (3) |
Log message:
regress/make-env-phases: fix test by ignoring changes to *FLAGS
The CPPFLAGS, CFLAGS, CXXFLAGS and LDFLAGS differ between the build phase
and the install phase. It's only a minor difference but may still
influence packages that use these flags at install time, even though they
shouldn't.
For now just document that the flags differ.
|
2014-06-21 18:15:01 by Benny Siegert | Files touched by this commit (13) |
Log message:
Add PLISTs for all regression tests. The infrastructure now sets
PKG_FAIL_REASON if there is no PLIST, breaking all but one test.
Goes from "1 passed, 12 failed" to "6 passed, 7 failed" on \
Mac OS.
"haha" schmonz@
|
2009-04-09 02:47:13 by Joerg Sonnenberger | Files touched by this commit (10) |
Log message:
Remove redundant EXTRACT_ONLY and NO_CHECKSUM declarations.
Retire NO_PACAKGE as there is no technical reason for it.
|
2009-03-21 06:43:53 by D'Arcy J.M. Cain | Files touched by this commit (3) |
Log message:
Fix MAINTAINER.
|
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
|
2006-09-06 05:37:15 by Ben Collver | Files touched by this commit (2) | |
Log message:
Initial import of a test that checks whether MAKE_ENV changes between
build and install phase. MAKE_ENV needs to remain the same for
packages that use scons. Otherwise, in the install step, scons will
take the new MAKE_ENV to mean that the build action changed, and it will
rebuild the package with the wrong configuration and install that.
|