summaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-07-23 14:34:56 +0000
committerarved <arved@FreeBSD.org>2004-07-23 14:34:56 +0000
commite8621b132fab60d709d012542f523e6b2c300b2f (patch)
treea206c212c8ae72e3f1a775f7ddd8fd0ebd7ae07b /x11-wm
parentba5bf1a644d38946817d8fbe8bc773656fbd92ae (diff)
downloadFreeBSD-ports-e8621b132fab60d709d012542f523e6b2c300b2f.zip
FreeBSD-ports-e8621b132fab60d709d012542f523e6b2c300b2f.tar.gz
Start QT2 deorbit by removing expired ports.
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/Makefile1
-rw-r--r--x11-wm/xwmm/Makefile35
-rw-r--r--x11-wm/xwmm/distinfo2
-rw-r--r--x11-wm/xwmm/files/patch-aa33
-rw-r--r--x11-wm/xwmm/files/patch-ab20
-rw-r--r--x11-wm/xwmm/pkg-descr13
-rw-r--r--x11-wm/xwmm/pkg-plist4
7 files changed, 0 insertions, 108 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index 0fc97b6..007a1ed 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -115,7 +115,6 @@
SUBDIR += xfce4-session
SUBDIR += xfce4-systray
SUBDIR += xfce4-wm
- SUBDIR += xwmm
SUBDIR += yawm
.include <bsd.port.subdir.mk>
diff --git a/x11-wm/xwmm/Makefile b/x11-wm/xwmm/Makefile
deleted file mode 100644
index 03d53fa..0000000
--- a/x11-wm/xwmm/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: xwmm
-# Date created: 26 Nov 1999
-# Whom: imura@af.airnet.ne.jp
-#
-# $FreeBSD$
-#
-
-PORTNAME= xwmm
-PORTVERSION= 0.7
-PORTREVISION= 1
-CATEGORIES= x11-wm
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= trevor
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A simple utility managing multiple Window Managers with Qt
-
-DEPRECATED= "QT2 is obsolete"
-EXPIRATION_DATE=2004-07-14
-
-USE_X_PREFIX= yes
-USE_QT_VER= 2
-USE_GMAKE= yes
-MAKE_ENV= QTDIR=$(X11BASE)
-ALL_TARGET= # empty
-
-.include <bsd.port.pre.mk>
-
-do-install:
- $(INSTALL_PROGRAM) $(WRKSRC)/xwmm $(PREFIX)/bin
- $(INSTALL_SCRIPT) $(WRKSRC)/startkde.fixed $(PREFIX)/bin/startkde.xwmm
- $(MKDIR) $(PREFIX)/lib/X11/xwmm
- $(INSTALL_DATA) $(WRKSRC)/system.xwmmrc $(PREFIX)/lib/X11/xwmm
-
-.include <bsd.port.post.mk>
diff --git a/x11-wm/xwmm/distinfo b/x11-wm/xwmm/distinfo
deleted file mode 100644
index 33a15c3..0000000
--- a/x11-wm/xwmm/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (xwmm-0.7.tar.gz) = 9f90d03aa202661eed4fbfdcd3ec2de7
-SIZE (xwmm-0.7.tar.gz) = 20690
diff --git a/x11-wm/xwmm/files/patch-aa b/x11-wm/xwmm/files/patch-aa
deleted file mode 100644
index 2050b06..0000000
--- a/x11-wm/xwmm/files/patch-aa
+++ /dev/null
@@ -1,33 +0,0 @@
---- Makefile.orig Sat Aug 28 03:10:27 1999
-+++ Makefile Sat Nov 27 03:19:24 1999
-@@ -2,24 +2,24 @@
-
- TARGET=xwmm
-
--INSTALLDIR=/usr/local
-+INSTALLDIR=$(PREFIX)
-
--INCDIR = -I./ -I/usr/include -I$(QTDIR)/include -I/usr/include/qt -I/usr/local/include/qt
-+INCDIR = -I./ -I/usr/include -I$(QTDIR)/include -I$(QTDIR)/include/qt2
-
- #CFLAGS = -O2 -fno-strength-reduce -W -Wtemplate-debugging -Wparentheses \
- # -Wuninitialized -Wchar-subscripts -Wformat -Wtrigraphs -Wcomment \
- # -Wswitch -Wunused -Wreturn-type -Wimplicit -Wpointer-arith -Wsynth \
- # -Wconversion -Wno-overloaded-virtual
--CFLAGS = -ggdb -Wall -W -pipe
-+#CFLAGS = -ggdb -Wall -W -pipe
- #CFLAGS = -O2 -Wall -W -pipe
-
--LFLAGS = -g -L/lib -L$(QTDIR)/lib -lqt -lm
-+LFLAGS = -g -L/lib -L$(QTDIR)/lib -lqt2 -lm -lxpg4
- ARFLAGS = -crs
--CC = g++
-+CC = $(CXX)
- AR = ar
- FLEX = flex
- MAKE = gmake
--MOC = moc
-+MOC = $(QTDIR)/bin/moc2
-
- ####### Implicit rules
-
diff --git a/x11-wm/xwmm/files/patch-ab b/x11-wm/xwmm/files/patch-ab
deleted file mode 100644
index 3968050..0000000
--- a/x11-wm/xwmm/files/patch-ab
+++ /dev/null
@@ -1,20 +0,0 @@
---- WMMListBox.cpp.orig Fri Nov 26 20:58:19 1999
-+++ WMMListBox.cpp Fri Nov 26 21:03:11 1999
-@@ -356,7 +356,7 @@
- // interactive: create a new entry
- entryForm form;
- if ( form.exec() == QDialog::Accepted ) {
-- char *pTitle = form.getTitleText();
-+ const char *pTitle = form.getTitleText();
- QString *commandLine = new QString( form.getCommandLineText() );
- bool isDefault = form.getDefault();
- //debug("newEntry(%s%s : %s)", isDefault?"*":"", pTitle, commandLine->data() );
-@@ -401,7 +401,7 @@
- form.setCommandLineText( commandLines.at( index )->data() );
- form.setDefault( (defaultIndex==index)?TRUE:FALSE );
- if ( form.exec() == QDialog::Accepted ) {
-- char *pTitle = form.getTitleText();
-+ const char *pTitle = form.getTitleText();
- QString *commandLine = new QString( form.getCommandLineText() );
- bool isDefault = form.getDefault();
- //debug("reviseEntry(%s%s : %s)", isDefault?"*":"", pTitle, commandLine->data() );
diff --git a/x11-wm/xwmm/pkg-descr b/x11-wm/xwmm/pkg-descr
deleted file mode 100644
index c6f5b29..0000000
--- a/x11-wm/xwmm/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-It is a neat little utility if you like to run multiple window managers
-easily. It starts up in place of your window manager, and lets you chose
-one. Once a WM is launched, it hides itself until that WM terminates,
-then it shows itself again and lets you choose another WM, and so on,
-until you press the Close button.
-
-Just write "xwmm" instead of your favorite window manager in ~/.xinitrc or
-~/.xsession.
-
-If you have K-Desktop Envirenment, it is recommended to use "startkde.xwmm"
-script rather than "startkde" to start KDE in the xwmm setting.
-
-The originator is Mike Sharkey <msharkey@softarc.com>.
diff --git a/x11-wm/xwmm/pkg-plist b/x11-wm/xwmm/pkg-plist
deleted file mode 100644
index 84a32b2..0000000
--- a/x11-wm/xwmm/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/xwmm
-bin/startkde.xwmm
-lib/X11/xwmm/system.xwmmrc
-@dirrm lib/X11/xwmm
OpenPOWER on IntegriCloud