From osa@freebsd.org.ru  Wed Apr 23 02:09:15 2003
Return-Path: <osa@freebsd.org.ru>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2ADFD37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Apr 2003 02:09:15 -0700 (PDT)
Received: from freebsd.org.ru (freebsd.org.ru [194.84.67.5])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8969C43F85
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Apr 2003 02:09:14 -0700 (PDT)
	(envelope-from osa@freebsd.org.ru)
Received: by freebsd.org.ru (Postfix, from userid 1000)
	id 5BE80A5; Wed, 23 Apr 2003 13:09:12 +0400 (MSD)
Message-Id: <20030423090912.5BE80A5@freebsd.org.ru>
Date: Wed, 23 Apr 2003 13:09:12 +0400 (MSD)
From: Sergey A.Osokin <osa@FreeBSD.org.ru>
Reply-To: Sergey A.Osokin <osa@FreeBSD.org.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER][PATCH] databases/gigabase: update from 2.81 to 2.82
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         51307
>Category:       ports
>Synopsis:       [MAINTAINER] [patch] databases/gigabase: update from 2.81 to 2.82
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 23 02:10:15 PDT 2003
>Closed-Date:    Wed Apr 23 13:30:38 CEST 2003
>Last-Modified:  Wed Jan 14 20:28:06 UTC 2009
>Originator:     Sergey A. Osokin
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
n/a
>Environment:
System: FreeBSD 5.0-CURRENT #32: Sun Apr 20 15:22:59 MSD 2003 i386

>Description:
	databases/gigabase: update from 2.81 to 2.82
	change --prefix to ${LOCALBASE}
>How-To-Repeat:
>Fix:

Index: ports/databases/gigabase/Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/gigabase/Makefile,v
retrieving revision 1.45
diff -u -r1.45 Makefile
--- ports/databases/gigabase/Makefile	27 Mar 2003 20:28:56 -0000	1.45
+++ ports/databases/gigabase/Makefile	23 Apr 2003 09:07:20 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gigabase
-PORTVERSION=	2.81
+PORTVERSION=	2.82
 CATEGORIES=	databases
 MASTER_SITES=	http://www.garret.ru/~knizhnik/
 
@@ -18,6 +18,7 @@
 USE_GMAKE=	yes
 USE_LIBTOOL=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ARGS?=--prefix=${LOCALBASE}
 CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
 INSTALLS_SHLIB=	yes
 
Index: ports/databases/gigabase/distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/gigabase/distinfo,v
retrieving revision 1.44
diff -u -r1.44 distinfo
--- ports/databases/gigabase/distinfo	27 Mar 2003 20:28:56 -0000	1.44
+++ ports/databases/gigabase/distinfo	23 Apr 2003 09:07:20 -0000
@@ -1 +1 @@
-MD5 (gigabase-2.81.tar.gz) = e960c222dd8c0cf5d8a00d4ae87b59d1
+MD5 (gigabase-2.82.tar.gz) = 9cb00488d83194054e66376ad027924c
>Release-Note:
>Audit-Trail:

From: Anton Berezin <tobez@tobez.org>
To: "Sergey A.Osokin" <osa@FreeBSD.org.ru>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/51307: [MAINTAINER][PATCH] databases/gigabase: update from 2.81 to 2.82
Date: Wed, 23 Apr 2003 11:53:53 +0200

 On Wed, Apr 23, 2003 at 01:09:12PM +0400, Sergey A.Osokin wrote:
 
 > 	databases/gigabase: update from 2.81 to 2.82
 > 	change --prefix to ${LOCALBASE}
 
 jail# make
 >> gigabase-2.82.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
 >> Attempting to fetch from http://www.garret.ru/~knizhnik/.
 Receiving gigabase-2.82.tar.gz (1168147 bytes): 100%
 1168147 bytes transferred in 10.8 seconds (105.56 kBps)
 ===>  Extracting for gigabase-2.82
 >> Checksum mismatch for gigabase-2.82.tar.gz.
 ===>  Refetch for 1 more times files: gigabase-2.82.tar.gz 
 >> gigabase-2.82.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
 >> Attempting to fetch from http://www.garret.ru/~knizhnik/.
 fetch: http://www.garret.ru/~knizhnik/gigabase-2.82.tar.gz: Requested
 Range Not 
 Satisfiable
 >> Attempting to fetch from
 >> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
 fetch:
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/gigabase-2.82.tar.gz:
 F
 ile unavailable (e.g., file not found, no access)
 >> Couldn't fetch it - please try to retrieve this
 >> port manually into /usr/ports/distfiles/ and try again.
 *** Error code 1
 
 Stop in /usr/ports/databases/gigabase.
 *** Error code 1
 
 Stop in /usr/ports/databases/gigabase.

