aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gawk
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-11-13 15:42:20 +0800
committerasami <asami@FreeBSD.org>1998-11-13 15:42:20 +0800
commitc41b43ffef65c938f1f9aa2f4238740d33d50a90 (patch)
treee22ea9818d49304d70f47306c842e2cd86303c15 /lang/gawk
parentb3fd7c1f4b632c3640ba542c5dad69eec8693e9a (diff)
downloadfreebsd-ports-gnome-c41b43ffef65c938f1f9aa2f4238740d33d50a90.tar.gz
freebsd-ports-gnome-c41b43ffef65c938f1f9aa2f4238740d33d50a90.tar.zst
freebsd-ports-gnome-c41b43ffef65c938f1f9aa2f4238740d33d50a90.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.
Diffstat (limited to 'lang/gawk')
-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