2008-06-04 15:34:46 by Jonathan Perkin | Files touched by this commit (2) |
Log message: Support alternate ${PREFIX}. |
2008-04-23 20:04:03 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Use id -un for whoami on QNX. |
2008-04-23 13:54:54 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: rc.subr-20080423: Add QNX support. From Christian Leutloff on tech-pkg. |
2007-06-02 09:49:18 by Amitai Schlair | Files touched by this commit (1) |
Log message: Permit installation on "FreeBSD-[0-4].*-*". |
2006-10-05 10:51:59 by Roland Illig | Files touched by this commit (1) |
Log message: This package cannot use CHECK_FILES because it is one of the two that sets PREFIX=/. |
2006-02-17 16:15:56 by Jonathan Perkin | Files touched by this commit (1) |
Log message: Solaris su(1) does not have an -m argument; re-work so that this can be supported. |
2005-12-29 07:22:26 by Johnny C. Lam | Files touched by this commit (597) |
Log message: Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk automatically detects whether we want the pkginstall machinery to be used by the package Makefile. |
2005-09-28 22:52:28 by Roland Illig | Files touched by this commit (180) |
Log message: Replaced "# defined" with "yes" in Makefile variables like \ GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL. |
2005-06-17 05:50:45 by Johnny C. Lam | Files touched by this commit (387) |
Log message: Create directories before installing files into them. |
2005-01-06 06:32:30 by Todd Vierling | Files touched by this commit (11) |
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.) |