summaryrefslogtreecommitdiff
path: root/graphics/guilib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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) ;).