notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: shells/ksh93/Makefile

Number of commits found: 115 (showing only 100 on this page)

1 | 2  »  

Wednesday, 10 Jan 2024
15:29 Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c commit hash: e4610fcb8b73442ad40b744bb87c1bc428ef7c1c e4610fc
Thursday, 23 Mar 2023
18:31 Cy Schubert (cy) search for other commits by this committer
shells/ksh*: Update descriptions

Update ksh ports descriptions to more accurately reflect what they are.

Reported by:	 "Joseph Holsten" <joseph@josephholsten.com>
commit hash: fd44857c89735005473ec7856d5525911bfc2b8b commit hash: fd44857c89735005473ec7856d5525911bfc2b8b commit hash: fd44857c89735005473ec7856d5525911bfc2b8b commit hash: fd44857c89735005473ec7856d5525911bfc2b8b fd44857
06:04 Cy Schubert (cy) search for other commits by this committer
shells/ksh: Remove the now expired ksh2020 from CONFLICTS.
commit hash: b50fe1ebe5728883f6dc2b02d9f1f9a23f9b0047 commit hash: b50fe1ebe5728883f6dc2b02d9f1f9a23f9b0047 commit hash: b50fe1ebe5728883f6dc2b02d9f1f9a23f9b0047 commit hash: b50fe1ebe5728883f6dc2b02d9f1f9a23f9b0047 b50fe1e
Friday, 10 Feb 2023
14:40 Cy Schubert (cy) search for other commits by this committer
shells/ksh93: Fix build with LLVM15
commit hash: b3690ff9ffe8bfaa0460e888d5cbb0a1ea47f397 commit hash: b3690ff9ffe8bfaa0460e888d5cbb0a1ea47f397 commit hash: b3690ff9ffe8bfaa0460e888d5cbb0a1ea47f397 commit hash: b3690ff9ffe8bfaa0460e888d5cbb0a1ea47f397 b3690ff
Wednesday, 9 Nov 2022
21:27 Brooks Davis (brooks) search for other commits by this committer
devel/ksh93: remove sbrk() use

ksh supports multiple sources of heap memory.  Completely disable the
use of sbrk() as a memory source in favor of mmap().  This allows
compilation on aarch64 (and presumably riscv64).

Approved by:	cy
Differential Revision: https://reviews.freebsd.org/D37312
commit hash: f9809df4c15f6b0f3b0c5a236aa70374d9d1637c commit hash: f9809df4c15f6b0f3b0c5a236aa70374d9d1637c commit hash: f9809df4c15f6b0f3b0c5a236aa70374d9d1637c commit hash: f9809df4c15f6b0f3b0c5a236aa70374d9d1637c f9809df
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 28 Aug 2022
21:16 Cy Schubert (cy) search for other commits by this committer
shells/ksh*: Allow the ksh ports to coexist

Add an option to allow the ksh ports to avoid conflicting with each
other and to coexist. This allows people who wish to punish themselves
by tracking developent to still be able to fall back should upstream
cause regressions.

