summaryrefslogtreecommitdiff
path: root/graphics/guilib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Bump PORTREVISIONJose Alonso Cardenas Marquez2008-04-221-0/+1
|
* - Tarball was rerolled, now it installs two new filesJose Alonso Cardenas Marquez2008-04-223-5/+5
| | | | | | | - Remove BROKEN state PR: 122935 Submitted by: Ganael Laplanche <ganael.laplanche.. at_martymac.com>
* - Mark BROKEN:Pav Lucistnik2008-04-101-0/+2
| | | | | | size mismatch: expected 345034, actual 345042 Reported by: pointyhat
* - Update to 1.2.1Jose Alonso Cardenas Marquez2008-03-284-24/+13
| | | | - Remove obsolete patch file
* - Chase devel/sdl12 shlib version bumpMartin Wilke2008-03-131-1/+1
|
* Update to the autotools new world order.Ade Lovett2007-07-282-2/+10
| | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Fix build with gcc 4.xJose Alonso Cardenas Marquez2007-04-171-0/+15
| | | | Reported by: kris
* - Fix build on all FreeBSD versionsJose Alonso Cardenas Marquez2007-04-111-1/+1
| | | | Reported by: David J Brooks <daeg__at_houston.rr.com>
* - Update to 1.2.0Jose Alonso Cardenas Marquez2007-04-102-6/+9
|
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-0/+1
| | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
* Change maintainer address to my @FreeBSD.org emailJose Alonso Cardenas Marquez2006-07-231-1/+1
| | | | Approved by: garga (mentor)
* - Update to 1.1.2Pav Lucistnik2006-05-063-27/+5
| | | | | PR: ports/96811 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+4
| | | | Approved by: portmgr (kris)
* [PATCH] graphics/guilib remove broken size mismatchEdwin Groothuis2005-11-242-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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>
* BROKEN: Size mismatchKris Kennaway2005-11-161-0/+2
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-011-2/+7
|
* Apply a big libtool patch to allow porters to use the libtool installed byJoe Marcus Clarke2004-07-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis2004-03-161-1/+1
| | | | on sdl12-1.2.5
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Properly use SDL everywhere:Edwin Groothuis2004-03-081-1/+1
| | | | | | | | | | | | USE_SDL=yes -> USE_SDL=sdl (good examles everywhere) WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...) See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL. PR: follow-ups of ports/55494, ports/61877 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 2)
* SIZEify.Trevor Johnson2004-01-291-0/+1
|
* update graphics/guilib: 1.1.0 -> 1.1.1Daichi GOTO2003-08-052-17/+5
| | | | | PR: 55245 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-291-1/+1
| | | | | these great pieces of software, so that let others with more free time to take over them.
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Update version number of SDL shared library.Maxim Sobolev2003-01-021-1/+1
|
* Fix build on -current (link with ${CXX} for C++ code)Kris Kennaway2002-09-081-0/+20
|
* Chase increase of libSDL version number.Maxim Sobolev2002-04-171-1/+1
|
* Update checksum. The only difference between old and new version is <strings.h>Maxim Sobolev2001-11-261-1/+1
| | | | | replaced with <string.h> in one of the files. Therefore, no version bump is necessary.
* Move:Maxim Sobolev2001-04-091-1/+1
| | | | | | | devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami
* Use SDL 1.2.0 by default.Maxim Sobolev2001-04-061-1/+5
|
* Update MASTER_SITES and WWW.Maxim Sobolev2001-04-062-2/+2
|
* Add guilib - a very simple GUI framework for use with SDL. Now we have a GUIMaxim Sobolev2000-09-205-0/+57
for console (SDL_VIDEODRIVER=svgalib) ;).