summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2011-11-07update to 4.8.6drochner2-7/+6
changes: minor bugfixes
2011-11-07update to 4.13drochner2-6/+6
changes: minor feature additions (added some directives and operators)
2011-11-05Remove stray garbage that appeared in version 1.25, causes pbulk to abort :(dholland1-2/+2
2011-11-02Revert hard coded "ruby19" with ${RUBYPKGPREFIX}.obache1-2/+2
It was accidenally replaced by recursive bump for graphics/freetype2.
2011-11-01Revert hard coded "py26" with "${PYPKGPREFIX}".sbd9-18/+18
"${PYPKGPREFIX}" was accidentally replace with "py26" by blbump when I did the recursive bump for graphics/freetype2 and I forgot to change them back :(.
2011-11-01Fix build with gcc 4.6hans2-1/+24
2011-11-01Fix build on SunOS with gcc 4.6.hans2-1/+13
2011-11-01Fix the build fix for SunOS, it is not needed with gcc 4.6.hans2-4/+4
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd5-8/+10
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd299-569/+598
2011-10-30Descend into and note addition of x11/xicc and x11/xcalib.jakllsch1-1/+3
2011-10-30Add xcalib.jakllsch4-0/+43
Loads VCGT tag of monitor ICC profile into X server LUT.
2011-10-30Add xicc.jakllsch4-0/+38
xicc loads an ICC profile into X server _ICC_PROFILE atom.
2011-10-30update to 2.24.7drochner3-8/+7
changes: -filechooser UI improvements -bugfixes -translation updates
2011-10-30PR#44932 (x11/fltk2): Fix broken DragonFly buildmarino2-1/+24
2011-10-29Apparently at some update or other libtkanim disappeared from the ocamldholland2-9/+2
distribution. Update PLIST here to match.
2011-10-27re-add a workaround for a clipping related bug in Xorg<=1.6.drochner6-3/+246
This was removed upstream but is still needed for pkgsrc's modular-xorg. Fixes PR pkg/45509 by Francois Tigeot. Thankd for Francois for providing a pointer to the offending change. bump PKGREV
2011-10-27This package has no contents to buildlink, so abuse of buildlink3.mk.obache1-15/+0
2011-10-26Update py-Pmw to 1.3.2.obache3-23/+520
* set LICENSE=mit * no need to buildlink with blt and py-Tk, simple DEPENDS is sufficient. * use static PLIST. Changes: 5 August 2007 * In module PmwBase.py: An explicit cast is now required from exception to string (str) . * Release of version 1.3
2011-10-25Based on PR pkg/45468,mef3-7/+8
Update x11/libFS 1.0.2 to 1.0.3 ------------- The libFS library is used by clients of X Font Servers (xfs), such as xfsinfo, xfslsfonts, and the X servers themselves. This minor maintenance release simply collects the latest set of build configuration improvements and janitorial cleanups. Alan Coopersmith (2): Remove unnecessary calls from configure.ac libFS 1.0.3 Gaetan Nadon (8): .gitignore: use common defaults with custom section # 24239 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 Deploy the new XORG_DEFAULT_OPTIONS #24242 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES config: remove the pkgconfig pc.in file from EXTRA_DIST config: install in $docdir and distribute doc/FSlib.txt config: update AC_PREREQ statement to 2.60 Jeremy Huddleston (1): This is not a GNU project, so declare it foreign.
2011-10-25Based on PR pkg/45463mef2-6/+6
Update x11/fixesproto 4.1.1 to 5.0 (modular-xorg-server 1.11.1 needs this version) From ChangeLog: ---------- Date: Mon Feb 28 09:53:30 2011 -0500 fixesproto 5.0 Date: Mon Nov 15 17:09:31 2010 -0500 fixesproto v5: Pointer barriers v3: Review fixes: - INT16 not CARD16 for coordinates - BadDevice not BadMatch Date: Fri Oct 29 21:01:26 2010 -0700 fixesproto 4.1.2 - Sun's copyrights now belong to Oracle - config: remove the pkgconfig pc.in file from EXTRA_DIST Automake always includes it in the tarball. - Update Sun license notices to current X.Org standard form - Use $(docdir) for fixesproto.txt install path - Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES - Now that the INSTALL file is generated. Allows running make maintainer-clean. - INSTALL file is missing or incorrect #24206 - The file is copied from util-macros. The copy in git is removed. - README: file created or updated #24206 - Contains a set of URLs to freedesktop.org. - NEWS: remove empty file #24206 - Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 - ChangeLog filename is known to Automake and requires no further coding in the makefile. - Makefile.am: INSTALL file is missing or incorrect #24206 - The standard GNU file on building/installing tarball is copied using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS Add INSTALL target - configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242 - This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes. - .gitignore: use common defaults with custom section # 24239 - Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.
2011-10-25Based on PR pkg/45462mef2-6/+6
Update glproto 1.4.12 to 1.4.14 (modular-xorg-server 1.11.1 requires this) (From ChangeLog) ---------------- Date: Thu May 5 13:10:39 2011 -0700 glproto: add a new GLXBufferSwapComplete struct that matches the spec Just add a new struct to remain compatible with existing code. Date: Thu May 5 09:21:19 2011 -0700 Revert "glxproto: make GLX swap event struct match spec" This reverts commit f5403828c68af0f12c79c0504df0a4781ca84b2b. This broke compatibility with existing code, so revert in favor of a new struct definition instead. Date: Tue May 3 12:14:10 2011 -0700 glxproto: make GLX swap event struct match spec We only spec a 32 bit swap count, so drop the high sbc field. Also make the padding explicit (most compilers would have already done this since it's not a packed structure, but making it explicit should prevent surprises in the future). Date: Sun Mar 6 17:48:05 2011 +1000 glproto: add GLX_ARB_context_create + GLX_ARB_context_create_profile Add glproto support for these two extensions also add tokens for GLX_ARB_create_context_robustness Date: Mon Jan 3 19:40:30 2011 +1000 glxtokens.h: add GLX_EXT_framebuffer_sRGB support. this is needed to glxcmds.c to emit this info. ----------------
2011-10-25 Based on PR pkg/45471mef3-20/+15
Update x11/xorg-cf-files 1.0.3 to 1.0.4 Date: Wed Jan 5 20:31:00 2011 -0800 xorg-cf-files 1.0.4 - config: Add missing AC_CONFIG_SRCDIR - Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. - Update xorgversion.def from 7.5 to 7.6 - Add support for darwin x86_64 - Add .gitignore - Update README & COPYING files - Use INSTALL_CMD from xorg-macros-1.4 to make INSTALL file - Also bump minimum autoconf version to 2.60 for consistency with other X.Org modules - Remove libXp from XawClientLibs - libXaw has lost Xp support some times ago. - Use font-util 1.1 macros to set FontDir and FontEncDir in site.def - Replaces cygwin.cf rules to manually set these paths. - List X.Org version as 7.5 instead of 6.8.99.903 - cf: Update Cygwin rules
2011-10-23Fix wrong COMMENT; PKGREVISION -> 2dholland1-3/+3
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.