diff --git a/base/mktemp/mktemp.cache b/base/mktemp/mktemp.cache deleted file mode 100644 index fdb1cc295..000000000 --- a/base/mktemp/mktemp.cache +++ /dev/null @@ -1,22 +0,0 @@ - -[TIMESTAMP] 1133879958 Tue Dec 6 15:39:18 2005 -[BUILDTIME] 5 (9) -[SIZE] 0.05 MB, 14 files - -[DEP] bash -[DEP] binutils -[DEP] bzip2 -[DEP] coreutils -[DEP] diffutils -[DEP] findutils -[DEP] gcc -[DEP] glibc -[DEP] grep -[DEP] linux-header -[DEP] make -[DEP] net-tools -[DEP] patch -[DEP] sed -[DEP] sysfiles -[DEP] tar -[DEP] util-linux diff --git a/base/mktemp/mktemp.desc b/base/mktemp/mktemp.desc deleted file mode 100644 index 3ebef9acb..000000000 --- a/base/mktemp/mktemp.desc +++ /dev/null @@ -1,37 +0,0 @@ - -[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- -[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. -[COPY] -[COPY] Filename: package/.../mktemp/mktemp.desc -[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] -[COPY] More information can be found in the files COPYING and README. -[COPY] -[COPY] This program is free software; you can redistribute it and/or modify -[COPY] it under the terms of the GNU General Public License as published by -[COPY] the Free Software Foundation; version 2 of the License. A copy of the -[COPY] GNU General Public License can be found in the file COPYING. -[COPY] --- SDE-COPYRIGHT-NOTE-END --- - -[I] Make temporary filename (unique) - -[T] Mktemp is a program that allows temporary files to be created from -[T] shell scripts. - -[A] Todd C. Miller -[M] The OpenSDE Community - -[C] base/tool -[F] DIETLIBC AUTOMAKE-QUIRK - -[L] BSD -[S] Stable -[V] 1.6 -[P] O -1-3-5---9 107.400 - -[O] var_append makeinstopt " " "bindir=$root/$bindir mandir=$root/$mandir" - -[D] 2020232907 mktemp-1.6.tar.gz ftp://ftp.mktemp.org/pub/mktemp/ - diff --git a/base/mktemp/nostrip.patch b/base/mktemp/nostrip.patch deleted file mode 100644 index 2b446525e..000000000 --- a/base/mktemp/nostrip.patch +++ /dev/null @@ -1,28 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../mktemp/nostrip.patch -# Copyright (C) 2004 - 2006 The T2 SDE Project -# Copyright (C) 1998 - 2003 Clifford Wolf -# -# 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 --- - ---- ./Makefile.in.orig 2002-10-16 11:53:28.000000000 +0200 -+++ ./Makefile.in 2002-10-16 11:54:04.000000000 +0200 -@@ -108,7 +108,7 @@ - $(SHELL) $(srcdir)/mkinstalldirs $(bindir) $(mandir)/man1 - - install-binaries: $(PROG) -- $(INSTALL) -m 0555 -s $(PROG) $(bindir)/$(PROG) -+ $(INSTALL) -m 0555 $(PROG) $(bindir)/$(PROG) - - install-man: - $(INSTALL) -m 0444 $(srcdir)/$(PROG).$(mantype) $(mandir)/man1/$(PROG).1