Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 1998 15:15:53 -0600 (CST)
From:      Steve Price <sprice@hiwaay.net>
To:        Jim Mock <jim@corp.au.triax.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: GNATS problems/questions
Message-ID:  <Pine.OSF.4.02.9812101506510.26208-100000@fly.HiWAAY.net>
In-Reply-To: <Pine.BSF.4.05.9812110733020.729-100000@corp.au.triax.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 11 Dec 1998, Jim Mock wrote:

# I tried compiling the 3.107b source and the make install dies..

Try the patch that I've attached to this message.  This is
will update the gnats port and allow you to use the patches
it has to fix this and one other problem.

# I could always set it up on another box so it doesn't interfere with
# the FreeBSD mirror.  I'm more worried about getting it working
# properly than worrying about getting it working on a specific box.

This would probably be easiest.  First get them to work
separately and then stick them back together if you must.

# I'm talking about running send-pr from the command line here.  I did a
# reinstall last night and before I did I renamed the existing send-pr
# to send-pr-fbsd.  That seemed to take care of problems I was having
# with the categories, but the classes are still the defaults.  Here's
# what I have in the classes file..
# 
# addition::New users to set up.
# change-request::Change existing user info.
# removal::Remove existing account.
# web-bug::Web site errors.
# 
# But when I run send-pr, here's what shows up in it for the class..
# 
# >Class:         <[ sw-bug | doc-bug | change-request | support ] (one line)>

This is still hard-coded in edit-pr.  grep(1) around for CLASS_C.
You'll have to hand-edit it to make it work right.

# >From what you wrote, I assume you were talking about the perl scripts
# for wwwgnats.  I haven't even gotten that far yet, I want to make sure
# everything works from the command line first.  Didn't there used to be
# a port of wwwgnats?  I can't find it anywhere though.  The only two I
# find are gnats-3.106b and tkgnats-3.0.8.  What happened to it?

wwwgnats is a part of the gnats ports - in gnats/contrib somewhere
I think.  You might also want to look at the code we use for FreeBSD's
webpages which is in the CVS tree, www/en/cgi.

-steve

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/gnats/Makefile,v
retrieving revision 1.17
diff -u -r1.17 Makefile
--- Makefile	1998/11/20 15:26:10	1.17
+++ Makefile	1998/12/10 21:01:06
@@ -6,8 +6,8 @@
 # $Id: Makefile,v 1.17 1998/11/20 15:26:10 kuriyama Exp $
 #
 
-DISTNAME=       gnats-3.106-beta
-PKGNAME=	gnats-3.106b
+DISTNAME=	gnats-3.107-beta
+PKGNAME=	gnats-3.107b
 CATEGORIES=	databases elisp
 #MASTER_SITES=	ftp://ftp.cygnus.com/pub/gnats/
 MASTER_SITES=	ftp://ftp.juniper.net/pub/gnats/
Index: files/md5
===================================================================
RCS file: /home/ncvs/ports/databases/gnats/files/md5,v
retrieving revision 1.6
diff -u -r1.6 md5
--- md5	1998/08/16 19:25:41	1.6
+++ md5	1998/12/10 00:22:49
@@ -1 +1 @@
-MD5 (gnats-3.106-beta.tar.gz) = 3e447a9215931c71b32ead1ef1f7d254
+MD5 (gnats-3.107-beta.tar.gz) = 8b9f3bc69cda6738d4f93746b9cc69ff


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.OSF.4.02.9812101506510.26208-100000>