Browse Source

file: Updated (4.24 -> 5.03)

karasz/new-early
Alejandro Mery 16 years ago committed by Alejandro Mery
parent
commit
81c2831c85
  1. 6
      base/file/file.desc
  2. 30
      base/file/hotfix.patch.cross

6
base/file/file.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../file/file.desc
[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -32,8 +32,8 @@
[L] BSD
[S] Stable
[V] 4.24
[V] 5.03
[P] X 01---5---9 105.950
[D] 3397910517 file-4.24.tar.gz ftp://ftp.astron.com/pub/file/
[D] 1891731927 file-5.03.tar.gz ftp://ftp.astron.com/pub/file/

30
base/file/hotfix.patch.cross

@ -1,30 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../file/hotfix.patch.cross
# Copyright (C) 2008 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
There is no rule for FILE_COMPILE when crosscompiling, producing:
make[2]: *** No rule to make target `file', needed by `magic.mgc'. Stop.
--- ./magic/Makefile.in.orig 2008-06-27 22:54:01.000000000 +0300
+++ ./magic/Makefile.in 2008-06-27 22:54:13.000000000 +0300
@@ -566,7 +566,7 @@
uninstall uninstall-am uninstall-pkgdataDATA
-${MAGIC}: $(EXTRA_DIST) $(FILE_COMPILE)
+${MAGIC}: $(EXTRA_DIST)
$(FILE_COMPILE) -C -m $(MAGIC_FRAGMENT_DIR)
@mv $(MAGIC_FRAGMENT_BASE).mgc $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Loading…
Cancel
Save