aboutsummaryrefslogtreecommitdiff
path: root/devel/directfb
Commit message (Collapse)AuthorAgeFilesLines
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-012-0/+8
| | | | Notes: svn path=/head/; revision=183830
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-1/+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) Notes: svn path=/head/; revision=173460
* Take maintainership: I'm working on getting the latest versions runningShaun Amott2006-06-221-1/+1
| | | | | | | | | on FreeBSD. Approved by: ahze (mentor) Notes: svn path=/head/; revision=166013
* - Add WWW.Jean Milanez Melo2006-06-202-1/+3
| | | | | | | | | | | - portlint(1). PR: ports/98980 Submitted by: Soeren Straarup <xride@x12.dk> Approved by: mnag (mentor) Notes: svn path=/head/; revision=165850
* Conversion to a single libtool environment.Ade Lovett2006-02-232-3/+9
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Update master siteEmanuel Haupt2006-02-231-1/+1
| | | | | | | | PR: 93724 Submitted by: Jean-François BOEUF <jfb@minet.net> Notes: svn path=/head/; revision=156722
* Unbreak. Replace hard-coded -lc_r with ${PTHREAD_LIBS}.Sam Lawrance2006-01-301-7/+1
| | | | Notes: svn path=/head/; revision=154861
* Back out PORTREVISION change committed with previous BROKEN commitKris Kennaway2006-01-221-1/+2
| | | | Notes: svn path=/head/; revision=154135
* BROKEN: Hard-wires libc_r thread libraryKris Kennaway2006-01-191-2/+3
| | | | Notes: svn path=/head/; revision=153910
* - Add some SHA256 checksumsPav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149311
* 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. Notes: svn path=/head/; revision=148323
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-05-312-8/+2
| | | | Notes: svn path=/head/; revision=136564
* Reset undeliverable maintainer address:Kris Kennaway2005-02-191-1/+1
| | | | | | | | <fab@gcu.info>: host mail.gcu.info[213.91.10.50] said: 550 5.1.1 <fab@gcu.info>... User unknown (in reply to RCPT TO command) Notes: svn path=/head/; revision=129253
* BROKEN on ia64: Hard-codes references to libc_rKris Kennaway2004-12-171-0/+4
| | | | Notes: svn path=/head/; revision=124262
* 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 Notes: svn path=/head/; revision=113296
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Chase library bump of libSDL-1.1 for all ports which were dependingEdwin Groothuis2004-03-161-1/+1
| | | | | | | on sdl12-1.2.5 Notes: svn path=/head/; revision=104132
* 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. Notes: svn path=/head/; revision=103963
* Let ports use the USE_SDL macroEdwin Groothuis2004-03-071-5/+2
| | | | | | | | | PR: ports/61807 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=103243
* BROKEN on alpha 5.x: Does not compileKris Kennaway2004-02-261-1/+7
| | | | Notes: svn path=/head/; revision=102166
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93890
* Bump PORTREVISION for pkg-plist fixKris Kennaway2003-08-161-1/+1
| | | | Notes: svn path=/head/; revision=87053
* Add missing filesKris Kennaway2003-08-161-0/+2
| | | | Notes: svn path=/head/; revision=87052
* libtool uber-patchAde Lovett2003-06-262-1/+7
| | | | | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) Notes: svn path=/head/; revision=83696
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76032
* Add directfb, it's a graphics library which was designed with embedded systems.Vanilla I. Shu2003-01-197-0/+190
PR: ports/44782 Submitted by: Fabien Devaux <devaux.fabien@free.fr> Somepart by: me Notes: svn path=/head/; revision=73492