summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2007-07-12Update to libXfont-1.3.0:joerg2-6/+6
- Introduce catalogue FPE, which contains symlinks to font directories. Options like unscaled can be attached to it. Fix a bug in this code. - Remove lots of dead code and cleanup some warnings. Note: the second point does change the ABI, but as the code seems to have been unused, I'm not forcing a major bump that upstream didn't do.
2007-07-12Update to libXcomposite-0.3.2: no code changes, just added documentation.joerg3-8/+19
2007-07-11Update x11vnc to 0.9.2.obache2-8/+21
New in the 0.9.2 x11vnc release: A compile-time bug is fixed for when the OpenSSL library is not available or --without-ssl is supplied; previously the build would fail. One can configure x11vnc via "configure --with-system-libvncserver" to use a system installed libvncserver library instead of the one bundled in the release tarball. If UltraVNC file transfer or chat is detected, then VNC clients are "pinged" more often to prevent these side channels from becoming serviced too infrequently. In -unixpw mode in the username and password dialog no text will be echoed if the first character sent is "Escape". This enables a convenience feature in SSVNC to send the username and password automatically. miscellaneous new features and changes: When building from the CVS tree --with-x11vnc must be supplied if you want x11vnc to be built. The LibVNCServer release tarball no longer contains the x11vnc source.
2007-07-06update to 2.10.5drochner2-6/+6
changes: -Allow None to gtk_rc_get_style_by_paths -Fix defs file inconsistencies -Documentation build fixes -Code generator improvements
2007-07-06update to 2.18.1drochner3-8/+15
changes: -A couple of crasher fixes. -translation updates
2007-07-06update to 0.16.6drochner2-6/+6
changes: minor bugfixes
2007-07-06Fix build problems on Solaris 10 (pkg/36311).martti2-7/+13
2007-07-05Changes 2.10.10:adam3-7/+11
* RadioAction: Correct a reference-counting error in the "changed" signal. * RecentManager: Allow Gtk::RecentManager::Data to be instantiated, for use with the full version of add_item(). * Menu: Fix memory problems during destruction by handling attached widgets as we already handle child widgets. * Correctly ifdef-out initialization of deprecated classes. * Build: Cope with newer m4 versions. * Documentation: FAQ: Emphasize that libglademm is preferred to glademm.
2007-07-03Wire down malloc(0) != NULL for more Xorg packages on NetBSD.joerg3-3/+21
2007-07-02Raymond Meyer reports on pkgsrc-users@ that graphics corruption is notnn1-3/+1
longer an issue on Solaris, so re-enable Xrender.
2007-07-02When cross-compiling configure can't detect automaticallyjoerg1-1/+7
whether malloc(0) != NULL. Tell it that on NetBSD it is always non-NULL.
2007-06-30Fix PLIST. Needs pkg-config. Both change the package, so bump revision.joerg2-4/+7
2007-06-29If we're going to use signal() and SIG_* then #include <signal.h>jnemeth3-3/+16
oked by jmmv@
2007-06-26API depends of multimedia/totem/buildlink3.mk allows both totem andjoerg1-2/+2
totem-xine, ABI depends only the former. This creates conflicts when pkg_add picks the latter to fulfill the API depends. Allow both packages for the ABI depends as well and bump the revisions of the two affected packages.
2007-06-26Patch c / c++ linkage problem in lesstif headers that causes the buildtnn3-2/+23
of print/xpdf to fail when MOTIF_TYPE=lesstif and using gcc4. Patch borrowed from Arch Linux. PKGREVISION++
2007-06-20Don't install the Makefiles from the doc/app-defaults directory, whichjlam2-7/+7
are useless. Fixes the failed check-wrkref target in the latest bulk build. Bump PKGREVISION to 3.
2007-06-19Fix man page section on Linux. from Ole Andre Rodlie on pkgsrc-users.joerg31-31/+93
2007-06-18Needs pkg-config. Use INSTALLATION_DIRS for all directories.joerg1-4/+3
2007-06-17guile is forcing pthread linkage now.joerg1-1/+4
2007-06-17Add default definition of ManPath to host.def so that packages thatjlam2-3/+5
use X.org Imake rules will honor the PKGMANDIR in effect when xorg-cf-files was built. Bump PKGREVISION to 2.
2007-06-17Precreate share/doc as well.joerg1-2/+2
2007-06-16Sort.kristerw1-2/+2
2007-06-16Fixed PLIST when X11_TYPE=native. No need PLIST.icons trick anymore.obache2-29/+2
Bump PKGREVISION. PLIST.icons was made based on PR 34178, But entries noted in PLIST.icons were mis-installed from ${WRKDIR}/.buildlink directory, which contained x11 headers, also *.xbm and *.xpm files. Depending on x11 had been removed since rev 1.17 of Makefile. Installed from ${WRKSRC}/.* directories is avoided since rev 1.19 of Makefile.
2007-06-16Add x11/deskmenusborrill1-1/+2
DeskMenu is a root menu program which is activated by clicking the root window. It is configured from a .deskmenurc file in your home directory. DeskMenu is useful for window managers which do not provide a menu such as Oroborus.
2007-06-16DeskMenu is a root menu program which is activated by clicking the rootsborrill4-0/+48
window. It is configured from a .deskmenurc file in your home directory. DeskMenu is useful for window managers which do not provide a menu such as Oroborus.
2007-06-15Turn gnomecanvas option on by defalt, monotone-viz needs it.wiz2-4/+4
Bump PKGREVISION.
2007-06-15* Change some instances of ROOT_USER and ROOT_GROUP to BINOWN and BINGRPjlam1-2/+2
in SPECIAL_PERMS usage. * Consistently use 4555 for setuid and 2555 for setgid programs.
2007-06-15update to 2.18.2drochner3-7/+22
changes: -bugfixes -translation updates
2007-06-15update to 0.16.5drochner3-7/+8
changes: -bugfixes -Minor optimization - Rename --enable-debugging configure option to --enable-debug - Remove false warnings about missing glyphs in the Xft backend
2007-06-15update to 2.18.2drochner3-8/+11
changes: Several keyboard drawing bugs fixed Crash on incorrect GObject usage fixed Added 4 translations
2007-06-15update to 2.10.13drochner2-6/+6
changes: * The GtkFileChooserDialog sizing code has been refactored. * The DirectFB backend has seen various fixes. -misc bugfixes -translation updates
2007-06-15Fix xinerama usage for non-native X11.joerg1-2/+3
2007-06-15Fix conditional to also work for xorg.joerg1-2/+2
2007-06-15Use SETUID_ROOT_PERMS instead of the custom setuid root permissions.jlam1-2/+2
2007-06-14Fix whitespace problem.jlam1-1/+1
2007-06-12Fix a problem with patch-fe: Only use va_copy() for the va_list, nottnn2-9/+7
for the av_list which is a type internal to xview.
2007-06-12Fix modular Xorg dependencies.joerg1-1/+4
2007-06-12Add a bunch of missing includes. Add missing libXt dependency for modularjoerg11-7/+125
Xorg.
2007-06-12Fix typo in option name, found by dan@wiz1-3/+3
2007-06-11Needs xextproto.joerg1-1/+2
2007-06-11Add desklaunchsborrill1-1/+2
2007-06-10Update to 1.6.27:xtraeme2-6/+6
* Decoration options interpreted under Windows-XP and UNIX as follows: DECOR_SHRINKABLE means window may be smaller, but not larger, than default size; DECOR_STRETCHABLE means window may be larger, but not smaller, than default size; and finally, DECOR_RESIZE means window may be both smaller or larger than default size. * Fixed regression in glUseFXFont() when using Xft instead of XLFD. * Fixed bug in FXVisual which caused drawing to FXBitmap to fail. * Fixed bug FXWindow setDNDData() which affected MS-Windows clipboard operations. * Fixed issue with bold-face text not drawing correctly in FXText if gap happens to be in the text-fragment being drawn. * Fixed issue in multi-head API access under older Windows operating systems than Windows-XP. * FXMDIChild resize animation speed changed a little bit. * Some MacOS-X porting issues fixed.
2007-06-09Correct PATCHDIR, it was wrongly added as "patch" instead of "patches"taca3-4/+5
and it was left almost one year. Noted by private mail from Michael van Elst. Bump PKGREVISION.
2007-06-09Make some dependencies optional. This package now supports the followingwiz7-57/+109
options: glade, gnomecanvas, svg. mldonkey-gui needs svg, so make that option on by default, but disable the others. Bump PKGREVISION.
2007-06-08Import desklaunch 1.1.5sborrill6-0/+58
DeskLaunch is a small utility for creating desktop icons using pixmaps. A simple click will launch the desired application.
2007-06-08Sergey Svishchev writes (in PR 33255), providing a patch:wiz3-3/+62
kde uses the X clipboard's content negotiation features, which almost nobody else does, but xclip was doing the wrong thing when asked for content negotiation stuff (from Debian bug report 172812). Bump PKGREVISION.
2007-06-08Add update from KDE svn to provide real transparency support without sidemarkd3-2/+172
effects in konsole, if qt-copy patch #0078 is available. Fixes issue of konsoles not grouping in the TaskBar. Bump PKGREVISION.
2007-06-08Removed the post-configure check, since it was wrong.rillig1-6/+7
Even on newer versions of NetBSD, we need to make sure that fontconfig-config is not used.
2007-06-07"ln -s" fails when the file already exists. Prevent that.rillig1-2/+7
Make sure that fontinst will be built and installed.
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz23-35/+46
affected packages.