summaryrefslogtreecommitdiff
path: root/x11/xcompmgr
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for x11 categoryagc1-1/+2
Problems found locating distfiles: Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2 Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz Package xservers: missing distfile xservers-3.3.6.5.tar.bz2 Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-04-17Update to 1.1.7:wiz2-7/+6
This is a minor bugfix and janitorial cleanup release. Alan Coopersmith (6): Combine usage message strings configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Remove empty AUTHORS & NEWS files config: move man pages into their own directory xcompmgr 1.1.7 Matthieu Herrb (1): man: note that -n is the default mode.
2013-05-16update to xcompmgr-1.1.6 for modular-xorg-server-1.12.4richard2-6/+6
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-09-15Remove obsolete X11_TYPE logic.dholland1-8/+1
2009-11-09Update to xcompmgr-1.1.5. Changes:tnn2-7/+6
Add README with pointers to mailing lists, bugzilla, & git Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Fix formatting of options/arguments in man page Add COPYING file with copyright/license notice from xcompmgr.c Make usage() report the current version. Ansification and compile warning fixes. Fix error reporting Don't hard code the screen number Check for _NET_WM_CM_Sn before trying to install ourself as composite manager Try to report current composite manager name
2008-08-09Enable damage notification by default, as I've been using xcompmgrbjs1-2/+3
with this enabled for a while now with no untoward effects.
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-2/+2
2008-04-22Update to 1.1.4:wiz3-284/+8
iAdam Jackson (1): xcompmgr 1.1.4 Dana Jansens (1): Fix a server resource leak on destroying windows. James Cloos (2): Remove deprecated .cvsignore Add *~ to .gitignore to skip patch/emacs droppings Jamey Sharp (1): Bug #13073: Fix broken word-wrapping in ChangeLog generation. Mark Tiefenbruck (1): Bug #9762: Fix opacity changes on unmapped windows. Tilman Sauerbeck (5): Fixed a bunch of warnings. Added .gitignore. Include getopt.h for getopt(). Constified some variables. Make this loop slightly easier to read.
2008-02-28Fixed pkglint warnings.rillig2-4/+4
2008-02-16Correct XCOMPMGR_DEFS defines in Makefile to reflect reality, and commentbjs3-24/+36
them out as we'll go with the defaults for now. Also, add a patch from GIT to fix a resource leak. Bump rev.
2007-12-19Add some fixes from GIT and bump revision. Tested withbjs4-3/+285
xorg-server-1.4.0.90 + Mesa-7.0.2 by me. Mesa's coming, I promise. ;) While here, PKG_SKIP_REASON -> PKG_FAIL_REASON, add various preprocessor definitions to XCOMPMGR_DEFS for the user to play with (sane defaults have been tested). Changes include: Constified some variables. Include getopt.h for getopt(). (in pkgsrc, this uses USE_FEATURES) Fixed a bunch of warnings. Bug #9762: Fix opacity changes on unmapped windows.
2007-07-13update to 1.1.3drochner2-8/+7
changes: -build system fixes -support xrestop
2007-03-17All the Xorg packages support user-destdir. xrandr needs a newerjoerg1-1/+3
libXrandr, explicitly depend on it.
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-1/+2
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-3/+3
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-04-18Bump PKGREVISION.reed1-2/+2
This formerly used fixesext and/or compositeext which was accidently as run-time dependency. The package now uses fixesproto and/or compositeproto which is a build-only dependency.
2006-04-18Change to use new mainatined *proto headers instead ofreed1-2/+2
unmaintained *ext packages. In some cases, the headers are identical. I tested on DragonFly using X11_TYPE=xorg and on NetBSD using native XFree86 (and more).
2006-02-12Joerg Sonnenberger will be the maintainer.xtraeme1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+2
2004-11-29Update to 1.1.1, patch provided by Robert Lillack PR pkg/28455.xtraeme2-18/+6
This version support manual tweaking of the shadow appearance.
2004-10-08Back out previous, I was really really wrong!xtraeme1-1/+2
2004-10-08This package does not need compositeext, remove it.xtraeme1-2/+1
2004-10-08Use PKG_SKIP_REASON to print a message when X11_TYPE != xorg.xtraeme1-1/+8
2004-10-03Add buildlink3 files for two missing dependencies.wiz1-1/+3
XXX: more dependencies missing, packages are in pkgsrc-wip.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-21Initial import of xcompmgr-20040914.xtraeme4-0/+39
xcompmgr is a sample compositing manager for X servers supporting the XFIXES, DAMAGE, and COMPOSITE extensions. It enables basic eye-candy effects.