From josb@cncdsl.com  Fri Jan  4 12:54:43 2002
Return-Path: <josb@cncdsl.com>
Received: from w250.z064001178.sjc-ca.dsl.cnc.net (w250.z064001178.sjc-ca.dsl.cnc.net [64.1.178.250])
	by hub.freebsd.org (Postfix) with SMTP id 84D7D37B421
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  4 Jan 2002 12:54:40 -0800 (PST)
Received: (qmail 53873 invoked by uid 1000); 4 Jan 2002 20:55:02 -0000
Message-Id: <20020104205502.53872.qmail@lizzy.bugworks.com>
Date: 4 Jan 2002 20:55:02 -0000
From: Jos Backus <josb@cncdsl.com>
Reply-To: Jos Backus <josb@cncdsl.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update devel/global to version 4.2
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         33553
>Category:       ports
>Synopsis:       Update devel/global to version 4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sada
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 04 13:00:01 PST 2002
>Closed-Date:    Sun Jan 13 05:32:55 PST 2002
>Last-Modified:  Sun Jan 13 05:40:14 PST 2002
>Originator:     Jos Backus
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
none
>Environment:
System: FreeBSD lizzy.bugworks.com 5.0-CURRENT FreeBSD 5.0-CURRENT #24: Thu Jan 3 23:44:11 PST 2002 jos@lizzy.bugworks.com:/disk0/usr/obj/usr/src/sys/LIZZY i386


>Description:
    
    Patch to update devel/global to version 4.2.

>How-To-Repeat:
>Fix:

diff -ruN global/Makefile global-new/Makefile
--- global/Makefile	Mon Nov  6 22:23:32 2000
+++ global-new/Makefile	Fri Jan  4 12:43:18 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	global
-PORTVERSION=	4.0.1
+PORTVERSION=	4.2
 CATEGORIES=	devel
 MASTER_SITES=	http://www.tamacom.com/global/
 
@@ -22,7 +22,7 @@
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${PREFIX}/share/doc/global
 .for file in AUTHORS COPYING ChangeLog FAQ INSTALL LICENSE NEWS README \
