summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2009-11-29Pullup ticket #2937 - requested by tnntron3-2/+17
gtk2: portability fix Revisions pulled up: - x11/gtk2/Makefile 1.191 (via patch) - x11/gtk2/distinfo 1.118 (via patch) - x11/gtk2/patches/patch-af 1.16 --- Module Name: pkgsrc Committed By: tnn Date: Fri Nov 27 16:54:30 UTC 2009 Modified Files: pkgsrc/x11/gtk2: Makefile distinfo Added Files: pkgsrc/x11/gtk2/patches: patch-af Log Message: Use ${COMPILER_RPATH_FLAG} instead of -R for X_LIBS in pkg-config files. This fixes firefox run-time breakage with native X11 on netbsd-4 caused by pkgsrc wrappers not dealing with -R. Bump PKGREVISION.
2009-10-21Pullup ticket #2915 - requested by sborrilltron3-4/+6
xlockmore: build fix xlockmore-lite: build fix Revisions pulled up: - x11/xlockmore-lite/Makefile 1.12 - x11/xlockmore/Makefile 1.80 - x11/xlockmore/Makefile.common 1.55 --- Module Name: pkgsrc Committed By: sborrill Date: Tue Oct 20 13:15:29 UTC 2009 Modified Files: pkgsrc/x11/xlockmore: Makefile Makefile.common pkgsrc/x11/xlockmore-lite: Makefile Log Message: Set app-defaults folder so it is in (previously tried to install in /usr/lib). Bump PKGREVISION
2009-10-10patch-ab was old and shouldn't have been commited, remove it.markd1-22/+0
2009-10-08sortjnemeth1-3/+3
2009-10-07DESTDIR support. Fix build on NetBSD 5.0+joerg1-4/+10
2009-10-06No APM on NetBSD/amd64.joerg1-2/+5
2009-10-06Fix PLIST. Bump revision.joerg2-2/+4
2009-10-05Some fixes for previous.sketch1-3/+3
2009-10-05Kludge to work around hardcoded 'grep -o' GNUism.sketch1-1/+8
2009-10-03Remove wip artefacts.wiz3-6/+6
2009-10-02Add kde4 l10n packagesmarkd1-1/+4
2009-10-02Import KDE4.3.1 from wipmarkd4-0/+1548
OKed during freeze by wiz and agc
2009-10-02Import KDE4.3.1 from wipmarkd8-0/+3475
OKed during freeze by wiz and agc
2009-10-02add kde4 packagesmarkd1-1/+7
2009-10-02Import KDE4.3.1 from wipmarkd7-0/+937
OKed during freeze by wiz and agc
2009-10-02Import KDE4.3.1 from wipmarkd26-0/+3613
OKed during freeze by wiz and agc
2009-10-02Import KDE4.3.1 from wipmarkd20-0/+1831
OKed during freeze by wiz and agc
2009-10-02Import KDE4.3.1 from wipmarkd14-0/+4572
OKed during freeze by wiz and agc
2009-10-01add patch from upstream to fix certificate check flaw (CVE-2009-2700),drochner3-5/+14
bump PKGREVISION
2009-09-30don't leak WRKDIR into run path.tnn3-5/+27
Bump revision.
2009-09-30Add a bunch more gtkdoc-rebase workarounds.sketch2-2/+10
2009-09-29Give unsigned char argument to toupper.wiz3-3/+17
Fixes coredumps in Sigil when pressing "CTRL" or "BACKSPACE". Bump PKGREVISION.
2009-09-28Add pkg-config to TOOLS. Fixes library linking on systems using nativewiz1-2/+3
xorg. Suggestion from drochner. Bump PKGREVISION.
2009-09-28fix botch in client ID generation if the (BSD) uuid functions are used,drochner3-2/+17
it caused the first character of the ID to be random, and for me this crashed XFCE4 sessions through a somewhat complex chain involving a consistency check in dbus-glib signal generation bump PKGREVISION
2009-09-24Install a NetBSD flavoured screensaver.ahoka4-3/+141
2009-09-23Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessarytron3-6/+3
after Python 2.3 has been removed from "pkgsrc". Approved by Thomas Klausner.
2009-09-22Invoke the C preprocessor in a portable manner on all non-GCC compilers.tnn4-8/+8
This is PR pkg/39879.
2009-09-21fix copy-pasto in previoustnn1-2/+2
2009-09-21Use SUBST to fixup hardcoded "/usr/pkg/include" in configure script.tnn1-1/+8
Makes configure work with X11_TYPE=modular and LOCALBASE != /usr/pkg
2009-09-21Update Eterm to 0.9.5.obache5-237/+73
Changes in pkgsrc: * remove patch-ac. It is noted for CVE-2008-1142. but the CVE is for rxvt. CVE-2008-1692 is for Eterm and fixed by this release. * add xim option and enabled by default * enable mult-charset and auto-encoding * replace bg images with currently distributed one. Changes in upsteram: Wed Oct 18 13:35:18 2006 Michael Jennings (mej) Fixed a typo and some logic errors in libscream located by Mike Frysinger <vapier@gentoo.org>. ---------------------------------------------------------------------- Mon Oct 30 16:11:47 2006 Michael Jennings (mej) Patch from Jason McCarver <slam@parasite.cc> to support -S/--sticky option for "sticky" (i.e., present on all desktops) startup. ---------------------------------------------------------------------- Tue Jul 3 20:48:46 2007 Michael Jennings (mej) Remove some cruft from kEsetroot. ---------------------------------------------------------------------- Wed May 14 12:42:51 2008 Michael Jennings (mej) Patch from Kim Woelders <kim@woelders.dk>: There is a race problem with Eterm during startup related to the shell LINES/COLUMNS env vars. If the WM changes the window size (e.g. due to saved settings) before mapping the window, sometimes the shell will set LINES and COLUMNS according to the old/incorrect size and sometimes to the new/correct size, depending on wheter the call to tt_winsize() at command.c line 2322 (by the shell child process) or the tt_resize() (by the Eterm process) due to the ConfigureNotify caused by the resize (or WM ICCCM ConfigureNotify) operation happens first. The call in question was added by Azundris for Escreen. So far Escreen seems to be behaving properly with this patch applied, but all my Eterm windows (Escreen and otherwise) are pre-sized with -g anyway. So I'm going to keep my eye on it for awhile. In case of trouble, change the "#if 0" to "#ifdef ESCREEN" to revert to previous behavior when in Escreen mode. Normal operation should not require the call in question. ---------------------------------------------------------------------- Wed May 14 14:54:16 2008 Michael Jennings (mej) Modified patch from hsim@gmx.li to allow setting of the "Urgent" hint on beep. ---------------------------------------------------------------------- Wed May 14 15:26:13 2008 Michael Jennings (mej) Patch from Emmanuel Anne <emmanuel.anne@gmail.com> to fix cut/paste with KDE applications. ---------------------------------------------------------------------- Wed May 14 16:09:04 2008 Michael Jennings (mej) (Correct) fix for CVE-2008-1692. Eterm no longer defaults to using ":0" for $DISPLAY due to the possibility that an attacker can create a fake X server on a shared system, intercept the Eterm X connection, and send fake keystrokes to the victim's Eterm to execute arbitrary commands as that user. The previous fix, while it did indeed correct the vulnerability, broke the --display option. The original fix from Bernhard Link was more correct, albeit not quite on target.
2009-09-20pax does not required anymore.obache1-2/+2
2009-09-20fix to build on FreeBSD7-STABE/amd64sno3-7/+19
2009-09-20add LICENSE=mitplunky1-1/+3
The Tcl license is not mit exactly but its close enough
2009-09-20simplify DISTFILES and extract.obache1-10/+3
2009-09-20ftp.dti.ad.jp does not have recent release.obache1-3/+2
2009-09-16Added devel/xfconf version 4.6.1reed1-4/+3
Added x11/libxfce4menu version 4.6.1 Added x11/xfce4-settings version 4.6.1 Removed x11/libxfce4mcs Removed x11/xfce4-mcs-manager Removed x11/xfce4-mcs-plugins And updated various xfce4 packages.
2009-09-16Remove these packages. They are no longer part of Xfce since 4.6.0.reed15-316/+0
xfce4-settings replaces xfce-mcs-manager frontend. xfconf replaces xfce4-mcs-manager backend.
2009-09-16Remove include of the xfce4-dev-tools buildlink.reed8-16/+8
It is only needed for building Xfce4 from SVN repo. No need to bump versions as this is a "build" dependency.
2009-09-16Upgrading Xfce to 4.6.1.reed47-493/+503
This is for PR #40984. This is based on work from dieter roelants. Thank you Dieter. Also I had done some work independently on this. Hopefully, I am getting this all committed at one time. The changelogs are at http://www.xfce.org/documentation/changelogs/4.6.1 http://www.xfce.org/documentation/changelogs/4.6.0 Also don't need the xfce4-dev-tools for building. (It is only needed when building from SVN source.)
2009-09-16Add new package: libxfce4menureed5-0/+126
Menu library for Xfce.
2009-09-16Add new package: xfce4-settingsreed8-0/+151
The Xfce settings manager allows you to customize your desktop environment in an easy and intuitive way. You can set some hardware components such as mouse, keyboard or display; but also theme your windows, widgets and icons, set your preferred applications, manage your sessions.
2009-09-15+xlsfontsdrochner1-1/+2
2009-09-15add xlsfonts-1.0.2, the base X11 font information tool, fromdrochner4-0/+30
Blair Sadewitz per pkgsrc-wip
2009-09-15update to 248drochner2-6/+6
changes: minor bugfixes
2009-09-13Allow python26.wiz1-2/+2
2009-09-12remove bwidget as it is a duplicate of tk-BWidgetplunky5-155/+1
2009-09-12update to BWidget 1.9.0plunky4-138/+143
2009-09-12Add 'clean' to PRIVILEGED_STAGES.snj1-1/+3
2009-09-11Publish gtksourceview binding by default.tonio2-4/+4
It does not bring additional dependencies, except gtksourceview bump pkgrevision, as this changes the default binary package.
2009-09-11Fix variable name to not use -I without argument.joerg2-1/+15