From nobody@FreeBSD.org  Wed Mar 21 05:40:23 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 2DF8937B71E
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Mar 2001 05:40:23 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f2LDZ5p65124;
	Wed, 21 Mar 2001 05:35:05 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200103211335.f2LDZ5p65124@freefall.freebsd.org>
Date: Wed, 21 Mar 2001 05:35:05 -0800 (PST)
From: 3d@FreeBSD.org
To: freebsd-gnats-submit@FreeBSD.org
Subject: CVS web interface has problem (or problematic comit)
X-Send-Pr-Version: www-1.0

>Number:         25963
>Category:       misc
>Synopsis:       CVS web interface has problem (or problematic comit)
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    knu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 21 05:50:01 PST 2001
>Closed-Date:    Fri Mar 23 04:58:18 JST 2001
>Last-Modified:  Fri Mar 23 04:59:05 JST 2001
>Originator:     Marc van Woerkom
>Release:        FreeBSD web site
>Organization:
>Environment:
FreeBSD web site
>Description:
The last two entries on the CVS web interface view of opendx, thus
 
    http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/opendx/files/ 

look pretty fishy:

    [TXT]] patch-src:uipp:dxui:MacroDefinition.C  1.1   30 minutes  tg   - Remove `-lcompat' again, the new patches contain code fixes. - Fix paths in th...
    [[TXT]] patch-src:uipp:prompter:Browser.C  1.1   30 minutes  tg   - Remove `-lcompat' again, the new patches contain code fixes. - Fix paths 
The names are unusual, and CVS produces no proper link (try to click these files to get a look at them - it won't work).

I suspect that CVS web parsing has a problem with this stuff, but it 
might be as well the case that something unusual has been commited (what I can't check this moment).



>How-To-Repeat:


>Fix:

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Wed Mar 21 06:12:28 PST 2001 
State-Changed-Why:  
1) they're not fishy, they are more descriptive names of what the patch patches 
2) clicking on the links works fine in netscape. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25963 

From: Will Andrews <will@physics.purdue.edu>
To: 3d@FreeBSD.ORG
Cc: FreeBSD GNATS DB <FreeBSD-gnats-submit@FreeBSD.ORG>
Subject: Re: misc/25963: CVS web interface has problem (or problematic comit)
Date: Wed, 21 Mar 2001 10:27:17 -0500

 --Gle0L8H5l8ToQqD4
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On Wed, Mar 21, 2001 at 07:17:39AM -0800, Marc van Woerkom wrote:
 > What exactly does "patch-src:uipp:dxui:MacroDefinition.C" listed in
 > the file column mean?
 
 Patch to ${WRKSRC}/src/uipp/dxui/MacroDefinition.C.
 
 > Clicking on the links under both Netscape 6/ Win32 and Internet
 > Explorer 5.5 / Win32 yields nothing - something should change or?
 > I suspect Mozilla will act similiar.
 >=20
 > You're not building on some 4.7x behaviour?
 
 Hmm, I guess so.  Lynx doesn't seem to work either, unless you go
 directly to the link.  Weird.
 
 Report this to knu@FreeBSD.org, it's obviously a cvsweb issue.  The
 filename itself is not unusual.
 
 --=20
 wca
 
 --Gle0L8H5l8ToQqD4
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.4 (FreeBSD)
 Comment: For info see http://www.gnupg.org
 
 iD8DBQE6uMhUF47idPgWcsURAp/sAJwIGUX7hfULuCOFOU1JNpQIaCTXlgCfSHiR
 nEU2+ZfYjFfc6d4HZZ4t50A=
 =0yu+
 -----END PGP SIGNATURE-----
 
 --Gle0L8H5l8ToQqD4--

From: Marc van Woerkom <3d@hub.freebsd.org>
To: will@physics.purdue.edu, FreeBSD-gnats-submit@FreeBSD.ORG
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: misc/25963: CVS web interface has problem (or problematic comit)
Date: Wed, 21 Mar 2001 07:42:07 -0800 (PST)

 Ok, I forwarded the mail to knu@freebsd.org.
 
 I understand that the colons (':') are legal FreeBSD file names,
 but other systems have their problems - Cygwin just barfed:
 
     mvw@NIL /dos/mvw/projects/3d/opengl/opendx
     $ tar xvfoz files.tar.gz
     files/
     files/patch-ab
     files/patch-ac
     files/patch-acconfig.h
     files/patch-acinclude.m4
     files/patch-ad
     files/patch-ah
     files/patch-configure.in
     files/patch-src:uipp:dxui:MacroDefinition.C
     tar: files/patch-src\:uipp\:dxui\:MacroDefinition.C: Cannot open: No such file o
     r directory
     files/patch-src:uipp:prompter:Browser.C
     tar: files/patch-src\:uipp\:prompter\:Browser.C: Cannot open: No such file or di
     rectory
     tar: Error exit delayed from previous errors
 
 but that is a different construction zone .. :-)
 
 Thanks,
 Marc
 
State-Changed-From-To: closed->open 
State-Changed-By: knu 
State-Changed-When: Fri Mar 23 04:56:13 JST 2001 
State-Changed-Why:  
It actually was a bug of cvsweb.cgi. 


Responsible-Changed-From-To: freebsd-bugs->knu 
Responsible-Changed-By: knu 
Responsible-Changed-When: Fri Mar 23 04:56:13 JST 2001 
Responsible-Changed-Why:  
I'm the maintainer of cvsweb.cgi. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25963 
State-Changed-From-To: open->closed 
State-Changed-By: knu 
State-Changed-When: Fri Mar 23 04:58:18 JST 2001 
State-Changed-Why:  
Fixed by properly encoding colons in file names. 

Thanks for the report! 

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