update devel/global: 4.5.3 -> 4.6
PR: 54214 Submitted by: Rui Lopes <rui@ruilopes.com> (maintainer)
This commit is contained in:
parent
da20d32dc5
commit
93e761724e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84474
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= global
|
||||
PORTVERSION= 4.5.3
|
||||
PORTVERSION= 4.6
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= rui@ruilopes.com
|
||||
COMMENT= A source code tag system
|
||||
@ -20,9 +20,6 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
MAN1= gctags.1 global.1 gozilla.1 gtags.1 htags.1
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e "s|\@PERL\@|${PERL}|g" ${WRKSRC}/htags/htags.in
|
||||
|
||||
post-install:
|
||||
install-info ${PREFIX}/info/global.info ${PREFIX}/info/dir
|
||||
.if !defined(NOPORTDOCS)
|
||||
|
@ -1 +1 @@
|
||||
MD5 (global-4.5.3.tar.gz) = e591095c42fc42c6af8a1a3a5797a5a1
|
||||
MD5 (global-4.6.tar.gz) = 513418bc88a7c0051992b5345bae10bc
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- libdb/compat.h.orig Thu Jun 5 04:36:52 2003
|
||||
+++ libdb/compat.h Wed Jun 18 22:02:55 2003
|
||||
@@ -91,7 +91,7 @@
|
||||
#define bcopy(a, b, n) memmove(b, a, n)
|
||||
#endif
|
||||
|
||||
-#if defined(BSD) || defined(BSD4_3)
|
||||
+#if 0
|
||||
#define strchr(a, b) index(a, b)
|
||||
#define strrchr(a, b) rindex(a, b)
|
||||
#define memcmp(a, b, n) bcmp(a, b, n)
|
@ -1,5 +1,5 @@
|
||||
GLOBAL is a source code tag system that works the same way across diverse
|
||||
environments. Supported languages are C, C++, Yacc and Java.
|
||||
environments. Supported languages are C, C++, Yacc, Java, PHP and Assembly.
|
||||
You can locate a specified function in the source files and move there easily.
|
||||
It is useful for hacking a large project containing many subdirectories,
|
||||
many '#ifdef' and many main() functions, like MH, X or BSD kernel.
|
||||
|
Loading…
Reference in New Issue
Block a user