2014-02-13 00:18:57 by Matthias Scheler | Files touched by this commit (1568) |
Log message: Recursive PKGREVISION bump for OpenSSL API version bump. |
2013-10-15 16:42:10 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Fix missing dependency as seen in libc++ build. |
2013-03-24 17:59:43 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Fix const use. |
2013-02-07 00:24:19 by Jonathan Perkin | Files touched by this commit (1351) | |
Log message: PKGREVISION bumps for the security/openssl 1.0.1d update. |
2013-01-19 21:29:24 by Taylor R Campbell | Files touched by this commit (3) | |
Log message: Patch around ffmpeg API breakage in devel/opal. Require multimedia/ffmpeg010 too -- easier than patching the further breakage in multimedia/ffmpeg, which should probably wait until we just update opal. |
2012-11-17 23:30:44 by Mark Davies | Files touched by this commit (1) |
Log message: Explicitly dont try and build ivr support. |
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2012-09-22 15:48:21 by Ryo ONODERA | Files touched by this commit (67) | |
Log message: Recursive revbump from multimedia/libvpx 1.1.0 update |
2012-05-07 03:54:16 by David A. Holland | Files touched by this commit (473) |
Log message: Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) It turns out there were a lot of these. |
2012-04-20 09:24:39 by David A. Holland | Files touched by this commit (2) |
Log message: Ignore the result of the configure test that checks if certain arguments to speex are floats or ints. They are, as far as I can tell, always ints in pkgsrc. This test has been getting the wrong answer in my test-build environment, leading to build failure later on. Admittedly the test gets the wrong answer because I've been having the wrappers insert -Wall -Wno-error, but that has value (as does being able to test-build this and ekiga) and as best I can tell the test is pointless. |