Commit graph

28 commits

Author SHA1 Message Date
tnn
57b0e4133c Update to xcompmgr-1.1.5. Changes:
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
2009-11-09 19:08:42 +00:00
bjs
2f1b1e3472 Enable damage notification by default, as I've been using xcompmgr
with this enabled for a while now with no untoward effects.
2008-08-09 10:12:06 +00:00
tnn
9f2a42bc6b Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
wiz
cd49ddc391 Update to 1.1.4:
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-04-22 19:40:28 +00:00
rillig
2509c84ade Fixed pkglint warnings. 2008-02-28 11:36:17 +00:00
bjs
e2350967d0 Correct XCOMPMGR_DEFS defines in Makefile to reflect reality, and comment
them out as we'll go with the defaults for now.  Also, add a patch
from GIT to fix a resource leak.  Bump rev.
2008-02-16 07:18:45 +00:00
bjs
3f1dd4ea9f Add some fixes from GIT and bump revision. Tested with
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-12-19 05:43:27 +00:00
drochner
a8bb001879 update to 1.1.3
changes:
-build system fixes
-support xrestop
2007-07-13 18:01:16 +00:00
joerg
5625e95c1d All the Xorg packages support user-destdir. xrandr needs a newer
libXrandr, explicitly depend on it.
2007-03-17 18:40:59 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
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-27 13:37:35 +00:00
joerg
58c3144236 Mechanically replace all includes of buildlink3.mk of the following
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-12-15 20:32:52 +00:00
reed
c802cd9ac5 Bump PKGREVISION.
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-18 19:46:17 +00:00
reed
7f11dab227 Change to use new mainatined *proto headers instead of
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-04-18 19:23:46 +00:00
xtraeme
507463550b Joerg Sonnenberger will be the maintainer. 2006-02-12 15:29:17 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
rillig
5ac8ad7004 Removed trailing white-space. 2005-09-28 14:31:06 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
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-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
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-06-01 18:02:37 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
393af94024 Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
xtraeme
2b4ca39e6d Update to 1.1.1, patch provided by Robert Lillack PR pkg/28455.
This version support manual tweaking of the shadow appearance.
2004-11-29 11:27:02 +00:00
xtraeme
7374c7230c Back out previous, I was really really wrong! 2004-10-08 04:45:43 +00:00
xtraeme
4a48a2c651 This package does not need compositeext, remove it. 2004-10-08 04:28:16 +00:00
xtraeme
9040fc8d51 Use PKG_SKIP_REASON to print a message when X11_TYPE != xorg. 2004-10-08 03:58:18 +00:00
wiz
475b111156 Add buildlink3 files for two missing dependencies.
XXX: more dependencies missing, packages are in pkgsrc-wip.
2004-10-03 00:50:52 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
xtraeme
545c61631d Initial import of xcompmgr-20040914.
xcompmgr is a sample compositing manager for X servers supporting the
XFIXES, DAMAGE, and COMPOSITE extensions. It enables basic eye-candy
effects.
2004-09-21 17:04:07 +00:00