public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/pngcrush/files: pngcrush-1.7.17-unbundle-zlib.diff
@ 2011-10-08 20:18 Hanno Boeck (hanno)
  0 siblings, 0 replies; 3+ messages in thread
From: Hanno Boeck (hanno) @ 2011-10-08 20:18 UTC (permalink / raw
  To: gentoo-commits

hanno       11/10/08 20:18:49

  Added:                pngcrush-1.7.17-unbundle-zlib.diff
  Log:
  pngcrush: unbundle zlib
  
  (Portage version: 2.1.10.23/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-gfx/pngcrush/files/pngcrush-1.7.17-unbundle-zlib.diff

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngcrush/files/pngcrush-1.7.17-unbundle-zlib.diff?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngcrush/files/pngcrush-1.7.17-unbundle-zlib.diff?rev=1.1&content-type=text/plain

Index: pngcrush-1.7.17-unbundle-zlib.diff
===================================================================
--- pngcrush-1.7.17/Makefile	2010-02-26 05:16:56.000000000 +0100
+++ pngcrush-1.7.17-1/Makefile	2011-10-08 22:09:24.514781541 +0200
@@ -30,15 +30,15 @@
 
 PNGCRUSH  = pngcrush
 
-LIBS = -lm
+LIBS = -lm -lz
 #LIBS = -L${ZLIB} -lz -lm
 #LIBS = ${ZLIB}/libz.a -lm
 
 # uncomment these 4 lines only if you are NOT using an external copy of zlib:
-ZHDR = zlib.h
-ZOBJS  = adler32$(O) compress$(O) crc32$(O) deflate$(O) \
-	 infback$(O) inffast$(O) inflate$(O) inftrees$(O) \
-	 trees$(O) uncompr$(O) zutil$(O)
+#ZHDR = zlib.h
+#ZOBJS  = adler32$(O) compress$(O) crc32$(O) deflate$(O) \
+#	 infback$(O) inffast$(O) inflate$(O) inftrees$(O) \
+#	 trees$(O) uncompr$(O) zutil$(O)
 
 OBJS  = pngcrush$(O) png$(O) pngerror$(O) pngget$(O) pngmem$(O) \
 	pngpread$(O) pngread$(O) pngrio$(O) pngrtran$(O) pngrutil$(O) \






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-gfx/pngcrush/files: pngcrush-1.7.17-unbundle-zlib.diff
@ 2011-10-10 21:07 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-10 21:07 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/10 21:07:42

  Modified:             pngcrush-1.7.17-unbundle-zlib.diff
  Log:
  old
  
  (Portage version: 2.2.0_alpha64/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-gfx/pngcrush/files/pngcrush-1.7.17-unbundle-zlib.diff

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngcrush/files/pngcrush-1.7.17-unbundle-zlib.diff?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngcrush/files/pngcrush-1.7.17-unbundle-zlib.diff?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/pngcrush/files/pngcrush-1.7.17-unbundle-zlib.diff?r1=1.1&r2=1.2

Index: pngcrush-1.7.17-unbundle-zlib.diff
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/files/pngcrush-1.7.17-unbundle-zlib.diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pngcrush-1.7.17-unbundle-zlib.diff	8 Oct 2011 20:18:49 -0000	1.1
+++ pngcrush-1.7.17-unbundle-zlib.diff	10 Oct 2011 21:07:42 -0000	1.2
@@ -1,5 +1,5 @@
---- pngcrush-1.7.17/Makefile	2010-02-26 05:16:56.000000000 +0100
-+++ pngcrush-1.7.17-1/Makefile	2011-10-08 22:09:24.514781541 +0200
+--- Makefile
++++ Makefile
 @@ -30,15 +30,15 @@
  
  PNGCRUSH  = pngcrush






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-gfx/pngcrush/files: pngcrush-1.7.17-unbundle-zlib.diff
@ 2011-10-14 11:27 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-10-14 11:27 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/10/14 11:27:53

  Removed:              pngcrush-1.7.17-unbundle-zlib.diff
  Log:
  old
  
  (Portage version: 2.2.0_alpha64/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-14 11:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-14 11:27 [gentoo-commits] gentoo-x86 commit in media-gfx/pngcrush/files: pngcrush-1.7.17-unbundle-zlib.diff Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-10 21:07 Samuli Suominen (ssuominen)
2011-10-08 20:18 Hanno Boeck (hanno)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox