summaryrefslogtreecommitdiff
path: root/devel/SDL
AgeCommit message (Collapse)AuthorFilesLines
2022-09-11*: bump PKGREVISION for flac shlib bumpwiz1-2/+2
2022-07-02*: Recursive revbump from audio/pulseaudioryoon1-2/+2
2022-05-11SDL: fix NetBSD audio in pygame, e.g. 'games/monsterz'. reported by wiz.nia1-2/+6
2022-04-02Add CONFLICTS for sdl12-compat.nia1-1/+3
2022-04-01SDL: add a user-configurable mk.conf option to decide whether to usenia1-2/+9
SDL or sdl12-compat. This is disabled by default until sdl12-compat is in a better state (e.g. dosbox does not work for me). use the original SDL 1.2: SDL12_TYPE= retro use sdl12-compat: SDL12_TYPE= compat
2022-03-28SDL: fix build on NetBSD/i386tnn2-1/+21
XXX maybe pullup 2022Q1?
2022-03-28{c,d,e}*/*: revbump(1) for libsndfiletnn1-2/+2
2021-12-08revbump for icu and libffiadam1-2/+2
2021-10-26archivers: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
2021-10-07devel: Remove SHA1 hashes for distfilesnia1-2/+1
2021-07-30*: Recursive revbump from audio/pulseaudio-15.0ryoon1-2/+2
2021-04-03SDL: add BUILDLINK_INCDIRS, as with SDL2nia1-1/+2
2021-02-07*: Recursive revbump from audio/pulseaudio-14.2.nb1ryoon1-2/+2
2021-01-01*: Recursive revbump from audio/pulseaudio-14.0ryoon1-2/+2
2020-08-18*: revbump for libsndfileleot1-2/+2
2020-05-14SDL: fix CVE-2019-13616nia3-9/+24
bump PKGREVISION
2020-03-08*: recursive bump for libffiwiz1-2/+2
2020-01-26all: migrate homepages from http to httpsrillig1-2/+2
pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
2020-01-20SDL[2]: Remove esound supportnia2-10/+4
2019-09-18Recursive revbump from audio/pulseaudioryoon1-2/+2
2019-07-24Bump PKGREVISIONmicha1-2/+2
For modified "patch-src_video_SDL__pixels.c" patch.
2019-07-24Fixed patch-src_video_SDL__pixels.c for NetBSD 7micha2-5/+10
Declaration of local variable 'byte' moved out of for loop because this syntax requires C99 (breaks e.g. NetBSD 7 because LANGUAGES= c99 is not defined by package).
2019-07-21SDL: appease pkglintnia1-3/+3
2019-07-21SDL: Backport fixes from upstream's hg for the following CVEs:nia7-5/+459
CVE-2019-7572 - buffer-overflow CVE-2019-7573 - heap-overflow CVE-2019-7574 - heap-overflow CVE-2019-7575 - heap-overflow CVE-2019-7576 - heap-overflow CVE-2019-7577 - buffer-overflow CVE-2019-7578 - heap-overflow CVE-2019-7635 - heap-overflow CVE-2019-7636 - heap-overflow CVE-2019-7637 - heap-overflow CVE-2019-7638 - heap-overflow Bump PKGREVISION.
2019-07-17reset maintainer.wiz1-2/+2
2019-07-15SDL: sync options with SDL2nia2-6/+16
as discussed at pkgsrccon, this was pretty much the only thing still using or supporting esound. the esound website doesn't even exist any more. NAS might still be useful, but maybe only if you're using IRIX or something i'm especially worried about libaudiofile and spidermonkey52 being pulled in by esound and pulseaudio respectively - the maintainance status of these libraries is very unclear and their security record is quite problematic. also: - Linux gets ALSA. - explicitly disable support for PlayStation video outputs if you get pkgsrc to work on the PlayStation OS please submit a talk - add pkg-config to USE_TOOLS, it seems to be used in some circumstances.
2018-07-06Recursive revbump from audio/pulseaudioryoon1-2/+2
2018-03-07xorgproto: use xorgproto instead of separate *proto packageswiz1-3/+3
Remove now obsolete packages.
2018-01-28Bump PKGREVISION for gdbm shlib major bumpwiz1-2/+2
2017-12-25Include dev/hid/hid.h for recent NetBSD-current to fix buildryoon2-8/+21
2017-10-27Enable oss dma backend for NetBSD-8.nat4-3/+144
Bump PKG_REVISION. OK wiz@.
2017-09-27SDL: remove default-off arts optionwiz1-9/+2
arts was removed from pkgsrc
2017-09-08Recursive revbump from audio/pulseaudio-11.0ryoon1-2/+2
2017-01-21Recursive revbump from audio/pulseaudio-10.0ryoon1-2/+2
2016-08-04Recursive revbump from audio/pulseaudioryoon1-2/+2
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-09-05Pass --disable-sdltest on Darwin when using GNU configure, fixes variousjperkin1-1/+7
issues (crashes, hangs) when building SDL packages in a session which isn't logged into the console. Tested in a full bulk build, some packages issue warnings for it being an unrecognized option but I cannot see any failures due to it, and it fixes a reasonable number of package builds.
2015-05-31Remove delay whilst writing audio. Improves latency.nat4-13/+32
Make it so wscons video will initialize without keyboard and mouse. This commit was approved by wiz@
2015-04-25Recursive revbump following MesaLib update, categories a through f.tnn2-4/+4
2015-03-03Read from uhid device and insert events until there are no more eventsjmcneill2-7/+123
to consume. Matches SDL2 BSD joystick driver behavior, and makes things like "iBUFFALO Classic USB Gamepad" work with Retroarch.
2015-02-25flush any pending events from the joystick device when opening on netbsd, ↵jmcneill3-6/+16
bump PKGREVISION
2015-02-21Recursive revbump from audio/pulseaudio.ryoon1-2/+2
2015-02-06Instead of naming USB joysticks by device name ("/dev/uhid3"), try to givejmcneill2-4/+43
it a more helpful name ("Logitech Cordless RumblePad 2 @ /dev/uhid3")
2015-02-05regen (hi jared)wiz1-2/+2
2015-02-04Improvements in BSD USB joystick detection:jmcneill2-3/+24
- Scan uhid0 through uhid63, instead of uhid0 through uhid3. - If a uhid reports no usable inputs, skip it. This way your keyboard and mouse don't show up as (unusable) joysticks.
2015-01-30Include limits.h for UINT_MAX (build fix on NetBSD).wiz2-11/+19
2015-01-29add wsmouse mousewheel supportjmcneill2-8/+16
2015-01-29initialize keysym->unicode in wskbd input pathjmcneill2-6/+18
2015-01-29fix wscons keyboardjmcneill3-81/+63
2015-01-29add wsmouse support to wscons driverjmcneill5-15/+205