diff options
author | ache <ache@FreeBSD.org> | 2001-12-16 23:01:48 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-12-16 23:01:48 +0800 |
commit | ad53e7dd2100f61b0ea7c3a751e8d1561ce4a744 (patch) | |
tree | ff205635c99ac5c6cafd6872cabe9cb81bc5a903 /graphics | |
parent | 287f79adad7a25118fb8098923bbe882d5e98177 (diff) | |
download | freebsd-ports-gnome-ad53e7dd2100f61b0ea7c3a751e8d1561ce4a744.tar.gz freebsd-ports-gnome-ad53e7dd2100f61b0ea7c3a751e8d1561ce4a744.tar.zst freebsd-ports-gnome-ad53e7dd2100f61b0ea7c3a751e8d1561ce4a744.zip |
Upgrade to 1.2.1
PR: 32856
Diffstat (limited to 'graphics')
-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 - |