Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 May 2004 10:15:00 -0300
From:      Fernan Aguero <fernan@iib.unsam.edu.ar>
To:        Oliver Eikemeier <eikemeier@fillmore-labs.com>
Cc:        linimon@FreeBSD.ORG
Subject:   Re: FreeBSD ports that you maintain which are currently marked broken
Message-ID:  <20040518131500.GC99674@iib.unsam.edu.ar>
In-Reply-To: <40AA07C3.7020902@fillmore-labs.com>
References:  <200405180338.i4I3cNhH044522@quark.rcs.purdue.edu> <20040518122335.GB99674@iib.unsam.edu.ar> <40AA07C3.7020902@fillmore-labs.com>

next in thread | previous in thread | raw e-mail | index | archive | help
+----[ Oliver Eikemeier <eikemeier@fillmore-labs.com> (18.May.2004 09:48):
|
| >I will take care of this one. I have already contacted the
| >author to see if he can confirm the new checksum (there's
| >no version numbers, so it's difficult to tell what has
| >changed). 
| >
| >I will report back (or just send-pr) when I have something.
| 
| Verifying the diffs of the old and the new file is fine too.
| Maybe it's just change in the date of a copyright line...
| 
| -Oliver
|
+----]

Yes, I know. I had already downloaded and checked the
contents of the tarball, but
there are no README, COPYRIGHT, nor anything that can
provide a clue as to what version/snapshot of the code we
have.

And yes I can diff the files I have against the ones that
came from the tarball with the old checksum ... but where do
I get the old tarball? Does FreeBSD store this somewhere?

But wait ... I just searched Google and found a couple of
mirrors that seem to be outdated. So, yes I've found the old tarball with
checksum 05464867b24f69906f8383c1d233afbe at 
http://www.rdg.mirror.ac.uk/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/seaview.tar?

The difference between the two?

diff -ruN seaview_ukmirror/use_mase_files.cxx seaview_new/use_mase_files.cxx
--- seaview_ukmirror/use_mase_files.cxx	Tue Nov 25 06:17:09 2003
+++ seaview_new/use_mase_files.cxx	Tue Mar 16 06:36:05 2004
@@ -300,8 +300,8 @@
 		lseq += l2;
 		}
 	seq[totseqs][lseq]='\0';
-/* convert all to upper case */
-	p = seq[totseqs] - 1; while( *(++p) != 0 ) *p = toupper(*p);
+/* convert all to upper case 
+	p = seq[totseqs] - 1; while( *(++p) != 0 ) *p = toupper(*p); */
 	}
 fini:
 fclose(in);


So I guess I'll submit a PR to update the distinfo and fix
the port. 

Fernan

-- 
F e r n a n   A g u e r o
http://genoma.unsam.edu.ar/~fernan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040518131500.GC99674>