Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Jan 2002 14:00:02 -0800 (PST)
From:      Jos Backus <josb@cncdsl.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/33553: Update devel/global to version 4.2
Message-ID:  <200201042200.g04M02p59724@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/33553; it has been noted by GNATS.

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;

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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