Skip site navigation (1)Skip section navigation (2)
Date:      8 Jul 2003 10:26:20 -0000
From:      Rui Lopes <rui@ruilopes.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54214: Update port: devel/global to 4.6
Message-ID:  <20030708102620.6866.qmail@ns.webtt.biz>
Resent-Message-ID: <200307081030.h68AUITG060468@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         54214
>Category:       ports
>Synopsis:       Update port: devel/global to 4.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 08 03:30:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Rui Lopes
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD disty 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Fri Jun 6 19:30:44 WEST 2003 root@disty:/usr/obj/usr/src/sys/DEBUGGER i386


	
>Description:
Synopsis says it all!

>How-To-Repeat:
	
>Fix:

	

--- global.patch begins here ---
diff -ruN global.orig/Makefile global/Makefile
--- global.orig/Makefile	Tue Jul  8 09:33:31 2003
+++ global/Makefile	Tue Jul  8 10:34:01 2003
@@ -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
@@ -19,9 +19,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
diff -ruN global.orig/distinfo global/distinfo
--- global.orig/distinfo	Tue Jul  8 09:33:31 2003
+++ global/distinfo	Tue Jul  8 10:25:01 2003
@@ -1 +1 @@
-MD5 (global-4.5.3.tar.gz) = e591095c42fc42c6af8a1a3a5797a5a1
+MD5 (global-4.6.tar.gz) = 513418bc88a7c0051992b5345bae10bc
diff -ruN global.orig/files/patch-compat.h global/files/patch-compat.h
--- global.orig/files/patch-compat.h	Tue Jul  8 09:33:31 2003
+++ global/files/patch-compat.h	Thu Jan  1 01:00:00 1970
@@ -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 -ruN global.orig/pkg-descr global/pkg-descr
--- global.orig/pkg-descr	Tue Jul  8 09:33:31 2003
+++ global/pkg-descr	Tue Jul  8 10:10:31 2003
@@ -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.
--- global.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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