Date: Thu, 24 Nov 2005 00:06:21 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/graphics/guilib Makefile distinfo Message-ID: <200511240006.jAO06LDh013421@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2005-11-24 00:06:21 UTC
FreeBSD ports repository
Modified files:
graphics/guilib Makefile distinfo
Log:
[PATCH] graphics/guilib remove broken size mismatch
- Correct size, md5
- Add SHA256
- Take maintainership
Changes in tarball:
diff -ru GUIlib-1.1.1-old/GUI_button.cpp GUIlib-1.1.1/GUI_button.cpp
--- GUIlib-1.1.1-old/GUI_button.cpp Thu Apr 6 14:48:51 2000
+++ GUIlib-1.1.1/GUI_button.cpp Fri Oct 21 14:00:59 2005
@@ -133,9 +133,9 @@
if (freebutton)
{
if (button)
- delete button;
+ SDL_FreeSurface(button);
if (button2)
- delete button2;
+ SDL_FreeSurface(button2);
}
if (freefont)
delete buttonFont;
PR: ports/89245
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Revision Changes Path
1.18 +1 -3 ports/graphics/guilib/Makefile
1.5 +3 -2 ports/graphics/guilib/distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511240006.jAO06LDh013421>
