diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-01-06 06:43:47 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-01-06 06:43:47 +0800 |
commit | c164b90078a2faf081026e7baf3cf7e590e4d311 (patch) | |
tree | 333208ca79cc26c6cab57876221eebeb75d262bc /devel/patch | |
parent | 8dac272dc3c1946696c49d5b617b35bc27d0d8a9 (diff) | |
download | freebsd-ports-gnome-c164b90078a2faf081026e7baf3cf7e590e4d311.tar.gz freebsd-ports-gnome-c164b90078a2faf081026e7baf3cf7e590e4d311.tar.zst freebsd-ports-gnome-c164b90078a2faf081026e7baf3cf7e590e4d311.zip |
- Commit the files that were removed during the upgrade to 2.6.1
Reported by: QAT
Diffstat (limited to 'devel/patch')
-rw-r--r-- | devel/patch/files/patch-Makefile.in | 22 | ||||
-rw-r--r-- | devel/patch/files/patch-aclocal.m4 | 21 | ||||
-rw-r--r-- | devel/patch/files/patch-configure.ac | 22 | ||||
-rw-r--r-- | devel/patch/files/patch-gl__m4__strndup.m4 | 11 |
4 files changed, 0 insertions, 76 deletions
diff --git a/devel/patch/files/patch-Makefile.in b/devel/patch/files/patch-Makefile.in deleted file mode 100644 index 3d67fe63aa50..000000000000 --- a/devel/patch/files/patch-Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- ./Makefile.in.orig 2009-11-02 14:09:57.000000000 -0500 -+++ ./Makefile.in 2009-11-15 15:34:13.000000000 -0500 -@@ -172,8 +172,7 @@ - install-sh \ - mkinstalldirs \ - patch.man \ -- tests/test-lib.sh \ -- update-version.sh -+ tests/test-lib.sh - - DISTFILES = $(MISC) $(SRCS) $(HDRS) $(M4FILES) \ - pc/chdirsaf.c \ -@@ -249,9 +248,6 @@ - - Makefile: Makefile.in $(CONFIG_STATUS) - $(SHELL) $(CONFIG_STATUS) --FORCE: --VERSION: FORCE -- @cd $(srcdir) && $(SHELL) ./update-version.sh VERSION - config.status: configure - $(SHELL) $(CONFIG_STATUS) --recheck - configure: configure.ac $(srcdir)/aclocal.m4 $(srcdir)/VERSION diff --git a/devel/patch/files/patch-aclocal.m4 b/devel/patch/files/patch-aclocal.m4 deleted file mode 100644 index 1d238e356b18..000000000000 --- a/devel/patch/files/patch-aclocal.m4 +++ /dev/null @@ -1,21 +0,0 @@ ---- ./aclocal.m4.orig 2009-11-03 07:46:26.000000000 -0500 -+++ ./aclocal.m4 2009-11-15 15:45:29.000000000 -0500 -@@ -1,7 +1,7 @@ --# generated automatically by aclocal 1.11 -*- Autoconf -*- -+# generated automatically by aclocal 1.10.1 -*- Autoconf -*- - - # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, --# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. -+# 2005, 2006, 2007, 2008 Free Software Foundation, Inc. - # This file is free software; the Free Software Foundation - # gives unlimited permission to copy and/or distribute it, - # with or without modifications, as long as this notice is preserved. -@@ -34,6 +34,8 @@ - m4_include([gl/m4/ssize_t.m4]) - m4_include([gl/m4/stdbool.m4]) - m4_include([gl/m4/strcase.m4]) -+m4_include([gl/m4/strndup.m4]) -+m4_include([gl/m4/strnlen.m4]) - m4_include([gl/m4/unlocked-io.m4]) - m4_include([gl/m4/utimbuf.m4]) - m4_include([gl/m4/xalloc.m4]) diff --git a/devel/patch/files/patch-configure.ac b/devel/patch/files/patch-configure.ac deleted file mode 100644 index 066ed431d89e..000000000000 --- a/devel/patch/files/patch-configure.ac +++ /dev/null @@ -1,22 +0,0 @@ ---- ./configure.ac.orig 2009-11-02 14:09:57.000000000 -0500 -+++ ./configure.ac 2009-11-15 15:34:13.000000000 -0500 -@@ -21,7 +21,6 @@ - AC_PREREQ(2.57) - define(AC_PACKAGE_VERSION, m4_normalize(esyscmd( - [ -- . ./update-version.sh VERSION - cat VERSION - ]))) - AC_INIT(patch, AC_PACKAGE_VERSION, bug-patch@gnu.org) -@@ -63,8 +62,11 @@ - gl_PREREQ_XMALLOC - gl_QUOTE - gl_QUOTEARG -+gl_SAFE_READ - gl_SAFE_WRITE - gl_STRCASE -+gl_FUNC_STRNDUP -+gl_FUNC_STRNLEN - gl_XALLOC - gl_XSTRNDUP - diff --git a/devel/patch/files/patch-gl__m4__strndup.m4 b/devel/patch/files/patch-gl__m4__strndup.m4 deleted file mode 100644 index 90c3165771e8..000000000000 --- a/devel/patch/files/patch-gl__m4__strndup.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- ./gl/m4/strndup.m4.orig 2009-11-02 14:09:57.000000000 -0500 -+++ ./gl/m4/strndup.m4 2009-11-15 15:34:14.000000000 -0500 -@@ -9,7 +9,7 @@ - dnl Persuade glibc <string.h> to declare strndup(). - AC_REQUIRE([AC_USE_SYSTEM_EXTENSIONS]) - -- AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) -+ dnl AC_REQUIRE([gl_HEADER_STRING_H_DEFAULTS]) - AC_CHECK_DECLS_ONCE([strndup]) - if test $ac_cv_have_decl_strndup = no; then - HAVE_DECL_STRNDUP=0 |