summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2012-05-06Needs a full dependence on qt4-tools. PKGREVISION -> 1.dholland1-1/+3
2012-05-06Needs a full dependence on qt4-tools. PKGREVISION -> 4dholland1-2/+3
2012-05-06Needs full dependence on qt3-tools. Shown by Joerg's test build a fewdholland1-2/+4
days back. PKGREVISION -> 9.
2012-05-06x11/gtkada: Fix build with glib 2.32marino2-1/+14
2012-05-06Fix build with latest glib2.dholland2-1/+17
2012-05-06Fix build with latest glib2.dholland2-1/+17
2012-05-06Set BUILDLINK_ABI_DEPENDS.gtk2+extra correctly (with +=, not ?=)dholland1-2/+2
caught by pkglint
2012-05-06Sort.dholland1-4/+4
2012-05-05Needs a full dependency on qt4-tools. Bump revision.joerg1-1/+4
2012-05-05Fix build with latest glib2.dholland2-1/+17
2012-05-04Add forgotten patches.joerg2-0/+34
2012-05-04Just use AT&T assembler syntax all the time.joerg2-5/+54
2012-05-04Fix missing prototypes. Fix conflicts with X11 headers.joerg5-77/+65
2012-05-04Set RPATH to X11BASE/lib for OpenBSD too.obache2-1/+19
2012-05-03Reduce mimimal requirement of libdrm from 2.4.20 to 2.4.15, allow OpenBSD-5.1obache1-2/+2
builtin one, or failed to buildlink with MesaLib, because buitin MesaLib is allowed but depending libdrm not. * Previous pkgsrc version is 2.4.13 * NetBSD-5.1's one is 2.4.11 * NetBSD-6.0_BETA's one is 2.4.23 So actual dependency should not be changed.
2012-05-03Drop dependency on libXp (from Imake)obache13-39/+26
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc, x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default. * With x11/xorg-cf-files, libXp was offered with XawClientLibs, but updated to 1.0.4, it was removed. * And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc, so all platforms should not require libXp from libXaw with Imake. Bump PKGREVISION.
2012-05-03Fix build with glib-2.32. Set LICENSE while here.wiz4-3/+36
2012-05-03Fix build with glib-2.32.wiz4-1/+49
2012-04-30update to 3.4.1drochner4-38/+80
This is a new major release.
2012-04-30The changes to patch-ai in rev1.3 need the PKGREVISION to be bumped.sbd1-2/+2
2012-04-29Put xdm's config files in ${PKG_SYSCONFBASE}/xdm, install them usingsbd3-11/+21
CONF_FILES, and adjust the rc.d script. (As requested in PR#41102). Bump PKGREVISION.
2012-04-29Use the --with-appdefaultdir configure arg and set both the log and pidsbd1-3/+4
directorys to be under ${VARBASE}.
2012-04-29Add BUILDLINK_DEPMETHOD.qt4-tools=full, revealed by Joerg's test build.dholland1-2/+3
PKGREVISION -> 2.
2012-04-29Add BUILDLINK_DEPMETHOD.qt3-tools=full, revealed by Joerg's test build.dholland1-2/+3
PKGREVISION -> 16.
2012-04-27Recursive bump from icu shlib major bumped to 49.obache18-35/+36
2012-04-26Update 2.6, requested by ftigeot.wiz3-7/+8
2.6: Chad Versace (1): Add attachment token DRI2BufferHiz Jesse Barnes (2): Revert "dri2proto: make DRI2 swap event match GLX spec" dri2proto: add a new DRI2BufferSwapComplete struct that matches the spec 2.4: Gaetan Nadon (3): config: install and distribute dri2proto.txt config: remove the pkgconfig pc.in file from EXTRA_DIST config: update AC_PREREQ statement to 2.60 Jesse Barnes (1): dri2proto: make DRI2 swap event match GLX spec Marcin Koƛcielnicki (1): Fix DRI2Connect line encoding to match existing code Mike Stroyan (2): Add more info about dri2proto events Fix typo and obsolete reference in dri2proto.txt
2012-04-22Update eekboard to 1.0.5.obache4-64/+179
many fixes and improvement, API bumped from 0.1 to 0.90.
2012-04-19Fix issues with GNU inline semantic.joerg7-1/+246
2012-04-19Fix C++ syntaxjoerg2-1/+33
2012-04-19Can't disable exceptions with Clang, since OpenEXR depends on them.joerg1-1/+7
2012-04-19Clang seems to be more strict when it comes to access permissions, so bejoerg2-1/+16
more friendly.
2012-04-18Mark depends with <4. How did this go unnoticed this long?dholland1-3/+3
2012-04-17Use ucpp with clangjoerg1-2/+5
2012-04-17Use ucpp with clang.joerg1-2/+5
2012-04-17Use ucpp for clangjoerg1-2/+5
2012-04-17Use ucpp for clang.joerg1-2/+5
2012-04-16Rev the patchkit to remove a use of sys_nerr that tripped up thedholland2-7/+7
Solaris build. PKGREVISION to 5 (not strictly necessary).
2012-04-15Reset maintainer, developer has left the buildingwiz2-4/+4
2012-04-15Update KDE SC to 4.8.2markd22-85/+99
bugfixes.
2012-04-14Update ruby-gnome2 to 1.1.3.obache3-6/+3
== Ruby-GNOME2 1.1.3: 2012-04-08 This is a bug fix release of 1.1.2. === Changes ==== Ruby/GLib2 * Improvements * Added required Ruby version into gemspec. * [GitHub#106] glib-mkenums.rb supported macro lines in header. This change is required for building with GLib 2.31.20. [Reported by mtasaka] * [GitHub#107] Supported tests on PPC. [Reported by mtasaka] * Fixes * Fixed handler_id type. ==== Ruby/GTK2 * Improvements * Added Gtk::TreeViewColumn#set_sort_column_id and Gtk::TreeViewColumn#sort_column_id= for GTK+ < 2.18. [ruby-gnome2-devel-en] Gtk::TreeViewColumn [Reported by grant schoep] * Added Gtk::InfoBar. * Added Gtk::MessageType. * Added Gtk::ResponseType. * Fixes * Fixed build failure with GTK+ < 2.12. [ruby-gnome2-devel-en] compile problems gtk2, ruby-gnome2-all-1.1.2 [Reported by grant schoep] * Fixed require failure with GTK+ < 2.14. [ruby-gnome2-devel-en] NameError: undefined method `color_selection' for class `Gtk::ColorSelectionDialog' [Reported by grant schoep] ==== Ruby/Poppler * Improvements * [GitHub#97] Added Poppler::Page#text_layout. [Patch by Andrey Kutejko] * [SF.net#3495948] Removed needless poppler-cairo check. [Reported by Pino Toscano] * Fixes * [GitHub#96] Fixed valid state of child index iterator. [Patch by Andrey Kutejko] * [GitHub#97] Fixed parameter check of Poppler::Page#get_text. [Patch by Andrey Kutejko] ==== Ruby/VTE * Fixes * Fixed build failure with VTE < 0.24. ==== Ruby/GStreamer * Improvements * Added Gst::Element#seek_simple. * Fixes * [GitHub#95] Fixed async test. [Reported by mtasaka]
2012-04-12Override man directories and suffixes to be the same on all platforms.hans2-20/+47
2012-04-10Remove patch for src/dbus/qdbusserver.cppabs3-41/+3
Its not needed for building qt4-libs, and broke the build of qt4-qdbus So far up to building kdepim4 from kde4 with this change
2012-04-09Changes 4.8.1:adam22-144/+99
Qt 4.8.1 is the first patch release to the 4.8 series with over 200 functional improvements to the desktop and embedded platforms. The majority of the error corrections, made primarily by Digia, have been on desktop and embedded platforms with a large number of fixes with focus on QtCore, QtGUI and QtNetwork. These fixes benefit all desktop platforms. Qt 4.8.1 also includes Mac App Store support.
2012-04-08All supported python versions in pkgsrc support eggs, so removewiz4-9/+9
${PLIST.eggfile} from PLISTs and support code from lang/python.
2012-04-08Remove python24 and all traces of it from pkgsrc.wiz14-40/+14
Remove devel/py-ctypes (only needed by and supporting python24). Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE lines that just mirror defaults now. Miscellaneous cleanup while editing all these files.
2012-04-05Update to KDE SC 4.8.0markd6-127/+1016
2012-04-02fix mkspecs/default link to point to correct directory rather thanmarkd1-2/+2
assuming netbsd-g++
2012-04-02Fix from Mark Davies for building with non-default PREFIX.dholland1-3/+3
2012-04-01Rewrite to remove multiple post-wrapper if inet6 not defined.markd1-6/+8
fix mkspecs/default link to point to correct directory rather than assuming netbsd-g++
2012-03-31Restore the fixes needed to build this on SunOS.hans4-3/+25