diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-22 15:58:16 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-22 15:58:16 +0000 |
commit | 6aee407819d969f314fdb097a08bc078418ebb73 (patch) | |
tree | 7e10053382298e10915bb7b76fbfa8985d54840c /devel/global | |
parent | 473664c7025fb6ced868ea2901b3389ecf767f3f (diff) | |
download | ports-6aee407819d969f314fdb097a08bc078418ebb73.tar.gz ports-6aee407819d969f314fdb097a08bc078418ebb73.zip |
- updated to global 4.5.3
- added a patch to fix a header inclusion problem in strbuf.h
- updated WWW link
- removed the anoying configure warning:
configure: WARNING: you should use --build, --host, --target
- moved the @unexec install-info thing in pkg-plist
- give maintainership to submitter
PR: 53263
Submitted by: Rui Lopes <rui@ruilopes.com>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=83440
Diffstat (limited to 'devel/global')
-rw-r--r-- | devel/global/Makefile | 8 | ||||
-rw-r--r-- | devel/global/distinfo | 2 | ||||
-rw-r--r-- | devel/global/files/patch-compat.h | 11 | ||||
-rw-r--r-- | devel/global/pkg-descr | 4 | ||||
-rw-r--r-- | devel/global/pkg-plist | 2 |
5 files changed, 20 insertions, 7 deletions
diff --git a/devel/global/Makefile b/devel/global/Makefile index 612b431d7da1..4763d247336e 100644 --- a/devel/global/Makefile +++ b/devel/global/Makefile @@ -6,15 +6,17 @@ # PORTNAME= global -PORTVERSION= 4.5.2 +PORTVERSION= 4.5.3 CATEGORIES= devel -MASTER_SITES= http://www.tamacom.com/global/ +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= jos@catnook.com +MAINTAINER= rui@ruilopes.com COMMENT= A source code tag system GNU_CONFIGURE= yes USE_PERL5= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= gctags.1 global.1 gozilla.1 gtags.1 htags.1 diff --git a/devel/global/distinfo b/devel/global/distinfo index c290e09c6364..f60e15e7d5d3 100644 --- a/devel/global/distinfo +++ b/devel/global/distinfo @@ -1 +1 @@ -MD5 (global-4.5.2.tar.gz) = f2f61d5c7e2d1cf2855e5a2fb35fd0af +MD5 (global-4.5.3.tar.gz) = e591095c42fc42c6af8a1a3a5797a5a1 diff --git a/devel/global/files/patch-compat.h b/devel/global/files/patch-compat.h new file mode 100644 index 000000000000..76d1b2aefd85 --- /dev/null +++ b/devel/global/files/patch-compat.h @@ -0,0 +1,11 @@ +--- 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 f0624fe71f66..3a60169cd90f 100644 --- a/devel/global/pkg-descr +++ b/devel/global/pkg-descr @@ -1,7 +1,7 @@ GLOBAL is a source code tag system that works the same way across diverse -environments. Supported languages are C/Yacc and Java. +environments. Supported languages are C, C++, Yacc and Java. 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. -WWW: http://www.tamacom.com/global/ +WWW: http://www.gnu.org/software/global/ diff --git a/devel/global/pkg-plist b/devel/global/pkg-plist index 47e99f8f3fe0..dde0de9db574 100644 --- a/devel/global/pkg-plist +++ b/devel/global/pkg-plist @@ -3,12 +3,12 @@ bin/global bin/gozilla bin/gtags bin/htags +%%PORTDOCS%%@unexec install-info --delete %D/info/global.info %D/info/dir %%PORTDOCS%%info/global.info %%PORTDOCS%%info/global.info-1 %%PORTDOCS%%info/global.info-2 %%PORTDOCS%%info/global.info-3 %%PORTDOCS%%@exec install-info %D/info/global.info %D/info/dir -%%PORTDOCS%%@unexec install-info --delete %D/info/global.info %D/info/dir %%PORTDOCS%%share/doc/global/AUTHORS %%PORTDOCS%%share/doc/global/COPYING %%PORTDOCS%%share/doc/global/ChangeLog |