summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-08 12:03:14 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-08 12:03:14 +0000
commit93e761724ea16e86059de227a70d5e216fede5a6 (patch)
tree29802e21f210b57842432e3d3d3a12e36af1c434 /devel
parentupdate editors/leo: 3.11.1 -> 3.12.b1 (diff)
update devel/global: 4.5.3 -> 4.6
PR: 54214 Submitted by: Rui Lopes <rui@ruilopes.com> (maintainer)
Notes
Notes: svn path=/head/; revision=84474
Diffstat (limited to 'devel')
-rw-r--r--devel/global/Makefile7
-rw-r--r--devel/global/distinfo2
-rw-r--r--devel/global/files/patch-compat.h11
-rw-r--r--devel/global/pkg-descr2
4 files changed, 4 insertions, 18 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile
index 4763d247336e..d51295a55eb8 100644
--- a/devel/global/Makefile
+++ b/devel/global/Makefile
@@ -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)
diff --git a/devel/global/distinfo b/devel/global/distinfo
index f60e15e7d5d3..90e84726ae9d 100644
--- a/devel/global/distinfo
+++ b/devel/global/distinfo
@@ -1 +1 @@
-MD5 (global-4.5.3.tar.gz) = e591095c42fc42c6af8a1a3a5797a5a1
+MD5 (global-4.6.tar.gz) = 513418bc88a7c0051992b5345bae10bc
diff --git a/devel/global/files/patch-compat.h b/devel/global/files/patch-compat.h
deleted file mode 100644
index 76d1b2aefd85..000000000000
--- a/devel/global/files/patch-compat.h
+++ /dev/null
@@ -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)
diff --git a/devel/global/pkg-descr b/devel/global/pkg-descr
index 3a60169cd90f..99e061cde67e 100644
--- a/devel/global/pkg-descr
+++ b/devel/global/pkg-descr
@@ -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.