Commit graph

198914 commits

Author SHA1 Message Date
rodent
37cbf0619d > ERROR: devel/deforaos-coder/Makefile:5: Invalid category "wip".
wip -> devel; Fixed.
2013-03-27 11:18:19 +00:00
sbd
9e05884967 Set MOZ_ALSA=1 if alsa is to be used. 2013-03-27 10:16:10 +00:00
sbd
cdb3e8abad Remove an addition to configure.in that is a remnant of when xulrunner was
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-27 09:33:01 +00:00
taca
a6d28c6ad7 Note update of net/bind97 package to 9.7.7nb5. 2013-03-27 00:35:10 +00:00
taca
3daf2a3828 Disable use of regex.h for fixing CVE-2013-2266.
Bump PKGREVISION.
2013-03-27 00:34:32 +00:00
joerg
f8a3c1bf3d Define functions used by templates before this use.
Add some missing includes. Prefer ext/hash_map over hash_map.
2013-03-26 23:34:34 +00:00
joerg
167beab360 Don't call libtool --mode=finish without argument. Fix a sign cast to
avoid a clang warning made fatal by -Werror.
2013-03-26 23:32:49 +00:00
joerg
6c46d22e07 Don't call libtool --mode=finish without argument, this will be fatal
with the next version.
2013-03-26 23:31:48 +00:00
joerg
3f362071bd Forward class definitions must not use namespace :: syntax. 2013-03-26 23:30:44 +00:00
joerg
14727d17fc The wv2 headers has a transitive closure defining a prototype with
signal as parameter name. This conflicts with the Qt macro of the same
name, so include the header earlier.
2013-03-26 23:27:09 +00:00
taca
f38f2886be Note update of bind98 and bind99 packages.
net/bind99	9.9.2pl2
	net/bind98	9.8.4pl2
2013-03-26 22:13:47 +00:00
taca
5801817bd2 Update bind98 to 9.8.4pl2 (BIND 9.8.4-P2).
--- 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-26 22:12:56 +00:00
taca
e467f8751b Update bind99 to 9.9.2pl2 (BIND 9.9.2-P2).
--- 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-26 22:12:14 +00:00
wiz
1ea8ca06d4 Keep in sync with OpenBSD: add octeon port.
From jmc@openbsd.
2013-03-26 20:26:18 +00:00
bsiegert
1f5e2b039a Forgot to bump the revision. This is a leaf package, so it is ok during
the freeze.
2013-03-26 20:23:43 +00:00
bsiegert
04b9d10319 Use the netdb_1thread resolver, fixes PR pkg/33105. 2013-03-26 20:22:49 +00:00
wiz
93ee15e339 Document the dependencies for building the guide from source.
Closes PR/31473.
2013-03-26 20:21:38 +00:00
asau
3ca213cd5e Fix build against newer protocol buffers library.
Regenerate source from missing protocol description fetched from:
976c492c6e/lib/variant.proto
976c492c6e/lib/pp.proto

Bump PKGREVISION.
2013-03-26 20:11:19 +00:00
taca
485c42606d Note update of ISC DHCP packages to 4.2.5p1 (fixing CVE-2013-2266):
net/isc-dhcp4
	net/isc-dhclient4
	net/isc-dhcpd4
	net/isc-dhcrelay4