From: "Sergey A. Osokin" <osa@freebsd.org.ru>
To: Anton Berezin <tobez@tobez.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/51307: [MAINTAINER][PATCH] databases/gigabase: update from 2.81 to 2.82
Date: Wed, 23 Apr 2003 14:54:33 +0400

 On Wed, Apr 23, 2003 at 11:53:53AM +0200, Anton Berezin wrote:
 > On Wed, Apr 23, 2003 at 01:09:12PM +0400, Sergey A.Osokin wrote:
 > 
 > > 	databases/gigabase: update from 2.81 to 2.82
 > > 	change --prefix to ${LOCALBASE}
 > 
 > jail# make
 > >> gigabase-2.82.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
 > >> Attempting to fetch from http://www.garret.ru/~knizhnik/.
 > Receiving gigabase-2.82.tar.gz (1168147 bytes): 100%
 > 1168147 bytes transferred in 10.8 seconds (105.56 kBps)
 > ===>  Extracting for gigabase-2.82
 > >> Checksum mismatch for gigabase-2.82.tar.gz.
 > ===>  Refetch for 1 more times files: gigabase-2.82.tar.gz 
 > >> gigabase-2.82.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
 > >> Attempting to fetch from http://www.garret.ru/~knizhnik/.
 > fetch: http://www.garret.ru/~knizhnik/gigabase-2.82.tar.gz: Requested
 > Range Not 
 > Satisfiable
 > >> Attempting to fetch from
 > >> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
 > fetch:
 > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/gigabase-2.82.tar.gz:
 > F
 > ile unavailable (e.g., file not found, no access)
 > >> Couldn't fetch it - please try to retrieve this
 > >> port manually into /usr/ports/distfiles/ and try again.
 > *** Error code 1
 
 Author reroll distro...
 Try a new patch.
 
 Index: ports/databases/gigabase/Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/databases/gigabase/Makefile,v
 retrieving revision 1.45
 diff -u -r1.45 Makefile
 --- ports/databases/gigabase/Makefile	27 Mar 2003 20:28:56 -0000	1.45
 +++ ports/databases/gigabase/Makefile	23 Apr 2003 10:54:26 -0000
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	gigabase
 -PORTVERSION=	2.81
 +PORTVERSION=	2.82
  CATEGORIES=	databases
  MASTER_SITES=	http://www.garret.ru/~knizhnik/
  
 @@ -18,6 +18,7 @@
  USE_GMAKE=	yes
  USE_LIBTOOL=	yes
  CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 +CONFIGURE_ARGS?=--prefix=${LOCALBASE}
  CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
  INSTALLS_SHLIB=	yes
  
 Index: ports/databases/gigabase/distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/databases/gigabase/distinfo,v
 retrieving revision 1.44
 diff -u -r1.44 distinfo
 --- ports/databases/gigabase/distinfo	27 Mar 2003 20:28:56 -0000	1.44
 +++ ports/databases/gigabase/distinfo	23 Apr 2003 10:54:26 -0000
 @@ -1 +1 @@
 -MD5 (gigabase-2.81.tar.gz) = e960c222dd8c0cf5d8a00d4ae87b59d1
 +MD5 (gigabase-2.82.tar.gz) = 1e567975b2ac104199da354fc6a6f27f
 -- 
 
 Rgdz,                        /"\  ASCII RIBBON CAMPAIGN
 Sergey Osokin aka oZZ,       \ /    AGAINST HTML MAIL
 http://ozz.pp.ru/             X          AND NEWS
                              / \
State-Changed-From-To: open->closed 
State-Changed-By: tobez 
State-Changed-When: Wed Apr 23 13:30:26 CEST 2003 
State-Changed-Why:  
Update committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51307 
>Unformatted:
