FreeBSD Bugzilla – Attachment 171143 Details for
Bug 210033
games/adgali: UNBREAK and make fetchable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch (since 416324 revision)
adgali.diff (text/plain), 4.35 KB, created by
lightside
on 2016-06-07 13:55:49 UTC
(
hide
)
Description:
Proposed patch (since 416324 revision)
Filename:
MIME Type:
Creator:
lightside
Created:
2016-06-07 13:55:49 UTC
Size:
4.35 KB
patch
obsolete
>diff -ruN adgali.orig/Makefile adgali/Makefile >--- adgali.orig/Makefile 2016-06-03 20:44:58.000000000 +0400 >+++ adgali/Makefile 2016-06-07 16:24:33.351610000 +0400 >@@ -5,15 +5,11 @@ > PORTVERSION= 0.2.4 > PORTREVISION= 15 > CATEGORIES= games devel >-MASTER_SITES= http://adgali.apiou.org/download/ >+MASTER_SITES= http://www.sourcefiles.org/Programming/Libraries/Games/ > > MAINTAINER= ports@FreeBSD.org > COMMENT= Open source game library useful for 2D game development > >-BROKEN= unfetchable >-DEPRECATED= Broken for more than 6 months >-EXPIRATION_DATE= 2016-07-04 >- > LICENSE= GPLv2+ > LICENSE_FILE= ${WRKSRC}/COPYING > >diff -ruN adgali.orig/files/patch-agl_imglist.c adgali/files/patch-agl_imglist.c >--- adgali.orig/files/patch-agl_imglist.c 2014-01-22 21:40:44.000000000 +0400 >+++ adgali/files/patch-agl_imglist.c 2016-06-07 16:25:21.437875000 +0400 >@@ -1,6 +1,6 @@ >---- tools/agl_imglist.c.orig Fri Aug 20 22:20:31 2004 >-+++ tools/agl_imglist.c Fri Aug 20 22:20:48 2004 >-@@ -137,6 +137,7 @@ >+--- tools/agl_imglist.c.orig 2003-06-23 23:58:48 UTC >++++ tools/agl_imglist.c >+@@ -137,6 +137,7 @@ main(int argc, char **argv) > x++; > } > next: >diff -ruN adgali.orig/files/patch-src-input-fontio_agl_bfontio.c adgali/files/patch-src-input-fontio_agl_bfontio.c >--- adgali.orig/files/patch-src-input-fontio_agl_bfontio.c 2014-01-22 21:40:44.000000000 +0400 >+++ adgali/files/patch-src-input-fontio_agl_bfontio.c 2016-06-07 16:25:21.423917000 +0400 >@@ -1,6 +1,6 @@ >---- src/input/fontio/agl_bfontio.c 2007-12-12 23:43:53.000000000 +0100 >-+++ src/input/fontio/agl_bfontio.c.orig 2007-12-12 23:43:41.000000000 +0100 >-@@ -387,7 +387,7 @@ >+--- src/input/fontio/agl_bfontio.c.orig 2003-06-23 23:58:47 UTC >++++ src/input/fontio/agl_bfontio.c >+@@ -387,7 +387,7 @@ agl_bfntclose(agl_font * fnt) > return 0; > } > >diff -ruN adgali.orig/files/patch-src-input-fontio_agl_ttfio.c adgali/files/patch-src-input-fontio_agl_ttfio.c >--- adgali.orig/files/patch-src-input-fontio_agl_ttfio.c 2014-01-22 21:40:44.000000000 +0400 >+++ adgali/files/patch-src-input-fontio_agl_ttfio.c 2016-06-07 16:25:21.428520000 +0400 >@@ -1,6 +1,6 @@ >---- src/input/fontio/agl_ttfio.c.orig 2007-12-12 23:42:15.000000000 +0100 >-+++ src/input/fontio/agl_ttfio.c 2007-12-12 23:43:00.000000000 +0100 >-@@ -481,7 +481,7 @@ >+--- src/input/fontio/agl_ttfio.c.orig 2003-12-29 19:07:52 UTC >++++ src/input/fontio/agl_ttfio.c >+@@ -481,7 +481,7 @@ agl_ttfexit(agl_module * pmod) > return 1; > } > >diff -ruN adgali.orig/files/patch-src-input-imageio-agl_pngio.c adgali/files/patch-src-input-imageio-agl_pngio.c >--- adgali.orig/files/patch-src-input-imageio-agl_pngio.c 2014-01-22 21:40:44.000000000 +0400 >+++ adgali/files/patch-src-input-imageio-agl_pngio.c 2016-06-07 16:25:21.433241000 +0400 >@@ -1,6 +1,6 @@ >---- src/input/imageio/agl_pngio.c.orig 2003-06-24 01:58:47.000000000 +0200 >-+++ src/input/imageio/agl_pngio.c 2012-05-01 09:02:25.000000000 +0200 >-@@ -65,7 +65,7 @@ >+--- src/input/imageio/agl_pngio.c.orig 2003-06-23 23:58:47 UTC >++++ src/input/imageio/agl_pngio.c >+@@ -65,7 +65,7 @@ agl_ispng(agl_ios * ops) > unsigned char buf[8]; > > if (agl_ios_read(ops, buf, 1, 8, NULL) == 8) >@@ -9,7 +9,7 @@ > return 0; > } > >-@@ -106,7 +106,7 @@ >+@@ -106,7 +106,7 @@ agl_loadpng(agl_ios * ops) > } > > /* standard png error handler */ >@@ -18,7 +18,7 @@ > { > agl_error("Error reading the PNG file"); > png_destroy_read_struct(&png_ptr, &info_ptr, NULL); >-@@ -131,7 +131,7 @@ >+@@ -131,7 +131,7 @@ agl_loadpng(agl_ios * ops) > /* see pnglib for these calls */ > > if (color_type == PNG_COLOR_TYPE_GRAY && bit_depth < 8) >@@ -27,7 +27,7 @@ > > if (png_get_valid(png_ptr, info_ptr, PNG_INFO_tRNS)) > png_set_tRNS_to_alpha(png_ptr); >-@@ -171,7 +171,7 @@ >+@@ -171,7 +171,7 @@ agl_loadpng(agl_ios * ops) > *rowp = (png_bytep) pixelp; > /* standard png error handler redeclared to free the agl image if an > * error occurs */ >diff -ruN adgali.orig/files/patch-src_agl_main.c adgali/files/patch-src_agl_main.c >--- adgali.orig/files/patch-src_agl_main.c 2014-01-22 21:40:44.000000000 +0400 >+++ adgali/files/patch-src_agl_main.c 2016-06-07 16:25:21.420684000 +0400 >@@ -1,6 +1,6 @@ >---- src/agl_main.c.orig 2007-12-12 23:45:13.000000000 +0100 >-+++ src/agl_main.c 2007-12-12 23:47:00.000000000 +0100 >-@@ -65,7 +65,8 @@ >+--- src/agl_main.c.orig 2003-06-23 23:58:47 UTC >++++ src/agl_main.c >+@@ -65,7 +65,8 @@ agl_init(agl_handle * phandle) > if (agl_initparachute() < 0) > return -1; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
vlad-fbsd
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 210033
:
171021
| 171143 |
171144