Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2017 05:30:11 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r320713 - stable/11/sys
Message-ID:  <201707060530.v665UBi9014759@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Thu Jul  6 05:30:11 2017
New Revision: 320713
URL: https://svnweb.freebsd.org/changeset/base/320713

Log:
  MFC r318651:
  
  Remove glimpse make target added in r181432
  
  The textproc/glimpse port expired over 3 years ago because there weren't any
  more publicly available distfiles, and because it lacked a maintainer. Remove
  the target as it's no longer executable on FreeBSD.

Modified:
  stable/11/sys/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/Makefile
==============================================================================
--- stable/11/sys/Makefile	Thu Jul  6 05:28:35 2017	(r320712)
+++ stable/11/sys/Makefile	Thu Jul  6 05:30:11 2017	(r320713)
@@ -59,19 +59,7 @@ TAGS ${.CURDIR}/TAGS: ${.CURDIR}/cscope.files
 	rm -f ${.CURDIR}/TAGS
 	cd ${.CURDIR}; xargs etags -a < ${.CURDIR}/cscope.files
 
-# You need the textproc/glimpse ports for this.
-glimpse:
-.if !exists(${.CURDIR}/.glimpse_exclude)
-	echo .svn > ${.CURDIR}/.glimpse_exclude
-	echo /compile/ >> ${.CURDIR}/.glimpse_exclude
-.endif
-	cd ${.CURDIR}; glimpseindex -H . -B -f -o .
-
-glimpse-clean:
-	cd ${.CURDIR}; rm -f .glimpse_*
-
-.if !(make(cscope) || make(cscope-clean) || make(cscope-hook) || make(TAGS) || \
-    make(glimpse) || make(glimpse-clean))
+.if !(make(cscope) || make(cscope-clean) || make(cscope-hook) || make(TAGS))
 .include <src.opts.mk>
 
 # The boot loader



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