Commit graph

18 commits

Author SHA1 Message Date
John Marino
cd7f376bdf shells/ksh93: Fix build with gcc5
The ksh93 build process requires the pre-GCC5 CPP newline behavior, which
the -P argument provides by disabling line markers.  This enables ksh93
to be built by gcc5 and later.

Approved by:	GCC blanket
PR:		216707 (related)
2017-02-09 20:26:22 +00:00
Sunpoet Po-Chuan Hsieh
22bf4d7140 - Fix build on armv6
- While I'm here, fix diff header of patch file

PR:		209457
Submitted by:	<mikael.urankar@gmail.com>
Obtained from:	https://github.com/att/ast/blob/beta/src/lib/libast/hash/hashalloc.c
		https://github.com/att/ast/blob/beta/src/lib/libast/string/tokscan.c
2016-10-28 15:08:14 +00:00
Sunpoet Po-Chuan Hsieh
ef031629ba - Fix build on i386
PR:		ports/185256
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net>
2014-02-28 01:49:19 +00:00
Sunpoet Po-Chuan Hsieh
b4d9712245 - Fix build on system with source later than r227487 [1]
[1] http://svn.freebsd.org/changeset/base/227487

Submitted by:	cy
2012-06-19 03:40:43 +00:00
Sunpoet Po-Chuan Hsieh
a5474af205 - Update to 2012-02-29
- Add LICENSE

Changes:	http://www2.research.att.com/~gsf/download/gen/ast-ksh.html#ksh93 changes
		http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT changes
Feature safe:	yes
2012-03-28 19:26:44 +00:00
Sunpoet Po-Chuan Hsieh
ef4cf984b6 - Bugfix: ksh segfaults on suspend
- Bump PORTREVISION for package change

Reported by:	Greg Rivers <gcr+freebsd-ports@tharned.org>
Obtained from:	https://bugzilla.redhat.com/show_bug.cgi?id=691077
2011-10-05 12:28:39 +00:00
Edwin Groothuis
17df997a7b Fix shells/ksh93 port
Update ksh93 to 2004-12-25 version

PR:             ports/75828
Submitted by:   Joe Kelsey <joe@zircon.seattle.wa.us>
2005-01-12 11:02:22 +00:00
Christian Weisgerber
004568ebc8 Update to release 2002-09-22.
PR:		43423
Submitted by:	Joe Kelsey <joek@zircon.staff.flyingcroc.net>
2002-10-05 16:34:42 +00:00
Christian Weisgerber
e4f94a5977 Fix core dump in glob expansion.
PR:		41778
Submitted by:	Joe Kelsey <joek@mail.flyingcroc.net>
Obtained from:	David Korn <dgk@research.att.com>
2002-08-20 14:36:32 +00:00
Christian Weisgerber
e2f5a7ed7e Re-enable statvfs() tests now that -CURRENT has the function.
Improve build reliability:
* Make very sure that the build script is run with /bin/sh.
* Add a dubious patch to libast/comp/conf.sh that is reported to fix
  the build for some -STABLE users.

Install example functions.

PR:		39783, 40857

Parts
Submitted by:	Joe Kelsey <joek@mail.flyingcroc.net>
2002-07-22 14:52:05 +00:00
Christian Weisgerber
6d7a9aa8dd -CURRENT has <sys/statvfs.h> but no actual statvfs() implementation,
which badly confuses the configure tests that check for this
functionality.  Remove the tests for the time being.
2002-07-17 01:40:37 +00:00
Christian Weisgerber
f54d549681 Fix LC_NUMERIC locale bug.
Submitted by:	Alexander N. Kabaev <ak03@gte.com>
2001-12-04 21:31:54 +00:00
Christian Weisgerber
0f501f4553 * Update to release 2001-10-31.
* Re-enable WANT_STATIC.
* Remove license check and "Proprietary Notice" since we won't distribute
  a package.
* Move notice about locale bug to pkg-descr.

PR:		32343
2001-12-02 17:43:15 +00:00
Ying-Chieh Liao
217cd99bfe - Remove BROKEN.
- Comment out WANT_STATIC, which is currently broken.
- Fix an mbstate_t syntax error; from Mitch Tishmack <otomo@qwest.net>.
- Skip unused floating point tests that prevent building on alpha.
- Point out LC_NUMERIC problem in pkg-message.

PR:		31197
Submitted by:	MAINTAINER
2001-10-11 08:55:13 +00:00
Peter Pentchev
ce00a6623c Update the files' checksums.
Remove a patch that is now incorporated in the official sources.
Mark BROKEN until the maintainer (or somebody else) figures out a way
to make it build again on FreeBSD.

PR:		30825
Submitted by:	maintainer
2001-09-27 14:23:56 +00:00
Trevor Johnson
495f49c6c0 Update ksh93 to 2001-07-04.0000 version. Earlier distfiles are no
longer available from AT&T.

Add DIST_SUBDIR.

PR:  28879
Submitted by:  maintainer
2001-08-04 03:51:41 +00:00
Steve Price
0ca92406d0 Build from source now that it is available starting with version
2001-01-01.0000.

PR:		25180
Submitted by:	maintainer
2001-02-26 05:14:17 +00:00
Steve Price
e200ad3375 Initial import of ksh93.
The official AT&T release of KornShell 93.

PR:		14497
Submitted by:	Christian Weisgerber <naddy@mips.rhein-neckar.de>
1999-11-26 20:43:23 +00:00