Commit graph

10269 commits

Author SHA1 Message Date
wiz
d0404275c1 Fix for python-3.x.
Mark as not-for 2.4 and 2.5.
2011-08-22 12:18:18 +00:00
wiz
00ed09e815 Add upstream patch fixing __init__.py for python-3.1.
XXX: Now only the PLIST is wrong. :)
2011-08-22 11:57:14 +00:00
tnn
ed093e090d Switch dependency to xulrunner192 and bump PKGREVISION. 2011-08-20 13:17:59 +00:00
obache
58b0af2e02 Fixes build on NetBSD-5.1 (OpenSSL 0.9.9-dev). 2011-08-19 14:55:15 +00:00
joerg
99d4f627a8 Fix buffer overflow in LZW handler. 2011-08-18 22:58:24 +00:00
mrg
11b44ff0dc add a missing file from the previous change. noted by wiz. 2011-08-18 20:52:21 +00:00
cheusov
a82ad04fa8 Fix for PR 43816. Build qt4-libs with openssl support. Approved by wiz@. 2011-08-18 12:34:26 +00:00
obache
c61dd39609 perl-5.14.1 contains sufficient ExtUtils::ParseXS. 2011-08-17 04:37:29 +00:00
wiz
81867eedd2 Update to 1.224:
Overview of changes in Gtk2 1.224
=================================

* Fix a few test failures.

Overview of changes in Gtk2 1.223
=================================

* Cope with the rename of the keysym defines in gtk+ 2.22
* Correct the memory management in Gtk2::Gdk::Window->new
* Fix a test failure in GtkBuilder.t
2011-08-16 22:10:14 +00:00
wiz
fa085f6ee2 Update to 0.52, changes undocumented. 2011-08-16 22:03:34 +00:00
mrg
ed6d20feb0 add support for building on netbsd/sparc64 and netbsd/powerpc systems. 2011-08-14 08:56:21 +00:00
obache
db07027aa3 Revision bump after updating perl to 5.14.1. 2011-08-14 07:20:52 +00:00
taca
3b01017ef2 Add and enable ruby-wxruby. 2011-08-13 02:13:25 +00:00
taca
c42bef741a Importing x11/ruby-wxruby package version 2.0.1.
wxRuby is a cross-platform GUI library for creating desktop
applications. It has a comprehensive widget set, and provides native
look and feel on Windows, OS X and Linux. It's based on the mature and
liberally-licensed wxWidgets framework.
2011-08-13 02:12:35 +00:00
taca
7b9c465851 Fix shbang of one script. 2011-08-12 15:37:54 +00:00
adam
d5fb06e827 Fix building with the latest Clang 2011-08-12 13:24:07 +00:00
adam
8ad05c86e3 Revision bump after updating perl to 5.14.1 2011-08-12 11:31:03 +00:00
dholland
fb1db48619 Forgot one, the debug switches patch.
This has no effect by default but lets one turn on debug info or add
CFLAGS without having to wade into imake goop directly. (It will do
this for everything that uses the xview imake templates; but you have
to reinstall xview-config for the changes to take effect.)
2011-08-11 06:09:34 +00:00
dholland
1e64d1218a Add an explanation of what's going on, in case I get hit by a bus. 2011-08-11 05:57:06 +00:00
dholland
08d07b1671 Reorganize the patches here by topic. 2011-08-11 05:50:37 +00:00
dholland
e225f8f6e9 Take OWNER, at least while flogging the patches. 2011-08-11 05:49:29 +00:00
dholland
01a20df66e Restore a patch hunk lost when abs@ added DESTDIR support. This hunk
has no effect by default, but it identifies the otherwise highly
obscure place you can throw a switch to build xview with debug info,
and, by being here, makes it possible to throw that switch relatively
easily.
2011-08-11 02:40:52 +00:00
obache
f8355cd207 PKGREVISION must not be in Makefile.common.
move PKGREVISION to each Makefile including the Makefile.common for
keep version number, and bump again for ocaml-graphics because the
previous bump resuited in downgrade.
2011-08-08 07:31:52 +00:00
wiz
629df4ea00 Fixed the PLIST for NetBSD where lib/ocaml/stublibs/dlllablgtk2.so
is built as well.  Bump PKGREVISION. From Nicolas Thauvin.
2011-08-07 20:30:15 +00:00
wiz
181a43f40b Install the META file used by ocaml-findlib to locate it when needed
by other OCaml stuff. From Nicolas Thauvin.
Bump PKGREVISION.
2011-08-07 20:29:23 +00:00
ryoon
fcdba92066 Fix typos. 2011-08-06 22:23:34 +00:00
ryoon
49b2b932d7 Revert previous mistake. 2011-08-06 22:21:58 +00:00
ryoon
c2a511329a Already committed as x11/libunique3 2011-08-06 22:16:01 +00:00
wiz
bfce9166f3 Only depend on perl when the perl option is selected. From Matthew Mondor
in PR 45205.
2011-08-04 23:40:48 +00:00
tron
ca97f22ec0 Compile this package with "-O1" under Mac OS X if GCC is used. The generated
"qmake" binary no longer crashes and the build actually succeeds.

