summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-03-28Fix return types.joerg3-1/+40
2013-03-28Update to PySVN 1.7.6. No changelog, but fixes the build with thejoerg3-37/+14
current subversion. Switch to the Egg framework.
2013-03-28Partial fix for the Clang build due to bad template use.joerg5-1/+102
2013-03-28Fix a bit more fallout from the Boost filesystem API changes.joerg4-63/+193
Fix confusion around Narrow vs Wide strings.
2013-03-28Fix inline use.joerg2-1/+26
2013-03-28At least on the BSDs, the parallel port support is always included.joerg1-1/+2
2013-03-28utmpx.h is no longer included by util.h, adjust. Fix inline use.joerg7-14/+143
2013-03-28Newer MySQL isn't installed in lib/mysql, adjust.joerg4-25/+7
2013-03-28Note update of mail/roundcube package to 0.8.6.taca1-1/+2
2013-03-28Update roundcube to 0.8.6.taca3-8/+11
- Fix security issue in save-pref command.
2013-03-28Regen.ryoon1-2/+2
2013-03-28Follow remove of xulrunner-sdk.ryoon1-2/+2
* Use lib/xulrunner.
2013-03-28Fix buildlink target.ryoon1-5/+5
lib/sulrunner-sdk is obsolete now. Buildlink lib/xulrunner instead of -sdk. Fix firefox build.
2013-03-28Use libv4l on linuxsbd1-1/+4
2013-03-27Add DIST_SUBDIR because upstream switched the tarball contents withoutgdt2-5/+11
changing the version number. Caution not to update pkgsrc for a week after an upstream release to avoid this in the future.
2013-03-27Add checksum for patches/patch-mksh.1.hiramatsu2-2/+4
2013-03-27Also update the corresponding RRL patch + distinfo filepettai4-9/+12
2013-03-27> ERROR: devel/deforaos-coder/Makefile:5: Invalid category "wip".rodent1-2/+2
wip -> devel; Fixed.
2013-03-27Set MOZ_ALSA=1 if alsa is to be used.sbd2-4/+13
2013-03-27Remove an addition to configure.in that is a remnant of when xulrunner wassbd2-18/+3
been built with it's own nspr and nss. The code remnant stop firefox10 from building because it was trying to set NSPR_LIBS using pkg-config from the non-existent 'mozilla-nspr' package.
2013-03-27Note update of net/bind97 package to 9.7.7nb5.taca1-1/+2
2013-03-27Disable use of regex.h for fixing CVE-2013-2266.taca1-2/+5
Bump PKGREVISION.
2013-03-26Define functions used by templates before this use.joerg17-1/+273
Add some missing includes. Prefer ext/hash_map over hash_map.
2013-03-26Don't call libtool --mode=finish without argument. Fix a sign cast tojoerg3-10/+29
avoid a clang warning made fatal by -Werror.
2013-03-26Don't call libtool --mode=finish without argument, this will be fataljoerg2-5/+5
with the next version.
2013-03-26Forward class definitions must not use namespace :: syntax.joerg26-7/+313
2013-03-26The wv2 headers has a transitive closure defining a prototype withjoerg2-1/+20
signal as parameter name. This conflicts with the Qt macro of the same name, so include the header earlier.
2013-03-26Note update of bind98 and bind99 packages.taca1-1/+3
net/bind99 9.9.2pl2 net/bind98 9.8.4pl2
2013-03-26Update bind98 to 9.8.4pl2 (BIND 9.8.4-P2).taca2-10/+6
--- 9.8.4-P2 released --- 3516. [security] Removed the check for regex.h in configure in order to disable regex syntax checking, as it exposes BIND to a critical flaw in libregex on some platforms. [RT #32688]
2013-03-26Update bind99 to 9.9.2pl2 (BIND 9.9.2-P2).taca3-16/+15
--- 9.9.2-P2 released --- 3516. [security] Removed the check for regex.h in configure in order to disable regex syntax checking, as it exposes BIND to a critical flaw in libregex on some platforms. [RT #32688]
2013-03-26Keep in sync with OpenBSD: add octeon port.wiz1-2/+3
From jmc@openbsd.
2013-03-26Forgot to bump the revision. This is a leaf package, so it is ok duringbsiegert1-2/+2
the freeze.
2013-03-26Use the netdb_1thread resolver, fixes PR pkg/33105.bsiegert1-1/+2
2013-03-26Document the dependencies for building the guide from source.wiz1-8/+4
Closes PR/31473.
2013-03-26Fix build against newer protocol buffers library.asau3-1/+80
Regenerate source from missing protocol description fetched from: https://bitbucket.org/statgen/plinkseq/raw/976c492c6e11e81aa798e2c4c20bcf17ea4073a1/lib/variant.proto https://bitbucket.org/statgen/plinkseq/raw/976c492c6e11e81aa798e2c4c20bcf17ea4073a1/lib/pp.proto Bump PKGREVISION.
2013-03-26Note update of ISC DHCP packages to 4.2.5p1 (fixing CVE-2013-2266):taca1-1/+5
net/isc-dhcp4 net/isc-dhclient4 net/isc-dhcpd4 net/isc-dhcrelay4
2013-03-26Update ISC DHCP packages to 4.2.5p1 (4.2.5-P1).taca3-8/+7
isc-dhclient4 isc-dhcp4 isc-dhcpd4 isc-dhcrelay4 Changes since 4.2.5 - A security issue in Bind9 was found and fixed. This release includes the fixed Bind9 code. There have been no code changes to the DHCP code. [ISC-Bugs #32688] CVE: CVE-2013-2266
2013-03-26Respond to wiz's code review:schmonz2-5/+5
* In test, match the "make makesum" warning more loosely. * In test, find packages to run against in $PKGSRCDIR explicitly. * Bump version. This is the last commit in a set developed for my "Rehabilitating pkglint" talk at pkgsrcCon 2013. Reviewed-at-pkgsrcCon-and-approved-during-the-freeze-by: wiz
2013-03-26Excessive self-grepping causes bugginess. Don't!schmonz2-7/+4
This regex almost certainly didn't intend to match an occurrence of "ARRAY" in PkgLint::Line, but it did match.
2013-03-26Mechanically refactor vartype_basic to dispatch table.schmonz1-542/+605
Leave the silly self-grep in place, adjusting to also match the lines that initialize the dispatch table. The underlying code is better and the tests still pass. (No functional change intended.)
2013-03-26Bag-compare all vartypes_basictypes, not just two.schmonz2-6/+34
pkglint greps itself (really) to generate this list of types. Test exhaustively for all types in the list today, so that the tested code can become more civilized tomorrow. Adds a test-time dependency on Test::Deep for cmp_bag().
2013-03-26Declare package pkglint (not main) in pkglint.pl.schmonz2-12/+10
This is more correct and more polite. For instance, pkglint.t no longer needs to declare a package of its own just for tests.
2013-03-26Subst paths for both test and install.schmonz1-3/+8
In the configure stage, tell pkglint to find *.map in ${FILESDIR}. That lets tests run even when pkglint isn't installed (which means it also makes the tests less wrong when pkglint is installed!). In the install stage, tell pkglint to find *.map under ${PREFIX}, as before (no functional change to the installed package). Specify USE_TOOLS=perl to quell pkglint. :-)
2013-03-26Document the need for many more automated tests.schmonz2-2/+8
2013-03-26Extract PkgLint::* to files, then inline them.schmonz13-1058/+1108
These bits of non-main functionality are distracting to the casual reader, and also to your intrepid refactorer. Since we recently added some characterization tests that run the pkglint executable against real packages, we can safely extract bits of code to separate files and prove nothing broke in the move. Instead of installing the new Perl modules where pkglint can find them at runtime, I've added a build step to inline them right back where they used to be (same order and everything). This is a little annoying, but less annoying than suddenly needing to deal with Perl runtime paths just for these few tiny modules. Also, loading modules at runtime would affect pkglint's performance, and I don't yet have performance tests to prove that this would be fine (or not), so I can't safely do it. No functional change intended.
2013-03-26Sanity-check pkglint on some reference packages.schmonz1-5/+86
2013-03-26Give test_unit() better defaults for easier calling.schmonz1-3/+5
This is the first commit in a set developed for my "Rehabilitating pkglint" talk at pkgsrcCon 2013. Reviewed-at-pkgsrcCon-and-approved-during-the-freeze-by: wiz
2013-03-26Remove for-debugging .include.hauke1-3/+1
2013-03-26Upstream patches do not fix PR pkg/46555, so don't attempt to build onhauke1-1/+6
64 bit time_t NetBSD.
2013-03-26Updated games/onscripter to 20130317tsutsui1-1/+2