2013-03-26 16:29:43 +00:00
taca
a1b08cb26f Update ISC DHCP packages to 4.2.5p1 (4.2.5-P1).
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-26 16:25:06 +00:00
schmonz
3745e6657e Respond to wiz's code review:
* 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-26 15:11:36 +00:00
schmonz
5bc6512909 Excessive self-grepping causes bugginess. Don't!
This regex almost certainly didn't intend to match an occurrence
of "ARRAY" in PkgLint::Line, but it did match.
2013-03-26 15:11:20 +00:00
schmonz
8d80249ed9 Mechanically refactor vartype_basic to dispatch table.
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-26 15:10:57 +00:00
schmonz
433e28db3b Bag-compare all vartypes_basictypes, not just two.
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-26 15:10:31 +00:00
schmonz
084f44268e Declare package pkglint (not main) in pkglint.pl.
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-26 15:10:03 +00:00
schmonz
b9fdf029c6 Subst paths for both test and install.
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-26 15:09:35 +00:00
schmonz
6ac8ad3cf0 Document the need for many more automated tests. 2013-03-26 15:08:53 +00:00
schmonz
4745eea58d Extract PkgLint::* to files, then inline them.
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-26 15:08:28 +00:00
schmonz
f8ed933125 Sanity-check pkglint on some reference packages. 2013-03-26 15:05:27 +00:00
schmonz
f2cc14dc84 Give test_unit() better defaults for easier calling.
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-26 15:04:30 +00:00
hauke
83cc24c5be Remove for-debugging .include. 2013-03-26 14:38:11 +00:00
hauke
7624bdd4f0 Upstream patches do not fix PR pkg/46555, so don't attempt to build on
64 bit time_t NetBSD.
2013-03-26 14:35:00 +00:00
tsutsui
3b6152efae Updated games/onscripter to 20130317 2013-03-26 14:02:40 +00:00
tsutsui
afc56fff5f Update onscripter to 20130317. (leaf package bug fix)
Upstream changes summary (only Japanese log available)

20130317
 - fix a bug introduced in 20130223, failure of loading savefile
   when there are too many characters in the backlog text buffer
2013-03-26 14:01:56 +00:00
martin
f74dc0ad0a Simh revision bumped: vmb.exe was not installed accidently 2013-03-26 13:54:53 +00:00
martin
1d6a85a24a Fix whitespace in PLIST and bump pkg revision, requested by wiz 2013-03-26 13:53:42 +00:00
martin
0cb62d2504 Install vmb.exe - it is required to run the VAX 780 emulation 2013-03-26 13:43:19 +00:00
obache
71728e9895 fixes Removed...successor format for emulators/ski-bin (hi wiz). 2013-03-26 12:27:01 +00:00
gdt
164677e89e Updated graphics/gimp-ufraw to 0.19.2 2013-03-26 12:22:56 +00:00
gdt
0d887c88b4 Update to 0.19.2.
Upstream NEWS is "Bug fix release"; diffs to 0.19.1 are minor.

(leaf package, and ok wiz@ to update in freeze)
2013-03-26 12:22:42 +00:00
jperkin
8ac8a32923 Updated lang/tcl-expect to 5.45.0nb1 2013-03-26 11:41:16 +00:00
jperkin
3d7b5e62d7 Fix generation of libexpect545.a. Ok'd by wiz@ during freeze.
Bump PKGREVISION.
2013-03-26 11:41:01 +00:00
sbd
25297667da Don't remove dirent.h on Linux 2013-03-26 09:37:22 +00:00
wiz
c0a9379694 + accerciser-3.8.0, cheese-3.8.0, clutter-1.14.0, gdl-3.8.0,
gnome-keyring-3.8.0, gtk3-3.8.0, libgee-0.10.0, libgnome-keyring-3.8.0,
  php-tt-rss-1.7.5, py-gobject3-3.8.0, seahorse-3.8.0,
  seahorse-nautilus-3.8.0, vinagre-3.8.0, vino-3.8.0.
2013-03-26 09:19:58 +00:00
sbd
7ffbee2ed9 Respect ${PKGMANDIR} 2013-03-26 08:17:22 +00:00
sbd
d6b355bb28 Needs xgettext 2013-03-26 08:02:51 +00:00
wiz
a0a3a78005 + harfbuzz-0.9.14, libebml-1.3.0, libffi-3.0.13, libmatroska-1.4.0,
mono-3.0.7, py-pytz-2013b, py-simplejson-3.1.2, x264-devel-20130323.
2013-03-25 21:58:35 +00:00
jperkin
9d4d4d9bbf Convert -shared to -dynamiclib on OSX 10.5. Greatly helps my bulk
builds.
2013-03-25 17:58:32 +00:00
dholland
1b1bf5c3fb stuff from yesterday 2013-03-25 14:09:17 +00:00
obache
ee15d43510 more patches, access(2) require unistd.h. 2013-03-25 12:55:04 +00:00