From 033ecd2611f66a754ee31dd90f3266971343d50f Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Sat, 12 Oct 2002 00:48:41 +0000 Subject: Remove xklock port. It has been forbidden for 20 months. --- japanese/Makefile | 1 - japanese/xklock/Makefile | 39 --------------------------------------- japanese/xklock/distinfo | 2 -- japanese/xklock/files/patch-aa | 25 ------------------------- japanese/xklock/files/patch-ab | 11 ----------- japanese/xklock/files/patch-ac | 11 ----------- japanese/xklock/files/patch-ad | 11 ----------- japanese/xklock/pkg-comment | 1 - japanese/xklock/pkg-descr | 1 - japanese/xklock/pkg-plist | 3 --- 10 files changed, 105 deletions(-) delete mode 100644 japanese/xklock/Makefile delete mode 100644 japanese/xklock/distinfo delete mode 100644 japanese/xklock/files/patch-aa delete mode 100644 japanese/xklock/files/patch-ab delete mode 100644 japanese/xklock/files/patch-ac delete mode 100644 japanese/xklock/files/patch-ad delete mode 100644 japanese/xklock/pkg-comment delete mode 100644 japanese/xklock/pkg-descr delete mode 100644 japanese/xklock/pkg-plist (limited to 'japanese') diff --git a/japanese/Makefile b/japanese/Makefile index b800721a2dee..c5d7f723f094 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -437,7 +437,6 @@ SUBDIR += xjman SUBDIR += xjman-3 SUBDIR += xjtext - SUBDIR += xklock SUBDIR += xmsgsaver SUBDIR += xnetmaj SUBDIR += xpdf diff --git a/japanese/xklock/Makefile b/japanese/xklock/Makefile deleted file mode 100644 index 250d38016972..000000000000 --- a/japanese/xklock/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: xklock -# Date created: 20 April 1997 -# Whom: nkazushi@highway.or.jp -# -# $FreeBSD$ -# - -PORTNAME= xklock -PORTVERSION= 2.7.1 -PORTREVISION= 1 -CATEGORIES= japanese x11 -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= trevor -DISTNAME= ${PORTNAME}-${PORTVERSION:R} - -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= ${DISTNAME}+lx.diff.gz -PATCH_DIST_STRIP= -p1 - -FORBIDDEN= "Exploitable buffer overflows" - -MAINTAINER= ports@FreeBSD.org - -NO_WRKSUBDIR= yes -USE_X_PREFIX= yes -USE_XPM= yes -USE_REINPLACE= yes - -pre-configure: -.for file in jnames.c xklock.h - @${REINPLACE_CMD} -e "s:%%PREFIX%%:${PREFIX}:" ${WRKSRC}/${file} -.endfor - -do-install: - ${INSTALL_PROGRAM} -m 4755 ${WRKSRC}/xklock ${PREFIX}/bin - @${MKDIR} ${PREFIX}/lib/X11/xklock - ${TOUCH} ${PREFIX}/lib/X11/xklock/jnames - -.include diff --git a/japanese/xklock/distinfo b/japanese/xklock/distinfo deleted file mode 100644 index 8a5d1546a03d..000000000000 --- a/japanese/xklock/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (xklock-2.7.tar.gz) = c3188628d5bc3df22f6bdfc468c8d27c -MD5 (xklock-2.7+lx.diff.gz) = 8114e3bd0843410bcf0ca42dda310b0e diff --git a/japanese/xklock/files/patch-aa b/japanese/xklock/files/patch-aa deleted file mode 100644 index 69b8d72a15d4..000000000000 --- a/japanese/xklock/files/patch-aa +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.orig Thu Nov 1 18:21:29 1990 -+++ Makefile Tue Jan 23 05:06:16 2001 -@@ -3,10 +3,10 @@ - # Makefile - # - --CC = cc --C_FLAG = -fwritable-strings -DSHADOW -O2 #-DDEBUG -g -+CC ?= cc -+C_FLAG = ${CFLAGS} -I${X11BASE}/include - RM_FLAG = -f --LIB = -lX11 -lXmu -lshadow -lXpm -+LIB = -L${X11BASE}/lib -lX11 -lXmu -lXpm -lcrypt - EXE = xklock - OBJ1 = xklock.o - OBJ2 = jnames.o -@@ -25,7 +25,7 @@ - $(EXE):$(OBJ) - $(CC) $(C_FLAG) -o $@ $(OBJ) $(LIB) - --$(OBJ1):$(SRC1) $(INC) -+$(OBJ1):$(SRC1) - $(CC) $(C_FLAG) -c $(SRC1) - - $(OBJ2):$(SRC2) diff --git a/japanese/xklock/files/patch-ab b/japanese/xklock/files/patch-ab deleted file mode 100644 index 915cff6b5dc1..000000000000 --- a/japanese/xklock/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- jnames.c.orig Mon Nov 19 18:26:45 1990 -+++ jnames.c Tue Jan 23 05:09:46 2001 -@@ -18,7 +18,7 @@ - #include - #include - --#define JNAMES "/usr/local/lib/jnames" -+#define JNAMES "%%PREFIX%%/lib/X11/xklock/jnames" - - static FILE *MYJF = NULL, *PUBJF = NULL; - diff --git a/japanese/xklock/files/patch-ac b/japanese/xklock/files/patch-ac deleted file mode 100644 index 0b6095d3abff..000000000000 --- a/japanese/xklock/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- xklock.c.orig Tue Jan 23 04:57:50 2001 -+++ xklock.c Tue Jan 23 04:58:35 2001 -@@ -74,7 +74,7 @@ - #ifdef SHADOW - static struct spwd *user_spwd; - #endif --static char root_password[32], user_password[32]; -+static char root_password[_PASSWORD_LEN], user_password[_PASSWORD_LEN]; - static char *option_name[] = { - "-d", /* 0 */ - "-foreground", /* 1 */ diff --git a/japanese/xklock/files/patch-ad b/japanese/xklock/files/patch-ad deleted file mode 100644 index d7e7f56ecafd..000000000000 --- a/japanese/xklock/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- xklock.h.orig Mon Nov 19 11:17:56 1990 -+++ xklock.h Tue Jan 23 05:00:15 2001 -@@ -47,7 +47,7 @@ - - /* jnamesデータベース */ - --#define JNAMES_DB "/usr/local/lib/jnames" -+#define JNAMES_DB "%%PREFIX%%/lib/X11/xklock/jnames" - - /* メッセージ */ - diff --git a/japanese/xklock/pkg-comment b/japanese/xklock/pkg-comment deleted file mode 100644 index 4370e2e5b07d..000000000000 --- a/japanese/xklock/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -X key lock in the Japanese language diff --git a/japanese/xklock/pkg-descr b/japanese/xklock/pkg-descr deleted file mode 100644 index ca6187cc9b70..000000000000 --- a/japanese/xklock/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -X key lock in the Japanese language. diff --git a/japanese/xklock/pkg-plist b/japanese/xklock/pkg-plist deleted file mode 100644 index 808d1c71703f..000000000000 --- a/japanese/xklock/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/xklock -lib/X11/xklock/jnames -@dirrm lib/X11/xklock -- cgit v1.2.3