Skip site navigation (1)Skip section navigation (2)
Date:      22 Jan 2002 18:35:52 -0000
From:      Jos Backus <josb@cncdsl.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34176: Important fix for global-4.3 port
Message-ID:  <20020122183552.40302.qmail@lizzy.bugworks.com>

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

>Number:         34176
>Category:       ports
>Synopsis:       Important fix for global-4.3 port
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 22 10:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jos Backus
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
non
>Environment:
System: FreeBSD lizzy.bugworks.com 5.0-CURRENT FreeBSD 5.0-CURRENT #6: Sun Jan 20 19:25:17 PST 2002 jos@lizzy.bugworks.com:/disk0/usr/obj/usr/src/sys/LIZZY i386


>Description:

	The htag program distributed as part of global-4.3 is not patched
	correctly during the build process. The result is that the web source
	interface's search facility that htags installs will not work out of
	the box. The author has been notified and a new release will be made
	available soon which fixes this issue. Meanwhile the patch below fixes
	the port for the end user.

>How-To-Repeat:
	
	Instll the port and try to use the web interface's search facility.
>Fix:

--- Makefile.orig	Sun Jan 13 11:57:41 2002
+++ Makefile	Tue Jan 22 10:29:42 2002
@@ -7,6 +7,7 @@
 
 PORTNAME=	global
 PORTVERSION=	4.3
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.tamacom.com/global/
 
@@ -16,6 +17,9 @@
 GNU_CONFIGURE=	yes
 
 MAN1=		htags.1 btreeop.1 gtags.1 global.1 gctags.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
>Release-Note:
>Audit-Trail:
>Unformatted:

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?20020122183552.40302.qmail>