summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2011-10-19Recursive Bump from exiv2 shlib major bump.obache1-2/+2
2011-10-19Recursive Bump from boost-libs ABI bump.obache2-4/+4
2011-10-16Update xextproto to 7.2.0. This fixes PR 45464.cheusov3-8/+10
Thanks for your report!
2011-10-14Fix PLIST (add missing line)ryoon1-1/+2
2011-10-14Add sakuraryoon1-1/+2
2011-10-14Import sakura-2.4.2 as x11/sakura from wip/sakura.ryoon4-0/+62
sakura is a terminal emulator based on GTK and VTE. It's a terminal emulator with few dependencies, so you don't need a full GNOME desktop installed to have a decent terminal emulator. This terminal emulator supports tab function.
2011-10-14x11/gtkada: Add user guide and reference manual documentationmarino8-29/+1111
The majority of the documentation for gtkada was not getting built. It turns out that the generation step was omitted from the vendor Makefile. For the user guide, simply adding this to the top-level makefile fixes the problem, but the reference manual is the reason it was omitted. The RM requires Gnat Programming Studio built with Python to generate the documentation. This created a circular dependency because GPS requires gtkada to build and python is optional. Secondly, pkgsrc-built python verions 26 and 27 both cause GPS to core dump. FreeBSD doesn't have this issue, but it has a different python problem that prevents the documentation from getting built manually on that system as well. In the end, the latest generated RM was pulled from libre.adacore.com online resources and packaged separately. This is not ideal because it represents gtkada 2.24 which has a couple of API differences from 2.22, but it's the only full html version of the RM that can be located. Rebuilding gtkada will result in the gtkada User Guild and Reference Manual showing up in the <help> menu of GPS. Currently the gtkada submenu item has an empty submenu.
2011-10-14* no need to buildlink with py-gtk2, simple DEPENDS is sufficient.obache1-4/+5
* accep PYTHON variants same as py-gtk2. Bump PKGREVISION from default python dependency changes.
2011-10-11Fix build problem under NetBSD/amd64 5.1_STABLE.tron2-1/+97
2011-10-11PR 45258 strikes again. Really fix build this time.dholland6-21/+64
2011-10-09Single job mandatory: x11/gtkadamarino1-1/+2
2011-10-09Update my emailcheusov1-2/+2
2011-10-09Oops, forgot to add pkg-config to USE_TOOLSdholland1-2/+2
2011-10-09Fix LP64 build.dholland3-1/+73
2011-10-09Vacuous commit because I think I screwed things up...dholland1-1/+1
2011-10-09Use pkg-config to find libXft, not xft-config, as xft-config hasdholland3-4/+42
disappeared from recent libXft. Fixes the native X build. (XXX: will this break the build for really old libXft? Does this need to learn to use both?)
2011-10-09Use force on imake to keep it from installing fonts in /usr/X11R7 withdholland1-1/+2
native X.
2011-10-09Needs libXp. verifypc says also to add libXt. PKGREVISION++dholland1-1/+4
2011-10-07PR/29576 -- Use @RCD_SCRIPTS_SHELL@ in rc.d scripts, not /bin/shshattered1-2/+2
2011-10-06Roll all the pkgsrc patches (of which there were far too many, anddholland87-2282/+14
none pkgsrc-specific) into a distfile jumbo patch. Sort the PLIST. While this is not supposed to change the resulting package, bump the PKGREVISION as a precaution and to make sure the build with the patch gets tested properly.
2011-10-04Whitespace only.shattered1-2/+1
2011-10-04Update x3270 to 3.3.12ga7gls2-7/+7
Only relevant entry in changelog is: [all] Corrected a buffer overflow problem when starting tracing with large screen sizes.
2011-10-03Update ruby-gnome2 to 1.0.3.obache1-1/+2
== Ruby-GNOME2 1.0.3: 2011-09-19 This is a bug fix release of 1.0.2. === Changes ==== Ruby/GLib2 * Fixes * [#3411234] Supported RubyGems 1.8.6. [Tobias Pfeiffer, Kouhei Sutou] === Thanks * Tobias Pfeiffer == Ruby-GNOME2 1.0.2: 2011-09-18 This is a bug fix release of 1.0.1. === Changes ==== Ruby/GLib2 * Fixes * [#3411204] Supported RubyGems 1.8.6. [Tobias Pfeiffer, Kouhei Sutou] ==== Ruby/GTK2 * Fixes * Fixed the default theme on Windows. [ashbb, Kouhei Sutou] === Thanks * Tobias Pfeiffer * ashbb == Ruby-GNOME2 1.0.1: 2011-09-18 This is a bug fix release of 1.0.0. === Changes ==== Ruby/GLib2 * Improvements * GLib::IOChannel.open supports Windows. [OBATA Akio, Kouhei Sutou] * Added RVAL2STRV_FREE(), CSTRFILENAME2RVAL(), RVAL2STRV, STRV2RVAL(), G_REPLACE_SET_PROPERTY(), G_REPLACE_GET_PROPERTY() and G_REPLACE_ACTION(). [Nikolai Weibull] * Fixes * GLib::IOChannelWin32Socket.new uses raw socket handle not file descriptor. [NAKAMURA Usaku, Kouhei Sutou] ==== Ruby/GTK2 * Fixes * [#3383158] removed non LANG=C characters to be buildable on LANG=C environment. [Antonio Terceiro, Kouhei Sutou] * Fixed Gtk::FileFilter#add_custom crash. [Jeff Moore, Kouhei Sutou] * Fixed initialization order. [ashbb, Kouhei Sutou] ==== Ruby/GooCanvas * Improvements * Supported binary bundled gem. [HAYASHI Kentaro] ==== Ruby/GtkSourceView2 * Fixes * Fixed bundled binary directory path on Windows. [HAYASHI Kentaro] ==== Ruby/GtkMozEmbed * Deprecated. === Thanks * Antonio Terceiro * OBATA Akio * NAKAMURA Usaku * HAYASHI Kentaro * Jeff Moore * ashbb * Nikolai Weibull
2011-10-02Remove packages scheduled to be deleted according to the pkgsrc-2011Q2wiz11-271/+1
release notes.
2011-10-02Fix LP64 build. This package seems to rely heavily on storing ints indholland9-1/+137
pointers; at least it's not the other way around.
2011-09-29Revert to previous way of specifying docbook-{xml,xsl} dependencies.markd1-4/+5
buildlink was causing a work-directory path to remain in the installed package.
2011-09-29Override bad imake settings on NetBSD:dholland4-10/+48
- HasSecureRPC is incorrectly set to YES by native X; set to NO. - HasSetUserContext defaults to NO in both native and pkgsrc X; set to YES. While here fix missing <pwd.h> that was causing link-time warnings, so bump PKGREVISION to 3.
2011-09-29Override appdefaultdir inherited from pkg-config, so that e.g. withdholland1-1/+2
native X11R7 on NetBSD, the files don't end up in /usr/X111R7.
2011-09-29Override appdefaultdir inherited from pkg-config, so that e.g. withdholland1-2/+7
native X11R7 on NetBSD, the files don't end up in /usr/X111R7. While here, fix depends using verifypc. PKGREVISION -> 1.
2011-09-29Since rmind cleaned up sys/fd_set.h last winter, sys/types.h no longerdholland4-8/+38
exposes howmany(). This is generally a good thing, but as a result libxview fails to find it, so it turns up as a missing external function instead. Due to the wonders of ELF libs, combined with help from imake, this results in a broken libxview that nothing else can successfully link with. So, patch it up. PKGREVISION -> 9.
2011-09-29needs unistd.hdholland2-5/+6
2011-09-27Use buildlink3.mk files for the dependencies on docbook-xml andmarkd3-7/+23
docbook-xsl to fix build with latest cmake infrastructure. Also fix locating rgb.txt.
2011-09-25Reenable deprecated APIsjoerg1-1/+3
2011-09-24Override appdefaultdir inherited from pkg-config, so that e.g. withjoerg15-15/+45
native X11R7 on NetBSD, the files don't end up in /usr/X111R7.
2011-09-24Fix fallout from include guard changes in libX11joerg2-1/+15
2011-09-21Add support for builtin xbitmaps. Bump x11-links to 0.68.joerg2-9/+8
2011-09-21Fix build with X11R7joerg2-1/+17
2011-09-19Fix up a bunch of clang warnings and errors. This includes some bugdholland11-49/+630
fixes, because clang found a couple things that were decidedly wrong/broken; therefore PKGREVISION -> 3. This package has too many patches (it only looks like a moderate number compared to xview) and many/most of them should be rolled into a jumbo patch and posted as a distfile. One of these years...
2011-09-19fix a clang build failuredholland2-1/+17
2011-09-18Add -pthread on MirBSD, fixes build of dependent packages like libXpm.bsiegert1-1/+3
I think that patch-aa is incorrect, at least on MirBSD. It supposes that pthread_self is already in libc. However, I won't touch the patches during the freeze.
2011-09-18Revbump after Nokia has changed the distfile for Qt4adam11-36/+29
2011-09-17Update to 5.34ryoon3-9/+8
* This change also bumps the version of x11/xlockmore-lite. * Change primary MASTER_SITES to http, ftp is not fetchabel for me. Changes: sssss changed from 30 sec to 5 sec. Define -DMIN_DPMS=3 at compile-time if you would like to change it to be sooner. life mode fix for hexagons, life forms would not map certain screen sizes life mode: Added new neighbor 9 ship, added asym ships for neighbor 12 S356/B46, and added some new oscillators including a neighbor 6 p16. Now (mostly) use generated file from java app and life2d.xml. life3d mode: Added new some new oscillators including a neighbor 12 p10 S456/B3. Also new puffers and gliders found. Now use generated file from java app and life3d.xml. loop mode: made new small loops less frequent 5.33 Took out mode description on screen for WIN32 as it seems to mess up the screen frequently. life updates: added 2 more triangle rules from Carter Bays' applet. added a few more life forms to life (hexagonal) added a non-totalistic rule to life (square) known as Rule 3/2ab3 but for consistency it is known here as S2a2b2c2d3/B3. life3d added new life forms to truncated octahedral. ant/demon/life updates for -neighbors 5 or 7. Now with better pentagons. ant with -neighbors 5 should now work properly (7 removed). loop update added Byl and Chou-Reggia (1&2) loops, changed colors to be more traditional 5.32 life3d update for -neighbors 14, new truncated octahedral life form. ant & demon updates for -neighbors 5 or 7 5.31 -xinerama option added off by default. [Untested as I do not have true multiscreen. I tried with Xnest but I do not think this ever worked with Xinerama.] cppcheck fixed minor issues in xlock subdirectory and with pyro2 and invert. 5.30 atlantis, atunnel, biof, bubble3d, cage, fire, gears, invert, lament, moebius, morph3d, noof, pipes, rubik, sballs, sierpinski3d, skewb, sproingies, stairs, and superquadrics added to Windows version (atunnel, fire, lament, and sballs lack textures). skewb mode now scrambles, taken out of unstable category. Undo a cleanup in vroot.h, as xlock exits on startup with a BadWindow on pievwm and tvtwm.
2011-09-16Make patch apply.wiz2-7/+7
2011-09-16Bump PKGREVISION from RUBY_VERSION_DEFAULT changes.obache2-4/+4
2011-09-15Add a pthread option for MirBSD, regenerate patch-ac using autoconf-2.65nb1bsiegert3-548/+21
to minimize its size. No change for other platforms, thus no package revision bump.
2011-09-14Fix build on SunOS.hans3-3/+14
2011-09-14There seems to be no way to tell wxGTK not to put locales intohans1-1/+2
${PREFIX}/share besides patching all over the code. Force PKGLOCALEDIR=share for now.
2011-09-14Fix build on SunOS.hans7-4/+52
2011-09-14Provide a definition of isinf() to make this work on SunOS. Whilehans2-1/+21
isinf() is available on SunOS, using it requires C99 etc. which breaks in other places.
2011-09-14Don't use the SIOCGIFHWADDR code on SunOS.hans2-1/+15