View | Details | Raw Unified | Return to bug 32856
Collapse All | Expand All

(-)graphics/png/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	png
8
PORTNAME=	png
9
PORTVERSION=	1.2.0
9
PORTVERSION=	1.2.1
10
PORTREVISION=	1
11
CATEGORIES=	graphics
10
CATEGORIES=	graphics
12
MASTER_SITES=	http://www.libpng.org/pub/png/src/ \
11
MASTER_SITES=	http://www.libpng.org/pub/png/src/ \
13
		ftp://swrinde.nde.swri.edu/pub/png/src/ \
12
		ftp://swrinde.nde.swri.edu/pub/png/src/ \
(-)graphics/png/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (libpng-1.2.0.tar.gz) = 0768b511b9cabb052c72146dd0de79d8
1
MD5 (libpng-1.2.1.tar.gz) = 75a21cbfae566158a0ac6d9f39087c4d
(-)graphics/png/files/patch-pnggccrd.c (-14 lines)
Lines 1-14 Link Here
1
2
$FreeBSD: ports/graphics/png/files/patch-pnggccrd.c,v 1.1 2001/11/15 23:32:37 sobomax Exp $
3
4
--- pnggccrd.c	2001/11/15 23:03:00	1.1
5
+++ pnggccrd.c	2001/11/15 23:07:03
6
@@ -5287,6 +5287,8 @@
7
         "popfl                \n\t"  // restore modified value to Eflag reg
8
         "pushfl               \n\t"  // save Eflag to stack
9
         "popl %%eax           \n\t"  // get Eflag from stack
10
+        "pushl %%ecx          \n\t"  // save original Eflag to stack
11
+        "popfl                \n\t"  // restore original Eflag
12
         "xorl %%ecx, %%eax    \n\t"  // compare new Eflag with original Eflag
13
         "jz .NOT_SUPPORTED    \n\t"  // if same, CPUID instr. is not supported
14

Return to bug 32856