pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/45925: Update devel/global to 6.2 [with patch]



>Number:         45925
>Category:       pkg
>Synopsis:       Update devel/global to 6.2 [with patch]
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Feb 04 14:05:00 +0000 2012
>Originator:     Matt Danielson
>Release:        NetBSD 5.99.60
>Organization:
        
>Environment:
        
        
System: NetBSD sally.myhome.westell.com 5.99.60 NetBSD 5.99.60 (GENERIC) #0: 
Sat Jan 21 16:21:20 EST 2012 
matthew%sally.myhome.westell.com@localhost:/usr/builds/obj.i386/sys/arch/i386/compile/GENERIC
 i386
Architecture: i386
Machine: i386
>Description:
        The follow patch updates gnu global to version 6.4
>How-To-Repeat:
        
>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/devel/global/Makefile,v
retrieving revision 1.30
diff -u -p -u -r1.30 Makefile
--- Makefile    19 Jan 2011 04:24:15 -0000      1.30
+++ Makefile    4 Feb 2012 14:00:52 -0000
@@ -1,21 +1,24 @@
 # $NetBSD: Makefile,v 1.30 2011/01/19 04:24:15 uebayasi Exp $
 #
 
-DISTNAME=      global-5.9.3
+DISTNAME=      global-6.2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=global/}
 
 MAINTAINER=    uebayasi%NetBSD.org@localhost
 HOMEPAGE=      http://www.gnu.org/software/global/
 COMMENT=       Source code tag system including web browser output
+LICENSE=gnu-gpl-v3
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE=         YES
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+=       --with-posix-sort=${SORT:Q}
+
 INFO_FILES=            YES
-USE_TOOLS+=            perl:run
+USE_TOOLS+=            perl:run sort:run
 
 CONF_FILES=    ${PREFIX}/share/gtags/gtags.conf ${PKG_SYSCONFDIR}/gtags.conf
 
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/devel/global/PLIST,v
retrieving revision 1.13
diff -u -p -u -r1.13 PLIST
--- PLIST       19 Jan 2011 04:24:15 -0000      1.13
+++ PLIST       4 Feb 2012 14:00:52 -0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2011/01/19 04:24:15 uebayasi Exp $
+@comment $NetBSD$
 bin/global
 bin/globash
 bin/gozilla
@@ -6,9 +6,8 @@ bin/gtags
 bin/gtags-cscope
 bin/htags
 info/global.info
-lib/gtags/exuberant-ctags.a
 lib/gtags/exuberant-ctags.la
-lib/gtags/exuberant-ctags.so
+lib/gtags/user-custom.la
 man/man1/global.1
 man/man1/globash.1
 man/man1/gozilla.1
@@ -29,6 +28,8 @@ share/gtags/README
 share/gtags/THANKS
 share/gtags/bless.sh.tmpl
 share/gtags/completion.cgi.tmpl
+share/gtags/elvis-2.2_0.patch
+share/gtags/elvis.rc
 share/gtags/ghtml.cgi.tmpl
 share/gtags/global.cgi.tmpl
 share/gtags/globash.rc
@@ -78,4 +79,11 @@ share/gtags/jquery/jquery.treeview.css
 share/gtags/jquery/jquery.treeview.js
 share/gtags/jscode_suggest.tmpl
 share/gtags/jscode_treeview.tmpl
+share/gtags/script/README
+share/gtags/script/elvis-global
+share/gtags/script/global-client
+share/gtags/script/gtags-client
+share/gtags/script/htags-client
+share/gtags/script/less-global
 share/gtags/style.css.tmpl
+@pkgdir var/gtags/sitekeys
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/devel/global/distinfo,v
retrieving revision 1.9
diff -u -p -u -r1.9 distinfo
--- distinfo    19 Jan 2011 04:24:15 -0000      1.9
+++ distinfo    4 Feb 2012 14:00:52 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.9 2011/01/19 04:24:15 uebayasi Exp $
 
-SHA1 (global-5.9.3.tar.gz) = 292f75e444898c2689dfdcd9ba8f9d0ca9776dee
-RMD160 (global-5.9.3.tar.gz) = 422ed68c54ee3c5181a6b251e2af0c3a42a1b2f8
-Size (global-5.9.3.tar.gz) = 1138586 bytes
+SHA1 (global-6.2.tar.gz) = 1540e81d193b43a93fdc078946accd9765ced0c1
+RMD160 (global-6.2.tar.gz) = 8eb9a54f06231e4a812cc35c9a621fcedb3bc404
+Size (global-6.2.tar.gz) = 1225652 bytes

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index