diff options
author | flz <flz@FreeBSD.org> | 2008-03-08 05:47:50 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-03-08 05:47:50 +0800 |
commit | bb772f0708cb3de3285f92d38b56f2fdc0d03c2a (patch) | |
tree | cd6dfd8517052ef2a480aeb8ec42bbb255957f3e /x11-wm | |
parent | fd2b8eb99629289a80ba0030627944e10425097a (diff) | |
download | freebsd-ports-graphics-bb772f0708cb3de3285f92d38b56f2fdc0d03c2a.tar.gz freebsd-ports-graphics-bb772f0708cb3de3285f92d38b56f2fdc0d03c2a.tar.zst freebsd-ports-graphics-bb772f0708cb3de3285f92d38b56f2fdc0d03c2a.zip |
Remove support for XFree8-4.
From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore.
PR: ports/119418
Submitted by: flz
Approved by: portmgr (pav)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/gcompmgr/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/kompmgr/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/skippy-xd/Makefile | 8 | ||||
-rw-r--r-- | x11-wm/transset-df/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/xcompmgr/Makefile | 8 |
5 files changed, 2 insertions, 26 deletions
diff --git a/x11-wm/gcompmgr/Makefile b/x11-wm/gcompmgr/Makefile index 494d81f2825..4e5b5464e28 100644 --- a/x11-wm/gcompmgr/Makefile +++ b/x11-wm/gcompmgr/Makefile @@ -31,10 +31,6 @@ DESKTOP_ENTRIES="gcompmgr" \ .include <bsd.port.pre.mk> -.if ${X_WINDOW_SYSTEM:L} != xorg -IGNORE= requires the composite extension, which is unavailable with XFree86 -.endif - post-patch: .for file in depcomp install-sh missing @${LN} -sf ${AUTOMAKE_DIR}/${file} ${WRKSRC} diff --git a/x11-wm/kompmgr/Makefile b/x11-wm/kompmgr/Makefile index 2d07c55859d..6a5305cee8d 100644 --- a/x11-wm/kompmgr/Makefile +++ b/x11-wm/kompmgr/Makefile @@ -27,10 +27,6 @@ PLIST_FILES= bin/kompmgr .include <bsd.port.pre.mk> -.if ${X_WINDOW_SYSTEM:L} != xorg -IGNORE= Requires the composite extension, which is unavailable with XFree86 -.endif - do-build: cd ${WRKSRC}/kwin/kompmgr && \ ${CC} ${CFLAGS} -I${LOCALBASE}/include -L${X11BASE}/lib -lX11 -lXdamage\ diff --git a/x11-wm/skippy-xd/Makefile b/x11-wm/skippy-xd/Makefile index f35616804fc..337cb8d23da 100644 --- a/x11-wm/skippy-xd/Makefile +++ b/x11-wm/skippy-xd/Makefile @@ -39,10 +39,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.pre.mk> - -.if ${X_WINDOW_SYSTEM:L} != xorg -BROKEN= XFree86 does not support XComposite. -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-wm/transset-df/Makefile b/x11-wm/transset-df/Makefile index 20a6ede0382..60c431e2f2d 100644 --- a/x11-wm/transset-df/Makefile +++ b/x11-wm/transset-df/Makefile @@ -22,10 +22,6 @@ PLIST_FILES= bin/transset-df .include <bsd.port.pre.mk> -.if ${X_WINDOW_SYSTEM:L} != xorg -IGNORE= requires X.Org; install x11/xorg and try again -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/transset-df ${PREFIX}/bin diff --git a/x11-wm/xcompmgr/Makefile b/x11-wm/xcompmgr/Makefile index 255f3d6b632..ba10407ebd7 100644 --- a/x11-wm/xcompmgr/Makefile +++ b/x11-wm/xcompmgr/Makefile @@ -19,10 +19,4 @@ GNU_CONFIGURE= yes MAN1= xcompmgr.1 -.include <bsd.port.pre.mk> - -.if ${X_WINDOW_SYSTEM:L} != xorg -IGNORE= requires the composite extension, which is unavailable with XFree86 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |