summaryrefslogtreecommitdiffstats
path: root/games/xlines
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2002-04-19 02:30:02 +0000
committerwill <will@FreeBSD.org>2002-04-19 02:30:02 +0000
commit4c52c9067b06ff76694d44e2bd5819fc06e974fe (patch)
tree8ea2fec29854e5717863bf5e5bf1d1b05d97cefe /games/xlines
parent9d74629523b0c2fe5f02ba4bc3f37c73af058448 (diff)
downloadFreeBSD-ports-4c52c9067b06ff76694d44e2bd5819fc06e974fe.zip
FreeBSD-ports-4c52c9067b06ff76694d44e2bd5819fc06e974fe.tar.gz
Say goodbye to Qt 1.x and all of its dependents. The one port I found
which probably isn't supposed to be removed is misc/instant-workstation, which had a dependency on audio/xamp (being removed), so I removed that dependency and bumped PORTREVISION. All other ports are real dependents upon Qt 1.x, including KDE 1.x stuff. Code in bsd.kde.mk supporting these ports is also removed or adjusted. Also, some adjustments made to accomodate Qt3/KDE3 ports, which will be committed Real Soon Now (TM), pending repo-copies. This commit made in impending view of Qt3/KDE3 entering ports tree.
Diffstat (limited to 'games/xlines')
-rw-r--r--games/xlines/Makefile36
-rw-r--r--games/xlines/distinfo1
-rw-r--r--games/xlines/files/patch-aa31
-rw-r--r--games/xlines/files/patch-ab11
-rw-r--r--games/xlines/pkg-comment1
-rw-r--r--games/xlines/pkg-descr12
-rw-r--r--games/xlines/pkg-plist6
7 files changed, 0 insertions, 98 deletions
diff --git a/games/xlines/Makefile b/games/xlines/Makefile
deleted file mode 100644
index 8b7f0b3..0000000
--- a/games/xlines/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# New ports collection makefile for: xlines
-# Date created: 11 February 1998
-# Whom: Andrey Zakhvatov
-#
-# $FreeBSD$
-#
-
-PORTNAME= xlines
-PORTVERSION= 1.1
-CATEGORIES= games
-MASTER_SITES= ftp://ftp.trolltech.com/contrib/
-DISTNAME= ${PORTNAME}
-
-MAINTAINER= ports@FreeBSD.org
-
-USE_QT_VER= 1
-USE_X_PREFIX= yes
-NO_WRKSUBDIR= yes
-
-pre-patch:
- @find ${WRKSRC} -type f | xargs ${PERL} -pi -e "s|\r\n|\n|g"
-
-post-patch:
- @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/*.cpp
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/xlines ${PREFIX}/bin
- @${MKDIR} ${PREFIX}/share/xlines
- ${INSTALL_DATA} ${WRKSRC}/trolltech.gif ${PREFIX}/share/xlines
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/readme.lines ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/readme.qt ${DOCSDIR}
-.endif
-
-.include <bsd.port.mk>
diff --git a/games/xlines/distinfo b/games/xlines/distinfo
deleted file mode 100644
index e49bed3..0000000
--- a/games/xlines/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (xlines.tar.gz) = 9e456bb7419b8cda6bc44ac9940913e4
diff --git a/games/xlines/files/patch-aa b/games/xlines/files/patch-aa
deleted file mode 100644
index 7f4c050..0000000
--- a/games/xlines/files/patch-aa
+++ /dev/null
@@ -1,31 +0,0 @@
---- Makefile.orig Mon Apr 27 16:47:35 1998
-+++ Makefile Sun Jul 16 19:47:51 2000
-@@ -1,8 +1,8 @@
--INCDIR=/usr/local/qt/include
--CFLAGS=-O2 -I/usr/X11/include -DSHOW_NEXT_COLORS
--LFLAGS=-L/usr/local/qt/lib -lqt -L/usr/X11/lib -lX11
--CC=gcc
--MOC=/usr/local/qt/bin/moc
-+INCDIR=${X11BASE}/include/X11/qt
-+CXXFLAGS+=-I${X11BASE}/include -DSHOW_NEXT_COLORS
-+LFLAGS=-L${X11BASE}/lib -lqt -lX11
-+CC?=gcc
-+MOC=${X11BASE}/bin/moc
-
- SRC=lines.cpp lines.moc
- OBJECTS=lines.o
-@@ -14,12 +14,12 @@
- .SUFFIXES: .cpp
-
- .cpp.o:
-- $(CC) -c $(CFLAGS) -I$(INCDIR) $<
-+ $(CXX) -c $(CXXFLAGS) -I$(INCDIR) $<
-
- all: $(TARGET)
-
- $(TARGET): $(MOCFILES) $(OBJECTS) lines.h
-- $(CC) $(OBJECTS) -o $(TARGET) $(LFLAGS) -I$(INCDIR)
-+ $(CXX) $(OBJECTS) -o $(TARGET) $(LFLAGS) -I$(INCDIR)
-
- lines.moc: lines.h
- $(MOC) lines.h -o lines.moc
diff --git a/games/xlines/files/patch-ab b/games/xlines/files/patch-ab
deleted file mode 100644
index 2e74e16..0000000
--- a/games/xlines/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- lines.cpp.orig Sat Jan 17 18:11:13 1998
-+++ lines.cpp Fri Feb 13 23:57:07 1998
-@@ -502,7 +502,7 @@
- score->setGeometry(300,120,85,45);
- curScore=0;
- score->display(0);
-- movie=new QMovie("trolltech.gif");
-+ movie=new QMovie("%%PREFIX%%/share/xlines/trolltech.gif");
- label=new QLabel(this,"label");
- label->setFrameStyle(QFrame::Box|QFrame::Plain);
- label->setMovie(*movie);
diff --git a/games/xlines/pkg-comment b/games/xlines/pkg-comment
deleted file mode 100644
index 54d5711..0000000
--- a/games/xlines/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Remove as many balls from board as you can
diff --git a/games/xlines/pkg-descr b/games/xlines/pkg-descr
deleted file mode 100644
index c14a195..0000000
--- a/games/xlines/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
- XLines is an old game of balls where your goal is to remove
-as many balls from the game field as you can.
-
- I cannot claim the copyright on the idea of this game so
-all requests should go somewhere else.
-
- If you need more information or have any questions you can
-contact me at:
-
- e-mail: genie@ucsd.com or genie@risq.belcaf.minsk.by
-
- ICQ UIN: 4096585
diff --git a/games/xlines/pkg-plist b/games/xlines/pkg-plist
deleted file mode 100644
index 1337b5c..0000000
--- a/games/xlines/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-bin/xlines
-%%PORTDOCS%%share/doc/xlines/readme.qt
-%%PORTDOCS%%share/doc/xlines/readme.lines
-share/xlines/trolltech.gif
-%%PORTDOCS%%@dirrm share/doc/xlines
-@dirrm share/xlines
OpenPOWER on IntegriCloud