diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 11:45:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 11:45:57 +0000 |
commit | dc4105d58d2e5c15835993e99debde169118895f (patch) | |
tree | 56d76a91e5f93d01ab8335cfd3f4502bbde0303d /x11-wm | |
parent | 25f0d6c97ac95fd8d6b606f436586aab58db13a1 (diff) | |
download | ports-dc4105d58d2e5c15835993e99debde169118895f.tar.gz ports-dc4105d58d2e5c15835993e99debde169118895f.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/sapphire/Makefile | 47 | ||||
-rw-r--r-- | x11-wm/sapphire/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/sapphire/files/patch-Makefile | 27 | ||||
-rw-r--r-- | x11-wm/sapphire/files/patch-aa | 47 | ||||
-rw-r--r-- | x11-wm/sapphire/files/patch-image.cc | 12 | ||||
-rw-r--r-- | x11-wm/sapphire/files/patch-linkedlist.cc | 29 | ||||
-rw-r--r-- | x11-wm/sapphire/pkg-descr | 6 | ||||
-rw-r--r-- | x11-wm/sapphire/pkg-plist | 14 |
9 files changed, 0 insertions, 185 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index ccb8421e4542..af429828977c 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -136,7 +136,6 @@ SUBDIR += ratmen SUBDIR += ratmenu SUBDIR += ratpoison - SUBDIR += sapphire SUBDIR += sawfish SUBDIR += selectwm SUBDIR += simple-ccsm diff --git a/x11-wm/sapphire/Makefile b/x11-wm/sapphire/Makefile deleted file mode 100644 index d4683e43e50e..000000000000 --- a/x11-wm/sapphire/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# Created by: trevor -# $FreeBSD$ - -PORTNAME= sapphire -PORTVERSION= 0.15.8 -PORTREVISION= 1 -CATEGORIES= x11-wm -MASTER_SITES= SF/${PORTNAME}/OldFiles - -MAINTAINER= ports@FreeBSD.org -COMMENT= Small window manager - -BROKEN= Does not build with any modern compiler - -USE_XORG= x11 xext -USES= gmake -REINPLACE_ARGS= -i '' -e -CC= ${CXX} - -OPTIONS_DEFINE= DOCS - -NO_STAGE= yes - -.include <bsd.port.options.mk> - -post-patch: - ${REINPLACE_CMD} "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/data.inst -.for ii in data/menu/default windowmanager.cc - ${REINPLACE_CMD} "s|/usr|${PREFIX}|g" ${WRKSRC}/${ii} -.endfor - ${CP} ${WRKSRC}/data.inst ${WRKSRC}/sapphire.inst - -post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/sapphire.inst ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/sapphire/menu - ${INSTALL_DATA} ${WRKSRC}/data/menu/default ${PREFIX}/share/sapphire/menu - # so the sapphire-themes port can restore the original menu when the - # themes are de-installed - ${INSTALL_DATA} ${WRKSRC}/data/menu/default ${PREFIX}/share/sapphire/menu/default.orig - @${MKDIR} ${PREFIX}/share/sapphire/themes - ${INSTALL_DATA} ${WRKSRC}/data/themes/*.theme ${PREFIX}/share/sapphire/themes -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ -.endif - -.include <bsd.port.mk> diff --git a/x11-wm/sapphire/distinfo b/x11-wm/sapphire/distinfo deleted file mode 100644 index 610a91bc5988..000000000000 --- a/x11-wm/sapphire/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (sapphire-0.15.8.tar.gz) = 134bf5315b694bb396d6eb70f0d17353d26b9ef8cdc0493d8dcc02c3b32bf01c -SIZE (sapphire-0.15.8.tar.gz) = 58986 diff --git a/x11-wm/sapphire/files/patch-Makefile b/x11-wm/sapphire/files/patch-Makefile deleted file mode 100644 index 15cea151ed9a..000000000000 --- a/x11-wm/sapphire/files/patch-Makefile +++ /dev/null @@ -1,27 +0,0 @@ ---- Makefile.orig 2001-12-31 18:14:43.000000000 -0500 -+++ Makefile 2007-09-10 13:42:31.000000000 -0400 -@@ -3,11 +3,11 @@ - # frankhale@yahoo.com - # 27 Oct 2001 - --CC = g++ --CFLAGS = -g -O2 -Wall -+#CC = g++ -+CFLAGS += -Wall - --prefix = /usr --XROOT = $(prefix)/X11R6 -+prefix = ${PREFIX} -+XROOT = ${LOCALBASE} - DESTDIR = - INCLUDES = -I$(XROOT)/include - LDPATH = -L$(XROOT)/lib -@@ -15,7 +15,7 @@ - - # If you change this, remember to change it in windowmanager.cc (line 34), - # and in data/menu/default (lines 43-47, the themes section). --CONFIGURATION_PATH=/usr/share/sapphire -+CONFIGURATION_PATH=${PREFIX}/share/sapphire - - # DEBUG = Outputs debug information - DEFINES = #-DDEBUG diff --git a/x11-wm/sapphire/files/patch-aa b/x11-wm/sapphire/files/patch-aa deleted file mode 100644 index 503074e7ed2f..000000000000 --- a/x11-wm/sapphire/files/patch-aa +++ /dev/null @@ -1,47 +0,0 @@ ---- data.inst.orig Tue Nov 7 02:39:24 2000 -+++ data.inst Tue Nov 7 02:44:11 2000 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - # - # Sapphire 0.15.4 and above - # -@@ -16,6 +16,8 @@ - CONFIGURATION_PATH=/usr/local/share/sapphire - ############################################################### - -+DATADIR=%%PREFIX%%/share/sapphire -+ - if [ -d $CONFIGURATION_PATH ] - then - echo "$CONFIGURATION_PATH directory already exists"; -@@ -28,12 +30,12 @@ - if [ -d $CONFIGURATION_PATH/themes ] - then - echo "$CONFIGURATION_PATH directory already exists, copying over current themes"; -- cp data/themes/* $CONFIGURATION_PATH/themes -+ cp -pPR DATADIR/themes/* $CONFIGURATION_PATH/themes - else - mkdir $CONFIGURATION_PATH/themes - echo "created directory $CONFIGURATION_PATH/themes"; - -- cp data/themes/* $CONFIGURATION_PATH/themes -+ cp -pPR DATADIR/themes/* $CONFIGURATION_PATH/themes - echo "themes were copied to $CONFIGURATION_PATH/themes"; - fi - -@@ -41,12 +43,12 @@ - if [ -d $CONFIGURATION_PATH/menu ] - then - echo "$CONFIGURATION_PATH/menu directory already exists, copying over current menu files"; -- cp data/menu/* $CONFIGURATION_PATH/menu -+ cp -pPR DATADIR/menu/* $CONFIGURATION_PATH/menu - else - mkdir $CONFIGURATION_PATH/menu - echo "created directory $CONFIGURATION_PATH/menu"; - -- cp data/menu/* $CONFIGURATION_PATH/menu -+ cp -pPR DATADIR/menu/* $CONFIGURATION_PATH/menu - echo "menu files were copied to $CONFIGURATION_PATH/menu"; - fi - diff --git a/x11-wm/sapphire/files/patch-image.cc b/x11-wm/sapphire/files/patch-image.cc deleted file mode 100644 index a01b3f463ae4..000000000000 --- a/x11-wm/sapphire/files/patch-image.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- image.cc.orig 2001-12-31 17:48:53.000000000 -0500 -+++ image.cc 2007-09-10 13:43:45.000000000 -0400 -@@ -22,7 +22,9 @@ -
- #include "sapphire.hh"
-
-+#ifndef __STDC__ - #include <malloc.h>
-+#endif -
- #ifdef GradientHack
- # include <math.h>
diff --git a/x11-wm/sapphire/files/patch-linkedlist.cc b/x11-wm/sapphire/files/patch-linkedlist.cc deleted file mode 100644 index 9ce20a9cda90..000000000000 --- a/x11-wm/sapphire/files/patch-linkedlist.cc +++ /dev/null @@ -1,29 +0,0 @@ ---- linkedlist.cc.orig 2001-11-03 12:14:01.000000000 -0500 -+++ linkedlist.cc 2007-08-13 11:19:56.000000000 -0400 -@@ -131,7 +131,7 @@ - // looking for. - if(temp == NULL) - { -- cerr << "_LinkedList::remove : element not found" << endl; -+ std::cerr << "_LinkedList::remove : element not found" << std::endl; - return; - - } else { -@@ -172,7 +172,7 @@ - - reset(direction); - } else { -- cerr << "_LinkedListIterator: List is NULL" << endl; -+ std::cerr << "_LinkedListIterator: List is NULL" << std::endl; - exit(-1); - } - } -@@ -192,7 +192,7 @@ - break; - - default: -- cerr << "_LinkedListIterator: Illegal direction for list traversal using FORWARD" << endl; -+ std::cerr << "_LinkedListIterator: Illegal direction for list traversal using FORWARD" << std::endl; - list->setForward(); - element = list->head; - break; diff --git a/x11-wm/sapphire/pkg-descr b/x11-wm/sapphire/pkg-descr deleted file mode 100644 index 78a29ec657bd..000000000000 --- a/x11-wm/sapphire/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Sapphire is a window manager based on aewm and blackbox. Windows -can be shaded or hidden. Programs can be run from a menu. A clock -and calendar are built in. Virtual screens are supported. - -You may wish to install the x11-wm/sapphire-themes port/package -too. diff --git a/x11-wm/sapphire/pkg-plist b/x11-wm/sapphire/pkg-plist deleted file mode 100644 index a923ce371b0d..000000000000 --- a/x11-wm/sapphire/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -bin/sapphire -bin/sapphire.inst -%%PORTDOCS%%%%DOCSDIR%%/README -%%DATADIR%%/menu/default -%%DATADIR%%/menu/default.orig -%%DATADIR%%/themes/darkblue.theme -%%DATADIR%%/themes/default.theme -%%DATADIR%%/themes/gray.theme -%%DATADIR%%/themes/rose.theme -%%DATADIR%%/themes/slate.theme -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/menu -@dirrm %%DATADIR%%/themes -@dirrm %%DATADIR%% |