summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2011-08-17perl-5.14.1 contains sufficient ExtUtils::ParseXS.obache1-2/+2
2011-08-16Update to 1.224:wiz2-7/+6
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-16Update to 0.52, changes undocumented.wiz2-7/+6
2011-08-14add support for building on netbsd/sparc64 and netbsd/powerpc systems.mrg5-9/+97
2011-08-14Revision bump after updating perl to 5.14.1.obache9-19/+18
2011-08-13Add and enable ruby-wxruby.taca1-1/+2
2011-08-13Importing x11/ruby-wxruby package version 2.0.1.taca7-0/+808
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-12Fix shbang of one script.taca1-1/+2
2011-08-12Fix building with the latest Clangadam3-3/+28
2011-08-12Revision bump after updating perl to 5.14.1adam1-2/+6
2011-08-11Forgot one, the debug switches patch.dholland2-1/+27
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-11Add an explanation of what's going on, in case I get hit by a bus.dholland1-0/+42
2011-08-11Reorganize the patches here by topic.dholland15-425/+542
2011-08-11Take OWNER, at least while flogging the patches.dholland1-3/+3
2011-08-11Restore a patch hunk lost when abs@ added DESTDIR support. This hunkdholland2-3/+10
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-08PKGREVISION must not be in Makefile.common.obache2-3/+4
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-07Fixed the PLIST for NetBSD where lib/ocaml/stublibs/dlllablgtk2.sowiz1-2/+4
is built as well. Bump PKGREVISION. From Nicolas Thauvin.
2011-08-07Install the META file used by ocaml-findlib to locate it when neededwiz2-3/+11
by other OCaml stuff. From Nicolas Thauvin. Bump PKGREVISION.
2011-08-06Fix typos.ryoon1-8/+8
2011-08-06Revert previous mistake.ryoon5-0/+79
2011-08-06Already committed as x11/libunique3ryoon5-79/+0
2011-08-04Only depend on perl when the perl option is selected. From Matthew Mondorwiz2-3/+3
in PR 45205.
2011-08-03Compile this package with "-O1" under Mac OS X if GCC is used. The generatedtron1-0/+12
"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-02Don't fail on tautologic code when compiling with Clangjoerg1-1/+7
2011-08-01Fix void main.dholland2-1/+15
2011-07-27Update to 3.0.6ryoon2-6/+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-21Don't enumerate evil. Pass down -L* and -l* only from LDFLAGS.joerg2-5/+4
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache23-46/+46
2011-07-19When building with clang, pull in devel/ucpp for the man pagejoerg3-6/+18
processing. XXX should be fixed upstream to use sed
2011-07-18this pkg doesn't reference libnotify directly (only indirectly),drochner1-2/+1
remove from bl3 list
2011-07-17Replace whitespace with tabs.ryoon1-2/+2
2011-07-15Changes 2.24.2:adam3-57/+57
* Do not require mm-common when building from a tarball.
2011-07-14Add libunique3ryoon1-1/+2
2011-07-14Import libunique3-3.0.2 as x11/libunique3ryoon5-0/+79
* 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-13Remove Mac OS X build fix as David Sainty fixed the actual problemtron1-12/+1
with this commit: http://mail-index.netbsd.org/pkgsrc-changes/2011/07/13/msg057479.html
2011-07-13Regenerate the exported symbol list via the process in ../Makefile,v1.20.dsainty1-0/+19
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-12Change last pattern back to allow SSE2 support for GCC 100.* and newertron1-2/+2
as suggested by Matthias Drochner in private e-mail. Let's hope we have switched to CLang by then.
2011-07-12Fix last commit:tron2-9/+7
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-12Update to 0.12:wiz2-6/+6
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-12Disable SSE2 support for NetBSD-*-x86_64. This prevents segfaults undertron1-2/+5
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-12Re-add cd ${WRKSRC} to fix patch application.wiz1-5/+5
Remove some unnecessary whitespace.
2011-07-11Fix build problem under Mac OS X.tron1-2/+13
2011-07-11update to 0.22.2drochner3-15/+15
changes: -New r8g8b8a8 and r8g8b8x8 image formats -better support for compositing triangles and trapezoids -performance improvements -bugfixes
2011-07-10Fix build with python-2.7. From Alexander Nasonov in PR 45122.wiz1-6/+10
2011-07-08update to 0.28.1drochner5-81/+18
This swiches to the new release branch.
2011-07-08update to 2.24.5drochner4-30/+11
changes: -bugfixes -translation updates -doc improvements
2011-07-03add more REPLACE_PERLdholland1-1/+2
2011-07-03add patch commentsdholland83-165/+332
2011-07-03Add xf86vidmodeproto to (hopefully) fix the build on netbsd-5, plus adddholland1-1/+4
direct dep on libX11 according to verifypc.
2011-07-03/usr/bin/env cleanupmarkd1-2/+7