Thu Jul 24 13:21:55 2014 UTC ()
lex (libfl) is a runtime dependency.


(jperkin)
diff -r1.55 -r1.56 pkgsrc/devel/cscope/Makefile

cvs diff -r1.55 -r1.56 pkgsrc/devel/cscope/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/cscope/Makefile 2013/10/16 12:03:29 1.55
+++ pkgsrc/devel/cscope/Makefile 2014/07/24 13:21:54 1.56
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.55 2013/10/16 12:03:29 roy Exp $ 1# $NetBSD: Makefile,v 1.56 2014/07/24 13:21:54 jperkin Exp $
2 2
3DISTNAME= cscope-15.8a 3DISTNAME= cscope-15.8a
4PKGREVISION= 1 4PKGREVISION= 1
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cscope/} 6MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cscope/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://cscope.sourceforge.net/ 9HOMEPAGE= http://cscope.sourceforge.net/
10COMMENT= Interactive C program browser 10COMMENT= Interactive C program browser
11LICENSE= original-bsd 11LICENSE= original-bsd
12 12
13GNU_CONFIGURE= YES 13GNU_CONFIGURE= YES
14USE_TOOLS+= byacc lex 14USE_TOOLS+= byacc lex:run
15 15
16CONFIGURE_ARGS+= --with-flex --with-yacc 16CONFIGURE_ARGS+= --with-flex --with-yacc
17INSTALLATION_DIRS+= share/emacs/site-lisp 17INSTALLATION_DIRS+= share/emacs/site-lisp
18 18
19SUBST_CLASSES+= path 19SUBST_CLASSES+= path
20SUBST_SED.path= -e "s,PATH=\"\\(.*\\),PATH=\"${PREFIX}/bin:\\1," 20SUBST_SED.path= -e "s,PATH=\"\\(.*\\),PATH=\"${PREFIX}/bin:\\1,"
21SUBST_FILES.path= contrib/xcscope/cscope-indexer 21SUBST_FILES.path= contrib/xcscope/cscope-indexer
22SUBST_MESSAGE.path= Fixing path in cscope-indexer. 22SUBST_MESSAGE.path= Fixing path in cscope-indexer.
23SUBST_STAGE.path= post-patch 23SUBST_STAGE.path= post-patch
24 24
25post-install: 25post-install:
26 ${INSTALL_SCRIPT} ${WRKSRC}/contrib/xcscope/cscope-indexer \ 26 ${INSTALL_SCRIPT} ${WRKSRC}/contrib/xcscope/cscope-indexer \
27 ${DESTDIR}${PREFIX}/bin 27 ${DESTDIR}${PREFIX}/bin