summaryrefslogtreecommitdiff
path: root/games/gnomebreakout/files/patch-src__anim.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-11 13:02:50 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-11 13:02:50 +0000
commit0fd403935ec532c3f1c293c1ce848fa11ef2f67f (patch)
treecd29f22d33a798f960e55b15a36127d05436a4db /games/gnomebreakout/files/patch-src__anim.c
parent- Update to 1.22.2 (diff)
Remove expired ports:
2018-12-10 net/g2ipmsg: GNOME 2 application 2018-12-10 net/grdesktop: GNOME 2 application 2018-12-10 textproc/gnome-spell: GNOME 2 application 2018-12-10 textproc/sagasu: GNOME 2 application 2018-12-10 deskutils/planner: GNOME 2 application 2018-12-10 deskutils/multisync: GNOME 2 application 2018-12-10 deskutils/drivel: GNOME 2 application 2018-12-10 deskutils/notecase: GNOME 2 application 2018-12-10 deskutils/gtodo: GNOME 2 application 2018-12-10 deskutils/gtweakui: GNOME 2 application 2018-12-10 deskutils/gnotime: GNOME 2 application 2018-12-10 deskutils/gruler: GNOME 2 application 2018-12-10 japanese/gjiten: GNOME 2 application 2018-12-10 graphics/truevision: GNOME 2 application 2018-12-10 graphics/gx: GNOME 2 application 2018-12-10 graphics/amide: GNOME 2 application 2018-12-10 graphics/cbrpager: GNOME 2 application 2018-12-10 www/gurlchecker: GNOME 2 application 2018-12-10 security/gpass: GNOME 2 application 2018-12-10 security/libgnomesu: GNOME 2 application 2018-12-10 security/gnome-gpg: GNOME 2 application 2018-12-10 devel/gnome-vfs-monikers: GNOME 2 application 2018-12-10 ftp/gwget: GNOME 2 application 2018-12-10 print/gribouy: GNOME 2 application 2018-12-10 print/gnomephotoprinter: GNOME 2 application 2018-12-10 print/ggv: GNOME 2 application 2018-12-10 print/gnome-cups-manager: GNOME 2 application 2018-12-10 editors/conglomerate: GNOME 2 application 2018-12-10 misc/gregexp: GNOME 2 application 2018-12-10 science/linsmith: GNOME 2 application 2018-12-10 games/grhino: GNOME 2 application 2018-12-10 games/gnono: GNOME 2 application 2018-12-10 games/gnomekiss: GNOME 2 application 2018-12-10 games/gtktetcolor: GNOME 2 application 2018-12-10 games/gturing: GNOME 2 application 2018-12-10 games/gtetrinet: GNOME 2 application 2018-12-10 games/gdado: GNOME 2 application 2018-12-10 games/monkeybubble: GNOME 2 application 2018-12-10 games/teg: GNOME 2 application 2018-12-10 games/gnomeattacks: GNOME 2 application 2018-12-10 games/gnomebreakout: GNOME 2 application 2018-12-10 x11-clocks/gtubeclock: GNOME 2 application 2018-12-10 x11-clocks/sanduhr: GNOME 2 application 2018-12-10 audio/grip: GNOME 2 application 2018-12-10 audio/jack-rack: GNOME 2 application 2018-12-10 math/gdcalc: GNOME 2 application 2018-12-10 x11/brightside: GNOME 2 application 2018-12-10 x11-fm/gnome-commander2: GNOME 2 application 2018-12-10 multimedia/quark: GNOME 2 application 2018-12-10 astro/celestia-gnome: GNOME 2 application 2018-12-10 comms/gmfsk: GNOME 2 application 2018-12-10 comms/ge-x2212: GNOME 2 application 2018-12-10 comms/efax-gtk: GNOME 2 application 2018-12-10 sysutils/gnome-pkgview: GNOME 2 application 2018-12-10 sysutils/fusefs-gnome-vfs: GNOME 2 application 2018-12-10 sysutils/gai-leds: GNOME 2 application 2018-12-10 sysutils/gnome-device-manager: GNOME 2 application 2018-12-10 sysutils/battfink: GNOME 2 application 2018-12-10 sysutils/cog: GNOME 2 application 2018-12-10 sysutils/gcdmaster: GNOME 2 application
Diffstat (limited to 'games/gnomebreakout/files/patch-src__anim.c')
-rw-r--r--games/gnomebreakout/files/patch-src__anim.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/games/gnomebreakout/files/patch-src__anim.c b/games/gnomebreakout/files/patch-src__anim.c
deleted file mode 100644
index fbbd5bc8dad6..000000000000
--- a/games/gnomebreakout/files/patch-src__anim.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./src/anim.c.orig 2004-05-10 12:42:51.000000000 +0200
-+++ ./src/anim.c 2014-04-04 17:49:31.971201127 +0200
-@@ -47,6 +47,7 @@
- Animation newanim;
- char *fullfilename;
- int i;
-+ GError *gerror = NULL;
-
- /* Find the number of frames */
- fullfilename = g_strdup_printf("%s.%d.png", filename, 0);
-@@ -64,7 +65,6 @@
- sizeof(GdkPixbuf *));
- for(i = 0; i < newanim.num_frames; i++) {
- fullfilename = g_strdup_printf("%s.%d.png", filename, i);
-- GError *gerror = NULL;
- newanim.pixmaps[i] = gdk_pixbuf_new_from_file(fullfilename,
- &gerror);
- if(!newanim.pixmaps[i]) {