]> git.pld-linux.org Git - packages/file.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:34 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    file-ac25x.patch -> 1.2
    file-bin-zsh-magic.patch -> 1.4
    file-magic-path.patch -> 1.3
    file.xdelta -> 1.3

file-ac25x.patch [deleted file]
file-bin-zsh-magic.patch [deleted file]
file-magic-path.patch [deleted file]
file.xdelta [deleted file]

diff --git a/file-ac25x.patch b/file-ac25x.patch
deleted file mode 100644 (file)
index c39173e..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- file-3.37/acinclude.m4.orig        Tue Aug  7 18:01:25 2001
-+++ file-3.37/acinclude.m4     Thu Apr 11 00:11:59 2002
-@@ -30,7 +30,7 @@
- #include <$ac_cv_struct_tm>], [struct tm tm; tm.tm_zone;],
-   ac_cv_struct_tm_zone=yes, ac_cv_struct_tm_zone=no)])
- if test "$ac_cv_struct_tm_zone" = yes; then
--  AC_DEFINE(HAVE_TM_ZONE)
-+  AC_DEFINE(HAVE_TM_ZONE,,[Define if system has tm_zone in struct tm])
- fi
- AC_CACHE_CHECK(for tzname, ac_cv_var_tzname,
- [AC_TRY_LINK(
-@@ -42,7 +42,7 @@
- changequote([, ])dnl
- [atoi(*tzname);], ac_cv_var_tzname=yes, ac_cv_var_tzname=no)])
-   if test $ac_cv_var_tzname = yes; then
--    AC_DEFINE(HAVE_TZNAME)
-+    AC_DEFINE(HAVE_TZNAME,,[Define if system has tzname])
-   fi
- AC_CACHE_CHECK([for tm_isdst in struct tm], ac_cv_struct_tm_isdst,
diff --git a/file-bin-zsh-magic.patch b/file-bin-zsh-magic.patch
deleted file mode 100644 (file)
index 5fd45c5..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nru file-4.02.bak/magic/Magdir/commands file-4.02/magic/Magdir/commands
---- file-4.02.bak/magic/Magdir/commands        Wed Apr  2 20:57:42 2003
-+++ file-4.02/magic/Magdir/commands    Thu Apr  3 09:21:31 2003
-@@ -13,8 +13,8 @@
- #
- # zsh/ash/ae/nawk/gawk magic from cameron@cs.unsw.oz.au (Cameron Simpson)
--0     string/b        #!\ /bin                Paul Falstad's zsh script text executable
--0     string/b        #!\ /usr/bin            Paul Falstad's zsh script text executable
-+0     string/b        #!\ /bin/zsh            Paul Falstad's zsh script text executable
-+0     string/b        #!\ /usr/bin/zsh        Paul Falstad's zsh script text executable
- 0     string/b        #!\ /usr/local/bin/zsh  Paul Falstad's zsh script text executable
- 0     string/b        #!\ /usr/local/bin/ash  Neil Brown's ash script text executable
- 0     string/b        #!\ /usr/local/bin/ae   Neil Brown's ae script text executable
diff --git a/file-magic-path.patch b/file-magic-path.patch
deleted file mode 100644 (file)
index 23ef867..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- file-4.00/src/apprentice.c.orig    Mon Mar 24 02:16:28 2003
-+++ file-4.00/src/apprentice.c Tue Mar 25 23:54:10 2003
-@@ -1068,9 +1068,9 @@
- mkdbname(struct magic_set *ms, const char *fn, char *buf, size_t bufsiz)
- {
-       const char *p;
--      if ((p = strrchr(fn, '/')) != NULL)
-+/*    if ((p = strrchr(fn, '/')) != NULL)
-               p++;
--      else
-+      else */  /* huh? why searching .mck in current directory??? */
-               p = fn;
-       snprintf(buf, bufsiz, "%s%s", p, ext);
-       return buf;
diff --git a/file.xdelta b/file.xdelta
deleted file mode 100644 (file)
index 3e11f09..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#------------------------------------------------------------------------------
-# file(1) magic(5) data for xdelta
-#
-0      string  %XDELTA%        XDelta binary patch file 0.14
-0      string  %XDZ000%        XDelta binary patch file 0.18
-0      string  %XDZ001%        XDelta binary patch file 0.20
-0      string  %XDZ002%        XDelta binary patch file 1.0
-0      string  %XDZ003%        XDelta binary patch file 1.0.4
-0      string  %XDZ004%        XDelta binary patch file 1.1
This page took 0.10457 seconds and 4 git commands to generate.