2005-05-31 23:39:29 by Roland Illig | Files touched by this commit (1) |
Log message:
Changed values of some variables to "yes" instead of #defined.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-01-06 06:35:14 by Todd Vierling | Files touched by this commit (1) |
Log message:
Don't "cp -p" for *source* files. Builds are usually done as an \
unprivileged
user, so it's not nice to try to use an option that will try to chown if
the repository isn't owned by the builder.
(Some OS's do in fact cause an error when the chown in "cp -p" fails.)
|
2004-12-12 01:46:29 by grant beattie | Files touched by this commit (10) | |
Log message:
update config.{sub,guess} for various bootstrap tools. fixes build on
newer platforms such as DragonFly.
fixes PR pkg/28579 from Todd Willey.
|
2004-08-21 08:33:40 by Johnny C. Lam | Files touched by this commit (15) |
Log message:
Fix the version number of the package in the configure script, and modify
the Makefiles so that they can be built by really basic make programs.
|
2004-08-21 07:06:41 by Johnny C. Lam | Files touched by this commit (3) | |
Log message:
Check for a few more system headers after the update to pax-20040804.
|
2004-08-21 06:20:50 by Johnny C. Lam | Files touched by this commit (7) |
Log message:
Mirror change in archivers/mtree by <heinz> on 2004/04/16:
Introduce HAVE_FILE_FLAGS if the system declares UF_SETTABLE and SF_SETTABLE
in addition to member 'st_flags' of struct stat. Use HAVE_FILE_FLAGS instead
of HAVE_STRUCT_STAT_ST_FLAGS.
This avoids confusion on UnixWare which has 'st_flags' but does _not_ support
file flags.
|
2004-08-21 05:28:56 by Johnny C. Lam | Files touched by this commit (30) |
Log message:
Update archivers/pax to 20040802 (latest version on src HEAD). Changes
from previous include:
- include a pax2nbcompat script to ease importing from src HEAD
into pkgsrc.
* for copy mode, show more meaningful information on SIGINFO.
|
2004-08-14 04:33:32 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
If LIBNBCOMPAT_STYLE is set to "inplace", then build and use a local
version of libnbcompat instead of requiring libnbcompat to be installed.
This simplifies testing of bootstrap packages without root privileges
on a system that has already been bootstrapped.
|
2004-08-13 16:52:12 by Johnny C. Lam | Files touched by this commit (3) |
Log message:
Check for all system headers needed in the sources.
|