From 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 9 Dec 2004 09:47:41 +0000 Subject: Merge oe-devel@oe-devel.bkbits.net:openembedded into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA --- gawk/gawk-3.0.4/configure.patch | 53 ----------------------------------------- gawk/gawk_3.0.4.bb | 0 2 files changed, 53 deletions(-) delete mode 100644 gawk/gawk-3.0.4/configure.patch delete mode 100644 gawk/gawk_3.0.4.bb (limited to 'gawk') diff --git a/gawk/gawk-3.0.4/configure.patch b/gawk/gawk-3.0.4/configure.patch deleted file mode 100644 index 8a3e7a12ea..0000000000 --- a/gawk/gawk-3.0.4/configure.patch +++ /dev/null @@ -1,53 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- gawk-3.0.4/./configure.in~configure -+++ gawk-3.0.4/./configure.in -@@ -27,8 +27,9 @@ - dnl define(AC_CONFIG_AUX_DIR,) - - dnl This is the configure.in script proper --AC_INIT(awk.h) --AC_PREREQ(2.12) -+AC_INIT -+AC_CONFIG_SRCDIR([awk.h]) -+AC_PREREQ(2.57) - AC_CONFIG_HEADER(config.h:configh.in) - AC_CANONICAL_HOST - -@@ -91,7 +92,7 @@ - dnl checks for typedefs - AC_TYPE_PID_T - AC_TYPE_SIGNAL --AC_SIZE_T -+AC_TYPE_SIZE_T([]) - AC_TYPE_GETGROUPS - AC_EGREP_HEADER([int.*sprintf], stdio.h, - AC_DEFINE(SPRINTF_RET, int), -@@ -145,7 +146,15 @@ - fi - - dnl checks for structure members --AC_STRUCT_ST_BLKSIZE -+AC_DIAGNOSE([obsolete],[AC_STRUCT_ST_BLKSIZE: -+ your code should no longer depend upon `HAVE_ST_BLKSIZE', but -+ `HAVE_STRUCT_STAT_ST_BLKSIZE'. Remove this warning and -+ the `AC_DEFINE' when you adjust the code.]) -+AC_CHECK_MEMBERS([struct stat.st_blksize],[AC_DEFINE(HAVE_ST_BLKSIZE, 1, -+ [Define to 1 if your `struct stat' has -+ `st_blksize'. Deprecated, use -+ `HAVE_STRUCT_STAT_ST_BLKSIZE' instead.])]) -+ - AC_HEADER_TIME - AC_STRUCT_TM - AC_STRUCT_TIMEZONE -@@ -155,4 +164,6 @@ - AC_C_CONST - GAWK_AC_C_STRINGIZE - --AC_OUTPUT(Makefile doc/Makefile test/Makefile awklib/Makefile, [date > stamp-h]) -+AC_CONFIG_FILES([Makefile doc/Makefile test/Makefile awklib/Makefile]) -+AC_CONFIG_COMMANDS([default],[[date > stamp-h]],[[]]) -+AC_OUTPUT diff --git a/gawk/gawk_3.0.4.bb b/gawk/gawk_3.0.4.bb deleted file mode 100644 index e69de29bb2..0000000000 -- cgit v1.2.3