aboutsummaryrefslogtreecommitdiff
path: root/devel/sdl12
Commit message (Collapse)AuthorAgeFilesLines
* Fix crashes when joysticks are attached on -CURRENT.Marcus von Appen2009-08-082-4/+4
| | | | | | | | | PR: ports/136973 Reviewed by: Wes Morgan <morganw@chemikals.org> Approved by: miwi (mentor) Notes: svn path=/head/; revision=239144
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Reactivate USB joystick support on -CURRENT.Marcus von Appen2009-03-132-5/+41
| | | | | | | | | PR: ports/132150 Submitted by: hps Approved by: miwi (mentor) Notes: svn path=/head/; revision=230005
* Fix pulseaudio option knob.Marcus von Appen2009-03-041-1/+1
| | | | | | | Approved by: beech (mentor) Notes: svn path=/head/; revision=229493
* Fix build on CURRENT.Marcus von Appen2009-03-031-0/+4
| | | | | | | | | PR: ports/132269 Submitted by: Mel Flynn <mel@rachie.is-a-geek.net> Approved by: beech (mentor) Notes: svn path=/head/; revision=229412
* Updated my mail address to use @FreeBSD.org now.Marcus von Appen2009-02-191-1/+1
| | | | | | | Approved by: miwi (co-mentor), beech (mentor) Notes: svn path=/head/; revision=228687
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-051-5/+2
| | | | Notes: svn path=/head/; revision=225293
* Fix a misaligned access crash when running on sparc64 and using aChristian Weisgerber2008-09-242-1/+31
| | | | | | | | | | remote X11 display. Approved by: maintainer Obtained from: upstream SVN Notes: svn path=/head/; revision=220721
* - Check arch for svgalibBeech Rintoul2008-03-291-1/+1
| | | | | | | | | PR: ports/122225 Submitted by: David Yeske <dyeske@gmail.com> Approved by: Marcus von Appen <mva@sysfault.org> (maintainer) Notes: svn path=/head/; revision=210058
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGMartin Wilke2008-03-251-1/+2
| | | | | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup) Notes: svn path=/head/; revision=209811
* devel/sdl12:Martin Wilke2008-03-138-222/+134
| | | | | | | | | | | | | | | | | - Update to 1.2.13 - OPTIONize as recommended by Danny Pansters - Fixed up gnome dependencies as recommended by Danny Panster - Fixed up NOPORTDOCS and NOPORTEXAMPLES knobs as recommended by Danny Pansters - Got rid of library renaming as recommended by Danny Pansters - Pass maintainership to submitter Mk/bsd.sdl.mk: - Fixed _LIB_* entries in order to retrieve the correct library versions. PR: 117608 Submitted by: Marcus von Appen <mva@sysfault.org> Notes: svn path=/head/; revision=208945
* - Forgot to up the PORTREVISIONDiane Bruce2008-01-271-1/+1
| | | | | | | Pointyhat to: myself Notes: svn path=/head/; revision=206292
* - The x86 inline assembler version of the SDL macro SDL_revcpy() sets theDiane Bruce2008-01-271-0/+10
| | | | | | | | | | | | | | | | | | direction flag ("std"), but does not clear it ("cld"). This is invalid according to GCC (inline assembler, which sets the direction flag, must reset it[0]) and the SYS V ABI (functions must leave with the direction flag cleared[1]). The macro is (indirectly, exact call sequence below) used in SDL_BlitSurface(), so this call sometimes returns with the direction flag set. This happens for bliting a surface onto itself with the destination coordinates set right/down of the source coordinates (typical use of this is scrolling left/up). Later on other parts of the code (like inlined memcpy()) cause memory corruption. [1] - Give maintaintership to submitter (as discussed on irc) PR: ports/120052 [1] Notes: svn path=/head/; revision=206291
* Return to pool: hopefully they will have a chance of being updatedShaun Amott2007-10-281-1/+1
| | | | | | | prior to the freeze. Notes: svn path=/head/; revision=202217
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-1/+1
| | | | Notes: svn path=/head/; revision=200770
* - 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}. Notes: svn path=/head/; revision=191544
* Fix plist: removal of include/SDL should not depend on NOPORTDOCS.Shaun Amott2007-04-011-1/+1
| | | | | | | | PR: ports/109218 Submitted by: rafan Notes: svn path=/head/; revision=188907
* - COPYTREE_* are now part of bsd.port.mkPav Lucistnik2007-03-241-7/+0
| | | | | | | | PR: ports/100996 Submitted by: stass Notes: svn path=/head/; revision=188171
* Repair regexp madness that resulted in things like "Bab%%PORTOBJFORMAT%%ish"Kris Kennaway2007-01-261-1/+1
| | | | | | | | instead of "Babelfish" appearing in pkg-plists. Somewhere there is a very misguided port tool. Notes: svn path=/head/; revision=183357
* - Add an SVGALIB OPTION. [1]Shaun Amott2006-11-211-1/+6
| | | | | | | | | | | | - Explicitly disable check for libusbhid.h where appropriate, as some systems still have this header hanging around. [2] PR: ports/104366 [1], ports/103558 (related) [2] Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> [1], Stefan Walter <sw@gegenunendlich.de> + others [2] Notes: svn path=/head/; revision=177732
* Fix whitespace and a typo.Shaun Amott2006-09-221-7/+6
| | | | | | | | PR: ports/103446 Submitted by: Diane Bruce <db@db.net> Notes: svn path=/head/; revision=173619
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-2017-773/+391
| | | | | | | | | | | | | | | | | | | 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 over maintainership of the abandoned SDL ports.Shaun Amott2006-09-011-1/+1
| | | | | | | | - Add an additional mirror for a few of them. - Fix a few minor portlint(1) complaints. Notes: svn path=/head/; revision=171842
* - Optionalize AA-lib.Alexander Nedotsukov2006-08-291-4/+9
| | | | | | | - s/INSTALLS_SHLIB/USE_LDCONFIG/. Notes: svn path=/head/; revision=171608
* Drop maintainership, ENOTIME for these ports now.Kirill Ponomarev2006-08-171-1/+1
| | | | Notes: svn path=/head/; revision=170852
* Utilize WITHOUT_X11 knob to disable X11R6 dependencies.Kirill Ponomarev2006-08-171-0/+5
| | | | | | | | PR: ports/101651 Submitted by: Stefan Sperling <freebsd-gnats@stsp.in-berlin.de> Notes: svn path=/head/; revision=170849
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Fix build with gcc40 and gcc41.Kirill Ponomarev2006-03-163-0/+459
| | | | Notes: svn path=/head/; revision=157454
* Conversion to a single libtool environment.Ade Lovett2006-02-232-2/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154110
* 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
* Fix support for using more than one joystick.Kirill Ponomarev2005-11-093-0/+98
| | | | | | | | | Add SHA256 trendy stuff. Submitted by: jylefort Notes: svn path=/head/; revision=147762
* Fix build on ARCH != i386.Kirill Ponomarev2005-10-191-3/+1
| | | | | | | Submitted by: ru Notes: svn path=/head/; revision=145857
* Disable libvgl support on 4.x.Kirill Ponomarev2005-10-101-0/+2
| | | | | | | Reported by: lofi Notes: svn path=/head/; revision=144815
* Do not specify libvgl shlib version since it depends on releaseKirill Ponomarev2005-10-081-1/+1
| | | | | | | number. Notes: svn path=/head/; revision=144610
* Update to 1.2.9Kirill Ponomarev2005-08-285-275/+4
| | | | Notes: svn path=/head/; revision=141092
* Backout previous commit since it breaks many ports on sparc64.Kirill Ponomarev2005-07-211-3/+1
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=139840
* Fix build if world is built with NO_USB=yes.Kirill Ponomarev2005-07-191-1/+3
| | | | | | | | PR: ports/82171 Submitted by: Bjoern Koenig <bkoenig at cs.tu-berlin.de> Notes: svn path=/head/; revision=139610
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Grab maintainership and bugs.Kirill Ponomarev2005-01-161-1/+1
| | | | Notes: svn path=/head/; revision=126616
* Update to 1.2.8Kirill Ponomarev2005-01-168-303/+236
| | | | Notes: svn path=/head/; revision=126609
* Welcome to the second epoch bump of devel/sdl12 due to compilationEdwin Groothuis2004-12-267-5/+339
| | | | | | | | | | | | | | problems on 4.x: See the following thread in http://twomix.devolution.com/pipermail/sdl/2004-December/thread.html: [SDL] Can not compile SDL with gcc < 3.1 (3 messages) Up to now no fix in their cvs repository: http://www.libsdl.org/cgi/cvsweb.cgi/SDL12/src/video/ Notes: svn path=/head/; revision=125244
* Upgrade devel/sdl12 to 1.2.8Edwin Groothuis2004-12-237-338/+4
| | | | | | | Nearly all changes are fixes, no API breakages, no version bump. Notes: svn path=/head/; revision=124903
* Bump port revision so people get the double free(3) fix.Alfred Perlstein2004-11-061-1/+1
| | | | Notes: svn path=/head/; revision=120933
* Fix a double free(3) bug locally.Alfred Perlstein2004-11-061-0/+10
| | | | | | | PR: ports/73353 Notes: svn path=/head/; revision=120932
* Do not apply patches for the latest gcc-3.4.2 to FreeBSD-4.xKirill Ponomarev2004-08-054-0/+6
| | | | Notes: svn path=/head/; revision=115455
* Fix wrong path in patchesKirill Ponomarev2004-07-313-6/+6
| | | | | | | Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Notes: svn path=/head/; revision=115132
* Fix build with love for gcc-3.4.2Kirill Ponomarev2004-07-303-0/+318
| | | | Notes: svn path=/head/; revision=115065
* 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