summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_comp/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-01-24Update pkg_comp to 1.6:jmmv1-2/+2
- Allow the user to issue any command inside the chroot environment using the "chroot" target, instead of only running ROOTSHELL. Patch provided by seb.
2003-01-08Update pkg_comp to 1.5. Fixes:jmmv1-2/+2
- Check if all sets exist before extracting any of them. - Treat EXTRAMK properly: only process the variable if it is non-empty.
2002-12-24Update pkg_comp to 1.4:jmmv1-2/+2
- Added an EXTRAMK variable to allow the addition of any kind of stuff into the generated mk.conf. - While creating the template, quote ${LOCALBASE} so it does not get replaced. Reported by Douglas Brebner in PR pkg/19509.
2002-12-19Update pkg_comp to 1.3:jmmv1-2/+2
- Added ability to tune LOCALBASE and PKG_SYSCONFBASE. - Deprecated PTHREAD_TYPE variable, not useful any more. - Multiple error checking (directory presence) added. - Several bugfixes (specially in removepkgs target). - Replaced "echo -n" with "printf" (more portable). - Replaced "! -z" with "-n" when doing tests. - Changed my email address to the NetBSD one.
2002-12-14Quote $? variable in a here document, so it is not expanded during itsjmmv1-3/+3
generation. Pointed out by Stoned Elipot. Bump version to 1.2.
2002-09-25Bump version number for man page fix.wiz1-2/+2
2002-09-07Initial import of pkg_comp-1.0, a utility that allows retargetable packagerh1-0/+24
building in chrooted environments. Provided in PR pkg/17986 by Julio Merino <jmmv@hispabsd.org>