This also allows legacy ksh93 to coexist with the recently added
ksh93/ksh, which is not entirely compatible with legacy ksh. Applications
which require a legacy ksh compatible package should use the ksh93 port
installed using one of its options. This allows new and old to exist on
the same system.
commit hash: 6e9237ba47f0c0df54a58ca8a1bf79b44d580208 commit hash: 6e9237ba47f0c0df54a58ca8a1bf79b44d580208 commit hash: 6e9237ba47f0c0df54a58ca8a1bf79b44d580208 commit hash: 6e9237ba47f0c0df54a58ca8a1bf79b44d580208 6e9237b
Thursday, 25 Nov 2021
21:40 Stefan Eßer (se) search for other commits by this committer
*/*: Remove redundant '-*' from CONFLICTS definitions

The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").

Approved by: portmgr (blanket)
commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 commit hash: 04b9da414081a733478d3def4e1e3777908536c6 04b9da4
Saturday, 16 Oct 2021
09:51 Jimmy Olgeni (olgeni) search for other commits by this committer
*: fix tab vs. space issues, and comments according to the guide.
commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a commit hash: 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a 4460cf7
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 27 Nov 2020
19:31 linimon search for other commits by this committer
Mark as BROKEN on riscv64 the same way as on aarch64.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:556452 
Saturday, 22 Feb 2020
22:38 cy search for other commits by this committer
AT&T AST (att/ast) on github has rewound their repo back to ksh93u+. See
https://github.com/att/ast/issues/1464 and
https://github.com/att/ast/issues/1466.

The reason for the rewind back to 93u+ instead of 93v- was that it was an
abandoned unstable buggy unfinished beta. A full explanation of this can be
found here, https://github.com/att/ast/issues/1466#issuecomment-589942449.

The version number is reverted back to 93u and an EPOCH bump, though not
needed, documents this siesmic shift.
Original commitRevision:526859 
Thursday, 13 Feb 2020
14:27 sunpoet search for other commits by this committer
Update MAINTAINER: use @FreeBSD.org
Original commitRevision:526019 
Friday, 7 Feb 2020
19:38 cy search for other commits by this committer
Fix CVE-2019-14868: certain environment variables interpreted as
arithmetic expressions on startup, leading to code injection.

Submitted by:	Siteshwar Vashisht <svashisht@redhat.com>
Reported by:	Marian Rehak
MFH:		2020Q1
Security:	CVE-2019-14868
		https://bugzilla.redhat.com/show_bug.cgi?id=1757324
		https://access.redhat.com/security/cve/CVE-2019-14868
Original commitRevision:525497 
Friday, 10 Jan 2020
02:42 cy search for other commits by this committer
Update 2020.0.0 --> 2020.0.1
Original commitRevision:522547 
Thursday, 10 Oct 2019
20:15 cy search for other commits by this committer
Update ksh-2020.0.0-beta1 --> ksh-2020.0.0.
Original commitRevision:514248 
Friday, 30 Aug 2019
20:05 cy search for other commits by this committer
Update 2020.0.0-alpha1 --> 2020.0.0-beta1

2020.0.0-beta1 resolves gcc9 build issues in PR/239644.

PR:		239644
Original commitRevision:510287 
20:05 cy search for other commits by this committer
Remove redundant GH_TAGNAME assignment.
Original commitRevision:510286 
Monday, 12 Aug 2019
07:17 tobik search for other commits by this committer
shells/ksh93: Attempt to fix r508705 and unbreak index

It fails basic sanity checks:

make: "/usr/ports/shells/ksh93/Makefile" line 16: Malformed conditional
(${USE_GCC} == "9")
make: Fatal errors encountered -- cannot continue
make: stopped in /usr/ports/shells/ksh93

PR:		239644
Pointy hat:	cy
Original commitRevision:508709 
04:44 cy search for other commits by this committer
Mark broken when USE_GCC=9. Upstream git commit
63e9edcb6084d4b164439065e2d71f3e900ec3c7 resolves this issue.
Unfortunately it does not apply, requiring this port to be upated to
ksh93 well into ksh93-devel. Bringing ksh93 up to the ksh93-devel or
shy of it would negate the justification for ksh93's existence. It is
therefore recommended that people use ksh93-devel on architectures that
use GCC 9 or use GCC 8.

PR:		239644
Reported by:	pkubaj@
Original commitRevision:508705 
04:44 cy search for other commits by this committer
Whitespace adjustment.
Original commitRevision:508704 
Wednesday, 7 Aug 2019
18:31 cy search for other commits by this committer
Fix:

$ ksh93
$ time
../src/cmd/ksh93/sh/xec.c:2171: failed assertion 'tb.tv_sec'
Abort trap (core dumped)
$ ksh93
$ times
../src/cmd/ksh93/sh/xec.c:2171: failed assertion 'tb.tv_sec'
Abort trap (core dumped)

PR:		239701
Suggested by:	w.schwarzenfeld@utanet.at
MFH:		2019Q3
Original commitRevision:508344 
Sunday, 4 Aug 2019
17:42 cy search for other commits by this committer
Fix build with GCC-based architectures.

PR:		239644
Submitted by:	pkubaj@
MFH:		2019Q3
Original commitRevision:508117 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Monday, 24 Jun 2019
05:59 tobik search for other commits by this committer
devel/meson: Update to 0.51.0

Changes:	https://mesonbuild.com/Release-notes-for-0-51-0.html
PR:		238726
Submitted by:	greg@unrelenting.technology (update to 0.50.1)
Exp-run by:	antoine
Original commitRevision:505003 
05:05 tobik search for other commits by this committer
shells/ksh93*: Do not set KSH93_DESC twice
Original commitRevision:505001 
Saturday, 1 Jun 2019
18:36 cy search for other commits by this committer
Add missing wildcard to ksh93-devel conflict.
Original commitRevision:503251 
18:36 cy search for other commits by this committer
Register conflicts with the new shells/ast-ksh port.
Original commitRevision:503250 
18:36 cy search for other commits by this committer
Fix version going backward due to update to 2020.0.0.a1 (pointy hat to
yours truly).

The maintainer no longer wants to maintain ksh93 as his desire is to
maintain a backlevel port of ksh93 in order to build and support a
shared library for use by legacy applications, which is inconsistent
with the direction of the att/ast team on github. I will maintain the
port.

PR:		237332
PR:		238266
Approved by:	maintiner (saper@saper.info)
Original commitRevision:503249 
Tuesday, 28 May 2019
02:35 cy search for other commits by this committer
This is the second part of a two part commit Updating shells/ksh93 to
2020.0.0-alpha1.

This commit:

1. Deletes shells/ksh93, completed by r502844.
2. svn copies shells/ksh93-devel to shells/ksh93 -- this commit.
3. Replaces the git tag with DISTVERSION 2020.0.0-alpha1 -- this commit.

PR:		237332
Reviewed by:	crees@
Approved by:	maintainer timeout
Reminded by:	Siteshwar Vashisht <svashisht@redhat.com>
		(ksh93 upstream maintainer)
Original commitRevision:502845 
Sunday, 21 Apr 2019
17:29 cy search for other commits by this committer
shells/ksh93: Update to 93v 2014-12-24

PR:		208098 (fixed)
Submitted by:	saper@saper.info (maintainer)
Reported by:	fuz@fuz.su
Reviewed by:	cy@, pkubaj@
Approved by:	maintainer (implicit, submitter)
Differential Revision:	https://reviews.freebsd.org/D19343
Original commitRevision:499547 
Tuesday, 12 Mar 2019
19:36 cy search for other commits by this committer
Pet portlint.

Submitted by:	linimon@
Reported by:	linimon@
Approved by:	maintainer: Marcin Cieslak <saper@saper.info>
Original commitRevision:495520 
Friday, 2 Nov 2018
13:32 rene search for other commits by this committer
Remove compatibility code for FreeBSD < 11.2 from all ports.

Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
Original commitRevision:483807 
Friday, 21 Sep 2018
07:41 cy search for other commits by this committer
Register a conflict with the new ksh93-devel port.
Original commitRevision:480233 
Tuesday, 18 Sep 2018
10:28 manu search for other commits by this committer
shells/ksh93: Update reason for aarch64 broken message

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D17204
Original commitRevision:480007 
Friday, 7 Apr 2017
16:00 amdmi3 search for other commits by this committer
- Always accompany OSVERSION check with OPSYS check

Approved by:	portmgr blanket
Original commitRevision:437933 
Wednesday, 23 Nov 2016
18:59 sunpoet search for other commits by this committer
- Pass maintainership to submitter

PR:		211164
Submitted by:	Marcin Cieslak <saper@saper.info>
Original commitRevision:426954 
Wednesday, 16 Nov 2016
00:35 linimon search for other commits by this committer
Mark as broken on various tier-2 archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:426201 
Sunday, 19 Jun 2016
11:25 mat search for other commits by this committer
Remove unnecessary evals that do-fetch was using.

Turns out that env(1) knows how to parse a properly quoted string
using -S "string", it makes the double eval used for the fetch
command to be unnecessary.

This is because running:
eval "foo $(escape $bar)"
is silly when this works:
foo $bar

So remove escaping and quoting, and sillyness.

PR:		210198
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	The FreeBSD Foundation, Absolight
Differential Revision:	https://reviews.freebsd.org/D6779
Original commitRevision:417110 
Monday, 21 Mar 2016
17:59 sunpoet search for other commits by this committer
- Fix build on 11-CURRENT
Original commitRevision:411582 
Sunday, 13 Mar 2016
14:55 sunpoet search for other commits by this committer
- Add my LOCAL to MASTER_SITES as backup
- Use do-test:
Original commitRevision:410980 
Wednesday, 25 Mar 2015
14:59 sunpoet search for other commits by this committer
- Cleanup -lpthread/-pthread manipulation
Original commitRevision:382225 
Friday, 13 Jun 2014
14:57 sunpoet search for other commits by this committer
- Update MASTER_SITES

PR:		ports/190692
Submitted by:	Mat <mathieu.sim@gmail.com>
Original commitRevision:357687 
Saturday, 1 Mar 2014
06:13 sunpoet search for other commits by this committer
- Convert to new options helper
- Fix PLIST [1]
- Bump PORTREVISION for package change

Submitted by:	olgeni [1]
Original commitRevision:346594 
Friday, 3 Jan 2014
01:13 bapt search for other commits by this committer
Part 2 at removing now useless FETCH_ARGS redifition
Original commitRevision:338513 
Friday, 27 Dec 2013
08:32 bapt search for other commits by this committer
Support stage
Original commitRevision:337651 
Friday, 20 Sep 2013
22:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
shells)
Original commitRevision:327770 
Saturday, 7 Sep 2013
18:13 sunpoet search for other commits by this committer
- Remove deprecated PTHREAD_*
Original commitRevision:326674 
Sunday, 25 Aug 2013
08:20 sunpoet search for other commits by this committer
- Convert to new options framework
Original commitRevision:325331 
Friday, 9 Aug 2013
19:01 sunpoet search for other commits by this committer
- Update INIT to 2013-05-24
- Bump PORTREVISION for INIT udpate

Changes:	http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT changes
		http://www2.research.att.com/~gsf/download/release.2013-05-24.2013-05-21.html
Original commitRevision:324455 
Sunday, 7 Oct 2012
14:21 sunpoet search for other commits by this committer
- Update to 2012-08-01
- Convert to new options framework

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
Original commitRevision:305480 
Saturday, 15 Sep 2012
20:00 naddy search for other commits by this committer
Remove pointless header lines from ports I created once upon a time.
Original commitRevision:304323 
Wednesday, 18 Apr 2012
02:18 sunpoet search for other commits by this committer
- Remove RESTRICTED

Notified by:    pfg
Original commit
Wednesday, 28 Mar 2012
19:26 sunpoet search for other commits by this committer
- 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
Original commit
Saturday, 7 Jan 2012
21:24 sunpoet search for other commits by this committer
- Update INIT to 2012-01-01 which also fixes 'make fetch' error
- Bump PORTREVISION for package change

Changes:        http://www2.research.att.com/~gsf/download/gen/INIT.html#INIT
changes
Original commit
Wednesday, 5 Oct 2011
12:28 sunpoet search for other commits by this committer
- 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
Original commit
Saturday, 20 Aug 2011
07:32 sunpoet search for other commits by this committer
- Remove MANUAL_PACKAGE_BUILD: tinderbox build was fixed in Makefile r1.62

PR:             ports/159921
Submitted by:   gjb
Original commit
Friday, 24 Jun 2011
21:45 sunpoet search for other commits by this committer
- Fix build when WITH_STATIC is set

Reported by:    dougb@
Submitted by:   jhell <jhell@DataIX.net>
Original commit
Sunday, 19 Jun 2011
00:58 sunpoet search for other commits by this committer
- Remove INSTALLROOT completely
- Add OPTIONS: STATIC
- Change manipulation on /etc/shells
- Respect PORTEXAMPLES
- Bump PORTREVISION for PLIST change
Original commit
Tuesday, 15 Feb 2011
01:26 sunpoet search for other commits by this committer
- Fix INSTALLROOT issue which breaks 'make package' under some circumstances
- Take maintainership
Original commit
Friday, 11 Feb 2011
14:43 sunpoet search for other commits by this committer
- Update to 2011-02-08
- Remove expired CONFLICTS
- Use FETCH_ARGS
- Fix typo

PR:             ports/154655
Original commit
03:06 linimon search for other commits by this committer
Unfortunately, reset maintainer.

Please see http://docs.freebsd.org/cgi/mid.cgi?201102101950.p1AJoAwm027852.

Hat:            portmgr
Original commit
Saturday, 17 Apr 2010
19:23 sylvio search for other commits by this committer
- Update to 2010-03-09

PR:             ports/145179
Submitted by:   Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
Approved by:    itetcu (mentor, implicit)
Original commit
Saturday, 6 Mar 2010
02:11 wxs search for other commits by this committer
- Update to 2010-03-01

PR:             ports/144495
Submitted by:   Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
Feature safe:   yes
Original commit
Saturday, 9 May 2009
19:56 garga search for other commits by this committer
- Update to 2009-05-05

PR:             ports/134375
Submitted by:   Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
Original commit
Thursday, 6 Nov 2008
02:25 wxs search for other commits by this committer
- Update to 2008-11-04
- This version fixes the breakage on -current after the TTY changes.

PR:             ports/128586
Submitted by:   Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
Original commit
Tuesday, 4 Nov 2008
23:13 wxs search for other commits by this committer
Add CONFLICTS for new port: shells/ksh93-devel.
Original commit
Monday, 18 Aug 2008
18:36 miwi search for other commits by this committer
- Update to 2008-07-25

PR:             126613
Submitted by:   Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
Original commit
Friday, 25 Jul 2008
12:48 pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
Original commit
Friday, 15 Feb 2008
18:16 miwi search for other commits by this committer
- Update to 2008-02-02

PR:             120485
Submitted by:   Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
Original commit
Saturday, 19 Jan 2008
13:59 miwi search for other commits by this committer
- Update to 2007-11-05 release
- Allow the build with spac64

PR:             119734
Submitted by:   Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
Original commit
Wednesday, 4 Jul 2007
07:28 miwi search for other commits by this committer
- Update to 2007-06-28

PR:             114228
Submitted by:   Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
Original commit
Thursday, 5 Apr 2007
05:48 philip search for other commits by this committer
Update to 2007-03-28.

Keep BROKEN on sparc64 - it still doesn't compile.

PR:             ports/111165
Submitted by:   Joe Kelsey <joe -at- zircon.seattle.wa.us> (maintainer)
Original commit
Saturday, 22 Apr 2006
22:21 kris search for other commits by this committer
MANUAL_PACKAGE_BUILD: Doesn't build in tinderbox environment where
kernel != userland version
Original commit
Tuesday, 7 Mar 2006
13:34 garga search for other commits by this committer
- Unbreak
- Update to 2006-02-14

PR:             ports/93733
Submitted by:   maintainer
Approved by:    portmgr (clement)
Original commit
Monday, 6 Mar 2006
20:35 kris search for other commits by this committer
BROKEN: Size mismatch

Approved by:    portmgr (implicit)
Original commit
Tuesday, 14 Feb 2006
09:03 garga search for other commits by this committer
Fix last commit adding ${OSREL:R} to INSTALLROOT just if OSVERSION < 600000

Reported by:    maintainer
Original commit
Monday, 13 Feb 2006
09:46 garga search for other commits by this committer
- Fix install on FreeBSD >= 6.x [1]
- Make portlint(1) happy [2]

PR:             ports/92754 [1]
Submitted by:   maintainer [1]
Reported by:    kris [1]
Approved by:    maintainer [2]
Original commit
Tuesday, 31 Jan 2006
15:07 barner search for other commits by this committer
- Fix fetch by update to latest version (2006-01-24)

Submitted by:   Joe Kelsey <joe@zircon.seattle.wa.us> (maintainer)
PR:             ports/92581
Original commit
Saturday, 28 Jan 2006
21:09 kris search for other commits by this committer
BROKEN: Unfetchable
Original commit
Friday, 4 Feb 2005
15:21 vs search for other commits by this committer
Update to 2005-02-02

PR:             ports/77072
Submitted by:   Joey Kelsey (maintainer)
Original commit
Wednesday, 12 Jan 2005
11:02 edwin search for other commits by this committer
Fix shells/ksh93 port

        Update ksh93 to 2004-12-25 version

PR:             ports/75828
Submitted by:   Joe Kelsey <joe@zircon.seattle.wa.us>
Original commit
Wednesday, 29 Dec 2004
23:17 kris search for other commits by this committer
BROKEN: unfetchable (maintainer confirms that a new release was uploaded
but the download password changed)
Original commit
Thursday, 18 Mar 2004
02:07 glewis search for other commits by this committer
. New victim^Wmaintainer.

PR:             64392
Submitted by:   Joe Kelsey <joe@zircon.seattle.wa.us>
Original commit
01:51 glewis search for other commits by this committer
. Unbreak by updating to 2004-02-29.

PR:             64370
Submitted by:   Gautam Gopalakrishnan <ggop@myrealbox.com>
Original commit
Wednesday, 17 Mar 2004
12:49 kris search for other commits by this committer
BROKEN: Distfile is unfetchable
Original commit
Friday, 5 Mar 2004
23:53 naddy search for other commits by this committer
Drop maintainership.  I don't use this.
The license is byzantine and restrictive, the build system is complex
and unlike any other, the codebase doesn't inspire confidence.
Original commit
12:13 kris search for other commits by this committer
BROKEN on sparc64: Does not compile
Original commit
Friday, 1 Aug 2003
22:02 naddy search for other commits by this committer
Forced update to release 2003-07-24.

Submitted by:   Daniel Rudy <dcrudy@pacbell.net>
Original commit
Tuesday, 8 Jul 2003
02:16 naddy search for other commits by this committer
Update to release 2003-06-21.

Submitted by:   fenner (portsurvey)
Original commit
Tuesday, 24 Jun 2003
18:16 naddy search for other commits by this committer
Add "test" target to exercise regression tests; from NetBSD.
Original commit
Thursday, 1 May 2003
18:48 naddy search for other commits by this committer
Update to release 2003-04-22.

PR:             51524
Submitted by:   Kevin Tower <ktower@towerfamily.org>
Original commit
Tuesday, 15 Apr 2003
22:01 naddy search for other commits by this committer
Oops, put the correct file into /etc/shells.

Submitted by:   jhb
Original commit
Friday, 21 Feb 2003
12:52 naddy search for other commits by this committer
pkg-comment -> COMMENT
Original commit
Wednesday, 8 Jan 2003
00:46 naddy search for other commits by this committer
Update to release 2002-12-21.  Notable changes:
* SIGALRM can now be used in applications.
* Numerous bug fixes.
Original commit
Saturday, 5 Oct 2002
16:34 naddy search for other commits by this committer
Update to release 2002-09-22.

PR:             43423
Submitted by:   Joe Kelsey <joek@zircon.staff.flyingcroc.net>
Original commit
Tuesday, 20 Aug 2002
14:36 naddy search for other commits by this committer
Fix core dump in glob expansion.

PR:             41778
Submitted by:   Joe Kelsey <joek@mail.flyingcroc.net>
Obtained from:  David Korn <dgk@research.att.com>
Original commit
Monday, 22 Jul 2002
14:52 naddy search for other commits by this committer
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>
Original commit
Wednesday, 17 Jul 2002
11:30 naddy search for other commits by this committer
Build in a clean environment to prevent sporadic interference from
environment variables.

Requested by:   Ken Stailey <kstailey@speakeasy.net>
Original commit

Number of commits found: 115 (showing only 100 on this page)

1 | 2  »