diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-13 07:42:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-13 07:42:20 +0000 |
commit | 07dd1d5bf0b7390d7eca44900b717ba24bd6f783 (patch) | |
tree | 2cd951f5102ae25b4213c8f4d5cba071b73db9d7 /lang/gawk | |
parent | 7ee43cf06d5159ae689779c121d8fe086fcf941f (diff) | |
download | ports-07dd1d5bf0b7390d7eca44900b717ba24bd6f783.tar.gz ports-07dd1d5bf0b7390d7eca44900b717ba24bd6f783.zip |
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.
Notes
Notes:
svn path=/head/; revision=14494
Diffstat (limited to 'lang/gawk')
-rw-r--r-- | lang/gawk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index 54227bbc4257..427300cce0c3 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -3,7 +3,7 @@ # Date created: Mi 21 Okt 1998 13:53:18 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.1.1.1 1998/10/21 18:52:03 andreas Exp $ +# $Id: Makefile,v 1.2 1998/10/26 07:43:49 asami Exp $ DISTNAME= gawk-3.0.3 CATEGORIES= lang @@ -11,6 +11,7 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= andreas@FreeBSD.ORG +MANUAL_PACKAGE_BUILD= confuses zsh GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g --enable-bitops --enable-non-decimal-data |