Subject: pkg/16887: glib homepage not found
To: None <gnats-bugs@gnats.netbsd.org>
From: James K. Lowden <jklowden@schemamania.org>
List: netbsd-bugs
Date: 05/18/2002 17:27:16
>Number:         16887
>Category:       pkg
>Synopsis:       homepage in Makefile out of date
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Sat May 18 14:28:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     James K. Lowden
>Release:        1.5.2
>Organization:
>Environment:
n/a
System: NetBSD lowden 1.5 NetBSD 1.5 (GENERIC) #1: Sun Nov 19 21:42:11 MET 2000 fvdl@sushi:/work/trees/netbsd-1-5/sys/arch/i386/compile/GENERIC i386


>Description:
http://www.gtk.org/docs/glib_toc.html is gone.
>How-To-Repeat:
lynx http://www.gtk.org/docs/glib_toc.html
>Fix:
There really isn't a homepage for glib per se.  Best is
probably to use gtk.org, which is what the one-line patch below does. 
If you want a pointer to the docs (I don't know what the old
"homepage" was), you could use 

http://developer.gnome.org/doc/API/glib/index.html

instead.  

The patch below is attached for clarity.  
[-- snip --]
--- Makefile.orig       Sat May 18 17:11:07 2002
+++ Makefile    Sat May 18 17:16:28 2002
@@ -11,7 +11,7 @@
                        ${MASTER_SITE_GNOME:=stable/sources/glib/}
 
 MAINTAINER=            tron@netbsd.org
-HOMEPAGE=              http://www.gtk.org/docs/glib_toc.html
+HOMEPAGE=              http://www.gtk.org/
 COMMENT=               Some useful routines for C programming
 
 CONFLICTS=             gtk+-1.0.*
[-- snip --]
>Release-Note:
>Audit-Trail:
>Unformatted: