1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- Update to 1.2.1

- Remove obsolete patch file
This commit is contained in:
Jose Alonso Cardenas Marquez 2008-03-28 01:10:57 +00:00
parent 91c6b0ec59
commit eb4bcb6848
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209980
4 changed files with 13 additions and 24 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= guilib
PORTVERSION= 1.2.0
PORTREVISION= 3
PORTVERSION= 1.2.1
CATEGORIES= graphics
MASTER_SITES= http://www.libsdl.org/projects/GUIlib/src/
DISTNAME= GUIlib-${PORTVERSION}

View File

@ -1,3 +1,3 @@
MD5 (GUIlib-1.2.0.tar.gz) = 4efd1f59b0795c166827aae501f9027a
SHA256 (GUIlib-1.2.0.tar.gz) = fd00d9627ea64838f1bd8ff9e04410f8d1c0151c70296f3b71c41c0610bf98a0
SIZE (GUIlib-1.2.0.tar.gz) = 406109
MD5 (GUIlib-1.2.1.tar.gz) = b80a152a5fcd9e96155a7379339dd6f8
SHA256 (GUIlib-1.2.1.tar.gz) = 7c87b4a907e40c280e799f44ce5f07658f812f1a39e92197fdb077f087d353ab
SIZE (GUIlib-1.2.1.tar.gz) = 345034

View File

@ -1,15 +0,0 @@
--- GUI_menu.h Tue Apr 17 00:16:46 2007
+++ GUI_menu.h Tue Apr 17 00:17:29 2007
@@ -39,9 +39,9 @@
virtual void AddSubitem(GUI_Menuitem *newitem);
virtual GUI_Menuitem* GetSubItem(int Aid);
- GUI_status GUI_Submenu:: MouseDown(int x, int y, int button);
- GUI_status GUI_Submenu::MouseUp(int x,int y,int button);
- GUI_status GUI_Submenu::MouseMotion(int x,int y,Uint8 state);
+ GUI_status MouseDown(int x, int y, int button);
+ GUI_status MouseUp(int x,int y,int button);
+ GUI_status MouseMotion(int x,int y,Uint8 state);
inline virtual int GetSubmenuId()
{return submenuid;}

View File

@ -1,9 +1,14 @@
--- Makefile.in.orig Mon May 1 00:45:18 2006
+++ Makefile.in Fri Apr 13 17:28:19 2007
@@ -288,5 +288,3 @@
--- Makefile.in 2008-03-27 20:00:12.000000000 -0500
+++ Makefile.in 2008-03-27 20:00:38.000000000 -0500
@@ -286,10 +286,7 @@
scroll_dn.bmp \
scroll_up.bmp
-libGUI_la_LDFLAGS = \
- -release $(LT_RELEASE) \
- -no-undefined \
- -release $(LT_RELEASE) \
- -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+libGUI_la_LDFLAGS = # empty
genimage_SOURCES = genimage.c
hello_SOURCES = hello.cpp