-		THANKS VERSION
+		THANKS
 	${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/share/doc/global
 .endfor
 .endif
diff -ruN global/distinfo global-new/distinfo
--- global/distinfo	Mon Nov  6 22:23:32 2000
+++ global-new/distinfo	Fri Jan  4 12:39:12 2002
@@ -1 +1 @@
-MD5 (global-4.0.1.tar.gz) = a5f7c16fb0be046502e421eba40c21e9
+MD5 (global-4.2.tar.gz) = 53575de207994f324b7818a22af2a455
diff -ruN global/files/patch-aa global-new/files/patch-aa
--- global/files/patch-aa	Sun Oct 29 11:15:58 2000
+++ global-new/files/patch-aa	Fri Jan  4 12:38:45 2002
@@ -1,16 +1,17 @@
---- doc/Makefile.in.orig	Tue Sep 26 17:04:19 2000
-+++ doc/Makefile.in	Mon Oct 23 00:29:54 2000
-@@ -187,13 +187,6 @@
+--- doc/Makefile.in.orig	Fri Nov 23 11:02:34 2001
++++ doc/Makefile.in	Fri Jan  4 12:30:44 2002
+@@ -297,14 +297,6 @@
  	  done; \
  	done
  	@$(POST_INSTALL)
--	@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
+-	@if (install-info --version && \
+-	     install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \
 -	  list='$(INFO_DEPS)'; \
 -	  for file in $$list; do \
 -	    echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
 -	    install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
 -	  done; \
 -	else : ; fi
+ install-man:
  
- uninstall-info:
- 	$(PRE_UNINSTALL)
+ installcheck-am:
diff -ruN global/pkg-plist global-new/pkg-plist
--- global/pkg-plist	Sun Mar 11 00:17:40 2001
+++ global-new/pkg-plist	Fri Jan  4 12:42:46 2002
@@ -15,5 +15,4 @@
 share/doc/global/NEWS
 share/doc/global/README
 share/doc/global/THANKS
-share/doc/global/VERSION
 @dirrm share/doc/global
>Release-Note:
>Audit-Trail:

From: Jos Backus <josb@cncdsl.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/33553: Update devel/global to version 4.2
Date: Fri, 4 Jan 2002 13:56:54 -0801

 Here's a better patch which fixes NOPORTDOCS handling in the plist and also
 correctly removes the global.info-{1,2} files.
 
 diff -ruN global/Makefile global-new/Makefile
 --- global/Makefile	Mon Nov  6 22:23:32 2000
 +++ global-new/Makefile	Fri Jan  4 12:43:18 2002
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	global
 -PORTVERSION=	4.0.1
 +PORTVERSION=	4.2
  CATEGORIES=	devel
  MASTER_SITES=	http://www.tamacom.com/global/
  
 @@ -22,7 +22,7 @@
  .if !defined(NOPORTDOCS)
  	${MKDIR} ${PREFIX}/share/doc/global
  .for file in AUTHORS COPYING ChangeLog FAQ INSTALL LICENSE NEWS README \
 -		THANKS VERSION
 +		THANKS
  	${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/share/doc/global
  .endfor
  .endif
 diff -ruN global/distinfo global-new/distinfo
 --- global/distinfo	Mon Nov  6 22:23:32 2000
 +++ global-new/distinfo	Fri Jan  4 12:39:12 2002
 @@ -1 +1 @@
 -MD5 (global-4.0.1.tar.gz) = a5f7c16fb0be046502e421eba40c21e9
 +MD5 (global-4.2.tar.gz) = 53575de207994f324b7818a22af2a455
 diff -ruN global/files/patch-aa global-new/files/patch-aa
 --- global/files/patch-aa	Sun Oct 29 11:15:58 2000
 +++ global-new/files/patch-aa	Fri Jan  4 12:38:45 2002
 @@ -1,16 +1,17 @@
 ---- doc/Makefile.in.orig	Tue Sep 26 17:04:19 2000
 -+++ doc/Makefile.in	Mon Oct 23 00:29:54 2000
 -@@ -187,13 +187,6 @@
 +--- doc/Makefile.in.orig	Fri Nov 23 11:02:34 2001
 ++++ doc/Makefile.in	Fri Jan  4 12:30:44 2002
 +@@ -297,14 +297,6 @@
   	  done; \
   	done
   	@$(POST_INSTALL)
 --	@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
 +-	@if (install-info --version && \
 +-	     install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \
  -	  list='$(INFO_DEPS)'; \
  -	  for file in $$list; do \
  -	    echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
  -	    install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
  -	  done; \
  -	else : ; fi
 + install-man:
   
 - uninstall-info:
 - 	$(PRE_UNINSTALL)
 + installcheck-am:
 diff -ruN global/pkg-plist global-new/pkg-plist
 --- global/pkg-plist	Sun Mar 11 00:17:40 2001
 +++ global-new/pkg-plist	Fri Jan  4 13:49:28 2002
 @@ -3,17 +3,18 @@
  bin/global
  bin/gtags
  bin/htags
 -info/global.info
 -@exec install-info %D/info/global.info %D/info/dir
 -@unexec install-info --delete %D/info/global.info %D/info/dir
 -share/doc/global/AUTHORS
 -share/doc/global/COPYING
 -share/doc/global/ChangeLog
 -share/doc/global/FAQ
 -share/doc/global/INSTALL
 -share/doc/global/LICENSE
 -share/doc/global/NEWS
 -share/doc/global/README
 -share/doc/global/THANKS
 -share/doc/global/VERSION
 -@dirrm share/doc/global
 +%%PORTDOCS%%info/global.info
 +%%PORTDOCS%%info/global.info-1
 +%%PORTDOCS%%info/global.info-2
 +%%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
 +%%PORTDOCS%%share/doc/global/FAQ
 +%%PORTDOCS%%share/doc/global/INSTALL
 +%%PORTDOCS%%share/doc/global/LICENSE
 +%%PORTDOCS%%share/doc/global/NEWS
 +%%PORTDOCS%%share/doc/global/README
 +%%PORTDOCS%%share/doc/global/THANKS
 +%%PORTDOCS%%@dirrm share/doc/global
 
 -- 
 Jos Backus                 _/  _/_/_/        Santa Clara, CA
                           _/  _/   _/
                          _/  _/_/_/             
                     _/  _/  _/    _/
 josb@cncdsl.com     _/_/   _/_/_/            use Std::Disclaimer;
Responsible-Changed-From-To: freebsd-ports->chuckr 
Responsible-Changed-By: pat 
Responsible-Changed-When: Fri Jan 4 14:46:06 PST 2002 
Responsible-Changed-Why:  
Over to maintainer 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33553 

From: Jos Backus <josb@cncdsl.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:  
Subject: Re: ports/33553: Update devel/global to version 4.2
Date: Fri, 11 Jan 2002 16:01:19 -0800

 Patch updated to release 4.3 which just came out.
 Hope this makes it into 4.5.
 
 Thanks,
 Jos
 
 diff -ruN global/Makefile global-new/Makefile
 --- global/Makefile	Mon Nov  6 22:23:32 2000
 +++ global-new/Makefile	Fri Jan 11 15:55:46 2002
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	global
 -PORTVERSION=	4.0.1
 +PORTVERSION=	4.3
  CATEGORIES=	devel
  MASTER_SITES=	http://www.tamacom.com/global/
  
 @@ -22,7 +22,7 @@
  .if !defined(NOPORTDOCS)
  	${MKDIR} ${PREFIX}/share/doc/global
  .for file in AUTHORS COPYING ChangeLog FAQ INSTALL LICENSE NEWS README \
 -		THANKS VERSION
 +		THANKS
  	${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/share/doc/global
  .endfor
  .endif
 diff -ruN global/distinfo global-new/distinfo
 --- global/distinfo	Mon Nov  6 22:23:32 2000
 +++ global-new/distinfo	Fri Jan 11 15:55:51 2002
 @@ -1 +1 @@
 -MD5 (global-4.0.1.tar.gz) = a5f7c16fb0be046502e421eba40c21e9
 +MD5 (global-4.3.tar.gz) = 75036a222f8aaa42388995cdf1097d2b
 diff -ruN global/files/patch-aa global-new/files/patch-aa
 --- global/files/patch-aa	Sun Oct 29 11:15:58 2000
 +++ global-new/files/patch-aa	Fri Jan  4 12:38:45 2002
 @@ -1,16 +1,17 @@
 ---- doc/Makefile.in.orig	Tue Sep 26 17:04:19 2000
 -+++ doc/Makefile.in	Mon Oct 23 00:29:54 2000
 -@@ -187,13 +187,6 @@
 +--- doc/Makefile.in.orig	Fri Nov 23 11:02:34 2001
 ++++ doc/Makefile.in	Fri Jan  4 12:30:44 2002
 +@@ -297,14 +297,6 @@
   	  done; \
   	done
   	@$(POST_INSTALL)
 --	@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
 +-	@if (install-info --version && \
 +-	     install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then \
  -	  list='$(INFO_DEPS)'; \
  -	  for file in $$list; do \
  -	    echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\
  -	    install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\
  -	  done; \
  -	else : ; fi
 + install-man:
   
 - uninstall-info:
 - 	$(PRE_UNINSTALL)
 + installcheck-am:
 diff -ruN global/pkg-plist global-new/pkg-plist
 --- global/pkg-plist	Sun Mar 11 00:17:40 2001
 +++ global-new/pkg-plist	Fri Jan  4 13:49:28 2002
 @@ -3,17 +3,18 @@
  bin/global
  bin/gtags
  bin/htags
 -info/global.info
 -@exec install-info %D/info/global.info %D/info/dir
 -@unexec install-info --delete %D/info/global.info %D/info/dir
 -share/doc/global/AUTHORS
 -share/doc/global/COPYING
 -share/doc/global/ChangeLog
 -share/doc/global/FAQ
 -share/doc/global/INSTALL
 -share/doc/global/LICENSE
 -share/doc/global/NEWS
 -share/doc/global/README
 -share/doc/global/THANKS
 -share/doc/global/VERSION
 -@dirrm share/doc/global
 +%%PORTDOCS%%info/global.info
 +%%PORTDOCS%%info/global.info-1
 +%%PORTDOCS%%info/global.info-2
 +%%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
 +%%PORTDOCS%%share/doc/global/FAQ
 +%%PORTDOCS%%share/doc/global/INSTALL
 +%%PORTDOCS%%share/doc/global/LICENSE
 +%%PORTDOCS%%share/doc/global/NEWS
 +%%PORTDOCS%%share/doc/global/README
 +%%PORTDOCS%%share/doc/global/THANKS
 +%%PORTDOCS%%@dirrm share/doc/global
State-Changed-From-To: open->closed 
State-Changed-By: sada 
State-Changed-When: Sun Jan 13 05:32:55 PST 2002 
State-Changed-Why:  
Committed with change of MAINTAINER line. 


Responsible-Changed-From-To: chuckr->sada 
Responsible-Changed-By: sada 
Responsible-Changed-When: Sun Jan 13 05:32:55 PST 2002 
Responsible-Changed-Why:  
Changed maintainer of this port since I couldn't get response two times. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33553 
>Unformatted:
