Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a671386ebf324a53cdadcb9d414467c2dc3e63e6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a671386ebf324a53cdadcb9d414467c2dc3e63e6)
  • Date: Sat, 6 Apr 2013 07:53:42 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

devel/diffutils/DETAILS | 4 ++--
devel/diffutils/HISTORY | 4 ++++
devel/diffutils/PRE_BUILD | 4 ----
devel/diffutils/glibc215.patch | 10 ----------
4 files changed, 6 insertions(+), 16 deletions(-)

New commits:
commit a671386ebf324a53cdadcb9d414467c2dc3e63e6
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

diffutils: => 3.3

diff --git a/devel/diffutils/DETAILS b/devel/diffutils/DETAILS
index 9e71719..f1fff16 100755
--- a/devel/diffutils/DETAILS
+++ b/devel/diffutils/DETAILS
@@ -1,6 +1,6 @@
SPELL=diffutils
- VERSION=3.2
- SOURCE=$SPELL-$VERSION.tar.gz
+ VERSION=3.3
+ SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
diff --git a/devel/diffutils/HISTORY b/devel/diffutils/HISTORY
index 83bfd8a..43c9f7b 100644
--- a/devel/diffutils/HISTORY
+++ b/devel/diffutils/HISTORY
@@ -1,3 +1,7 @@
+2013-04-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.3
+ * PRE_BUILD, glibc215.patch: deleted
+
2012-12-08 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: added, to apply the patch
* glibc215.patch: added, to fix build with glibc >=2.15
diff --git a/devel/diffutils/PRE_BUILD b/devel/diffutils/PRE_BUILD
deleted file mode 100755
index 7b5070f..0000000
--- a/devel/diffutils/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-patch -p0 < "$SPELL_DIRECTORY/glibc215.patch"
diff --git a/devel/diffutils/glibc215.patch b/devel/diffutils/glibc215.patch
deleted file mode 100644
index c5d0491..0000000
--- a/devel/diffutils/glibc215.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- lib/stdio.in.h.orig 2011-08-28 15:57:28.000000000 +0400
-+++ lib/stdio.in.h 2012-12-08 23:35:19.953175862 +0400
-@@ -697,7 +697,6 @@
- /* It is very rare that the developer ever has full control of stdin,
- so any use of gets warrants an unconditional warning. Assume it is
- always declared, since it is required by C89. */
--_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
- #endif
-
-



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (a671386ebf324a53cdadcb9d414467c2dc3e63e6), Treeve Jelbert, 04/06/2013

Archive powered by MHonArc 2.6.24.

Top of Page