summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2011-09-10Fixes PLIST entries for gdk-target=x11.obache1-5/+2
2011-09-09Changes 3.0.12:adam4-44/+60
* Assorted file chooser improvements/redesign: - Remove the expander in Save mode - Move the path bar up in Save mode - Remember the last opened directory - Start in recently-used mode when no folder is set - Update recent-files when confirming in the file chooser
2011-09-09Set MAKE_JOBS_SAFE=no, needed on at least NetBSD/amd64 5.99.55 gcc-4.5.3abs1-1/+3
2011-09-09Fix building on Mac OS Xadam1-13/+18
2011-09-08Pick a less aggressive optimizer default. Clang's -O4 enables LTO and ldjoerg4-20/+43
can't deal with that by default.
2011-09-08Fix return without value in !void function. Bump revision.joerg3-3/+19
2011-09-06Add upstream bug report URL.wiz10-19/+28
2011-09-06update to 2.24.6drochner3-7/+8
changes: -UI changes to Filechooser -bugfixes -translation updates
2011-09-04Qt 4.7.4 is a bug-fix release. It maintains both forward and backwardadam10-71/+23
compatibility (source and binary) with Qt 4.7.0. For more details, refer to the online documentation included in this distribution. The documentation is also available online. http:
2011-08-30add 2 patches from upstream to fix possible buffer overflowsdrochner5-4/+52
(CVE-2011-3193, CVE-2011-3194) bump PKGREV
2011-08-23Recursive bump from gdbm shlib bump.obache1-2/+2
2011-08-22Fix building with clang (failed with ilmbase and -fno-exceptions)adam2-8/+16
2011-08-22Fix for python-3.x.wiz11-2/+226
Mark as not-for 2.4 and 2.5.
2011-08-22Add upstream patch fixing __init__.py for python-3.1.wiz2-1/+23
XXX: Now only the PLIST is wrong. :)
2011-08-20Switch dependency to xulrunner192 and bump PKGREVISION.tnn1-3/+3
2011-08-19Fixes build on NetBSD-5.1 (OpenSSL 0.9.9-dev).obache3-1/+51
2011-08-18Fix buffer overflow in LZW handler.joerg3-2/+88
2011-08-18add a missing file from the previous change. noted by wiz.mrg1-1/+2
2011-08-18Fix for PR 43816. Build qt4-libs with openssl support. Approved by wiz@.cheusov3-4/+11
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