diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-12-16 15:01:48 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-12-16 15:01:48 +0000 |
commit | 4960524e36c3f2dcd13e57f0d1024480c0f4212d (patch) | |
tree | 294b7b6fe8417565b935d96ae9b24f85d9829515 /graphics/png | |
parent | efc6663fb9ba1e22944b1cc571a60a88e631c350 (diff) | |
download | ports-4960524e36c3f2dcd13e57f0d1024480c0f4212d.tar.gz ports-4960524e36c3f2dcd13e57f0d1024480c0f4212d.zip |
Notes
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 3 | ||||
-rw-r--r-- | graphics/png/distinfo | 2 | ||||
-rw-r--r-- | graphics/png/files/patch-pnggccrd.c | 14 |
3 files changed, 2 insertions, 17 deletions
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 - |