Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-03 | Add SHA512 digests for distfiles for devel category | agc | 1 | -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-05 | Pass --disable-sdltest on Darwin when using GNU configure, fixes various | jperkin | 1 | -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-31 | Remove delay whilst writing audio. Improves latency. | nat | 4 | -13/+32 | |
Make it so wscons video will initialize without keyboard and mouse. This commit was approved by wiz@ | |||||
2015-04-25 | Recursive revbump following MesaLib update, categories a through f. | tnn | 2 | -4/+4 | |
2015-03-03 | Read from uhid device and insert events until there are no more events | jmcneill | 2 | -7/+123 | |
to consume. Matches SDL2 BSD joystick driver behavior, and makes things like "iBUFFALO Classic USB Gamepad" work with Retroarch. | |||||
2015-02-25 | flush any pending events from the joystick device when opening on netbsd, ↵ | jmcneill | 3 | -6/+16 | |
bump PKGREVISION | |||||
2015-02-21 | Recursive revbump from audio/pulseaudio. | ryoon | 1 | -2/+2 | |
2015-02-06 | Instead of naming USB joysticks by device name ("/dev/uhid3"), try to give | jmcneill | 2 | -4/+43 | |
it a more helpful name ("Logitech Cordless RumblePad 2 @ /dev/uhid3") | |||||
2015-02-05 | regen (hi jared) | wiz | 1 | -2/+2 | |
2015-02-04 | Improvements in BSD USB joystick detection: | jmcneill | 2 | -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-30 | Include limits.h for UINT_MAX (build fix on NetBSD). | wiz | 2 | -11/+19 | |
2015-01-29 | add wsmouse mousewheel support | jmcneill | 2 | -8/+16 | |
2015-01-29 | initialize keysym->unicode in wskbd input path | jmcneill | 2 | -6/+18 | |
2015-01-29 | fix wscons keyboard | jmcneill | 3 | -81/+63 | |
2015-01-29 | add wsmouse support to wscons driver | jmcneill | 5 | -15/+205 | |
2015-01-28 | Add USB keyboard support to the wscons driver. | jmcneill | 3 | -20/+89 | |
2014-10-09 | Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. | wiz | 1 | -2/+1 | |
2014-08-17 | Fix SDL_LoadObject to try the soname itself first, without any prefixes, | wiz | 3 | -7/+13 | |
and only fallback to other places when that fails. Bump PKGREVISION. | |||||
2014-06-09 | Recursive revbump from pulseaudio-5.0 | ryoon | 1 | -2/+2 | |
2014-04-20 | Recursive revbump from json-c 0.12 update | ryoon | 1 | -2/+2 | |
2014-04-16 | Bump PKGREVISION for libatomic_ops PKGNAME change. | wiz | 1 | -2/+2 | |
2014-04-14 | Fix building on newer OS X. Courtesy of Jan Danielsson. | adam | 2 | -1/+18 | |
2014-03-24 | Fix capitalization and make it build on FreeBSD 9-10. | asau | 2 | -1/+20 | |
2013-11-25 | PKGREVISION bump for json-c shlib rename. | wiz | 1 | -2/+2 | |
2013-02-09 | Bump PKGREVISION from audio/jack. | ryoon | 1 | -2/+2 | |
2012-11-03 | Recursive revbump from audio/pulseaudio 2.1 | ryoon | 1 | -2/+2 | |
2012-10-31 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-10-28 | As promised a week ago, remove arts and aalib from default suggested | wiz | 2 | -4/+4 | |
options. arts is obsolete and aalib only ever was a nice hack, not something to be enabled by default. | |||||
2012-10-23 | Remove xextproto/buildlink3.mk in most cases where it occurs with | wiz | 1 | -2/+1 | |
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages). | |||||
2012-09-15 | recursive bump from libffi shlib major bump | obache | 1 | -2/+2 | |
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update) | |||||
2012-09-14 | Add comments to patches. | wiz | 4 | -7/+14 | |
2012-08-29 | Really disable X11 on IRIX and Darwin | adam | 1 | -1/+3 | |
2012-03-03 | More pcre PKGREVISION bumps. | wiz | 1 | -2/+2 | |
2012-02-20 | Bump PKGREVISION for NetBSD/sparc64 bus error fix. | jdc | 1 | -2/+2 | |
2012-02-20 | Add checksum for new patch (patch-src_video_x11_SDL_x11video.c). | jdc | 1 | -1/+2 | |
2012-02-20 | Fix bus error crash on sparc64, by aligning the object we pass to: | jdc | 1 | -0/+31 | |
XChangeProperty(..., 32, ...) correctly. See also libSDL bug 1427: http://bugzilla.libsdl.org/show_bug.cgi?id=1427 | |||||
2012-02-06 | Revbump for | wiz | 1 | -1/+2 | |
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy. | |||||
2012-01-28 | Update to 1.2.15: | wiz | 5 | -28/+12 | |
General Notes * Fixed assembly register clobbering in CPU info routines * Fixed memory stomp when using stretch blit on large images * Fixed pixel corruption with overlapping blits * SDL_JOYSTICK_DEVICE can be a colon separated list of joystick devices * Disabled MMX blitters since they don't compile on modern compilers Unix Notes * Fixed crash in joystick code on newer Linux kernels * Fixed channel swizzling for ALSA target with 6-channel output * Use the OpenGL GLX_EXT_swap_control extension if available * XRandR support is disabled by default because it causes desktop reconfiguring. It can be enabled with the SDL_VIDEO_X11_XRANDR=1 environment variable, or by applying this patch: http://hg.libsdl.org/SDL/raw-rev/8ec3036098df Windows Notes * Fixed SDL_GL_ACCELERATED_VISUAL handling * Fixed application state handling with ALT-Tab * Fixed occasional crash handling WM_ACTIVATEAPP in Direct X code * Fixed UTF-8 decoding of Russian characters Mac OS X Notes * Fixed building and running on Mac OS X 10.7 (Lion) | |||||
2012-01-24 | Another fix for keyboard handling, from Opolo Remo, | wiz | 4 | -16/+18 | |
and a fix for the color patterns, also from him. Bump PKGREVISION. | |||||
2012-01-24 | Recursive dependency bump for databases/gdbm ABI_DEPENDS change. | sbd | 1 | -2/+2 | |
2012-01-13 | Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. | obache | 1 | -2/+2 | |
2011-12-29 | use AUDIO_GETBUFINFO when available; bump pkg revision | jmcneill | 3 | -3/+48 | |
2011-12-26 | Fix typo in ifdef. | wiz | 3 | -6/+6 | |
Bump PKGREVISION. | |||||
2011-12-11 | Fix build problem without WSKBD_TYPE_ZAURUS environment; NetBSD 4_STABLE. | taca | 2 | -5/+5 | |
Extra "case" was existed before default label of case statement. | |||||
2011-12-01 | Compile in wscons support on NetBSD. | wiz | 4 | -7/+78 | |
From Opolo Remo in private mail. Bump PKGREVISION. | |||||
2011-08-23 | Recursive bump from gdbm shlib bump. | obache | 1 | -2/+2 | |
2011-08-02 | Adjust assembler constraint to work with Clang. From FreeBSD. | joerg | 2 | -1/+15 | |
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 1 | -2/+2 | |
2011-01-27 | We don't BUILDLINK_PASSTHRU_DIRS magic on Mac OS X any more. | adam | 1 | -13/+2 | |
2010-12-29 | yasm also works on x86_64 | adam | 1 | -2/+2 | |