Commit Graph

20 Commits

Author SHA1 Message Date
Dima Dorfman
9735b08deb Don't be stupid and assume that there's one, monolithic "bin"
directory, and that we're installing in it.  Specifically, don't
assume we're installing into /usr/bin, which is where the system 'awk'
is located.  This prevents the creation of a /usr/local/bin/awk
symlink, which should fix the mtree errors reported by bento.
2001-08-01 15:19:58 +00:00
Dima Dorfman
1edfa3bdd9 portlint is stupid in some ways, but shut it up as much as possible anyway. 2001-07-11 09:02:17 +00:00
Dima Dorfman
08c8a15ad3 Capitalize things correctly in pkg-comment, and remove useless clutter
from pkg-descr that never belonged there.
2001-07-11 08:55:13 +00:00
Dima Dorfman
8d6a98f149 Update to 3.1.0 and take over as maintainer from ports@. The only non
vendor-induced change is that this port now installs igawk and awklib
(this accounts for the removal of patch-a{a,b}).  As far as I can
tell, there was never a reason not to do this (other than that
patch-sec1 hardcoded the wrong path to mktemp, so igawk couldn't
work).
2001-07-11 08:53:07 +00:00
Kris Kennaway
e06a83c89a There is no longer any reason to mark this port MANUAL_PACKAGE_BUILD:
bento builds packages in clean chroots, and anyway the original problem
no longer occurs.
2001-05-29 06:01:14 +00:00
Kris Kennaway
93050d4d13 Fix the temporary file handling in igawk. As far as I can tell, we
don't install this, therefore no PORTREVISION bump is needed.  But I'm
fixing it anyway in case someone changes this port to install it in
the future (perhaps as a result of this commit :-)

Submitted by:	solar@openwall.com
2001-05-29 05:28:05 +00:00
Andreas Klemm
56ffabc919 Changed maintainer to ports, I want to reduce my personal workload.
Maybe I take over again in the future if I have more time for this.
2001-01-03 22:19:35 +00:00
Satoshi Asami
58cfa1cdcc Properly call install-info for installation and deinstallation. Add bin/awk.
Submitted by:	bento and its new minions
2000-09-08 08:37:52 +00:00
Steve Price
7586472a67 Finish upgrading to version 3.0.6. 2000-08-26 20:19:23 +00:00
Kris Kennaway
2158f72438 Upgrade to gawk 3.0.6 2000-08-13 02:57:11 +00:00
David E. O'Brien
5cd5b258b5 Convert to the PORTNAME - PORTVERSION syntax. 2000-04-12 06:21:15 +00:00
Tim Vanderhoek
8cd82c0318 General comment cleanups. 1999-12-28 16:30:10 +00:00
Andreas Klemm
f893b4f6b3 I think I forgot to add these...
Submitted by:	dirk.meyer@dinoex.sub.org (Dirk Meyer)
1999-12-04 10:07:10 +00:00
Andreas Klemm
138077d1e0 Update to new version 3.0.4
Recommended update because of bugs in versions < 3.0.4
(as Dirk reports).
Recommendation: probably it would be useful to import this version
into -current, let it settle there for a month and then merge it into
3.x-STABLE.

Submitted by:	dirk.meyer@dinoex.sub.org (Dirk Meyer)
Reviewed by:	andreas@FreeBSD.ORG
1999-10-23 19:27:10 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
David E. O'Brien
f0f690adc1 Change Id->FreeBSD. 1999-08-25 06:35:40 +00:00
Bill Fenner
5261958626 ${MASTER_SITE_GNU} got rearranged in December; let's catch up. 1999-01-27 07:41:29 +00:00
Satoshi Asami
07dd1d5bf0 Mark this port MANUAL_PACKAGE_BUILD, this is what happens to zsh with
gawk installed on 2.2-stable.

-------
===>  Configuring for zsh-3.0.5
loading cache ./config.cache
configuring for zsh 3.0.5
checking host system type... i386-unknown-freebsd2.2.7
 :
checking for mawk... no
checking for gawk... gawk
 :
gawk -f ./signames.awk /usr/include/sys/signal.h > signames.h
gawk -f ./rlimits.awk /usr/include/sys/resource.h > rlimits.h
cc -c -I.. -I. -I.  -DHAVE_CONFIG_H -O -pipe builtin.c
In file included from builtin.c:3634:
rlimits.h:7: parse error before character 034
*** Error code 1

Stop.
1998-11-13 07:42:20 +00:00
Satoshi Asami
5fba2acd25 No need to use += for variables defined only once. 1998-10-26 07:43:49 +00:00
Andreas Klemm
c3b46e1d9b New port gawk 1998-10-21 18:52:03 +00:00