This fixes PR pkg/44716 by Richard Hansen who found out that this is
a compiler problem in the first place.
2011-08-03 16:38:31 +00:00
joerg
3c7c70d835 Don't fail on tautologic code when compiling with Clang 2011-08-02 17:11:40 +00:00
dholland
ca9cf1f92c Fix void main. 2011-08-01 06:03:35 +00:00
ryoon
aae06f948d Update to 3.0.6
Changelog:
ver 3.0.6
* Support cairo for text rendering. (Experimental)
  (See doc/en/README.cairo in detail.)
* Support searching text in terminal screen. (Add "mlsearch.sh" tool.)
* "CSI < r", "CSI < s" and "CSI < t" sequences are supported.
* Improve cursor movement in bi-direction text.
* Improve compatibility of libvte. (Gtkterm2, evilvte and sakura work.)
* Ignore all spaces at the end of lines in selecting text regardless of their
  fg/bg colors.
* Support unicode indic characters (using ISCII fonts though). (Experimental)
* Other bug fixes:
  Fix a mistake which disabled configuration in $prefix/etc/mlterm in libvte.
2011-07-27 12:29:09 +00:00
joerg
bc9afa20ba Don't enumerate evil. Pass down -L* and -l* only from LDFLAGS. 2011-07-21 17:07:11 +00:00
obache
8692ff62cb recursive bump from gnome-vfs drop crypto dependency. 2011-07-21 13:05:46 +00:00
joerg
699380fabd When building with clang, pull in devel/ucpp for the man page
processing. XXX should be fixed upstream to use sed
2011-07-19 13:59:45 +00:00
drochner
4552ee8748 this pkg doesn't reference libnotify directly (only indirectly),
remove from bl3 list
2011-07-18 21:15:32 +00:00
ryoon
73a8a62162 Replace whitespace with tabs. 2011-07-17 03:34:35 +00:00
adam
69b8076d08 Changes 2.24.2:
* Do not require mm-common when building from a tarball.
2011-07-15 12:22:36 +00:00
ryoon
36ba0d30e7 Add libunique3 2011-07-14 23:25:47 +00:00
ryoon
b6c59500e6 Import libunique3-3.0.2 as x11/libunique3
* This package is probably for gnome3.

Unique is a library for writing single instance application. If
you launch a single instance application twice, the second instance
will either just quit or will send a message to the running instance.

Unique makes it easy to write this kind of applications, by providing
a base class, taking care of all the IPC machinery needed to send
messages to a running instance, and also handling the startup
notification side.

Unique aims to replace the BaconMessageConnection code that has
been copied by many projects and the code using Bonobo and D-Bus.
2011-07-14 21:03:57 +00:00
tron
30eeddd19e Remove Mac OS X build fix as David Sainty fixed the actual problem
with this commit:

http://mail-index.netbsd.org/pkgsrc-changes/2011/07/13/msg057479.html
2011-07-13 19:25:42 +00:00
dsainty
f17b999926 Regenerate the exported symbol list via the process in ../Makefile,v1.20.
Omit a PKGREVISION bump, this package doesn't actually build (on Linux) due to
failing build-time test cases.  Presumably on platforms where the build
succeeds this export list doesn't actually matter.
2011-07-13 11:57:48 +00:00
tron
2570df38c5 Change last pattern back to allow SSE2 support for GCC 100.* and newer
as suggested by Matthias Drochner in private e-mail.

Let's hope we have switched to CLang by then.
2011-07-12 22:03:28 +00:00
tron
d5dcfb346c Fix last commit:
1.) The check in "pkgsrc/x11/pixman/Makefile" was incorrect and always
    disabled SSE2. Remove it which also fixes the Mac OS X build as
    the necessary patch for the test program gets applied again.
2.) Correct the existing SSE2 handling in "pkgsrc/x11/pixman/hacks.mk":
    - Correctly match the various GCC versions.
    - Disable SSE2 for both amd64 and i386 when old versions of GCC
      are used.
2011-07-12 18:23:09 +00:00
wiz
3dcdbbeb06 Update to 0.12:
0.12
====

 - Revert a change that break ABI (Julien Cristau)

0.11
====

 - Remove Xlib support, use only xcb and x11-xcb (Julien Danjou)
 - Support APPLICATION_ID key (Colin Walters)


pkgsrc: no X11 bl3.mk files removed since x11-links pulls in all of them,
so I can't test if some can be removed.
2011-07-12 13:40:30 +00:00
tron
e65853401a Disable SSE2 support for NetBSD-*-x86_64. This prevents segfaults under
NetBSD/amd64 5.1_STABLE. Bump package revision because of this change.

It is possible that SSE2 support works fine if "pixman" is built with
NetBSD-current's newer toolchain. If you have such a setup please
test it and adjust the package accordingly if appropriate.
2011-07-12 13:28:31 +00:00
wiz
8d709c0abc Re-add cd ${WRKSRC} to fix patch application.
Remove some unnecessary whitespace.
2011-07-12 11:25:31 +00:00
tron
14ec162b41 Fix build problem under Mac OS X. 2011-07-11 19:19:42 +00:00
drochner
cd7224a50f update to 0.22.2
changes:
-New r8g8b8a8 and r8g8b8x8 image formats
-better support for compositing triangles and trapezoids
-performance improvements
-bugfixes
2011-07-11 10:50:58 +00:00