Commit graph

198968 commits

Author SHA1 Message Date
tron
4603633e9b This package needs "flex" not just any "lex" to build properly. Otherwise
it will fallback to "yacc" (instead of "bison") and the library will
not link properly. This problem is probably only visible under Solaris
where "lex" is not "flex".

Bump package revision because of this fix.
2013-03-30 22:21:10 +00:00
tron
17cec75f20 Use portable "-R" linker option instead of non-portable "-rpath" option.
The "configure" stage now works under Solaris 10 (i386 with GCC 4.5)
but the build still fails.
2013-03-30 22:07:00 +00:00
dholland
20ada01b0c easyedit. 2013-03-30 21:58:44 +00:00
dholland
3691c821a9 Add termcap bl3 file. Is now MAKE_JOBS_SAFE. Part of previous commit. 2013-03-30 21:58:16 +00:00
dholland
abd365d89d General cleanup, via a distfile patch.
- NULL is a pointer. Don't use it for '\0', which is a character.
   - Silence warnings about unused variables.
   - Silence clang warnings about format strings.
   - Fix up the makefile and configure logic, rolling in patch-aa and
     patch-ab. Make the configure script report what it's doing instead
     of making wrong decisions silently.
   - Fix broken build when using system curses instead of the builtin
     curses subset. (This is not the default, nor apparently recommended,
     but can happen if the configure script doesn't like you.)
   - Bump PKGREVISION.
2013-03-30 21:57:25 +00:00
tron
d44de82683 Fix typo in comment. 2013-03-30 20:46:29 +00:00
ryoon
2c7fb8f6b0 Updated devel/xulrunner to 19.0.2nb1 2013-03-30 20:03:48 +00:00
ryoon
9a8941d8ca Bump PKGREVISION.
* Fix build on NetBSD 5.2, use pthread_attr_get_np on NetBSD.
* Fix broken binary on NetBSD 5.2 and gcc45.
2013-03-30 20:03:08 +00:00
obache
9fb3eaad2e RealPlayer had bee removed before pkgsrc-2011Q2. 2013-03-30 11:26:24 +00:00
obache
44202170a9 Updated net/mikutter to 0.2.1.1141 2013-03-30 09:46:09 +00:00
obache
57fec36c88 Update leaf package mikutter to 0.2.1.1141.
fixes following issues
* fail to startup or break configureation file with 3rd party plugins,
  especially on Ruby 2.0.0.
* sometimes crash on Ruby 1.9.3.
2013-03-30 09:45:52 +00:00
obache
b26799839b Updated emulators/suse121_libxml2 to 12.1nb5 2013-03-30 09:31:34 +00:00
obache
9866704295 Update libxml2 RPM to 2.7.8+git20110708-3.20.1 for CVE-2013-0338.
Bump PKGREVISION.
2013-03-30 09:31:15 +00:00
tsutsui
1f38dc651a Updated emulators/qemu to 1.3.1 2013-03-29 15:27:54 +00:00
tsutsui
05d65cc6cf Update qemu to 1.3.1. (updating during freeze is ok'ed by wiz@)
Note the previous qemu-1.3.0 has some problems to run
NetBSD/i386 6.0.1 guest on NetBSD/i386 6.0.1 host, but
with qemu-1.3.1 NetBSD/i386 guest works enough upto multiuser.

No explicit ChangeLog of qemu-1.3.1 release,
but there is a summary in qemu mailing list announcement:
http://lists.nongnu.org/archive/html/qemu-stable/2013-01/msg00126.html

04024de: update VERSION for v1.3.1 (Michael Roth)
1bd4397: qxl: Fix SPICE_RING_PROD_ITEM(), SPICE_RING_CONS_ITEM() sanity check
         (Markus Armbruster)
e766724: Fix compile errors when enabling Xen debug logging. (Sander
         Eikelenboom)
df50a7e: xen: fix trivial PCI passthrough MSI-X bug (Stefano Stabellini)
90c96d3: xen_disk: fix memory leak (Roger Pau Monne)
4ee2879: tcg/target-arm: Add missing parens to assertions (Peter Maydell)
563068a: win32-aio: Fix memory leak (Kevin Wolf)
cdb4834: win32-aio: Fix vectored reads (Kevin Wolf)
9d173df: aio: Fix return value of aio_poll() (Kevin Wolf)
204dd38: raw-posix: fix bdrv_aio_ioctl (Paolo Bonzini)
86bab45: vfio-pci: Loosen sanity checks to allow future features (Alex
         Williamson)
006c747: pci-assign: Enable MSIX on device to match guest (Alex Williamson)
f042cca: vfio-pci: Make host MSI-X enable track guest (Alex Williamson)
1205b80: target-xtensa: fix search_pc for the last TB opcode (Max Filippov)
ff0c079: buffered_file: do not send more than s->bytes_xfer bytes per tick
         (Paolo Bonzini)
d745511: migration: fix migration_bitmap leak (Paolo Bonzini)
5afd0ec: e1000: Discard oversized packets based on SBP|LPE (Michael Contreras)
c4cd5b0: qxl+vnc: register a vm state change handler for dummy spice_server
         (Uri Lublin)
7ca2496: qxl: save qemu_create_displaysurface_from result (Gerd Hoffmann)
bfae937: target-xtensa: fix ITLB/DTLB page protection flags (Max Filippov)
b68c48f: pixman: fix vnc tight png/jpeg support (Gerd Hoffmann)
36fd817: Update seabios to a810e4e72a0d42c7bc04eda57382f8e019add901 (Gerd
         Hoffmann)
0bc5f4a: seabios: update to e8a76b0f225bba5ba9d63ab227e0a37b3beb1059 (Gerd
         Hoffmann)
37e1428: vfio-pci: Don't use kvm_irqchip_in_kernel (Alex Williamson)
518799a: target-mips: Fix incorrect shift for SHILO and SHILOV (Petar Jovanovic)
16c5fe4: target-mips: Fix incorrect code and test for INSV (Petar Jovanovic)
f1a2195: migration: Fix madvise breakage if host and guest have different page
         sizes (David Gibson)
3b4fc1f: Fix off-by-1 error in RAM migration code (David Gibson)
d67d95f: Disable semaphores fallback code for OpenBSD (Brad Smith)
0a7ad69: Fix semaphores fallback code (Brad Smith)
2013-03-29 15:26:26 +00:00
joerg
8fa525b8d4 Fix type mismatch to allow build with Clang.
From PR 47705 by KAMADA Ken'ichi.
2013-03-29 13:52:45 +00:00
dsainty
5c0e6afc2b The printer port support is experimental, and only supported on some
platforms.  Disable it for consistency, using a patch since
--disable-PRINTER only works on Linux.
2013-03-29 12:40:24 +00:00
asau
8939789928 Make it depend on zlib explicitly.
This fixes linking problems on platforms with no builtin zlib.
Found by Jason Bacon on CentOS.
2013-03-29 09:17:26 +00:00
sbd
5f76edbf2e Add extra compiler flags to build correctly on Linux. 2013-03-29 07:19:05 +00:00
sbd
df341905d0 Add SET_LIBDIR=yes 2013-03-29 06:05:57 +00:00
joerg
f5429fb720 Reset maintainer, domain no longer exists. 2013-03-28 23:59:03 +00:00
jperkin
3d2e7aeb60 Fix default SunOS packaging. 2013-03-28 22:26:13 +00:00
jperkin
f1d44e14fd Need -D_POSIX_PTHREAD_SEMANTICS on SunOS. 2013-03-28 22:22:46 +00:00
jperkin
e954d8911f Fix SunOS build. 2013-03-28 22:05:38 +00:00
joerg
53b55e2894 Forward declaration must not be qualified with a namespace. Adjust. 2013-03-28 21:43:05 +00:00
joerg
a112adf32f Newer MySQL has moved to PREFIX/lib. Adjust. 2013-03-28 21:40:50 +00:00
joerg
d16be79138 Fix return types. 2013-03-28 21:40:10 +00:00
joerg
368a008414 Match return types and return usage. 2013-03-28 21:39:32 +00:00
joerg
5a19105538 Fix return types. 2013-03-28 21:37:23 +00:00
joerg
710e212fc1 Fix build on newer NetBSD. 2013-03-28 21:36:21 +00:00
joerg
a0339fe545 Newer MySQL is installed in PREFIX/lib, not PREFIX/lib/mysql. Adjust. 2013-03-28 21:35:48 +00:00
joerg
557c7d1afd Needs pkg-config. 2013-03-28 21:35:17 +00:00
joerg
56cb56d04e Disable -fno-exceptions for Clang as libsigc++ uses exceptions in the
header files. Fix template lookup.
2013-03-28 21:34:50 +00:00
joerg
99ec9e8f32 Fix return types. 2013-03-28 21:31:25 +00:00
joerg
74a27cc261 Switch to external libltdl. 2013-03-28 21:30:49 +00:00
joerg
d5f818e0f7 Fix return types. 2013-03-28 21:28:12 +00:00
joerg
ec996826a4 Fix inline use. Do not use nested functions. 2013-03-28 21:25:51 +00:00
joerg
e851636ad7 Fix return types. 2013-03-28 21:24:53 +00:00
joerg
208163465a Update to PySVN 1.7.6. No changelog, but fixes the build with the
current subversion. Switch to the Egg framework.
2013-03-28 21:22:57 +00:00
joerg
f89aa7c056 Partial fix for the Clang build due to bad template use. 2013-03-28 21:21:17 +00:00
joerg
64a00742d2 Fix a bit more fallout from the Boost filesystem API changes.
Fix confusion around Narrow vs Wide strings.
2013-03-28 21:20:15 +00:00
joerg
0aed9fca9d Fix inline use. 2013-03-28 21:19:01 +00:00
joerg
410fe85920 At least on the BSDs, the parallel port support is always included. 2013-03-28 21:18:32 +00:00
joerg
7052e7aa43 utmpx.h is no longer included by util.h, adjust. Fix inline use. 2013-03-28 21:17:56 +00:00
joerg
e1be07a9a6 Newer MySQL isn't installed in lib/mysql, adjust. 2013-03-28 21:16:41 +00:00
taca
6140bb1b26 Note update of mail/roundcube package to 0.8.6. 2013-03-28 17:25:07 +00:00
taca
2dbe01a6ef Update roundcube to 0.8.6.
- Fix security issue in save-pref command.
2013-03-28 17:24:39 +00:00
ryoon
aa1af97eb5 Regen. 2013-03-28 14:11:34 +00:00
ryoon
19aa929e61 Follow remove of xulrunner-sdk.
* Use lib/xulrunner.
2013-03-28 14:10:45 +00:00
ryoon
7712bfa7c2 Fix buildlink target.
lib/sulrunner-sdk is obsolete now.
Buildlink lib/xulrunner instead of -sdk.

Fix firefox build.
2013-03-28 14:04:41 +00:00