View | Details | Raw Unified | Return to bug 54214
Collapse All | Expand All

(-)global/Makefile (-5 / +2 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	global
8
PORTNAME=	global
9
PORTVERSION=	4.5.3
9
PORTVERSION=	4.6
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	${MASTER_SITE_GNU}
11
MASTER_SITES=	${MASTER_SITE_GNU}
12
MASTER_SITE_SUBDIR=	${PORTNAME} 
12
MASTER_SITE_SUBDIR=	${PORTNAME}
13
13
14
MAINTAINER=	rui@ruilopes.com
14
MAINTAINER=	rui@ruilopes.com
15
COMMENT=	A source code tag system
15
COMMENT=	A source code tag system
Lines 19-27 Link Here
19
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
19
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
20
20
21
MAN1=		gctags.1 global.1 gozilla.1 gtags.1 htags.1
21
MAN1=		gctags.1 global.1 gozilla.1 gtags.1 htags.1
22
23
post-patch:
24
	@${PERL} -pi -e "s|\@PERL\@|${PERL}|g" ${WRKSRC}/htags/htags.in
25
22
26
post-install:
23
post-install:
27
	install-info ${PREFIX}/info/global.info ${PREFIX}/info/dir
24
	install-info ${PREFIX}/info/global.info ${PREFIX}/info/dir
(-)global/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (global-4.5.3.tar.gz) = e591095c42fc42c6af8a1a3a5797a5a1
1
MD5 (global-4.6.tar.gz) = 513418bc88a7c0051992b5345bae10bc
(-)global/files/patch-compat.h (-11 lines)
Lines 1-11 Link Here
1
--- libdb/compat.h.orig	Thu Jun  5 04:36:52 2003
2
+++ libdb/compat.h	Wed Jun 18 22:02:55 2003
3
@@ -91,7 +91,7 @@
4
 #define	bcopy(a, b, n)		memmove(b, a, n)
5
 #endif
6
 
7
-#if defined(BSD) || defined(BSD4_3)
8
+#if 0
9
 #define	strchr(a, b)		index(a, b)
10
 #define	strrchr(a, b)		rindex(a, b)
11
 #define	memcmp(a, b, n)		bcmp(a, b, n)
(-)global/pkg-descr (-1 / +1 lines)
Lines 1-5 Link Here
1
GLOBAL is a source code tag system that works the same way across diverse
1
GLOBAL is a source code tag system that works the same way across diverse
2
environments.  Supported languages are C, C++, Yacc and Java.
2
environments.  Supported languages are C, C++, Yacc, Java, PHP and Assembly.
3
You can locate a specified function in the source files and move there easily.
3
You can locate a specified function in the source files and move there easily.
4
It is useful for hacking a large project containing many subdirectories,
4
It is useful for hacking a large project containing many subdirectories,
5
many '#ifdef' and many main() functions, like MH, X or BSD kernel.
5
many '#ifdef' and many main() functions, like MH, X or BSD kernel.

Return to bug 54214