summaryrefslogtreecommitdiff
path: root/emulators/darwin_lib/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-07-02Fixed pkglint warnings. Also fixed a sed expression that used /+ to meanrillig1-2/+2
"one or more slashes". The + operator is not contained in POSIX basic regular expressions.
2006-06-23* Strip out unnecessary path components in the PLIST so that check-filesjlam1-15/+12
isn't confused by the "pkg_info -qL" output. * Add a MESSAGE file noting what should be added to the kernel config file in order to use darwin_lib. * Add an INSTALL script that creates the /emul/darwin symlink needed by NetBSD to use darwin_lib. Bump the PKGREVISION to 2. This fixes the error noted in the bulk build results: http://mail-index.netbsd.org/pkgsrc-bulk/2006/06/20/0000.html
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-05-23Set NO_BUILD to yes instead of 1.rillig1-2/+2
2003-11-23fix typo in COMMENTgrant1-2/+2
2003-09-28Darwin library package for COMPAT_DARWIN, work from James Whitwellmanu1-0/+47