diff options
author | kris <kris@FreeBSD.org> | 2005-02-19 07:44:49 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-19 07:44:49 +0800 |
commit | ce11730ca63b2bfdd92b52e40cdc577ec691204c (patch) | |
tree | f37b198be23720d680d7ba9530cb6462b10e2dc8 /x11 | |
parent | d797fb9993731e4946623d4ed61e31f12a38f0e9 (diff) | |
download | freebsd-ports-gnome-ce11730ca63b2bfdd92b52e40cdc577ec691204c.tar.gz freebsd-ports-gnome-ce11730ca63b2bfdd92b52e40cdc577ec691204c.tar.zst freebsd-ports-gnome-ce11730ca63b2bfdd92b52e40cdc577ec691204c.zip |
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/wmessage/Makefile | 34 | ||||
-rw-r--r-- | x11/wmessage/distinfo | 2 | ||||
-rw-r--r-- | x11/wmessage/files/patch-Makefile | 22 | ||||
-rw-r--r-- | x11/wmessage/files/patch-panel.c | 26 | ||||
-rw-r--r-- | x11/wmessage/pkg-descr | 3 | ||||
-rw-r--r-- | x11/wmessage/pkg-plist | 4 |
7 files changed, 0 insertions, 92 deletions
diff --git a/x11/Makefile b/x11/Makefile index eafd313aea08..c5dd82151a74 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -181,7 +181,6 @@ SUBDIR += wmcliphist SUBDIR += wmctrl SUBDIR += wmdrawer - SUBDIR += wmessage SUBDIR += wmfstatus SUBDIR += wmmatrix SUBDIR += wmmenu diff --git a/x11/wmessage/Makefile b/x11/wmessage/Makefile deleted file mode 100644 index 1b9f668d5c71..000000000000 --- a/x11/wmessage/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: wmessage -# Date created: Mon Dec 17 20:18:07 EST 2001 -# Whom: Patrick Li <pat@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= wmessage -PORTVERSION= 0.11 -PORTREVISION= 1 -CATEGORIES= x11 windowmaker -MASTER_SITES= http://tucows.mirror.ish.de/linux/files/x11/xwin/ - -MAINTAINER= pat@FreeBSD.org -COMMENT= A WINGs based message viewer similar to xmessage - -BROKEN= "Does not build with new version of windowmaker" -EXPIRATION_DATE=2005-02-18 -DEPRECATED= ${BROKEN} - -BUILD_DEPENDS= get-wraster-flags:${PORTSDIR}/x11-wm/windowmaker - -USE_X_PREFIX= yes -USE_XPM= yes - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/wmessage ${PREFIX}/bin -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${WRKSRC}/README \ - ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/x11/wmessage/distinfo b/x11/wmessage/distinfo deleted file mode 100644 index 94fd75879b2d..000000000000 --- a/x11/wmessage/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (wmessage-0.11.tar.gz) = 141cb3d0c2096eb44c2912d13b8cee34 -SIZE (wmessage-0.11.tar.gz) = 15863 diff --git a/x11/wmessage/files/patch-Makefile b/x11/wmessage/files/patch-Makefile deleted file mode 100644 index 545573ab7138..000000000000 --- a/x11/wmessage/files/patch-Makefile +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.orig Sun Dec 16 19:13:01 2001 -+++ Makefile Mon Dec 17 20:23:42 2001 -@@ -1,16 +1,13 @@ --PREFIX = /usr/local - --CFLAGS = `get-wraster-flags --cflags` -Wall --LDFLAGS = `get-wraster-flags --ldflags` --LIBS = `get-wraster-flags --libs` --CC = gcc -+CFLAGS += `${X11BASE}/bin/get-wraster-flags --cflags` -I${X11BASE}/include/WINGs -Wall -+LDFLAGS = `${X11BASE}/bin/get-wraster-flags --ldflags` -+LIBS = `${X11BASE}/bin/get-wraster-flags --libs` - - all: wmessage - - wmessage: wmessage.o panel.o - $(CC) -o wmessage wmessage.o panel.o \ - $(CFLAGS) $(LDFLAGS) $(LIBS) -lWMaker -lWINGs -- strip wmessage - - install: wmessage - install -c wmessage $(PREFIX)/bin/wmessage diff --git a/x11/wmessage/files/patch-panel.c b/x11/wmessage/files/patch-panel.c deleted file mode 100644 index b903693ca5ad..000000000000 --- a/x11/wmessage/files/patch-panel.c +++ /dev/null @@ -1,26 +0,0 @@ ---- panel.c.orig Sun Dec 16 19:11:01 2001 -+++ panel.c Mon Dec 17 20:28:33 2001 -@@ -221,7 +221,7 @@ - char *data; - - strcpy (tmpname, "/tmp/wmessage.XXXXXX"); /* last 6 chars must be X */ -- mktemp (tmpname); -+ mkstemp (tmpname); - - if (!tmpname) - return NULL; /* couldn't generate unique name */ -@@ -344,12 +344,12 @@ - int i, j=0, lines=0, longest=0; - - msg = readFile (panel, settings); -- if (msg == NULL) -+ if (msg == NULL) { - if ((settings->reload > 0) && (settings->force == True)) - msg = wstrdup ("Cannot open file -- will keep trying.\n"); - else - return NULL; -- -+ } - for (i = 0; i < strlen (msg); i++) /* count lines */ - if ((*(msg+i)) == '\n') { - lines++; diff --git a/x11/wmessage/pkg-descr b/x11/wmessage/pkg-descr deleted file mode 100644 index e275c8cca1ba..000000000000 --- a/x11/wmessage/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -wmessage is a WINGs based message viewer similar to xmessage - -Author: Craig Nellist diff --git a/x11/wmessage/pkg-plist b/x11/wmessage/pkg-plist deleted file mode 100644 index b320f676e803..000000000000 --- a/x11/wmessage/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/wmessage -%%PORTDOCS%%share/doc/wmessage/ChangeLog -%%PORTDOCS%%share/doc/wmessage/README -%%PORTDOCS%%@dirrm share/doc/wmessage |