From 4960524e36c3f2dcd13e57f0d1024480c0f4212d Mon Sep 17 00:00:00 2001
From: "Andrey A. Chernov" <ache@FreeBSD.org>
Date: Sun, 16 Dec 2001 15:01:48 +0000
Subject: Upgrade to 1.2.1

PR:		32856
---
 graphics/png/Makefile               |  3 +--
 graphics/png/distinfo               |  2 +-
 graphics/png/files/patch-pnggccrd.c | 14 --------------
 3 files changed, 2 insertions(+), 17 deletions(-)
 delete mode 100644 graphics/png/files/patch-pnggccrd.c

(limited to 'graphics/png')

diff --git a/graphics/png/Makefile b/graphics/png/Makefile
index a33011a43111..88c8a14640eb 100644
--- a/graphics/png/Makefile
+++ b/graphics/png/Makefile
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	png
-PORTVERSION=	1.2.0
-PORTREVISION=	1
+PORTVERSION=    1.2.1
 CATEGORIES=	graphics
 MASTER_SITES=	http://www.libpng.org/pub/png/src/ \
 		ftp://swrinde.nde.swri.edu/pub/png/src/ \
diff --git a/graphics/png/distinfo b/graphics/png/distinfo
index c78a5e7c31b1..dd8f6f0a6f24 100644
--- a/graphics/png/distinfo
+++ b/graphics/png/distinfo
@@ -1 +1 @@
-MD5 (libpng-1.2.0.tar.gz) = 0768b511b9cabb052c72146dd0de79d8
+MD5 (libpng-1.2.1.tar.gz) = 75a21cbfae566158a0ac6d9f39087c4d
diff --git a/graphics/png/files/patch-pnggccrd.c b/graphics/png/files/patch-pnggccrd.c
deleted file mode 100644
index ed22c5e08fb3..000000000000
--- a/graphics/png/files/patch-pnggccrd.c
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- pnggccrd.c	2001/11/15 23:03:00	1.1
-+++ pnggccrd.c	2001/11/15 23:07:03
-@@ -5287,6 +5287,8 @@
-         "popfl                \n\t"  // restore modified value to Eflag reg
-         "pushfl               \n\t"  // save Eflag to stack
-         "popl %%eax           \n\t"  // get Eflag from stack
-+        "pushl %%ecx          \n\t"  // save original Eflag to stack
-+        "popfl                \n\t"  // restore original Eflag
-         "xorl %%ecx, %%eax    \n\t"  // compare new Eflag with original Eflag
-         "jz .NOT_SUPPORTED    \n\t"  // if same, CPUID instr. is not supported
- 
-- 
cgit v1.2.3