summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
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
2011-07-02Don't use ../ in patch paths as GNU patch doesn't like it.dholland6-19/+22
2011-06-20install the designer plugin into QTDIR, as it was before thedrochner4-6/+16
last update -- the widgets are now usable again bump PKGREV
2011-06-19Parallel builds fail on -current => MAKE_JOBS_SAFE=no.alnsn1-1/+2
2011-06-19REPLACE_PERLdholland1-2/+5
2011-06-19This also uses glib2 directly at least when configuring. It's not cleardholland1-2/+2
if any of the installed binaries really do, but better to be safe. PKGREVISION -> 9.
2011-06-19Needs glib2 as a direct dependency. PKGREVISION -> 12.dholland2-3/+4
2011-06-17MAKE_JOBS_SAFE=noobache1-1/+3
2011-06-16Changes 6.0:adam6-306/+388
1) Qt3 support dropped 2) QwtPlot layout/render code ported from int to double Exported/printed documents in scalable formats like SVG or PDF are 100% scalable now. 3) Template base classes introduced for curve and curve data to be reusable in all plot items displaying series of samples. 4) New plot items - QwtPlotHistogram - QwtPlotIntervalCurve ( error bars or displaying the area between 2 curves ) - QwtPlotSpectroCurve ( mapping the z value to a color ) 5) Raster items - QwtMatrixRasterData introduced - More accurate rendering - Several API changes - Thread support for rendering spectrograms 6) QwtPlot::print moved to QwtPlotRenderer 7) Other new classes QwtColumnSymbol QwtDoublePoint3D QwtIntervalSymbol QwtPlotDirectPainter QwtSamplingThread QwtSystemClock 8) QwtPicker and friends reorganized, QwtPickerTrackerMachine added for displaying a rubberband for mouse moves. Enter/Leave added to events, that are handled by the picker machines. 9) QwtScaleWidget::LayoutFlag added Introduced to control the direction of vertical axis titles. 10)QwtWeedingCurveFitter added QwtWeedingCurveFitter is an implementation of the Douglas/Peuker algorithm, that can be used to reduce the number of curve points. It can be very useful to improve the performance of painting curves of many lines ( f.e. by implementing different level of details ). 11)Legend code update for representing different pixmaps for different types of plot items. 12)Copy operators removed, using pointers instead 13)QwtPolarPoint from qwtpolar added 14)QwtThermo Optional QwtColorMaps added 15)Interfaces and code of all sliders/dials cleaned up. QApplication::globalStrut(), styled backgrounds ...
2011-06-16bash isn't needed as TOOL anymore, noticed by Matthias Rampkedrochner1-2/+2
2011-06-15comment out two non-portable shell variable substitutions and revertdrochner3-8/+23
the "bash" requirement for "configure", works around build problems due to unresolved problems with bash on Dragonfly (PR pkg/45059 by Matthias Rampke)
2011-06-15add CVE referencedrochner2-4/+4
2011-06-15Back to original code, use cElementTree.obache3-15/+3
2011-06-15back to use default code, use cElementTree.obache4-32/+4
Bump PKGREVISION.
2011-06-14Also accept python 27 and 26, its restriction just came from py-gtk2.obache1-2/+2
2011-06-12Update ruby-gnome2 to 0.90.9.obache3-6/+3
== Ruby-GNOME2 0.90.9: 2011-06-11 NOTE: 0.90.x releases are for 1.0.0 major release. This is the last release of 0.90.x series. The next release will be 1.0.0! === Changes ==== All * Fixes * Fix a bug in version numbers. [Grant Schoep, Vincent Carmona] * Support 'bundle install' . ==== Ruby/GLib2 * Improvements * Support GLib::IOChannel.new(fd) and GLib::IOChannel#fd on Windows. * GLib::IOChannel#write returns written byte not self. [backward incompatible] ==== Ruby/GTK2 * Fixes * fix misc/bindings.rb sample (ruby 1.9). [Vincent Carmona] * [#3305589] fix Gtk::Window#add_accel_group misses a reference to accel group. [Piotr Korzuszek, Kouhei Sutou] * Support cairo related samples in Ruby 1.9. [Jon, Kouhei Sutou] ==== Ruby/GStreamer * Improvements * add Gst::Registry.update method. [Vincent Carmona] ==== Ruby/VTE * Fixes * [#3199587] fix pc install. [OBATA Akio, Kouhei Sutou] ==== Ruby/Poppler * Fixes * [#3292118] don't run needless tests. [Mamoru Tasaka, Kouhei Sutou] ==== Ruby/GtkSourceView2 * Improvements * support Windows. [S.Kitagawa]
2011-06-12Update to libXi-1.4.3: bug and doc fixes.dholland3-8/+16
2011-06-10recursive bump from icu shlib major bump.obache1-2/+2
2011-06-10add a patch from Gnome bugzille to fix a bug where the terminal coulddrochner3-3/+64
be sent into an endless loop allocating memory by a simple escape sequence bump PKGREV
2011-06-10recursive bump from textproc/icu shlib major bump.obache16-31/+32
2011-06-09reset PKGREV for base pkg updatedrochner1-2/+1
2011-06-09update to 5.14drochner3-9/+7
changes: -Optionally enabled full-scene OpenGL antialiasing. Set the resource *multiSample to true if doing so doesn't kill performance with your video hardware. -New version of glhanoi. -Image-loading hacks that display the file name now also display the sub-directory (xscreensaver-getimage now returns relative paths under imageDirectory). -Passwords that contain UTF-8 non-Latin1 chars are now typeable. -Added ``Quick Power-off in Blank Only Mode'' option. -BSOD GLaDOS. +bugfixes