Add Y2K problem with slurp port
PR: ports/13694 Submitted by: James Raynard <james@jraynard.demon.co.uk>
This commit is contained in:
parent
747260e6ff
commit
02a6afe087
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5738
1 changed files with 8 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/en/y2kbug.sgml,v 1.30 1999/09/06 07:02:37 peter Exp $">
|
||||
<!ENTITY title 'Year 2000 Compatibility (aka "Millennium Bug")'>
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: www/en/y2kbug.sgml,v 1.30 1999/09/06 07:02:37 peter Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -260,6 +260,12 @@
|
|||
<dd>The dgs port suffers from the same TIFF related problem as the tiff
|
||||
port. [contrib routine for converting Sun rasterfiles to TIFF] [Port
|
||||
patched 1999/04/18; fixes in FreeBSD-3.2 and above]</dd>
|
||||
|
||||
<dt><a
|
||||
href="http://www.freebsd.org/cgi/query-pr.cgi?pr=13694">ports/13694</a></dt>
|
||||
|
||||
<dd>The slurp port has a problem generating a correctly formatted host file
|
||||
name when tm_year is greater than 100.</dd>
|
||||
</dl>
|
||||
|
||||
<h2>More information</h2>
|
||||
|
|
Loading…
Reference in a new issue