summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2012-01-20Fix C++ to pass with stricter name look up in clangjoerg2-1/+33
2012-01-20Fix return type of mainjoerg2-5/+13
2012-01-20build the mediactrl module (needed by newer dvdstyler), bump PKGREVdrochner3-4/+10
2012-01-19need newer libXi dependency due to:reed1-1/+2
gdkinputprivate.h:38:35: error: X11/extensions/XInput.h: No such file or directory (header got switched to different package)
2012-01-18Pull across (modified) patch for qt-4.8 from wip/kdelibs4. PKGREVISION++abs5-6/+87
2012-01-18remove gtkmozembed support -- it is not used by any gnome app in pkgsrc,drochner6-269/+5
and it depends on xulrunner192 bump PKGREV
2012-01-17update to 4.9drochner3-8/+11
This is a major feature release including support for Qt v4.8.0 and the inclusion of the QtDBus module.
2012-01-17update to 4.13.1drochner2-6/+6
This is a minor feature release. It is required by PyQt v4.9.
2012-01-17Add PLIST.Linux for Linux only files.sbd2-2/+12
Bump PKGREVISION.
2012-01-17Fix build with gcc45 and current boost libssbd2-1/+15
2012-01-16Fix building on NetBSD/amd64 with GCC.adam2-1/+17
2012-01-15PR 40970: Always include <xorg.cf> for GccAliasingArgs regardlessshattered3-6/+37
of server support on the target plattform. Fixes "GccAliasingArgs" leftovers in Makefiles generated by imake(1) on m68k and sh3 etc. OK joerg@
2012-01-14Fixes build with openssl<1.0.0.obache4-13/+53
taken from upstream: http://qt.gitorious.org/qt/qt/commit/4db91cbd6147e40f543342f22c05b7baddc52e5a resolve PR#45832.
2012-01-14Convert the remaining few packages that explicitly set DEPENDS orhans1-4/+2
BUILD_DEPENDS on bison to USE_TOOLS=bison. The minimum bison version required in mk/tools/bison.mk is good enough for all of them.
2012-01-13Bump PKGREVISION.ryoon3-7/+25
* Update termios patch. * Restore wheel mouse scroll support. * Remove personal setting; patch-KTerm.ad.
2012-01-13Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump.obache118-231/+236
2012-01-13need to buildlink with openssl for QtNetwork.obache1-1/+2
2012-01-12Changes 4.8.0:adam53-389/+300
Featuring Qt Platform Abstraction, threaded OpenGL support, multithreaded HTTP and optimized file system access.
2012-01-12Fix build on SunOS.hans3-2/+28
2012-01-12sync w/ base pkgdrochner2-7/+6
2012-01-12update to 2.6drochner2-7/+6
changes: -based on Scintilla v2.29 -improved support for rebinding keys to commands
2012-01-11Update ruby-gnome2 to 1.1.0.obache3-7/+4
== Ruby-GNOME2 1.1.0: 2012-01-05 This is a source cleanup release. === Changes ==== Ruby/GLib2 * Improvements * [GitHub#65] Supported GLib 2.31. [Reported by mtasaka] * Supported comparing between GLib::Enum/GLib::Flags and Symbol. * Fixes * [GitHub#1] Fix GLib::Spawn regression. [Patch by Geoff Youngs] * Plugged memory leaks. * Fixed a crash by GC on Ruby 1.9. * Changes * Remove optional Ruby-GetText-Package dependency. ==== Ruby/GTK2 * Improvements * [ruby-gnome2-devel-en] FileChooserDialog raising warnings on Windows: Added hicolor-icon-theme into gem on Windows. [Suggested by wNikolai Weibull] * Fixes * Fixed a crash by GC. * Plugged memory leaks. * Fixed Gdk::GC#colormap= uses wrong value. * Fixed Gtk::TextBuffer#serialize uses wrong value. ==== Ruby/Pango * Fixes * Plugged memory leaks. ==== Ruby/GdkPixbuf * Improvements * Gdk::Pixbuf.new supports hash argument. * Fixes * Plugged memory leaks. ==== Ruby/GStreamer * Improvements * Supported Windows gem. * Improved memory management. * Fixes * [GitHub#86] Gstreamer: test_caps test fails. [Reported by mtasaka] * [GitHub#87] GStreamer: test_span test fails. [Reported by mtasaka] * [GitHub#87] GStreamer: test_create_clock test fails. [Reported by mtasaka] * [GitHub#89] GStreamer: test_fraction_range_new test fails. [Reported by mtasaka] * [GitHub#91] GStreamer: test_state "sometimes" fails. [Reported by mtasaka] ==== Ruby/Poppler * Fixes * Fixed a wrong conversion in Poppler::Document#find_dest. [Reported by ChloƩ Desoutter]
2012-01-11Bump PKGREVISION.ryoon2-8/+16
* Extract kterm-6.2.0.NFS-xauth.patch and kterm-6.2.0-termios-wd0.2.patch from kterm-620-0213-20030825.diff.gz. * Convert to use kterm-6.2.0.ext06.patch.gz. ** Drop Korean EUC mode. ** Add UTF-8 support. ** Improve JIS X0213 support.
2012-01-09Add comments to patches.wiz5-9/+16
Update HOMEPAGE. Set LICENSE.
2012-01-09Recursive bump from boost-libs shlib bump.obache2-4/+4
2012-01-08This file has a backslash-escaped trailing space after the logindholland3-3/+26
prompt string, which I assume is there on purpose. Unfortunately, it seems that when run through modern gcc's cpp, as at least Dragonfly's current X resources processing pipeline apparently does, cpp treats this as backslash-newline and splices on the next line, which causes everything to go wahooni-shaped. As a hack/workaround, insert a blank line after this line, so if the next line does get spliced on it won't break things. Reported by Artem Falcon.
2012-01-04Replace perl interpreter path for default-on perl option.wiz2-3/+21
Noted by Moritz Wilhelmy. Bump PKGREVISION.
2012-01-02Fix build with gcc45 and current boost libssbd2-1/+15
2011-12-31MirBSD build fix for pixman: use correct pthread options. No change forbsiegert3-6/+10
other platforms. The pthread check macro in pixman's configure is fundamentally broken, it seems. It would be better to fix it instead of working around ... Reviewed by Thomas Klausner.
2011-12-30Fix broken occurences of the CPP macro mod(a,b) using a without parenthesesis4-3/+31
in an arithmetic expression, leading to surprising results when used later with arithmetic expressions of the same precedence as parameter a. This is very old X11 code, copy and pasted to several places over the years. Fixed in 1.9something (which is in mit/external). OK by wiz@. This seems to be the root cause of CVE-2010-1166.
2011-12-24This needs to expose gnome-panel via bl3 if it's built with thedholland2-3/+12
"gnomecanvas" option. Otherwise some packages fail to link because they can't find -lnspr4. PKGREVISION -> 10. Because the packages affected by this don't build without it, I don't think they need to be revbumped.
2011-12-21Revbump for gettext-lib dependency.hans1-1/+2
2011-12-21Requires devel/gettext-lib. Reportet by Artem Falcon.hans1-1/+2
2011-12-20x11/matchbox-panel-manager: Add indirectly linked libraries to LDFLAGSmarino1-1/+2
2011-12-20This does not need libXp. PKGREVISION -> 4dholland1-3/+2
2011-12-17x11/fltk2: Add indirectly linked libraries to LDFLAGS for ld v2.22marino1-1/+2
2011-12-13x11/ocaml-graphics: Fix DragonFly PLIST problemmarino1-1/+2
2011-12-13Disabling 'Secure' RPC via IMAKEOPTS isn't sufficient -- I thought itdholland3-2/+28
worked at the time, but now it doesn't. Add a BUILDLINK_TRANSFORM hack as well, and now this package builds. (I also just fixed NetBSD HEAD's imake to stop claiming 'Secure' RPC is supported.)
2011-12-11BUILDLINK_TRANSFORM+= rm:-lXpdholland1-1/+3
This works around the Motif imake templates, which unconditionally provide -lXp for Motif clients. It is not clear to me why imake material for Motif is shipped as part of the default X imake templates rather than with Motif; but imake has always had a special (il)logic of its own. Dealing with this problem by setting IMAKEOPTS here instead causes "can't buildlink files" and I don't understand why; but this approach is maybe better anyway. Fixes build of audio/xmradio and perhaps other Motif-using packages.
2011-12-09PKGREV bump for libXp-less openmotifdrochner4-8/+8
2011-12-09distutils pkg, register egg-info.obache2-5/+10
Bump PKGREVISION.
2011-12-07update to 5.15drochner4-9/+18
changes: -New hacks, hilbert, companioncube and tronbit -Image-manipulating hacks can now load from RSS or Atom feeds -Updated webcollage for recent search engine changes -minor improvements
2011-12-07don't depend on libXp directly, leave this to the motif bl3 frameworkdrochner1-2/+1
2011-12-07build w/o libXp, bump PKGREVdrochner2-5/+6
2011-12-07delegate setting of MOTIFLIB to the motif version specific bl3 filesdrochner2-2/+10
2011-12-07update to 3.7.5drochner4-18/+16
changes: -Support UCAC catalog version 3 -Sky view shows PA in live report -Favorites may now be edited in-place -Earth view displays great circle distance and bearing -Change Earth view cylindrical projection from cos to linear -Earth Object table reports range rate for solar system objects -Eyepiece rotation depends on Alt/Az or RA/Dec placement context pkgsrc change: don't hardwire dependency on libXp but rely on the framework (the Motif implemtation's bl3 file and the MOTIFLIB environment variable) to pull it in if necessary
2011-12-07update to 5.2.2drochner4-136/+140
changes: -bugfixes -documentation cleanup also minor pkg Makefile cleanup
2011-12-07roll back to D2011.06.14.22.00.00, i.e. revert to 5.2.1nb4drochner6-396/+304
qwt6 is incompatible, and the update has broken the graphics/scidavis pkg
2011-12-06Recursive bump for lang/ocaml buildlink addition.sbd6-12/+12
2011-12-05Specify correct directory. Noted by PR pkg/45684 and it was alreadytaca1-2/+2
in my work area.