Commit e654fefe authored by Rene Ladan's avatar Rene Ladan
Browse files

games/spider: Remove expired port

2024-04-05 games/spider: SUNSITE is no longer maintained
parent 8509bb67
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3155,3 +3155,4 @@ science/py-qiskit-ibm-provider||2024-04-05|Removed
science/py-qiskit-ibmq-provider||2024-04-05|Removed
science/py-qiskit-nature||2024-04-05|Removed
science/py-qiskit-optimization||2024-04-05|Removed
games/spider||2024-04-06|Has expired: SUNSITE is no longer maintained
+0 −1
Original line number Diff line number Diff line
@@ -934,7 +934,6 @@
    SUBDIR += species
    SUBDIR += spellcast
    SUBDIR += spicetrade
    SUBDIR += spider
    SUBDIR += starfighter
    SUBDIR += starlanes
    SUBDIR += steelstorm

games/spider/Makefile

deleted100644 → 0
+0 −33
Original line number Diff line number Diff line
PORTNAME=	spider
PORTVERSION=	1.1
PORTREVISION=	5
CATEGORIES=	games
MASTER_SITES=	SUNSITE/games/solitaires
DISTNAME=	${PORTNAME}

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Challenging double decked solitaire game

LICENSE=	Spider
LICENSE_GROUPS=	BSD
LICENSE_NAME=	Spider license
LICENSE_FILE=	${WRKSRC}/copyright.h
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

DEPRECATED=	SUNSITE is no longer maintained
EXPIRATION_DATE=2024-04-05

USES=		imake tar:Z xorg
USE_XORG=	x11 xext xaw xmu xt sm ice xpm

INSTALL_TARGET=	install install.doc

CFLAGS+=	-Wno-error=return-type

.include <bsd.port.pre.mk>

.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+=	-Wno-error=int-conversion
.endif

.include <bsd.port.post.mk>

games/spider/distinfo

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
SHA256 (spider.tar.Z) = eac25e28ea065e8afaea9d46bd22e5680c97bae59e22dccbd40c42792aeadea5
SIZE (spider.tar.Z) = 209283
+0 −50
Original line number Diff line number Diff line
--- Imakefile.orig	1991-09-28 17:46:02 UTC
+++ Imakefile
@@ -1,6 +1,6 @@
-/**/# Run imake -DUseInstalled -I/usr/lib/X11/config to make a Makefile.
-/**/# This is an R5 style Imakefile, so will need the R5 config files to
-/**/# to make a Makefile.  It also assume that X11 is installed in /usr/lib.
+# Run imake -DUseInstalled -I/usr/lib/X11/config to make a Makefile.
+# This is an R5 style Imakefile, so will need the R5 config files to
+# to make a Makefile.  It also assume that X11 is installed in /usr/lib.
 
         SHAR = shar
         COMPRESS = compress
@@ -8,7 +8,7 @@
         SPLIT = split
         CAT = cat
 /***** Note: probably want to define this to be something else *****/
-        HELPDIR = help
+        HELPDIR = LibDir/spider
 
 /***** Note:  Used to over-ride some declarations in the default Imakefile
               configurations.  If you want to use some of these things, then
@@ -16,7 +16,7 @@
               definitions to what you would like them to be below.  Delete
               or comment out those you do not wish to use  *****/
 #ifndef OverrideDefs
-#define OverrideDefs YES
+#define OverrideDefs NO
 #endif
 
 #if OverrideDefs
@@ -94,8 +94,8 @@
 #endif
 
 #if CompileXView
-/**/# If these are not defined in the site.def file, define them now.
-/**/# set up compile time dependencies for XView clients.
+# If these are not defined in the site.def file, define them now.
+# set up compile time dependencies for XView clients.
         XVTOP = $(XVIEWHOME)
         XVLIBSRC = $(XVTOP)/lib
 # if UseInstalled
@@ -253,7 +253,7 @@ MakeDirectories(install.man, $(MANDIR))
 ComplexProgramTarget($(TARGET))
 
 #ifdef SparcArchitecture
-/**/# SunOS4.0.3 sparc optimizer slimes this file
+# SunOS4.0.3 sparc optimizer slimes this file
 util.o:	util.c
 	$(CC) $(CPPFLAGS) $(DEFINES) $(INCLUDES) -c util.c
 #endif
Loading