summaryrefslogtreecommitdiff
path: root/shells/ast-ksh/Makefile.common
AgeCommit message (Collapse)AuthorFilesLines
2009-06-05update master sites. remove www.research.att.com. requires authorization.zafer1-5/+3
2008-06-20Add DESTDIR support.joerg1-6/+6
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig1-2/+2
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein.
2006-10-03Update {static-,}ast-ksh to 2006-02-14 version,obache1-2/+2
patch provided by Martin Wilke in PR 34575. Changes: too many to list, See PR 34575.
2006-04-27Update {static-,}ast-ksh to 2005-02-02 version.hubertf1-4/+6
Changes: too many (500) to list, mostly platform-dependent, and many added regression tests.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-01-29Fixed all but one pkglint -Wall warnings.rillig1-13/+14
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
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-07-29* Separate out the shell registration into a separately unpacked scriptjlam1-2/+2
+SHELL. * Turn PKG_REGISTER_SHELLS into a variable that can be set in the shell environment so that admins can make a choice when installing from binary packages. * PKG_SHELL is now a list of paths, and if the path is relative, then it is taken to be relative to ${PREFIX}. Convert packages that set PKG_SHELL to take advantage of this new feature by changing the full paths to the shells into relative paths.
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-08Turn off on Interix, as it takes almost a day to build to the point of dying.tv1-1/+3
Will investigate and fix later....
2005-03-24Remove OpenBSD RCS Id, not really useful here.wiz1-2/+1
2004-08-13This can be built on Linux. No longer restricted only for NetBSD.uebayasi1-4/+1
Reported by Roland Illig, PR26623.
2004-02-09bl3ifyjlam1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-12-09Capitalize first letter of COMMENT.reed1-2/+2
2003-08-12Update ast-ksh (and static-ast-ksh) to version 20030724.kristerw1-2/+2
Changes since 20030621: * A bug in which could cause memory corruption when a posix function invoked another one has been fixed. * A bug in which a file descriptor>2 could be closed before executing a script has been fixed. * A parsing error for <() and >() process subsitituions inside command substitution has been fixed. * A parsing error for patterns of the form {...}(...) when used inside ${...} has been fixed. * An error in which expanding an indexed array inside a compound variable could cause a core dump has been fixed. * A bug in which under on rare ocassions a job completion interrupt could cause to core dump has been fixed. * A bug in which process substitution embeded within command substitution would generate a syntax error has been fixed. This update does also fix the build problems on NetBSD-current reported by Steven M. Bellovin in PR pkg/22422.
2003-07-25Update ast-ksh (and static-ast-ksh) to version 20030621.kristerw1-2/+2
Changes since 20030422 (from the release notes): A source and binary update. There are few small but significant patches for ksh and nmake. nmake -l/+l library list generation is much improved. IBM z-series { linux.s390, linux.s390-64 } and i-series { linux.ppc64 } binary architectures have been added, and the ebcdic { mvs.390 } has been updated after a long absence.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-17Add a mirror for the INIT... distfileagc1-2/+3
2003-06-23s/packages@/tech-pkg@/gjschauma1-2/+2
(Forgot the last time we did this. Pointed out by Sergey Svishchev (svs at ropnet dot ru))
2003-05-31Add static version of ast-ksh.uebayasi1-0/+64
Requested by Steven M. Bellovin <smb at netbsd dot org> on netbsd-users@netbsd.org.