Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8b66f25ae567e8ef79d9eb9eaf211df8eeaa4557)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8b66f25ae567e8ef79d9eb9eaf211df8eeaa4557)
  • Date: Sat, 15 Oct 2011 10:54:24 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

graphics/pngcrush/BUILD | 2 +-
graphics/pngcrush/DETAILS | 5 +++--
graphics/pngcrush/HISTORY | 5 +++++
graphics/pngcrush/PRE_BUILD | 5 -----
graphics/pngcrush/make.patch | 12 ------------
5 files changed, 9 insertions(+), 20 deletions(-)

New commits:
commit 8b66f25ae567e8ef79d9eb9eaf211df8eeaa4557
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pngcrush: => 1.7.20

diff --git a/graphics/pngcrush/BUILD b/graphics/pngcrush/BUILD
index 8f58e6d..b9605d5 100755
--- a/graphics/pngcrush/BUILD
+++ b/graphics/pngcrush/BUILD
@@ -1 +1 @@
-make
+make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
diff --git a/graphics/pngcrush/DETAILS b/graphics/pngcrush/DETAILS
index 3527c86..b877893 100755
--- a/graphics/pngcrush/DETAILS
+++ b/graphics/pngcrush/DETAILS
@@ -1,12 +1,13 @@
SPELL=pngcrush
- VERSION=1.7.11
+ VERSION=1.7.20
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/pmt/$SOURCE
WEB_SITE=http://pmt.sourceforge.net/pngcrush/index.html
ENTERED=20030613
-
SOURCE_HASH=sha512:1112be78eaa9d4f442a8502587f1aa15baf6b33f79b2838a4b3a0b5e66fca092dd7dd085fab27b3c5ce2f4307130a807b458de509b14b0c4c04386e7ad4014c5
+
SOURCE_HASH=sha512:356682374f567e7fa90f915c4292be0eb9a6150cdf87a949b0f1eb4fc661d107fa34521bebc5fab4099cf3c9e562c25189ffe68a730651de545fd7a37a502450
LICENSE[0]=ZLIB
+ DOCS="ChangeLog.html"
KEYWORDS="graphics"
SHORT="optimizer for PNG (Portable Network Graphics) files"
cat << EOF
diff --git a/graphics/pngcrush/HISTORY b/graphics/pngcrush/HISTORY
index da1fd6d..192b6ad 100644
--- a/graphics/pngcrush/HISTORY
+++ b/graphics/pngcrush/HISTORY
@@ -1,3 +1,8 @@
+2011-10-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.7.20
+ * BUILD: better use of the flags
+ * PRE_BUILD, make.patch: removed
+
2010-07-16 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.7.11

diff --git a/graphics/pngcrush/PRE_BUILD b/graphics/pngcrush/PRE_BUILD
deleted file mode 100755
index ce80767..0000000
--- a/graphics/pngcrush/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/make.patch"
-
diff --git a/graphics/pngcrush/make.patch b/graphics/pngcrush/make.patch
deleted file mode 100644
index 054bbbd..0000000
--- a/graphics/pngcrush/make.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- Makefile.orig 2009-12-21 05:46:31.000000000 +0300
-+++ Makefile 2010-01-06 17:26:14.924157579 +0300
-@@ -23,7 +23,7 @@
- #CFLAGS = -I. -O2 -fomit-frame-pointer -Wall
- #CFLAGS = -I. -O3 -fomit-frame-pointer -Wall
- #CFLAGS = -I. -Os -fomit-frame-pointer -Wall
--CFLAGS = -I. -O3 -funroll-loops -fomit-frame-pointer -Wall -Wshadow
-+#CFLAGS = -I. -O3 -funroll-loops -fomit-frame-pointer -Wall -Wshadow
- #CFLAGS = -I${ZINC} -I. -O3 -fomit-frame-pointer -Wall
- # [note that -Wall is a gcc-specific compilation flag ("all warnings on")]
- LDFLAGS =
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8b66f25ae567e8ef79d9eb9eaf211df8eeaa4557), Vlad Glagolev, 10/15/2011

Archive powered by MHonArc 2.6.24.

Top of Page