summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-11-08 21:25:45 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-11-08 21:25:45 +0000
commit27db444757a65c62e3bc913dd4e437c47fb23d58 (patch)
tree5a9f49fd07cc9209e53e2e03b8d3fcfbfc2caa29
parentFix build on recent CURRENT (diff)
Remove icemc. The author stopped developing or supporting it, and the
distfile disappeared from the website. It hasn't been updated in a long time, and there are other applications that can do similar things. So long, icemc, and thanks for all the fish.
Notes
Notes: svn path=/head/; revision=93410
-rw-r--r--MOVED1
-rw-r--r--misc/Makefile1
-rw-r--r--misc/icemc/Makefile32
-rw-r--r--misc/icemc/distinfo1
-rw-r--r--misc/icemc/files/patch-Makefile38
-rw-r--r--misc/icemc/pkg-descr13
-rw-r--r--misc/icemc/pkg-plist1
7 files changed, 1 insertions, 86 deletions
diff --git a/MOVED b/MOVED
index 0af56fa2406c..f442ace9fae9 100644
--- a/MOVED
+++ b/MOVED
@@ -696,3 +696,4 @@ x11-toolkits/fox-xunicode||2003-11-07|port was broken for >3 months with no fix
x11/twin||2003-11-07|port was broken for >3 months with no fix submitted
cad/felt|science/felt|2003-11-08|moved to science category
cad/kaskade|math/kaskade|2003-11-08|moved to math category
+misc/icemc||2003-11-08|author no longer develops program, distfile gone
diff --git a/misc/Makefile b/misc/Makefile
index b6346a85a35f..2366b1a47dcf 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -136,7 +136,6 @@
SUBDIR += histring
SUBDIR += hotkeys
SUBDIR += hulgalugha
- SUBDIR += icemc
SUBDIR += instant-server
SUBDIR += instant-workstation
SUBDIR += iselect
diff --git a/misc/icemc/Makefile b/misc/icemc/Makefile
deleted file mode 100644
index 2cd0a1274330..000000000000
--- a/misc/icemc/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: icemc
-# Date created: 31 December 2001
-# Whom: Adam Weinberger <adam@vectors.cx>
-#
-# $FreeBSD$
-#
-
-PORTNAME= icemc
-PORTVERSION= 0.2.4
-CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= adamw
-
-MAINTAINER= adamw@FreeBSD.org
-COMMENT= QT-based menu editor for IceWM
-
-USE_X_PREFIX= yes
-USE_QT_VER= 3
-
-MAKE_ARGS= QTDIR="${X11BASE}" DESTDIR="${PREFIX}" \
- INCPATH="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \
- LFLAGS="${QTCFGLIBS} ${PTHREAD_LIBS}" \
- CC="${CC}" CXX="${CXX}" \
- CFLAGS="${CFLAGS} -DNO_DEBUG" \
- CXXFLAGS="${CXXFLAGS} -DNO_DEBUG" \
- LINK="${CXX}" LIBS="-lqt-mt" MOC="${MOC}"
-
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/icemc ${PREFIX}/bin
-
-.include <bsd.port.mk>
diff --git a/misc/icemc/distinfo b/misc/icemc/distinfo
deleted file mode 100644
index 472c05f30b99..000000000000
--- a/misc/icemc/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (icemc-0.2.4.tar.gz) = 1df8dd3c4e485db980a3f1b63d6f28bb
diff --git a/misc/icemc/files/patch-Makefile b/misc/icemc/files/patch-Makefile
deleted file mode 100644
index f06deb4b5041..000000000000
--- a/misc/icemc/files/patch-Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
---- Makefile.orig Mon Jun 9 18:24:33 2003
-+++ Makefile Mon Jun 9 18:29:03 2003
-@@ -13,25 +13,25 @@
- # QTDIR = /usr/lib/qt
-
- # DESTDIR (location (base without ..."/bin") for installing)
--DESTDIR = /usr/local
-+DESTDIR = ${PREFIX}
-
- ####### Compiler, tools and options
-
- # INCPATH specify where the includefiles are
--INCPATH = -I$(QTDIR)/include
-+INCPATH = ${QTCPPFLAGS}
- # LFLAGS specify where the (qt) libraries are
- LFLAGS = -L$(QTDIR)/lib
-
--CC = gcc
--CXX = g++
--CFLAGS = -pipe -DNO_DEBUG
--CXXFLAGS= -pipe -DNO_DEBUG -Wall -ansi
--LINK = g++
--LIBS = $(SUBLIBS) -lqt
-+#CC = gcc
-+#CXX = g++
-+CFLAGS += -pipe -DNO_DEBUG
-+CXXFLAGS+= -pipe -DNO_DEBUG -Wall -ansi
-+LINK = ${CXX}
-+LIBS = ${QTCFGLIBS} ${LIBQT}
- # you might try this if icemc won't link or segfaults when starting up:
- #LIBS = $(SUBLIBS) -lqt-mt
--MOC = $(QTDIR)/bin/moc
--UIC = $(QTDIR)/bin/uic
-+#MOC = $(QTDIR)/bin/moc
-+UIC = $(X11BASE)/bin/uic
-
- TAR = tar -cf
- GZIP = gzip -9f
diff --git a/misc/icemc/pkg-descr b/misc/icemc/pkg-descr
deleted file mode 100644
index 8be1ad572f0e..000000000000
--- a/misc/icemc/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-IceMC is a program for graphical configuration of your IceWM Menu
-Entries. It has been designed to be simple and stable.
-
-features
-
- * configure your menu file with copy & paste or drag'n'drop
- * simulates the behavior of IceWM so you can see which files will be
- found by IceWM
- * simple but nice Qt interface
-
-WWW: http://www.algorithm.at/comp/icemc/icemc.html
-
-- Adam Weinberger <adamw@FreeBSD.org>
diff --git a/misc/icemc/pkg-plist b/misc/icemc/pkg-plist
deleted file mode 100644
index 8da37d1fee06..000000000000
--- a/misc/icemc/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/icemc