git: 58c409cd7673 - main - graphics/xface.el: Remove
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 22:14:36 UTC
The branch main has been updated by jrm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=58c409cd76731cfa70c5e75d4b0cb090b9465eb7
commit 58c409cd76731cfa70c5e75d4b0cb090b9465eb7
Author: Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2022-04-06 13:16:36 +0000
Commit: Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2022-04-07 22:13:55 +0000
graphics/xface.el: Remove
graphics/xface.el has failed to build for years and, although not
obvious, it has also been marked broken for years.
In toplevel form:
x-face.el:147:13: Warning: Package cl is deprecated
x-face.el:159:51: Warning: ``(defvar (,symbol) (,value) (,doc))' is a
malformed function
x-face.el:803:1: Error: Symbol's function definition is void:
string-to-int
An indicator that this software is abandonware is the latest
release (from MASTER_SITES) is approaching two decades in age.
Sponsored by: The FreeBSD Foundation
---
graphics/Makefile | 1 -
graphics/xface.el/Makefile | 46 ---------------------------------------------
graphics/xface.el/distinfo | 3 ---
graphics/xface.el/pkg-descr | 1 -
graphics/xface.el/pkg-plist | 6 ------
5 files changed, 57 deletions(-)
diff --git a/graphics/Makefile b/graphics/Makefile
index a9df4c0a0080..03ce11d030c4 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1137,7 +1137,6 @@
SUBDIR += xcftools
SUBDIR += xd3d
SUBDIR += xdgagrab
- SUBDIR += xface.el
SUBDIR += xfig
SUBDIR += xfpovray
SUBDIR += xfractint
diff --git a/graphics/xface.el/Makefile b/graphics/xface.el/Makefile
deleted file mode 100644
index 58ccb0f15806..000000000000
--- a/graphics/xface.el/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# Created by: Yoichi NAKAYAMA <yoichi@FreeBSD.org>
-
-PORTNAME= xface.el
-PORTVERSION= 1.3.6.24
-PORTREVISION= 22
-CATEGORIES= graphics elisp
-MASTER_SITES= http://www.jpl.org/ftp/pub/elisp/ \
- ftp://ftp.jpl.org/pub/elisp/
-PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
-DISTNAME= x-face-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= X-Face encoder/decoder/viewer for Emacsen
-
-LICENSE= GPLv2+
-
-.if ${FLAVOR:U} != devel && ${FLAVOR:U} != devel_nox
-# http://pkg.awarnach.mathstat.dal.ca/data/11i386-default/2018-05-30_07h36m11s/logs/errors/xface.el-emacs26-1.3.6.24_18.log
-BROKEN= fails to build
-.endif
-
-RUN_DEPENDS= compface:mail/faces
-
-USES= emacs
-EMACS_FLAVORS_EXCLUDE= devel_full devel_nox # fail to build
-
-LISP_FILES= x-face
-LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/x-face
-PLIST_SUB+= LISPDIR=${LISPDIR} \
- DOCSDIR=share/doc/${PORTNAME}
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/${LISPDIR}
-.for i in ${LISP_FILES}
- ${INSTALL_DATA} ${WRKSRC}/${i}.el ${WRKSRC}/${i}.elc \
- ${STAGEDIR}${PREFIX}/${LISPDIR}
-.endfor
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- (cd ${WRKSRC} && ${INSTALL_DATA} METHOD.ja README.ja README-Anim.ja \
- TODO.ja ${STAGEDIR}${DOCSDIR})
-
-.include <bsd.port.mk>
diff --git a/graphics/xface.el/distinfo b/graphics/xface.el/distinfo
deleted file mode 100644
index e8455a0c6405..000000000000
--- a/graphics/xface.el/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1475572879
-SHA256 (x-face-1.3.6.24.tar.gz) = 9b94b09ce48a58a3241468236628c35dee1ad6697782936ac6d7fab17c7e414a
-SIZE (x-face-1.3.6.24.tar.gz) = 82489
diff --git a/graphics/xface.el/pkg-descr b/graphics/xface.el/pkg-descr
deleted file mode 100644
index f77050d4707b..000000000000
--- a/graphics/xface.el/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-This package provides X-Face encoder/decoder/viewer for Emacsen.
diff --git a/graphics/xface.el/pkg-plist b/graphics/xface.el/pkg-plist
deleted file mode 100644
index 7ac4ecab22d6..000000000000
--- a/graphics/xface.el/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-%%LISPDIR%%/x-face.el
-%%LISPDIR%%/x-face.elc
-%%PORTDOCS%%%%DOCSDIR%%/METHOD.ja
-%%PORTDOCS%%%%DOCSDIR%%/README.ja
-%%PORTDOCS%%%%DOCSDIR%%/README-Anim.ja
-%%PORTDOCS%%%%DOCSDIR%%/TODO.ja