Browse Source

* updated parted (1.8.2 -> 1.8.3)

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20470 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 18 years ago
parent
commit
8549750203
  1. 32
      filesystem/parted/link-order-fix.patch
  2. 4
      filesystem/parted/parted.desc

32
filesystem/parted/link-order-fix.patch

@ -1,32 +0,0 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: package/.../parted/link-order-fix.patch
# Copyright (C) 2006 The T2 SDE 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.
# --- T2-COPYRIGHT-NOTE-END ---
diff -urN parted-1.6.25.1/debug/clearfat/Makefile.in parted-1.6.25.1-t2/debug/clearfat/Makefile.in
--- parted-1.6.25.1/debug/clearfat/Makefile.in 2005-11-11 13:38:43.000000000 +0100
+++ parted-1.6.25.1-t2/debug/clearfat/Makefile.in 2005-12-31 23:58:58.000000000 +0100
@@ -192,9 +192,8 @@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
clearfat_SOURCES = clearfat.c
-clearfat_LDADD = @LIBS@ @PARTED_LIBS@ \
- $(top_builddir)/libparted/libparted.la
-
+clearfat_LDADD = $(top_builddir)/libparted/libparted.la \
+ @LIBS@ @PARTED_LIBS@
partedincludedir = -I$(top_srcdir)/include
INCLUDES = $(partedincludedir) @INTLINCS@
all: all-am

4
filesystem/parted/parted.desc

@ -31,7 +31,7 @@
[L] GPL
[S] Stable
[V] 1.8.2
[V] 1.8.3
[P] X ---3-----9 218.900
[D] 2749985260 parted-1.8.2.tar.bz2 http://ftp.gnu.org/gnu/parted/
[D] 3904132099 parted-1.8.3.tar.bz2 http://ftp.gnu.org/gnu/parted/

Loading…
Cancel
Save