From 41d8c3385c21ae51629c8997035eae8a9423ff6c Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 5 Jan 2009 20:36:33 +0000 Subject: - Remove conditional checks for FreeBSD 5.x and older --- lang/gawk/Makefile | 8 +------- lang/gawk/files/extra-patch-nowchar | 11 ----------- lang/gawk/files/patch-configure | 11 +++++++++++ 3 files changed, 12 insertions(+), 18 deletions(-) delete mode 100644 lang/gawk/files/extra-patch-nowchar create mode 100644 lang/gawk/files/patch-configure (limited to 'lang/gawk') diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index 920c9d4981cb..0295be616207 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -16,12 +16,6 @@ COMMENT= The GNU version of Awk INFO= gawk gawkinet -.include - -.if ${OSVERSION} >= 500039 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-nowchar -.endif - GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} @@ -38,4 +32,4 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -.include +.include diff --git a/lang/gawk/files/extra-patch-nowchar b/lang/gawk/files/extra-patch-nowchar deleted file mode 100644 index 4896bac598fa..000000000000 --- a/lang/gawk/files/extra-patch-nowchar +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Mar 4 10:17:16 2007 -+++ configure Sun Mar 4 10:17:29 2007 -@@ -7725,7 +7725,7 @@ - for ac_header in fcntl.h limits.h locale.h libintl.h mcheck.h \ - netdb.h netinet/in.h signum.h stdarg.h string.h \ - sys/param.h sys/socket.h sys/time.h unistd.h \ -- termios.h stropts.h wchar.h wctype.h -+ termios.h stropts.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` - if eval "test \"\${$as_ac_Header+set}\" = set"; then diff --git a/lang/gawk/files/patch-configure b/lang/gawk/files/patch-configure new file mode 100644 index 000000000000..4896bac598fa --- /dev/null +++ b/lang/gawk/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sun Mar 4 10:17:16 2007 ++++ configure Sun Mar 4 10:17:29 2007 +@@ -7725,7 +7725,7 @@ + for ac_header in fcntl.h limits.h locale.h libintl.h mcheck.h \ + netdb.h netinet/in.h signum.h stdarg.h string.h \ + sys/param.h sys/socket.h sys/time.h unistd.h \ +- termios.h stropts.h wchar.h wctype.h ++ termios.h stropts.h + do + as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` + if eval "test \"\${$as_ac_Header+set}\" = set"; then -- cgit v1.2.3