Commit graph

165395 commits

Author SHA1 Message Date
adam
90070585df Changes 2.0.1:
* Compatibility with Qt-4.7.x
2010-11-18 22:52:04 +00:00
shattered
9fc559fbac PR/42084: include libXinerama buildlink. 2010-11-18 21:00:58 +00:00
wiz
76ca6dd411 Updated net/avahi to 0.6.27nb3 2010-11-18 13:56:27 +00:00
wiz
e4b8cefd92 Include desktopdb.mk. Bump PKGREVISION. 2010-11-18 13:56:15 +00:00
wiz
b42a7402b8 Add patch from PR 43815 to fix build on some Linuces. 2010-11-18 13:56:05 +00:00
wiz
653416ded8 Updated parallel/ganglia-monitor-core to 3.1.2nb4 2010-11-18 13:50:20 +00:00
wiz
6c9a4b5635 Add patch from Manuel Tobias Schiller:
I managed to trace things to the file libmetrics/netbsd/metrics.c in
the get_netbw function. Apparently, the code in get_netbw violates
alignment constraints for sparc64. I attached a patch against the result
of a "make patch" in parallel/ganglia-monitor-core. While I was at it, I
also changed proc_run_func somewhat to only count actually running
processes (having a look at NetBSD's ps(1) implementation) - without the
change, I got around 30 running processes on an idle machine.

"Looks good at a quick glance" martin@

Bump PKGREVISION.
2010-11-18 13:50:09 +00:00
wiz
6916ab53d7 Disable lua manually, otherwise it's found on current and PLIST breaks. 2010-11-18 13:43:09 +00:00
wiz
68e662352d Updated multimedia/ns-flash to 9.0.289 2010-11-18 13:38:29 +00:00
wiz
bbb462e04f Update to 9.0.289, provided by Dennis den Brok.
Probably fixes some security problems.
2010-11-18 13:38:19 +00:00
wiz
1a00176853 Updated math/gnumeric110 to 1.10.11nb2 2010-11-18 13:36:19 +00:00
wiz
f3e57676af Remove superfluous dependencies, found by Dennis den Brok.
Bump PKGREVISION.
2010-11-18 13:36:08 +00:00
obache
d86f9e29c8 Add an missing file to PKGCONFIG_OVERRIDE. 2010-11-18 12:26:54 +00:00
obache
b8e486b157 define missing PKGCONFIG_OVERRIDE. 2010-11-18 12:09:54 +00:00
obache
93788b02f6 Fixes paths for PKGCONFIG_OVERRIDE files. 2010-11-18 12:01:05 +00:00
obache
70bef2e2d7 Fixes paths for PKGCONFIG_OVERRIDE files. 2010-11-18 11:48:54 +00:00
obache
d0eb87809f Fixes paths for PKGCONFIG_OVERRIDE files. 2010-11-18 11:35:02 +00:00
wiz
b8afeed222 Add buildlink3.mk. 2010-11-18 10:39:19 +00:00
wiz
078080c37f Fix build with gtk>=2.22. 2010-11-18 10:08:31 +00:00
obache
a4a2a152a6 Remove addition of ${QTDIR} to BUILDLINK_PASSTHRU_DIRS.
Directories in LOCALBASE must not be added, or break build of some qt packages.
For examples, mis-pick up old header files of itself, or introduce hidden
dependency.
2010-11-18 07:48:45 +00:00
wiz
7eec7cd4af Add pkg-config to tools. Some whitespace improvements. 2010-11-18 07:21:15 +00:00
obache
350d6168bb + gdk-pixbuf2-xlib 2010-11-18 04:25:53 +00:00
obache
2254c35020 Updated www/epiphany to 2.30.6 2010-11-18 02:39:24 +00:00
obache
a72eef93f0 Update epiphany to 2.30.6.
===============
Epiphany 2.30.6
===============

Changes:
  - Do not use deprecated gdk_display
  - Do not enable maintainer mode for tarballs
2010-11-18 02:39:09 +00:00
obache
ce953829b1 Updated devel/devhelp to 2.32.0 2010-11-18 02:06:25 +00:00
obache
217ee6e46a Update devhelp to 2.32.0.
This switches to the gnome-2.32 release branch.
2010-11-18 02:05:52 +00:00
is
79324b6ce4 Fix decoding of message/partial. Explanation:
mpack-1.6 introduced more security on Unix-like systems by creating
and using a helper function, os_createnewfile, that uses O_CREAT|O_EXCL.
Unfortunately, it also uses it to write the total number of parts
temporary file, which fails if more than one part contains the
total number (as mpack creates them!)

The new code compares old and new totals, if both exist, and only
writes the new total, if the old didn't exist. Problem solved and
one sanity check more at the same time.
2010-11-17 22:24:40 +00:00
drochner
4cbd2974cd mention updates/additions 2010-11-17 21:37:05 +00:00
drochner
5cf423473f this pkg doesn't need the whole gkt2 but just the gdk-pixbuf part
(ride on last night's PKGREV bump)
2010-11-17 21:13:09 +00:00
minskim
d3d1e1d2d9 Note PKGREIVISION bump of tex-dvips. 2010-11-17 19:33:35 +00:00
minskim
501bf50a51 Update tex-dvips{,-doc} to TeX Live r20445.
Added new font entires: contnav, hans, hans-sh, and mksk.
2010-11-17 19:33:13 +00:00
minskim
55be700c51 Update tex-kpathsea to TeX Live r19875. No change to installed files. 2010-11-17 19:29:03 +00:00
minskim
a847593180 Note PKGREVISION bump of kpathsea. 2010-11-17 19:27:22 +00:00
minskim
48494efb45 Make opentype and truetype fonts directories interchangeable. 2010-11-17 19:27:05 +00:00
plunky
627d38fec4 update comms/obexapp to 1.4.14 2010-11-17 19:16:44 +00:00
plunky
eadf64c888 update to obexapp 1.4.14, with a clump of minor fixes submitted
by Iain Hibbert:

- use libexpat instead of FreeBSD internal libbsdxml

- fix off by one error with busy spinner, which sometimes
  resulted in a spurious backspace in the output

- fflush(stdout) for busy spinner

- print streaming statistics after transfers in client mode

- use HAVE_BT_DEVADDR rather than testing for __NetBSD__

- use bdaddr_any() functions instead of memcpy()

- allow server mode to bind to channel 0, indicating to the OS
  that the first available channel should be used

- prevent busy loop bug if the socket is remotely closed causing
  the read() to return 0 bytes

- fix some [unsigned comparison] compiler warnings

- provide connection ID for all get requests, improves compatibility
  with remote windows mobile devices
2010-11-17 19:14:33 +00:00
minskim
38060505ae Note update of tex-latexconfig. 2010-11-17 19:13:39 +00:00
minskim
76c30a2221 Update tex-latexconfig to 2010.
- Updated configuration files for LuaTeX.
2010-11-17 19:12:44 +00:00
tez
cdeffe823a CVE-2010-3493 fox for python26 2010-11-17 18:45:50 +00:00
tez
ea0d58b93e Add fix for SA41968 (CVE-2010-3493) from the 2.7 branch repo
http://svn.python.org/view/python/branches/release27-maint/Lib/smtpd.py?r1=86084
&r2=82503&view=patch
2010-11-17 18:44:06 +00:00
wiz
0c1ec9c359 Set LICENSE, fix pkglint warning. 2010-11-17 18:07:04 +00:00
wiz
5bbde9a736 Fix build with gtk2>=2.22. 2010-11-17 18:06:56 +00:00
minskim
164b97af06 Note PKGREVISION bump of tex-polytable. 2010-11-17 17:48:53 +00:00
minskim
ff0bb7ae1b Update tex-polytable{,-doc} to TeX Live r20331.
- Added missing dependencies.
2010-11-17 17:48:30 +00:00
minskim
aa36b07e8d Add tex-lazylist{,-doc}. 2010-11-17 17:46:28 +00:00
minskim
b75237e780 Import tex-lazylist-doc-1.0a as print/tex-lazylist-doc.
This is documentation for tex-lazylist.
2010-11-17 17:45:25 +00:00
minskim
2e930243be Import tex-lazylist-1.0a as print/tex-lazylist.
This package provides a pile of lambda-calculus and list-handling
macros of an incredibly obtuse nature. The TUGboat paper serves as a
manual for the macros. This TeX code was formally verified.
2010-11-17 17:45:10 +00:00
shattered
6ae7b838d6 Install manpages in man/, not share/man/ 2010-11-17 17:42:56 +00:00
minskim
2a6efe5e16 Update tex-psnfss{,-doc} to TeX Live r20257. No functional change. 2010-11-17 17:37:33 +00:00
minskim
3bca6720a5 Note update of emacs-snapshot. 2010-11-17 17:06:25 +00:00