summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-13 07:42:20 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-13 07:42:20 +0000
commit07dd1d5bf0b7390d7eca44900b717ba24bd6f783 (patch)
tree2cd951f5102ae25b4213c8f4d5cba071b73db9d7 /lang
parentswitch to new pre/post bsd.port.mk (diff)
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')
-rw-r--r--lang/gawk/Makefile3
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