| Summary: | broken php5-mysql link in docs | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | Philip Olson <philip> |
| Component: | Books & Articles | Assignee: | 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
-----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----- Responsible Changed From-To: freebsd-doc->jkois Take. 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"
State Changed From-To: open->closed I fixed the broken link described in this PR. The change is now online. Close this PR. |