mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Properly remove references to deprecated emacs versions, and unbreak INDEX
Approved by: portmgr (bapt)
This commit is contained in:
parent
7ea34d643b
commit
a6b895df13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359516
@ -17,10 +17,6 @@ USE_EMACS= yes
|
||||
USE_GHOSTSCRIPT_RUN= yes
|
||||
USE_TEX= latex dvipsk
|
||||
|
||||
.if ${EMACS_PORT_NAME} != "emacs21"
|
||||
PORTNAMESUFFIX= ${PKGNAMESUFFIX}
|
||||
.endif
|
||||
|
||||
LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}a
|
||||
|
||||
|
@ -16,10 +16,6 @@ COMMENT= Enhanced Integration of Emacs Interpreted Objects
|
||||
|
||||
USE_EMACS= yes
|
||||
|
||||
.if ${EMACS_PORT_NAME} != "emacs21"
|
||||
PORTNAMESUFFIX= ${PKGNAMESUFFIX}
|
||||
.endif
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/speedbar/speedbar.el:${PORTSDIR}/editors/speedbar${PORTNAMESUFFIX}
|
||||
|
||||
USES= gmake
|
||||
|
@ -16,10 +16,6 @@ COMMENT= Lexer, parser-generator, and parser for Emacs
|
||||
|
||||
USE_EMACS= yes
|
||||
|
||||
.if ${EMACS_PORT_NAME} != "emacs21"
|
||||
PORTNAMESUFFIX= ${PKGNAMESUFFIX}
|
||||
.endif
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/eieio/eieio.el:${PORTSDIR}/devel/eieio${PORTNAMESUFFIX} \
|
||||
${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/speedbar/speedbar.el:${PORTSDIR}/editors/speedbar${PORTNAMESUFFIX}
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
@ -53,7 +53,7 @@ DEPPORT_SUFFIX=
|
||||
.else
|
||||
DEPPORT_SUFFIX= -${EMACS_PORT_NAME}
|
||||
.endif
|
||||
.if (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22") || (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
|
||||
.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
|
||||
PLIST= ${PKGDIR}/pkg-plist.emacs21
|
||||
.endif
|
||||
# depends on apel (case of xemacs-21.x or later)
|
||||
|
@ -54,7 +54,7 @@ DEPPORT_SUFFIX=
|
||||
.else
|
||||
DEPPORT_SUFFIX= -${EMACS_PORT_NAME}
|
||||
.endif
|
||||
.if (${EMACS_PORT_NAME} == "emacs20") || (${EMACS_PORT_NAME} == "emacs21") || (${EMACS_PORT_NAME} == "emacs22") || (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
|
||||
.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel")
|
||||
PLIST= ${PKGDIR}/pkg-plist.emacs20
|
||||
.endif
|
||||
# depends on flim
|
||||
|
@ -16,6 +16,8 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= X-Face encoder/decoder/viewer for Emacsen
|
||||
|
||||
EMACS_PORT_NAME?= emacs24
|
||||
|
||||
RUN_DEPENDS= compface:${PORTSDIR}/mail/faces
|
||||
|
||||
USE_EMACS= yes
|
||||
|
@ -18,10 +18,6 @@ OPTIONS_DEFINE= CONTRIB
|
||||
CONTRIB_DESC= Install extra packages. This can shadow versions already there.
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
.if ${EMACS_PORT_NAME} != "emacs21"
|
||||
PORTNAMESUFFIX= ${PKGNAMESUFFIX}
|
||||
.endif
|
||||
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/xml-parse.el:${PORTSDIR}/textproc/xml-parse.el
|
||||
RUN_DEPENDS+= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/htmlize.el:${PORTSDIR}/textproc/htmlize.el
|
||||
|
||||
|
@ -17,10 +17,6 @@ COMMENT= Code to efficiently read/write XML data with Elisp
|
||||
|
||||
USE_EMACS= yes
|
||||
|
||||
.if ${EMACS_PORT_NAME} != "emacs21"
|
||||
PORTNAMESUFFIX= ${PKGNAMESUFFIX}
|
||||
.endif
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
|
Loading…
Reference in New Issue
Block a user