| Summary: | Portbuild article: Gives wrong location for scripts | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Chris Rees <crees> | ||||
| Component: | Books & Articles | Assignee: | Manolis Kiagias <manolis> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Chris Rees
2011-12-04 13:50:08 UTC
Responsible Changed From-To: freebsd-doc->manolis I'll take care of this manolis 2011-12-04 14:29:00 UTC
FreeBSD doc repository
Modified files:
en_US.ISO8859-1/articles/portbuild article.sgml
Log:
Update the scripts directory location and source repository
in portbuild article
PR: docs/163058
Submitted by: crees
Revision Changes Path
1.78 +3 -3 doc/en_US.ISO8859-1/articles/portbuild/article.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 Change committed, thanks! On Sun, Dec 04, 2011 at 01:47:59PM +0000, Chris Rees wrote:
> >Description:
> Update location of portbuild scripts. While here, label <filename> elements as directories.
> >How-To-Repeat:
>
> >Fix:
>
>
>
> --- portbuild-article-location.diff begins here ---
> Index: article.sgml
> ===================================================================
> RCS file: /home/dcvs/doc/en_US.ISO8859-1/articles/portbuild/article.sgml,v
> retrieving revision 1.77
> diff -u -r1.77 article.sgml
> --- article.sgml 27 Oct 2011 09:05:07 -0000 1.77
> +++ article.sgml 4 Dec 2011 13:45:39 -0000
> @@ -72,9 +72,9 @@
> </note>
>
> <para>The scripts that control all of this live in
> - <filename>/var/portbuild/scripts/</filename>. These are the
> - checked-out copies from
> - <filename>/usr/ports/Tools/portbuild/scripts/</filename>.</para>
> + <filename class="directory">/var/portbuild/scripts/</filename>.
> + These are the checked-out copies from the Subversion repository
> + <filename class="directory">base/projects/portbuild/scripts/</filename>.</para>
>
> <para>Typically, incremental builds are done that use previous
> packages as dependencies; this takes less time, and puts less
> --- portbuild-article-location.diff ends here ---
>
>
Hi Chris,
This patch looks fine. Can you please commit it?
Glen
On Sun, Dec 04, 2011 at 12:21:41PM -0500, Glen Barber wrote:
> Hi Chris,
>
> This patch looks fine. Can you please commit it?
>
Whoops, seems fetchmail wasn't done. Sorry.
Glen
|