Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2019 07:39:23 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r503046 - head/devel/cscope
Message-ID:  <201905300739.x4U7dNne082136@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu May 30 07:39:23 2019
New Revision: 503046
URL: https://svnweb.freebsd.org/changeset/ports/503046

Log:
  devel/cscope: Do not install files for xemacs
  
  It was removed in 2014.

Modified:
  head/devel/cscope/Makefile
  head/devel/cscope/pkg-plist

Modified: head/devel/cscope/Makefile
==============================================================================
--- head/devel/cscope/Makefile	Thu May 30 07:39:06 2019	(r503045)
+++ head/devel/cscope/Makefile	Thu May 30 07:39:23 2019	(r503046)
@@ -3,6 +3,7 @@
 
 PORTNAME=	cscope
 PORTVERSION=	15.8b
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF
 
@@ -14,18 +15,15 @@ LICENSE=	BSD3CLAUSE
 USES=		ncurses
 OPTIONS_DEFINE=	XCSCOPE
 OPTIONS_SUB=	yes
-XCSCOPE_DESC=	Install (X)Emacs package
+XCSCOPE_DESC=	Install Emacs package
 
 GNU_CONFIGURE=	yes
 
 EMACSLISPDIR=	${PREFIX}/share/emacs/site-lisp
-XEMACSLISPDIR=	${PREFIX}/lib/xemacs/site-lisp
 
 post-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/contrib/xcscope/cscope-indexer ${STAGEDIR}${PREFIX}/bin
 	${MKDIR} ${STAGEDIR}${EMACSLISPDIR}
 	${INSTALL_DATA} ${WRKSRC}/contrib/xcscope/xcscope.el ${STAGEDIR}${EMACSLISPDIR}
-	${MKDIR} ${STAGEDIR}${XEMACSLISPDIR}
-	${LN} -sf ${EMACSLISPDIR}/xcscope.el ${STAGEDIR}${XEMACSLISPDIR}
 
 .include <bsd.port.mk>

Modified: head/devel/cscope/pkg-plist
==============================================================================
--- head/devel/cscope/pkg-plist	Thu May 30 07:39:06 2019	(r503045)
+++ head/devel/cscope/pkg-plist	Thu May 30 07:39:23 2019	(r503046)
@@ -3,4 +3,3 @@ bin/ocs
 man/man1/cscope.1.gz
 %%XCSCOPE%%bin/cscope-indexer
 %%XCSCOPE%%share/emacs/site-lisp/xcscope.el
-%%XCSCOPE%%lib/xemacs/site-lisp/xcscope.el



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905300739.x4U7dNne082136>