summaryrefslogtreecommitdiff
path: root/shells/static-ast-ksh/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2014-11-06Rename memalign and posix_memalign similar to malloc/free to fix staticjoerg1-2/+4
linkage. Reduce hackery in static-ast-ksh/Makefile.
2014-01-09Mark NOT_FOR_PLATFORM for SunOS 5.10 and newer, no OS static libraries.jperkin1-1/+4
2012-09-11"user-destdir" is default these daysasau1-2/+1
2008-06-20Add DESTDIR support.joerg1-3/+3
2007-01-31Mark as BROKEN_IN pkgsrc-2006Q4, based onwiz1-1/+3
ftp://asim.lip6.fr/outgoing/packages/i386/3.1/20070114.1132/broken.html (latest 3.1/i386 bulk build of 2006Q4). Feel free to fix them...
2006-04-27Update {static-,}ast-ksh to 2005-02-02 version.hubertf1-3/+1
Changes: too many (500) to list, mostly platform-dependent, and many added regression tests.
2006-01-07Remove BROKEN_IN, fixed by commit to ast-ksh.wiz1-3/+1
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz1-3/+2
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz1-1/+4
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-09-20Teach the +SHELLS helper script to not create an /etc/shells file ifjlam1-1/+3
one doesn't exist. From now on, we only add the listed PKG_SHELL to the /etc/shells file if it already exists. This fixes PR pkg/27162.
2004-01-11move the various static shell packages back to their previous names.grant1-0/+16
2004-01-10rename static-ast-ksh to ast-ksh-static. the convention in pkgsrc isgrant1-16/+0
for mutations of packages to be named <pkg>-<mutation>. add a CONFLICT on static-ast-ksh for obvious reasons.
2003-08-11Replace inclusion of a file that just containswiz1-2/+2
.include "../../mk/bsd.pkg.mk" with that line instead.
2003-05-31Add static version of ast-ksh.uebayasi1-0/+16
Requested by Steven M. Bellovin <smb at netbsd dot org> on netbsd-users@netbsd.org.