Bug 147112

Summary: broken php5-mysql link in docs
Product: Documentation Reporter: Philip Olson <philip>
Component: Books & ArticlesAssignee: Johann Kois <jkois>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Philip Olson 2010-05-27 04:20:02 UTC
This page:

  - http://www.freebsd.org/doc/en/books/handbook/network-apache.html

Has a link titled:

  - databases/php5-mysql

Which links to (a 404):

  - http://www.freebsd.org/cgi/url.cgi?ports/databases/php5-mysql/pkg-descr

I stumbled around (sorry, not real familiar with freebsd infrastructure) and didn't find the seemingly correct page, but did end up here:

  - http://www.freebsd.org/cgi/cvsweb.cgi/ports/databases/php5-mysql/

Maybe it's the desired place? Anyhow, that's the bug.
Comment 1 Johann Kois freebsd_committer freebsd_triage 2010-06-27 21:20:00 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The problem is that for this specific port there is just no pkg-descr
file.  The port is there, the path is correct.  But pkg-descr does not
exist.  And probably never will.

The 404 you get is because links to ports within the documentation are
normally links to the pkg-descr file.

Only 2 ways to fix that:
- - add a pkg-descr file (this would need action from a ports committer)
- - change the link in the documentation (make it inactive in the end)

Option 1 will probably not happen.  All ports of this kind are just
"compiling options for the real port" (mysql support for php5 in this
case).  And there are a lot of them in the ports tree.

- -- 
 Johann Kois
 jkois(at)FreeBSD.org
 FreeBSD Documentation Project
 FreeBSD German Documentation Project - https://doc.bsdgroup.de
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkwnsnAACgkQ/rDr791hwtj83gCeIiI5DJb/cQKa0igofUZ8UJP2
9cEAnjfaE2DMYzmoQ/Wozlo22I8BjFPk
=KWMM
-----END PGP SIGNATURE-----
Comment 2 Johann Kois freebsd_committer freebsd_triage 2010-07-03 17:40:50 UTC
Responsible Changed
From-To: freebsd-doc->jkois

Take.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-07-03 17:51:46 UTC
jkois       2010-07-03 16:51:33 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/network-servers chapter.sgml 
  Log:
  PR:     docs/147112
  
  Remove the role attribut from the link to the port "database/php5-mysql".  For this port there is no pkg-descr file.  Therfore clicking
  on the link results in a 404 message.
  
  Revision  Changes    Path
  1.123     +5 -2      doc/en_US.ISO8859-1/books/handbook/network-servers/chapter.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Johann Kois freebsd_committer freebsd_triage 2010-07-03 19:14:57 UTC
State Changed
From-To: open->closed

I fixed the broken link described in this PR.  The change is now online. 

Close this PR.