Re: minor ERROR remark

2018-07-12 Thread Jason Helfman
 On Thu, 12 Jul 2018 13:44:38 -0700 Alexander Weidauer 
 wrote  Hi Folks, thanks you for the wonderful 
bhyve environment. I've start to install and use it for ubuntu 16.04-lts 
GENICOM software stuff. One little remark, please add the closing double qoute 
in your documentation in 21.7.9. Persistent Configuration ..line 
ifconfig_bridge0="addm /|igb0|/ addm /|tap0 <-- HERE |/ |Thank you and best 
regards huck. | || Thanks for the report. I've committed a fix for this just 
now. -jgh
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


docs/176836: [patch] porters-handbook: remove information on deprecated OPTIONS framework

2013-03-11 Thread Jason Helfman

>Number: 176836
>Category:   docs
>Synopsis:   [patch] porters-handbook: remove information on deprecated 
>OPTIONS framework
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-doc
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 11 07:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Jason Helfman
>Release:FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 
r247807: Mon Mar 4 19:35:47 UTC 2013 
pe...@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64



>Description:
It is no longer necessary to mention old-style of port options.
This patch removes it.


>How-To-Repeat:

>Fix:

Index: books/porters-handbook/book.xml
===
--- books/porters-handbook/book.xml (revision 41156)
+++ books/porters-handbook/book.xml (working copy)
@@ -4574,27 +4574,6 @@
 .include <bsd.port.mk>
  
 
- 
-   Old-Style Use of OPTIONS
-
-   OPTIONS=FOO "Enable option foo" On
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITHOUT_FOO)
-CONFIGURE_ARGS+=   --without-foo
-.else
-CONFIGURE_ARGS+=   --with-foo
-.endif
-
-.include <bsd.port.post.mk>
- 
-
- 
-   This method of using OPTIONS
- is deprecated, and will be removed at some point.
- Do not use this method for new ports.
- 

 

>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


docs/177131: [patch][porters-handbook] document USES zenoss

2013-03-19 Thread Jason Helfman

>Number: 177131
>Category:   docs
>Synopsis:   [patch][porters-handbook] document USES zenoss
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-doc
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 20 06:50:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Jason Helfman
>Release:FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 
r247807: Mon Mar 4 19:35:47 UTC 2013 
pe...@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64



>Description:
Document new USES feature "zenoss"
>How-To-Repeat:

>Fix:

Index: en_US.ISO8859-1/books/porters-handbook/uses.xml
===
--- en_US.ISO8859-1/books/porters-handbook/uses.xml (revision 41268)
+++ en_US.ISO8859-1/books/porters-handbook/uses.xml (working copy)
@@ -59,3 +59,12 @@
 implies both run-time and build-time dependencies.  vars
 will only set QMAIL variables for the port to use.
 
+
+
+  zenoss
+  none
+  Implies the port uses net-mgmt/zenoss in one way or another, but
+largely is used for building zenoss related zenpack ports.
+  
+
>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


freebsd-update-server article: Note to translators

2013-03-21 Thread Jason Helfman
Hello to all,

It would be great if r41161 could be merged into other languagues,
as it is currently broken documentation (links) if not merged. The broken
links are a direct result of not being able to carry out any subsequent
steps in the article to build your own update server.

I have fixed this in English, so please ping me with any questions you may
have.

Thanks!

-jgh
--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: website missing navigation

2013-04-11 Thread Jason Helfman
On Thu, Apr 11, 2013 at 3:49 PM, Derek Wood  wrote:

> On Wed, Apr 10, 2013 at 07:46:32PM -0700, Eric Dynamic wrote:
> > I cannot find the link to the ports page as an item on the home page and
> > if I type "ports" in the search bar it says "no such thing."
> >
> > ??
>
> It's right under the "Shortcuts" heading on the right side of the
> page, directly right of the "Get FreeBSD Now" yellow button.
>
> As for searching the website, I find using google with
> "site:freebsd.org" in the search query more helpful than the built in
> search. For example, the query "site:freebsd.org ports" returns the
> ports landing page for the first result.
>
>
While both of these statements are correct, and a good idea, we should have
"ports" return something while searching the site.

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


docs/178073: [patch][porters-handbook]: add pkgconfig to USES, and drop USE_PKGCONFIG

2013-04-22 Thread Jason Helfman

>Number: 178073
>Category:   docs
>Synopsis:   [patch][porters-handbook]: add pkgconfig to USES, and drop 
>USE_PKGCONFIG
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-doc
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 23 06:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Jason Helfman
>Release:FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 
r249172: Sat Apr 6 00:40:01 UTC 2013 
pe...@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64



>Description:
add USES= pkgconfig to handbook, and drop USE_PKGCONFIG
>How-To-Repeat:

>Fix:

Index: porters-handbook/book.xml
===
--- porters-handbook/book.xml   (revision 41472)
+++ porters-handbook/book.xml   (working copy)
@@ -5775,52 +5775,6 @@
   
 
 
-
-  Using pkg-config
-
-  If your ports requires pkg-config,
-   just set USE_PKGCONFIG to the following
-   possible values:
-  
-   Values for USE_PKGCONFIG
-
-   
- 
-   
- Definition
- Description
-   
- 
-
- 
-   
- USE_PKGCONFIG= yes
- The ports uses pkg-config only at build
-   time
-   
-
-   
- USE_PKGCONFIG= build
- The ports uses pkg-config only at build
-   time
-   
-
-   
- USE_PKGCONFIG= run
- The ports uses pkg-config only at run
-   time
-   
-
-   
- USE_PKGCONFIG= both
- The ports uses pkg-config both at build and run
-   time
-   
- 
-   
-  
-
-
 
   Using GNU gettext
 
Index: porters-handbook/uses.xml
===
--- porters-handbook/uses.xml   (revision 41472)
+++ porters-handbook/uses.xml   (working copy)
@@ -72,6 +72,19 @@
 
 
 
+  pkgconfig
+  none, build, run,
+both
+  Implies that the port uses devel/pkgconf in one way or another.  By
+default, with no arguments or with the build
+argument, it implies pkg-config as a build-time
+dependency, run implies a run-time dependency,
+and both implies both run-time and build-time
+dependencies.
+
+
+
   qmail
   none, build, run,
 both, vars
>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


docs/178169: [patch][porters-handbook] update documentation for using gettext

2013-04-25 Thread Jason Helfman

>Number: 178169
>Category:   docs
>Synopsis:   [patch][porters-handbook] update documentation for using 
>gettext
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-doc
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 26 04:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Jason Helfman
>Release:FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 
r249172: Sat Apr 6 00:40:01 UTC 2013 
pe...@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64



>Description:
USE_GETTEXT is now under the USES framework

>How-To-Repeat:

>Fix:

Index: porters-handbook/book.xml
===
--- porters-handbook/book.xml   (revision 41499)
+++ porters-handbook/book.xml   (working copy)
@@ -5781,17 +5781,12 @@
   
Basic Usage
 
-   If your port requires gettext,
- just set USE_GETTEXT to
- yes, and your port will grow the
- dependency on devel/gettext.  The value of
- USE_GETTEXT can also specify the required
- version of the libintl library, the basic
- part of gettext, but using this feature
- is strongly discouraged: Your port
- should work with just the current version of devel/gettext.
+   If your port requires gettext, just
+ set USES= gettext, and your
+ port will inherit a dependency on devel/gettext. Other values for
+ gettext usage can be in .
 
A rather common case is a port using
  gettext and configure.
@@ -5802,7 +5797,7 @@
  CPPFLAGS and LDFLAGS as
  follows:
 
-   USE_GETTEXT=yes
+   USES=   gettext
 CPPFLAGS+= -I${LOCALBASE}/include
 LDFLAGS+=  -L${LOCALBASE}/lib
 
@@ -5811,7 +5806,7 @@
Of course, the code can be more compact if there are no
  more flags to pass to configure:
 
-   USE_GETTEXT=yes
+   USES=   gettext
 GNU_CONFIGURE= yes
   
 
@@ -5832,7 +5827,7 @@
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT=   yes
+USES+= gettext
 PLIST_SUB+=NLS=""
 .else
 CONFIGURE_ARGS+=   --disable-nls
Index: porters-handbook/uses.xml
===
--- porters-handbook/uses.xml   (revision 41499)
+++ porters-handbook/uses.xml   (working copy)
@@ -63,6 +63,19 @@
 
 
 
+  gettext
+  none, lib, build,
+run
+  Implies that the port uses devel/gettext in one way or another.  By
+default, with no arguments or with the lib
+argument, implies gettext with build-time and 
+run-time dependencies, build implies a build-time
+dependency, and run implies a run-time
+dependency.
+
+
+
   pathfix
   none
   Look for the Makefile.in and
>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: docs/178169: [patch][porters-handbook] update documentation for using gettext

2013-04-25 Thread Jason Helfman
The following reply was made to PR docs/178169; it has been noted by GNATS.

From: Jason Helfman 
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: docs/178169: [patch][porters-handbook] update documentation for
 using gettext
Date: Thu, 25 Apr 2013 23:13:23 -0700

 --envbJBWh7q8WU6mo
 Content-Type: text/plain; charset=us-ascii; format=flowed
 Content-Disposition: inline
 
 Language correction.
 
 -jgh
 
 --
 Jason Helfman
 FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
 
 --envbJBWh7q8WU6mo
 Content-Type: text/x-diff; charset=us-ascii
 Content-Disposition: attachment; filename="gettext.diff"
 
 Index: porters-handbook/book.xml
 ===
 --- porters-handbook/book.xml  (revision 41499)
 +++ porters-handbook/book.xml  (working copy)
 @@ -5781,17 +5781,12 @@

Basic Usage
  
 -  If your port requires gettext,
 -just set USE_GETTEXT to
 -yes, and your port will grow the
 -dependency on devel/gettext.  The value of
 -USE_GETTEXT can also specify the required
 -version of the libintl library, the basic
 -part of gettext, but using this feature
 -is strongly discouraged: Your port
 -should work with just the current version of devel/gettext.
 +  If your port requires gettext, just set
 +USES= gettext, and your
 +port will inherit a dependency on devel/gettext. Other values for
 +gettext usage are listed in .
  
A rather common case is a port using
  gettext and configure.
 @@ -5802,7 +5797,7 @@
  CPPFLAGS and LDFLAGS as
  follows:
  
 -  USE_GETTEXT=yes
 +  USES=   gettext
  CPPFLAGS+=-I${LOCALBASE}/include
  LDFLAGS+= -L${LOCALBASE}/lib
  
 @@ -5811,7 +5806,7 @@
Of course, the code can be more compact if there are no
  more flags to pass to configure:
  
 -  USE_GETTEXT=yes
 +  USES=   gettext
  GNU_CONFIGURE=yes

  
 @@ -5832,7 +5827,7 @@
  .include <bsd.port.options.mk>
  
  .if ${PORT_OPTIONS:MNLS}
 -USE_GETTEXT=  yes
 +USES+=gettext
  PLIST_SUB+=   NLS=""
  .else
  CONFIGURE_ARGS+=  --disable-nls
 Index: porters-handbook/uses.xml
 ===
 --- porters-handbook/uses.xml  (revision 41499)
 +++ porters-handbook/uses.xml  (working copy)
 @@ -63,6 +63,19 @@
  
  
  
 +  gettext
 +  none, lib, build,
 +run
 +  Implies that the port uses devel/gettext in one way or another.  By
 +default, with no arguments or with the lib
 +argument, implies gettext with build-time and 
 +run-time dependencies, build implies a build-time
 +dependency, and run implies a run-time
 +dependency.
 +
 +
 +
pathfix
none
Look for the Makefile.in and
 
 --envbJBWh7q8WU6mo--
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: docs/173321

2013-05-17 Thread Jason Helfman
The following reply was made to PR docs/173321; it has been noted by GNATS.

From: Jason Helfman 
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: docs/173321
Date: Fri, 17 May 2013 20:06:34 -0700

 --bcaec520f6a91f2fc504dcf5637a
 Content-Type: text/plain; charset=ISO-8859-1
 
 Agreed.
 
 If anything, set DEBUG in /etc/make.conf at a minimal. And after that is
 written, and committed, a new method will exist :)
 
 This should be closed.
 
 -jgh
 
 --
 Jason Helfman  | FreeBSD Committer
 j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
 
 --bcaec520f6a91f2fc504dcf5637a
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 Agreed.If anything, set DEBUG in /etc/=
 make.conf at a minimal. And after that is written, and committed, a new met=
 hod will exist :)This should be closed.
 -jgh--Jason =
 Helfman=A0=A0=A0=A0=A0=A0 =A0=A0 | FreeBSD Committerj...@freebsd.org=A0=
 =A0=A0=A0 | http://people.freebsd.org/%7Ejgh"; target=3D"_blank">=
 http://people.freebsd.org/~jgh=A0 | The Power to Serve
 
 
 
 --bcaec520f6a91f2fc504dcf5637a--
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


docs/179246: [patch] gnome porting updates

2013-06-02 Thread Jason Helfman

>Number: 179246
>Category:   docs
>Synopsis:   [patch] gnome porting updates
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-doc
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 03 06:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Jason Helfman
>Release:FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #1 
r251226: Sat Jun 1 21:56:43 UTC 2013 
pe...@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64



>Description:
Attempt to synchronize with porters handbook with recent changes/updates.
There could be more, but I didn't read the entire GNOME porting handbook.

On a side note, it may be worth some effort to merge this into the Porters
Handbook, so it can get some more attention.

>How-To-Repeat:

>Fix:

Index: en_US.ISO8859-1/htdocs/gnome/docs/example-Makefile.xml
===
--- en_US.ISO8859-1/htdocs/gnome/docs/example-Makefile.xml  (revision 41830)
+++ en_US.ISO8859-1/htdocs/gnome/docs/example-Makefile.xml  (working copy)
@@ -17,33 +17,30 @@
  The following is an example Makefile for a FreeBSD GNOME port.
 
  
-# New ports collection makefile for:   gnomeapp
-# Date created:27 December 2003
-# Whom:Some 
GNOME User <&email;@FreeBSD.org>
-#
+# Created by: Some GNOME User <&email;@FreeBSD.org>
 # $FreeBSD$
-#
 
 # For this example, assume there was already a gnomeapp in the tree, and that 
this
 # is the GTK+-2 version (i.e. gnomeapp2 versus gnomeapp).
-PORTname=  gnomeapp2
+PORTNAME=  gnomeapp2
 PORTVERSION=   &gnomever;.2
 MASTER_SITES=  ${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR= 
sources/${PORTNAME:S/2//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DISTname=  ${PORTNAME:S/2//}-${PORTVERSION}
+DISTNAME=  ${PORTNAME:S/2//}-${PORTVERSION}
 DIST_SUBDIR=   gnome2
 
 MAINTAINER=gn...@freebsd.org
-COMMENT=   A GNOME app that does some stuff
+COMMENT=   GNOME app that does some stuff
 
 USE_BZIP2= yes
 GNU_CONFIGURE= yes # NOTE: if the port needs ltverhack, this must be
-USE_AUTOTOOLS="libtool":15
-USE_GMAKE= yes # same with GNU make
+USE_AUTOTOOLS= "libtool":15
+USE_GMAKE= yes # same with GNU make
 # This is for i18n:
 CONFIGURE_ENV+=CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-USE_GNOME= gnomehack gtk20
+USE_GNOME= gtk20
+USES=  pathfix
 
 # This application can dock in the GNOME panel, or it can not.
 # But there's no need to build support for it if the GNOME panel
Index: en_US.ISO8859-1/htdocs/gnome/docs/gnome1_porting.xml
===
--- en_US.ISO8859-1/htdocs/gnome/docs/gnome1_porting.xml(revision 41830)
+++ en_US.ISO8859-1/htdocs/gnome/docs/gnome1_porting.xml(working copy)
@@ -53,7 +53,7 @@

  glib12
  devel/glib12
- pkgconfig
+  

 

Index: en_US.ISO8859-1/htdocs/gnome/docs/gnome2_porting.xml
===
--- en_US.ISO8859-1/htdocs/gnome/docs/gnome2_porting.xml(revision 41830)
+++ en_US.ISO8859-1/htdocs/gnome/docs/gnome2_porting.xml(working copy)
@@ -71,7 +71,7 @@

  _glib20
  devel/glib20
- pkgconfig
+  

 

@@ -182,7 +182,7 @@

  libartlgpl2
  graphics/libart_lgpl
- pkgconfig
+  

 

@@ -308,7 +308,7 @@

  libxml2
  textproc/libxml2
- pkgconfig
+  

 

Index: en_US.ISO8859-1/htdocs/gnome/docs/gnome_porting.xml
===
--- en_US.ISO8859-1/htdocs/gnome/docs/gnome_porting.xml (revision 41830)
+++ en_US.ISO8859-1/htdocs/gnome/docs/gnome_porting.xml (working copy)
@@ -32,14 +32,6 @@

 

- g

docs/179801: [patch] jdk16 is deprecated, reflect within documentation

2013-06-21 Thread Jason Helfman

>Number: 179801
>Category:   docs
>Synopsis:   [patch] jdk16 is deprecated, reflect within documentation
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-doc
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 21 07:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Jason Helfman
>Release:FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 
r252008: Wed Jun 19 21:39:58 UTC 2013 
pe...@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64



>Description:
java/jdk16 is gone
>How-To-Repeat:

>Fix:
Index: en_US.ISO8859-1/htdocs/java/install.xml
===
--- en_US.ISO8859-1/htdocs/java/install.xml (revision 41991)
+++ en_US.ISO8859-1/htdocs/java/install.xml (working copy)
@@ -23,16 +23,6 @@
 make install clean
 
 
-Oracle JDK on FreeBSD
-
-This is the effort of the Java FreeBSD porting project.
-By the use of patchsets and the JDK source code released by Oracle,
-this port builds a native JDK for FreeBSD.
-
-cd /usr/ports/java/jdk16
-make install clean
-
-
 Oracle JDK for Linux
 
 This port installs the Java Development Kit from Oracle which was built for 
Linux. It will run under FreeBSD using the Linux compatibility.
Index: en_US.ISO8859-1/books/porters-handbook/book.xml
===
--- en_US.ISO8859-1/books/porters-handbook/book.xml (revision 41991)
+++ en_US.ISO8859-1/books/porters-handbook/book.xml (working copy)
@@ -6981,8 +6981,8 @@
There are several JDKs in the ports collection, from
  various vendors, and in several versions.  If your port must
  use one of these versions, you can define which one.  The
- most current version is java/jdk16.
+ most current version, and &os; default is java/openjdk6.
 

  Variables Which May be Set by Ports That Use
>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: docs/179801: [patch] jdk16 is deprecated, reflect within documentation

2013-06-24 Thread Jason Helfman
The following reply was made to PR docs/179801; it has been noted by GNATS.

From: Jason Helfman 
To: Eitan Adler 
Cc: bug-followup , j...@freebsd.org, 
Greg Lewis 
Subject: Re: docs/179801: [patch] jdk16 is deprecated, reflect within 
documentation
Date: Mon, 24 Jun 2013 17:04:28 -0700

 --e89a8ff24881d97e1604dfef4581
 Content-Type: text/plain; charset=ISO-8859-1
 
 > Shouldn't the Linux part also be dropped?  If so, that makes this page
 > mostly useless.
 >
 >
 > --
 > Eitan Adler
 >
 >
 Perhaps this is an opportunity to document installing openjdk7 and
 encourage users to
 use it, while openjdk6 is more than likely on deprecation path.
 
 -jgh
 
 -- 
 --
 Jason Helfman  | FreeBSD Committer
 j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
 
 --e89a8ff24881d97e1604dfef4581
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 =
 Shouldn't the Linux part also be dropped=
 ? =A0If so, that makes this page
 
 mostly useless.
 
 
 --
 Eitan Adler
 
 Perha=
 ps this is an opportunity to document installing openjdk7 and encourage use=
 rs touse it, while openjdk6 is more than likely on deprecation path.
 -jgh-- --Jason Helfman=A0=A0=A0=A0=A0=A0 =A0=A0 | =
 FreeBSD Committerj...@freebsd.org=A0=A0=A0=A0 | http://people=
 .freebsd.org/%7Ejgh" target=3D"_blank">http://people.freebsd.org/~jgh=
 =A0 | The Power to Serve
 
 
 
 --e89a8ff24881d97e1604dfef4581--
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


docs/180289: [patch] suggest bsdinstall and portsnap for installation methods of ports collection

2013-07-05 Thread Jason Helfman

>Number: 180289
>Category:   docs
>Synopsis:   [patch] suggest bsdinstall and portsnap for installation 
>methods of ports collection
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-doc
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 05 07:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Jason Helfman
>Release:FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 
r252008: Wed Jun 19 21:39:58 UTC 2013 
pe...@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64



>Description:
bsdinstall and portsnap are both viable solutions for installing the Ports 
Collection.

>How-To-Repeat:

>Fix:
Index: en_US.ISO8859-1/htdocs/ports/installing.xml
===
--- en_US.ISO8859-1/htdocs/ports/installing.xml (revision 42154)
+++ en_US.ISO8859-1/htdocs/ports/installing.xml (working copy)
@@ -19,8 +19,9 @@
 
 
 
-If you are installing FreeBSD from CD-ROM or an ftp site, the
+If you are installing &os; from CD-ROM or an ftp site, the
   sysinstall
+  or bsdinstall
   application will allow you to install the Ports Collection directly.
 
 However, if you are not installing using that method, you may
@@ -28,5 +29,9 @@
   download the gzipped tarball for the entire ports hierarchy.  The
   size of the file is &ports.size;.
 
+In addition to the aforementioned methods, you may use the
+  portsnap
+  utility to install the latest hourly built Ports Collection snapshot.
+
 
 
>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


docs/180912: [patch][porters-handbook] document gmake/imake in Uses, trim kde3

2013-07-28 Thread Jason Helfman

>Number: 180912
>Category:   docs
>Synopsis:   [patch][porters-handbook] document gmake/imake in Uses, trim 
>kde3
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-doc
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 28 21:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Jason Helfman
>Release:FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #0 
r253323: Sat Jul 13 18:26:21 UTC 2013 
pe...@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64



>Description:
update uses to include gmake and imake and trim kde3 ( no longer in tree )
>How-To-Repeat:

>Fix:

Index: en_US.ISO8859-1/books/porters-handbook/uses.xml
===
--- en_US.ISO8859-1/books/porters-handbook/uses.xml (revision 42463)
+++ en_US.ISO8859-1/books/porters-handbook/uses.xml (working copy)
@@ -97,6 +97,14 @@
 
 
 
+  gmake
+  (none)
+  Implies that the port uses devel/gmake as build-time
+dependency.
+
+
+
   iconv
   (none)
   Implies that the port uses 
 
 
+  imake
+  (none)
+  Implies that the port uses devel/imake as build-time
+dependency.
+
+
+
   ncurses
   (none), base,
 port
Index: en_US.ISO8859-1/books/porters-handbook/book.xml
===
--- en_US.ISO8859-1/books/porters-handbook/book.xml (revision 42463)
+++ en_US.ISO8859-1/books/porters-handbook/book.xml (working copy)
@@ -559,7 +559,7 @@
  The build target is run.
This is responsible for descending into the port's private
working directory (WRKSRC) and building
-   it.  If USE_GMAKE is set, GNU
+   it.  If USES= gmake is set, GNU
make will be used, otherwise the system
make will be used.

@@ -3683,7 +3683,7 @@
  variables, which are processed by
  ports/Mk/bsd.*.mk to augment initial
  build dependencies.  For example,
- USE_GMAKE=yes adds USES= gmake adds devel/gmake to
  BUILD_DEPENDS.  To prevent such
  additional dependencies from polluting
@@ -5299,7 +5299,7 @@
  imake
 
If your port uses GNU make,
- set USE_GMAKE=yes.
+ set USES= gmake.
 

  Variables for Ports Related to
@@ -5315,7 +5315,7 @@
 

  
-   USE_GMAKE
+   USES= gmake
The port requires gmake to
  build.
  
@@ -5333,7 +5333,7 @@
  Makefile files from
  Imakefile files using
  imake, then set
- USE_IMAKE=yes.  This will cause the
+ USES= imake.  This will cause the
  configure stage to automatically do an xmkmf
-a.  If the -a flag is a
  problem for your port, set XMKMF=xmkmf.
@@ -6076,7 +6076,7 @@
  

  
-   USE_IMAKE
+   USES= imake
The port uses imake.
  
 
@@ -6742,36 +6742,6 @@
 
   Using KDE
 
-  
-   Variable Definitions (KDE 3.x Only)
-
-   
- Variables for Ports That Use KDE 3.x
-
- 
-   
- 
-   USE_KDELIBS_VER
-   The port uses KDE libraries.  It specifies the
- major version of KDE to use and implies
- USE_QT_VER of the appropriate
- version.  The only possible value is
- 3.
- 
-
- 
-   USE_KDEBASE_VER
-   The port uses KDE base.  It specifies the major
- version of KDE to use and implies
- USE_QT_VER of the appropriate
- version.  The only possible value is
- 3.
- 
-   
- 
-   
-  
-
   
KDE 4 Variable Definitions
 
@@ -6935,10 +6905,10 @@
 
KDE 4.x ports are installed into
  KDE4_PREFIX, which is
- /usr/local/kde4 currently, to avoid
- conflicts with KDE 3.x ports.  This is achieved by
- specifying the kdeprefix component, which
- overrides the default PREFIX.  The ports
+ /usr/local/kde4 currently.
+ This is achieved by specifying the 
+ kdeprefix component, which overrides
+ the default PREFIX.  The ports
  however respect any PREFIX set via
  MAKEFLAGS environment variable and/or
  make arguments.
@@ -7270,7 +7240,7 @@
  default one will be set that simply runs Ant according to
  MAKE_ENV, MAKE_ARGS
  and ALL_TARGET.  This is similar to the
- USE_G

docs/182831: ports-ops : new mailing list

2013-10-08 Thread Jason Helfman

>Number: 182831
>Category:   docs
>Synopsis:   ports-ops : new mailing list
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-doc
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 08 15:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Jason Helfman
>Release:FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #2 
r255453: Mon Sep 16 12:43:32 UTC 2013 
r...@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64



>Description:
ports@ mailing list is getting messy and is being overrun by automated task 
when it is a dicussion group.
Let's separate automated operational tasks into a different mailing list.

>How-To-Repeat:

>Fix:
 
Index: en_US.ISO8859-1/books/handbook/eresources/chapter.xml
===
--- en_US.ISO8859-1/books/handbook/eresources/chapter.xml   (revision 42894)
+++ en_US.ISO8859-1/books/handbook/eresources/chapter.xml   (working copy)
@@ -471,6 +471,11 @@

 

+ &a.ports-ops.name;
+ Automated port tasks
+   
+
+   
  &a.ppc.name;
  Porting &os; to the &powerpc;

@@ -1694,6 +1699,18 @@

 

+ &a.ports-ops.name;
+
+ 
+   Automated
+   ports tasks
+
+   All ports and their associated automated tasks
+ related to infrastructure support.
+ 
+   
+
+   
  &a.proliant.name;
 
  
Index: en_US.ISO8859-1/share/xml/mailing-lists.ent
===
--- en_US.ISO8859-1/share/xml/mailing-lists.ent (revision 42894)
+++ en_US.ISO8859-1/share/xml/mailing-lists.ent (working copy)
@@ -358,6 +358,10 @@
 
 
 
+
+FreeBSD ports ops mailing 
list">
+freebsd-ports-ops">
+
 
 FreeBSD PowerPC porting mailing 
list">
 freebsd-ppc">
>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


docs/185521: books/porters-handbook: update parallel building section

2014-01-05 Thread Jason Helfman

>Number: 185521
>Category:   docs
>Synopsis:   books/porters-handbook: update parallel building section
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-doc
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 05 21:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Jason Helfman
>Release:FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 
r259961: Fri Dec 27 21:56:39 UTC 2013 
pe...@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64



>Description:
MAKE_JOBS_SAFE is now the default.
>How-To-Repeat:

>Fix:

Index: en_US.ISO8859-1/books/porters-handbook/book.xml
===
--- en_US.ISO8859-1/books/porters-handbook/book.xml (revision 43434)
+++ en_US.ISO8859-1/books/porters-handbook/book.xml (working copy)
@@ -5624,21 +5624,13 @@
  builds to be faster and more effective.
 
This is achieved by passing -jX flag
- to &man.make.1; running on vendor code.  Unfortunately, not
- all ports handle parallel building well.  Therefore it is
- required to explicitly enable this feature by adding
- MAKE_JOBS_SAFE=yes somewhere below the
- dependency declaration section of the
- Makefile.
-
-   Another option for controlling this feature from the
- maintainer's point of view is the
- MAKE_JOBS_UNSAFE=yes variable.  It is
- used when a port is known to be broken with
- -jX and a user forces the use of multi
- processor compilations for all ports in
- /etc/make.conf with the
- FORCE_MAKE_JOBS=yes variable.
+ to &man.make.1; running on vendor code.  This is the default
+ build behavior of ports. Unfortunately, not all ports handle
+ parallel building well and it may be required to explicitly
+ disable this feature by adding the
+ MAKE_JOBS_UNSAFE=yes variable. It is used
+ when a port is known to be broken with
+ -jX.
   
 
   
>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


docs/185810: [patch][porters-handbook]: add needed whitespace in Makefile for port

2014-01-15 Thread Jason Helfman

>Number: 185810
>Category:   docs
>Synopsis:   [patch][porters-handbook]: add needed whitespace in Makefile 
>for port
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-doc
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 15 19:50:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Jason Helfman
>Release:FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 
r259961: Fri Dec 27 21:56:39 UTC 2013 
pe...@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64



>Description:
Any new port, or port in the tree is going to need a extra line before inclusion
of bsd.port.mk, so let's give committers and contributors less work by adding 
this
to documentation.

This passed building and testing successfully.

>How-To-Repeat:

>Fix:

Index: en_US.ISO8859-1/books/porters-handbook/book.xml
===
--- en_US.ISO8859-1/books/porters-handbook/book.xml (revision 43542)
+++ en_US.ISO8859-1/books/porters-handbook/book.xml (working copy)
@@ -156,6 +156,7 @@
 
 MAINTAINER=yourem...@example.com
 COMMENT=   Cat chasing a mouse all over the screen
+
 .include <bsd.port.mk>
 
   
>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


java documentation

2014-01-21 Thread Jason Helfman
Hello All,

Over time I have sent in patches to documentation for java updates, however
there have been far more updates to the software then there is keeping the
documentation up-to-date.

That being said, are there any efforts into updating the documentation
noted here:

http://www.freebsd.org/java/dists/16.html
http://www.freebsd.org/java/dists/17.html

If so, that is great, and look forward to any commits to add any more
relevant content. If this isn't the case, and it is more of an effort to be
updated, is it possible we can explore other directions for content in this
location, or removal of the pages, or another option?

Thanks!
-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: new doceng member

2014-02-05 Thread Jason Helfman
On Wed, Feb 5, 2014 at 5:16 AM, Remko Lodder  wrote:

>
> On 05 Feb 2014, at 08:25, Hiroki Sato  wrote:
>
> > Hi,
> >
> > Please welcome Warren Block  as a new doceng
> > member.  As you know already, he has been active in updating our
> > essential documentations such as fdp-primer and handbook as well as
> > reviewing submitted patches for a long time.
> >
> > The doceng team has been working on infrastructural stuff such as
> > XML framework improvement and maintenance of documentation packages,
> > and would like new blood to enhance leadership on stimulating more
> > discussion and contribution about our documentation set.  I believe
> > Warren is one of the best persons who can take the role.  I hope you
> > can also agree.
> >
> > The current members of doceng include me, Glen Barber
> > , Marc Fonvieille , Gabor
> > Kovesdan , and Warren Block .
> >
> > -- Hiroki (doceng hat on)
>

Mazel Tov, Warren! You are a welcomed addition :)

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Error in Handbook (7.2.4.2. Chromium and Adobe(R) Flash(R) Plugin)

2014-02-07 Thread Jason Helfman
On Tue, Feb 4, 2014 at 1:07 AM, Voorde ter, Frank wrote:

> Good morning, afternoon or night,
>
> On https://www.freebsd.org/doc/handbook/desktop-browsers.html, at
> 7.2.4.2. Chromium and Adobe(R) Flash(R) Plugin, the following sentence can be
> read:
>
> (...) is similar to the the instructions in Section 7.2.1.1, "Firefox and
> Java(tm) Plugin".
>
> I think this is obviously incorrect, due to a copy-and-paste error. I
> think it must be:
>
> (...) is similar to the the instructions in Section 7.2.1.2, "Firefox and
> Adobe(R) Flash(R) Plugin".
>
> I hope this helps to make the Handbook closer to perfect.
>
> Yours sincerely,
>
> Frank ter Voorde
>
> ___
> freebsd-doc@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-doc
> To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


I've committed an update for this issue. Thanks for the report!

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Possible typo on doc/handbook/ports-using.html ?

2014-02-10 Thread Jason Helfman

> On Feb 9, 2014, at 4:49 PM, Lampros Chaidas  wrote:
> 
> Hi there,
> 
> I was just reading through the documentation for getting the ports collection 
> with the subversion method and noticed the following in "Procedure 5.2. 
> Subversion Method" - the link is 
> http://www.freebsd.org/doc/handbook/ports-using.html
> 
> "If the ports tree is not available,  Subversion can be installed as  
> a package:
> # pkg install subversion
> If pkgng is being used to  manage packages, Subversion can  be 
> installed with it instead:
> # pkg install subversion"
> 
> It looks like it's the same command in both situations - this looks redundant 
> to me, is there a difference here that maybe I'm missing? 
> 
> Thanks,
> - Lampros

Both statements are true, however I believe this can be reworded and condensed. 

I'll put together a patch.

- jgh
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Possible typo on doc/handbook/ports-using.html ?

2014-02-12 Thread Jason Helfman
On Mon, Feb 10, 2014 at 11:20 PM, Taras Korenko  wrote:

> On Mon, Feb 10, 2014 at 08:54:49PM -0800, Jason Helfman wrote:
> >
> > > On Feb 9, 2014, at 4:49 PM, Lampros Chaidas 
> wrote:
> > >
> > > Hi there,
> > >
> > > I was just reading through the documentation for getting the ports
> collection with the subversion method and noticed the following in
> "Procedure 5.2. Subversion Method" - the link is
> http://www.freebsd.org/doc/handbook/ports-using.html
> > >
> > > "If the ports tree is not available,  Subversion can be installed
> as  a package:
> > > # pkg install subversion
> > > If pkgng is being used to  manage packages, Subversion can  be
> installed with it instead:
> > > # pkg install subversion"
> > >
> > > It looks like it's the same command in both situations - this looks
> redundant to me, is there a difference here that maybe I'm missing?
> > >
> > > Thanks,
> > > - Lampros
> >
> > Both statements are true, however I believe this can be reworded and
> condensed.
> >
> > I'll put together a patch.
>
>   That was introduced in [1] as an attempt to clear texts from mentioning
> our old package management system (aka pkg_install).
>
> 1.
> http://svnweb.freebsd.org/doc/head/en_US.ISO8859-1/books/handbook/ports/chapter.xml?r1=43693&r2=43747
> --
>   WBR, Taras Korenko
>

I've just committed a fix for this. Thanks for the report!

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Patch for GNOME www pages

2014-10-07 Thread Jason Helfman
On Tue, Sep 30, 2014 at 6:39 PM, Joe Marcus Clarke 
wrote:

> On 9/30/14 8:22 PM, Warren Block wrote:
>
>> On Tue, 30 Sep 2014, Joe Marcus Clarke wrote:
>>
>>  Can someone with a doc bit look this patch over and commit it if they
>>> like it?  We had a change on our SVN server.  Thanks.
>>>
>>
>> Done.  Thanks!
>>
>>
> Thanks, Warren.
>
> Joe
>
> --
> PGP Key : http://www.marcuscom.com/pgp.asc
> ___
> freebsd-doc@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-doc
> To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
>

Has anyone had time to look at this diff I sent in for GNOME, as well?
Additionally,
I do not know if parts of this diff were committed.


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=179246

Thanks!

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Patch for GNOME www pages

2014-10-07 Thread Jason Helfman
> On Oct 7, 2014, at 11:24 AM, Warren Block  wrote:
> 
>> On Tue, 7 Oct 2014, Jason Helfman wrote:
>> 
>> Has anyone had time to look at this diff I sent in for GNOME, as well? 
>> Additionally,
>> I do not know if parts of this diff were committed.
>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=179246
> 
> I don't recall seeing this before.  At first glance, it seems like it should 
> all be in the Porter's Handbook to avoid having two copies to maintain.
> 
That is what I had suggested to kwm@, as well. 

-jgh
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Reference to freecode.org in the handbook

2014-11-07 Thread Jason Helfman


> On Nov 7, 2014, at 12:01 PM, Steven Santy  wrote:
> 
> Hello.  "freecode.org" is mentioned in  the _FreeBSD Handbook_ on page:
> 
> https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-finding-applications.html
> .
> 
> According to http://www.freecode.com/about :
> 
> "The Freecode site has been moved to a static state effective June 18, 2014
> due to low traffic levels and so that folks will focus on more useful
> endeavors than site upkeep."
> 
> Thank you for your ongoing commitment to both a high-quality OS and its
> documentation.
> 
> -Steve

I've proposed an edit for this to my mentor. Thanks for the report!

- jgh
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Handbook and Jails outdated reference

2014-11-10 Thread Jason Helfman
On Mon, Nov 10, 2014 at 6:14 AM, Cédric WIKTORZAK <
ced...@synapse-interactive.fr> wrote:

> Hello,
>
> The HandBook (in the 5.4.2 jails section) made a reference to a tool for
> jails management in FreeBSD port that is now abandoned. (sysutils/jailutils
> <http://www.freebsd.org/cgi/url.cgi?ports/sysutils/jailutils/pkg-descr>).
> http://www.freshports.org/sysutils/jailutils/ <
> http://www.freshports.org/sysutils/jailutils/>
> The sysutils/jailutils <
> http://www.freebsd.org/cgi/url.cgi?ports/sysutils/jailutils/pkg-descr>
> author website is also dead :
> http://memberwebs.com/nielsen/freebsd/jails/jailutils/ <
> http://memberwebs.com/nielsen/freebsd/jails/jailutils/>
> This section link to a bad URL :
> https://svnweb.freebsd.org/ports/head/sysutils/jailutils/pkg-descr?view=markup
> <
> https://svnweb.freebsd.org/ports/head/sysutils/jailutils/pkg-descr?view=markup
> >
>
> Below the section where is the problem:
>
> https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-tuning.html
> <
> https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-tuning.html
> >
>
> I think we can remove this part of the handbook
> OR
> advise the reader to read about these 2 tools that are now the most
> actively used for the management of jails : ezjail and cbsd
>
> Note that the following section (15.5) already provides a quick ezjails
> introduction.
>
> Thank you.
> WIKTORZAK Cédric.
>

I've proposed an edit to my mentor. Thanks for the report!

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Re: Reference to freecode.org in the handbook

2014-11-10 Thread Jason Helfman
On Fri, Nov 7, 2014 at 7:40 PM, Jason Helfman  wrote:

>
>
> > On Nov 7, 2014, at 12:01 PM, Steven Santy  wrote:
> >
> > Hello.  "freecode.org" is mentioned in  the _FreeBSD Handbook_ on page:
> >
> >
> https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-finding-applications.html
> > .
> >
> > According to http://www.freecode.com/about :
> >
> > "The Freecode site has been moved to a static state effective June 18,
> 2014
> > due to low traffic levels and so that folks will focus on more useful
> > endeavors than site upkeep."
> >
> > Thank you for your ongoing commitment to both a high-quality OS and its
> > documentation.
> >
> > -Steve
>
> I've proposed an edit for this to my mentor. Thanks for the report!
>
> - jgh
>

I've just committed an update. Thanks, again, for the report!

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: FreeBSD mirror sites for Canada

2014-11-10 Thread Jason Helfman
On Fri, Nov 7, 2014 at 5:33 PM, Allan Jude  wrote:

> On 2014-11-07 16:37, Ryan de Laplante (personal) wrote:
> > The two links for Canada on this page are broken:
> >
> >
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html
> >
> >
> >
> > ftp://ftp.ca.FreeBSD.org/pub/FreeBSD/
> >
> > ftp://ftp2.ca.FreeBSD.org/pub/FreeBSD/
> >
> >
> > When I click them in my browser it says  550 /pub/FreeBSD/: No such file
> > or directory
> >
> >
> > I tried emailing hostmas...@ca.freebsd.org  but it bounced.
> >
>
> They seem to have changed the URL layout, it is just
> ftp://ftp.ca.FreeBSD.org/FreeBSD/
>
> Hopefully someone can get in touch with the University of Waterloo CS
> Club, and get them to add the symlink
> --
> Allan Jude
>
>
It seems they are all down, now.

-jgh


-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Handbook and Jails outdated reference

2014-11-13 Thread Jason Helfman
On Mon, Nov 10, 2014 at 10:34 AM, Jason Helfman  wrote:

> On Mon, Nov 10, 2014 at 6:14 AM, Cédric WIKTORZAK <
> ced...@synapse-interactive.fr> wrote:
>
>> Hello,
>>
>> The HandBook (in the 5.4.2 jails section) made a reference to a tool for
>> jails management in FreeBSD port that is now abandoned. (sysutils/jailutils
>> <http://www.freebsd.org/cgi/url.cgi?ports/sysutils/jailutils/pkg-descr>).
>> http://www.freshports.org/sysutils/jailutils/ <
>> http://www.freshports.org/sysutils/jailutils/>
>> The sysutils/jailutils <
>> http://www.freebsd.org/cgi/url.cgi?ports/sysutils/jailutils/pkg-descr>
>> author website is also dead :
>> http://memberwebs.com/nielsen/freebsd/jails/jailutils/ <
>> http://memberwebs.com/nielsen/freebsd/jails/jailutils/>
>> This section link to a bad URL :
>> https://svnweb.freebsd.org/ports/head/sysutils/jailutils/pkg-descr?view=markup
>> <
>> https://svnweb.freebsd.org/ports/head/sysutils/jailutils/pkg-descr?view=markup
>> >
>>
>> Below the section where is the problem:
>>
>> https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-tuning.html
>> <
>> https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-tuning.html
>> >
>>
>> I think we can remove this part of the handbook
>> OR
>> advise the reader to read about these 2 tools that are now the most
>> actively used for the management of jails : ezjail and cbsd
>>
>> Note that the following section (15.5) already provides a quick ezjails
>> introduction.
>>
>> Thank you.
>> WIKTORZAK Cédric.
>>
>
> I've proposed an edit to my mentor. Thanks for the report!
>
> -jgh
>
> --
> Jason Helfman  | FreeBSD Committer
> j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
>

Handbook has been updated. Thanks, again, for the report!

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Re: Broken command in section 15.3 of the FreeBSD Handbook

2014-11-20 Thread Jason Helfman

> On Nov 20, 2014, at 9:02 AM, David O'Rourke  wrote:
> 
> Hi,
> 
> I was reading section 15.3 of the FreeBSD handbook
> (https://www.freebsd.org/doc/handbook/jails-build.html) and it seems
> that the command under the line
> 
>> When using sh(1) on FreeBSD 9.x and newer, issue this command:
> 
> is missing a little something. It currently says
> 
>> # for sets in BASE DOC GAMES PORTS; do (tar -xf 
>> /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$sets.TXZ -C $DESTDIR
> 
> I believe it should say:
> 
>> # for sets in BASE DOC GAMES PORTS; do (tar -xf 
>> /mnt/FREEBSD_INSTALL/USR/FREEBSD_DIST/$sets.TXZ -C $DESTDIR) ; done
> 
> Regards,
> 
> -- 
> -David
> ___
> freebsd-doc@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-doc
> To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Thanks for the report. I'll be submitting a patch for this shortly to my 
mentors. 

-jgh
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Issue with Handbook section 5.2

2014-12-07 Thread Jason Helfman

> On Dec 7, 2014, at 8:35 PM, Jacob Helwig  wrote:
> 
>> On Dec 7, 2014, at 05:08, Matthew Seaman  wrote:
>> 
>>> On 07/12/2014 02:58, Jacob Helwig wrote:
>>> In going through the FreeBSD Handbook (as of Sun Dec  7 02:44:11 UTC
>>> 2014), section 5.2 (Overview of Software Installation) mentions using
>>> ports-mgmt/portaudit to check for security issues.  Unfortunately,
>>> portaudit was removed from ports on October 13th[0].
>>> 
>>> The commit that removed it says that “pkg audit” should be used
>>> instead ("portaudit expired when pkg_tools did, use pkg audit”), but
>>> as someone pretty new to FreeBSD, it’s not clear that this would be
>>> appropriate for ports usage.  Is “pkg audit” appropriate?  The
>>> language in the warning section of this Handbook section suggests
>>> that “pkg audit” isn’t appropriate outside of package use.  If “pkg
>>> audit” isn’t appropriate, what should be used instead?
>>> 
>>> -Jacob
>>> 
>>> [0]
>>> https://github.com/freebsd/freebsd-ports/commit/a3523a34bbef563b0b50709f384729fa04bcbb7
>> 
>> pkg audit is certainly the correct tool to use.  You can audit your
>> system for vulnerable packages by running 'pkg audit -F' at intervals.
>> If you add:
>> 
>>  daily_status_security_pkgaudit_enable="YES"
>> 
>> to /etc/periodic.conf then you can have it run automatically each night.
>> 
>> You seem to be suffering from a common misconception that packages and
>> ports are somehow much more distinct than is actually the case.  It is
>> something that clearly we aren't explaining very effectively.
>> 
>> A port is a set of instructions for building a package -- and pkg is the
>> tool for creating and managing packages.  So much so that packages
>> themselves are now referred to as 'pkgs.'  (Partly that was to
>> distinguish them from the old pkg_tools style of packages, but that is
>> generally no longer a consideration. Even so, the usage persists.)  All
>> pkgs are originally built from ports and the result of building a port
>> is a pkg[*].  Even if you're installing pre-built pkgs from the FreeBSD
>> pkg repositories, this is still true.
>> 
>> Pkgs have two states: installed -- with all the files extracted and
>> copied into place in the filesystem -- and as tarballs -- collected into
>> one compressed archive for easy network distribution.  But they are both
>> still pkgs.
>> 
>>Cheers,
>> 
>>Matthew
>> 
>> [*] At the moment.  There are plans to change this so that several pkgs
>> may be build from one port, and also plans to be able to create pkgs
>> from other sources than the ports tree.
>> 
>> -- 
>> Dr Matthew J Seaman MA, D.Phil.
>> PGP: http://www.infracaninophile.co.uk/pgpkey
> 
> 
> 5.4.1 does a little to help dispel the idea that pkg & ports are completely 
> independent systems (aside from being able to make pkgs from ports, as 
> pointed out in 5.2).  Specifically where 5.4.1 mentions ports registering new 
> software with pkg.  Though, this doesn’t do much good for the warning in 5.2, 
> as you wouldn’t have read 5.4.1 yet.
> 
> I think updating the warning in 5.2 to call out that “pkg audit” has taken 
> over the portaudit functionality in 10.x+, and that it works with software 
> installed via either mechanism, would go a long way towards getting rid of 
> the misconception, or at the very least, not reinforce it.
> 
> -Jacob

I have not read this entire thread, but I noticed this on Friday and started 
working on a patch. 

Thanks!
-jgh
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Re: documentation error

2015-01-29 Thread Jason Helfman
I will take care of this. Thank you!
-jgh

On Wed, Jan 28, 2015 at 9:49 PM, Chad Smith  wrote:

> The mkisofs command on
> https://www.freebsd.org/doc/handbook/install-advanced.html needs a space
> between where the output file name is specified and the pathspec at the
> very end of the command.
>
> Running the command as documented with proper substitutions produces an
> error:
> mkisofs: Missing pathspec.
>
> Running the command with a space between the output file name and the
> pathspec works without issue.
> ___
> freebsd-doc@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-doc
> To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
>



-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Suggestion to Include nginx in article Mirroring FreeBSD

2015-02-18 Thread Jason Helfman
Good suggestion. I'll write something up and propose it to my mentors.

Thanks!
-jgh

On Tue, Feb 17, 2015 at 1:34 PM, Marco Muskus 
wrote:

> Hi !
>
> I got a suggestion, why don't you include nginx as a web server in the
> 2.4.3 section? It is apache, thttpd and boa, but now (as 2015) nginx is a
> good web server for the task (serving FreeBSD mirror files).
>
> https://www.freebsd.org/doc/en_US.ISO8859-1/articles/hubs/
> mirror-requirements.html
>
> Regards,
>
>
>
> --
>
>
>
>
>
>
>
>
>
> *Marco Antonio**
> *Muskus Muskus
>
> *Ingeniero Operación Plataformas *
>
> _mamus...@edatel.com.co
> _ <mailto:mamus...@edatel.com.co>Teléfono: +57 (4) 3846507
> Medellín, Colombia
>
> www.edatel.com.co <http://www.edatel.com.co/>
>
>
> ___
> freebsd-doc@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-doc
> To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"




-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

gnats removal question under htdocs/cgi

2015-04-23 Thread Jason Helfman
Hello Everyone,

I've been doing some gnats cleanup in documentation, but never really
touched htdocs cgi-land. Is there any reason that these couldn't be purged?
These are all found under en_US.ISO8859-1/htdocs/cgi:

Gnats.pm
GnatsPR
GnatsPR.pm
Makefile  (remove calls to files being removed)
dosendpr.cgi
query-pr-lib.pl
query-pr-summary.cgi
query-pr.cgi

Thanks!
-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: gnats removal question under htdocs/cgi

2015-04-23 Thread Jason Helfman
On Thu, Apr 23, 2015 at 8:35 AM, Glen Barber  wrote:

> On Thu, Apr 23, 2015 at 08:23:04AM -0700, Jason Helfman wrote:
> > Hello Everyone,
> >
> > I've been doing some gnats cleanup in documentation, but never really
> > touched htdocs cgi-land. Is there any reason that these couldn't be
> purged?
> > These are all found under en_US.ISO8859-1/htdocs/cgi:
> >
> > Gnats.pm
> > GnatsPR
> > GnatsPR.pm
> > Makefile  (remove calls to files being removed)
> > dosendpr.cgi
> > query-pr-lib.pl
> > query-pr-summary.cgi
> > query-pr.cgi
> >
>
> They probably can be purged now, since we're redirecting to Bugzilla
> automatically in the webserver configuration.
>
> Glen
>
>
I'll send something into reviews, and add you as well...

Thanks!
-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


One space between sentences, please - from Chicago Tribune

2015-05-06 Thread Jason Helfman
http://www.chicagotribune.com/business/ct-confidential-two-spaces-0506-biz-20150505-column.html

Very interesting. I've been bit on this a number of times because I've
followed AP Style Guide, however practice has shifted as noted in the
article.

Thoughts?

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: broken link from http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/networking.html

2015-05-11 Thread Jason Helfman
On Mon, May 11, 2015 at 1:51 PM, Julian H. Stacey  wrote:

> "Julian H. Stacey" wrote:
> > freebsd-doc@freebsd.org
> >
> > broken link from
> >  http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/networking.html
> >  12.5
> > to
> >
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-natd.html
>
> There's still an English one in the Chinese directory
>
> & I found this too:
>
>
> https://web.archive.org/web/20140215071900/http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-natd.html
>
> So please rescue the data, Thanks
>
> Cheers,
> Julian
> --
> Julian Stacey, BSD Linux Unix C Sys Eng Consultant Munich
> http://berklix.com
> Indent previous with "> ".  Reply Below as a play script.
> Send plain text, Not quoted-printable, HTML, or base64.
> ___
> freebsd-doc@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-doc
> To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
>

I am looking into this.

Thanks!
-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: openjdk documentation (wrong package name for pkg install)

2015-09-22 Thread Jason Helfman
On Wed, Sep 16, 2015 at 2:21 PM, Seo Townsend 
wrote:

> https://www.freebsd.org/java/ lists `pkg install openjdk7` but I had to
> use `pkg install openjdk` as the package is named `openjdk-7.80.15_1,1`.
>
> As an aside, openjdk8 is also a package; should be mentioned in the docs
> as well?  (I have no clue on the state of the jdks, maybe 7 is the de-facto
> standard)
> ___
> freebsd-doc@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-doc
> To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
>

Thanks for the report. I've committed a fix for this.

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html

2015-10-01 Thread Jason Helfman
On Thu, Oct 1, 2015 at 1:09 AM, pierre jocelyn andre 
wrote:

> Hello,
> Maybe he needs to be replaced
>
>
> # *cd /usr/ports/x11/gnome2*#
>
>
> *make install clean*# *cd /usr/ports/x11/gnome3*# *make install clean*
>
> https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html
>
> Best regards
> ___
> freebsd-doc@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-doc
> To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
>

Thanks for the report. I have opened a review for this here:
https://reviews.freebsd.org/D3771

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html

2015-10-01 Thread Jason Helfman
On Thu, Oct 1, 2015 at 9:28 AM, Jason Helfman  wrote:

> On Thu, Oct 1, 2015 at 1:09 AM, pierre jocelyn andre 
> wrote:
>
>> Hello,
>> Maybe he needs to be replaced
>>
>>
>> # *cd /usr/ports/x11/gnome2*#
>>
>>
>> *make install clean*# *cd /usr/ports/x11/gnome3*# *make install clean*
>>
>> https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html
>>
>> Best regards
>> ___
>> freebsd-doc@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-doc
>> To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
>>
>
> Thanks for the report. I have opened a review for this here:
> https://reviews.freebsd.org/D3771
>
> -jgh
>
> --
> Jason Helfman  | FreeBSD Committer
> j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
>

This has been committed. Thanks again for the report!

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Removal of name from documentation and elsewhere…

2016-02-11 Thread Jason Helfman
On Mon, Feb 8, 2016 at 7:33 AM, Dishanker Raj via freebsd-doc
 wrote:
> Hi!
>
> Several years ago (somewhere around the years 1999-2000) I submitted a port 
> of a simple program that teaches people to code in a programming language. I 
> am no longer involved with this port and would like my name (including an 
> obsolete e-mail address to be removed for the list of contributors). The port 
> can be found under /games/rtb .
>
> Every mention of my name and the e-mail address should be removed from your 
> main databases:
>
> Dishanker Rajakulendren 
>
> https://www.freebsd.org/doc/en/articles/contributors/contrib-additional.html
>
> Thank you in advance, and please contact me for additional relevant 
> information.
>
>
> —Dishanker Raj

I've taken are of this for you. Thanks for your contribution!

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Re: Handbook 19.7 bad links

2016-02-24 Thread Jason Helfman
On Sat, Dec 12, 2015 at 6:52 PM, Lee Brown  wrote:
> ZFS Evil Tuning Guide
> <http://www.solarisinternals.com/wiki/index.php/ZFS_Evil_Tuning_Guide>
> and
> ZFS Best Practices Guide
> <http://www.solarisinternals.com/wiki/index.php/ZFS_Best_Practices_Guide>
>
> www.solarisinternals.com unresponsive (tried two different ISP's)
>
> The internet wayback machine holds a cached copy, quite recently (Sep
> 2015), if that is of any interest
>
> Wayback: ZFS Evil Tuning Guide
> <http://web.archive.org/web/20150924091136/http://www.solarisinternals.com/wiki/index.php/ZFS_Evil_Tuning_Guide>
> Wayback: ZFS Best Practices Guide
> <http://web.archive.org/web/20150905142644/http://www.solarisinternals.com/wiki/index.php/ZFS_Best_Practices_Guide>
>
> Regards -- lee
> ___
> freebsd-doc@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-doc
> To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Hi,

It looks like these are now responsive. Do you concur?

Thanks!
-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: Typo on a web page

2016-03-08 Thread Jason Helfman
On Tue, Mar 8, 2016 at 8:14 AM, Randy Rayfield  wrote:
> Hello,
>
> on the page:
>
> https://www.freebsd.org/commercial/isp.html
>
> you have a typo on the ISP line:
>
> Atlantic.net <https://www.altantic.net/>Atlantic.net is a leader in cloud
> hosting, dedicated servers, virtualization hosting services, and FreeBSD
> hosting. Users can deploy a FreeBSD instance in seconds and run any number
> of instances.
> The hyperlink is https://www.altantic.net vs https://www.atlantic.net
> Feel free to send me any swag you can spare, and I'll pimp FreeBSD to all
> my friends. :-)
> ___
> freebsd-doc@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-doc
> To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

I've taken care of this. Thanks for the report!

-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: MASTER_SITE

2016-03-11 Thread Jason Helfman
On Fri, Mar 11, 2016 at 4:07 AM, Ömer Gülmen  wrote:
> Hello,
> The below link does not work properly on my, please check it first. If it is 
> not active today, change it with a good alternative.
> Related page: 
> https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html
> ftp://ftp.organization.org/pub/FreeBSD/ports/distfiles/
> By the way, I like NetBSD's OS mentality but I feel have to use FreeBSD if I 
> want to use BSD.
>
> Regards.

The reason this does not work is that it is an example. Would noting
this explicitly as an example help?

Thanks,
Jason

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Re: lsof

2016-03-13 Thread Jason Helfman
On Sat, Mar 12, 2016 at 9:29 AM, Ömer Gülmen  wrote:
> Hello,
> On this 
> page:https://www.freebsd.org/doc/en/books/handbook/ports-finding-applications.html
> the code "# whereis lsof" does not work as shown.
>
> Because this page:4.5. Using the Ports Collection
> has not met yet. So this code "# cd /usr/ports/sysutils/lsof # make install" 
> has not run yet.
>
> Please obey chronology.
> Regards.

You are correct, however this command is preceded by the following content:

If the Ports Collection is already installed, there are several
methods to query the local version of the ports tree.
To find out which category a port is in, type whereis file, where file
is the program to be installed:

...
...

With this, I believe this should address the issue.

Thanks,
-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Re: Firefox

2016-03-18 Thread Jason Helfman
On Wed, Mar 16, 2016 at 8:11 AM, Ömer Gülmen  wrote:
> On this page6.2. Browsers
>
> |   |
> |   |   |   |   |   |
> | 6.2. Browsers6.2. Browsers FreeBSD does not come with a pre-installed web 
> browser.  |
> |  |
> | View on www.freebsd.org | Preview by Yahoo |
> |  |
> |   |
>
> you use this code% ln -s /usr/local/lib/IcedTeaPlugin.so \
>   $HOME/.mozilla/plugins/But there is not a directory as plugins under 
> ~/.mozillaThere are "extensions" and "firefox" directories.
> Please check it.

If you follow the instructions for this section, how are you able to
get it to work, and what directory to you link the plugin to?
I can update it if you could give some feedback on this.

Thanks!
-jgh

-- 
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

docs/176435: [patch] [articles/committers-guide] update gnats mirroring section

2013-02-25 Thread Jason Helfman

>Number: 176435
>Category:   docs
>Synopsis:   [patch] [articles/committers-guide] update gnats mirroring 
>section
>Confidential:   no
>Severity:   non-critical
>Priority:   medium
>Responsible:freebsd-doc
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 26 07:20:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Jason Helfman
>Release:FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #2 
r245102: Sun Jan 6 15:01:33 UTC 2013 
r...@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64



>Description:
GNATS mirroring information needs to be updated, as it currently reflects 
deprecated methodology.
>How-To-Repeat:

>Fix:

Index: article.xml
===
--- article.xml (revision 41047)
+++ article.xml (working copy)
@@ -2299,33 +2299,21 @@
   
 
 
-You can run a local copy of GNATS, and then integrate the FreeBSD
-  GNATS tree in to it using CVSup.  Then you can run GNATS commands
-  locally.
-  This lets you query the PR database without needing to be connected to
-  the Internet.
+You may run a local copy of GNATS, and then integrate the FreeBSD
+  GNATS tree by creating an rsync mirror.
+  Then you can run GNATS commands locally, allowing you to query the PR
+  database without an Internet connection.
 
 
   Mirroring the GNATS Tree
 
-  It is possible to mirror the GNATS database by adding this line
-   to your supfile. Note that since
-   GNATS is not under CVS control it has no tag, so if you are adding
-   it to your existing supfile it should appear
-   before any tag= entry as these remain active once 
set.
+  It is possible to mirror the GNATS database by installing
+   rsync found under net/rsync in the portstree, and
+executing the following:
 
-   gnats release=current prefix=/usr
+   &prompt.user; rsync -va 
rsync://bit0.us-west.freebsd.org/FreeBSD-bit/gnats .
 
-   This will place the FreeBSD GNATS tree in
- /usr/gnats.  You can use a
- refuse file to control which categories to
- receive.  For example, to only receive docs PRs,
- put this line in
- /usr/local/etc/cvsup/sup/refuse
-   The precise path depends on the *default
-   base setting in your
- supfile.
- .
 
 
 
>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


docs/176455: [patch][book/porters-handbook] convert to optionsNG for NLS, fix a closed literal tag

2013-02-26 Thread Jason Helfman

>Number: 176455
>Category:   docs
>Synopsis:   [patch][book/porters-handbook] convert to optionsNG for NLS, 
>fix a closed literal tag
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-doc
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 26 22:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Jason Helfman
>Release:FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #2 
r245102: Sun Jan 6 15:01:33 UTC 2013 
r...@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64



>Description:
NLS section example wasn't converted to new options framework
Encountered a issue when building where a closed "literal" tag was never 
opened. line 7608

/usr/local/bin/openjade:/home/jgh/workspace/docs/en_US.ISO8859-1/books/porters-handbook/book.xml:7608:10:E:
 end tag for element "literal" which is not open

>How-To-Repeat:

>Fix:

Index: book.xml
===
--- book.xml(revision 41051)
+++ book.xml(working copy)
@@ -5749,14 +5749,18 @@
 
GNU_CONFIGURE=  yes
 
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
 USE_GETTEXT=   yes
 PLIST_SUB+=NLS=""
 .else
 CONFIGURE_ARGS+=   --disable-nls
 PLIST_SUB+=NLS="@comment "
-.endif
+.endif
 
+.include <bsd.port.mk>
+
The next item on your to-do list is to arrange so that
  the message catalog files are included in the packing list
  conditionally.  The Makefile part of
@@ -7599,6 +7603,12 @@
 
   PKGNAMEPREFIX=   ${PYTHON_PKGNAMEPREFIX}
 
+  Generally, if PKGNAMEPREFIX is set, the
+   port should require a py- port origin prefix.
+   For example, 
+   /usr/ports/sysutils/py-myport
+   
+
   
Most Useful Variables for Ports That Use Python
 
>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: docs/176455: [patch][book/porters-handbook] convert to optionsNG for NLS, fix a closed literal tag

2013-02-26 Thread Jason Helfman
Please forgive me This was something that I was working on that hasn't
be committed, I believe at this time

The second blob does not need to be applied.

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve


On Tue, Feb 26, 2013 at 2:30 PM,  wrote:

> Thank you very much for your problem report.
> It has the internal identification `docs/176455'.
> The individual assigned to look at your
> report is: freebsd-doc.
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=176455
>
> >Category:   docs
> >Responsible:freebsd-doc
> >Synopsis:   [patch][book/porters-handbook] convert to optionsNG for
> NLS, fix a closed literal tag
> >Arrival-Date:   Tue Feb 26 22:30:00 UTC 2013
>
>
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: docs/176455: [patch][book/porters-handbook] convert to optionsNG for NLS, fix a closed literal tag

2013-02-26 Thread Jason Helfman
The following reply was made to PR docs/176455; it has been noted by GNATS.

From: Jason Helfman 
To: freebsd-doc@freebsd.org, bug-follo...@freebsd.org
Cc:  
Subject: Re: docs/176455: [patch][book/porters-handbook] convert to optionsNG
 for NLS, fix a closed literal tag
Date: Tue, 26 Feb 2013 14:33:14 -0800

 --089e01229cb64b2e1104d6a83eda
 Content-Type: text/plain; charset=ISO-8859-1
 
 Please forgive me This was something that I was working on that hasn't
 be committed, I believe at this time
 
 The second blob does not need to be applied.
 
 -jgh
 
 --
 Jason Helfman  | FreeBSD Committer
 j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve
 
 
 On Tue, Feb 26, 2013 at 2:30 PM,  wrote:
 
 > Thank you very much for your problem report.
 > It has the internal identification `docs/176455'.
 > The individual assigned to look at your
 > report is: freebsd-doc.
 >
 > You can access the state of your problem report at any time
 > via this link:
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=176455
 >
 > >Category:   docs
 > >Responsible:freebsd-doc
 > >Synopsis:   [patch][book/porters-handbook] convert to optionsNG for
 > NLS, fix a closed literal tag
 > >Arrival-Date:   Tue Feb 26 22:30:00 UTC 2013
 >
 >
 
 --089e01229cb64b2e1104d6a83eda
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: quoted-printable
 
 Please forgive me This was something that I was workin=
 g on that hasn't be committed, I believe at this timeThe second blob does not need to be applied.
 -jgh--Jason Helfman=A0=A0=A0=A0=A0=A0 =A0=A0 | FreeBSD Committerj...@freebsd.org=A0=A0=A0=A0 | http://people.freebsd.org/%7Ejgh"=
  target=3D"_blank">http://people.freebsd.org/~jgh=A0 | The Power to Ser=
 ve
 
 On Tue, Feb 26, 2013 at 2:30 PM,  <mailto:freebsd-gnats-sub...@freebsd.org"; target=
 =3D"_blank">freebsd-gnats-sub...@freebsd.org> wrote:
 Thank you very much for your problem report.
 It has the internal identification `docs/176455'.
 The individual assigned to look at your
 report is: freebsd-doc.
 
 You can access the state of your problem report at any time
 via this link:
 
 http://www.freebsd.org/cgi/query-pr.cgi?pr=3D176455"; target=3D"_=
 blank">http://www.freebsd.org/cgi/query-pr.cgi?pr=3D176455
 
 >Category: =A0 =A0 =A0 docs
 >Responsible: =A0 =A0freebsd-doc
 >Synopsis: =A0 =A0 =A0 [patch][book/porters-han=
 dbook] convert to optionsNG for NLS, fix a closed literal tag
 >Arrival-Date: =A0 Tue Feb=
  26 22:30:00 UTC 2013
 
 
 
 --089e01229cb64b2e1104d6a83eda--
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: docs/176455: [patch][book/porters-handbook] convert to optionsNG for NLS, fix a closed literal tag

2013-02-26 Thread Jason Helfman

For completeness, here is the updated patch:

Index: book.xml
===
--- book.xml(revision 41051)
+++ book.xml(working copy)
@@ -5749,14 +5749,18 @@
 
 	GNU_CONFIGURE=		yes
 
-.if !defined(WITHOUT_NLS)

+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
 USE_GETTEXT=   yes
 PLIST_SUB+=NLS=""
 .else
 CONFIGURE_ARGS+=   --disable-nls
 PLIST_SUB+=NLS="@comment "
-.endif
+.endif
 
+.include <bsd.port.mk>

+
The next item on your to-do list is to arrange so that
  the message catalog files are included in the packing list
  conditionally.  The Makefile part of

--
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


Re: docs/176455: [patch][book/porters-handbook] convert to optionsNG for NLS, fix a closed literal tag

2013-02-26 Thread Jason Helfman
The following reply was made to PR docs/176455; it has been noted by GNATS.

From: Jason Helfman 
To: bug-follo...@freebsd.org
Cc: freebsd-doc@freebsd.org
Subject: Re: docs/176455: [patch][book/porters-handbook] convert to optionsNG
 for NLS, fix a closed literal tag
Date: Tue, 26 Feb 2013 16:25:02 -0800

 For completeness, here is the updated patch:
 
 Index: book.xml
 ===
 --- book.xml   (revision 41051)
 +++ book.xml   (working copy)
 @@ -5749,14 +5749,18 @@
   
GNU_CONFIGURE=  yes
   
 -.if !defined(WITHOUT_NLS)
 +.include <bsd.port.options.mk>
 +
 +.if ${PORT_OPTIONS:MNLS}
   USE_GETTEXT= yes
   PLIST_SUB+=  NLS=""
   .else
   CONFIGURE_ARGS+= --disable-nls
   PLIST_SUB+=  NLS="@comment "
 -.endif
 +.endif
   
 +.include <bsd.port.mk>
 +
The next item on your to-do list is to arrange so that
  the message catalog files are included in the packing list
  conditionally.  The Makefile part of
 
 -- 
 Jason Helfman
 FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[RFC] freebsd-update-server article update

2013-03-04 Thread Jason Helfman

Hello All,

Attached is a patch that introduces a number of updates to my article on how
to create your own FreeBSD Update Server.

Part of this update will also allow users to build update servers, as the
code for the freebsd-update-server was in the projects repository in CVS
that is no-longer available.

The changes are as follows:

* Add copyright for 2013
* Point users to new source of software. (location name and source have
changed).
  * cvs -> svn
  * freebsd-update-server -> freebsd-update-build
* Add instructions how to get software, as download via tarball is
no-longer an option.
* Role change for Security Officer
* Drop tip for rst packets as this is no longer an issues with all supported
versions of FreeBSD.
* Drop two tip comments as they have been merged into document. (one
previously, and one for this diff)

Any comments, suggestions and feedback are welcome. My documentation skills
are not the greatest, so pardon any whitespace or placement issues and feel
free to slap me with an editorial fish!

Thanks!
-jgh

--
Jason Helfman
FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve
Index: article.xml
===
--- article.xml	(revision 41094)
+++ article.xml	(working copy)
@@ -22,6 +22,7 @@
   2009
   2010
   2011
+  2013
   Jason Helfman
 
 
@@ -40,8 +41,8 @@
   
 This article describes building an internal &fbus.ap;.
   The freebsd-update-server software
-  is written by &a.cperciva;, current Security Officer of &os;.
+	url="http://svnweb.freebsd.org/base/user/cperciva/freebsd-update-build/";>freebsd-update-server
+  software is written by &a.cperciva;, Security Officer Emeritus of &os;.
   For users that think it is convenient to update their systems
   against an official update server, building their own &fbus.ap; may
   help to extend its functionality by supporting manually-tweaked
@@ -118,12 +119,12 @@
 Configuration: Installation & Setup
 
 Download the freebsd-update-server
-  software as a tar archive,
-  or use &man.csup.1; and the projects-all
-  collection.
+url="http://svnweb.freebsd.org/base/user/cperciva/freebsd-update-build/";>
+  freebsd-update-server software by installing devel/subversion , and execute:
 
+   &prompt.user; svn co http://svn.freebsd.org/base/user/cperciva/freebsd-update-build freebsd-update-server
+
 Update scripts/build.conf appropriately.
   It is sourced during all build operations.
 
@@ -353,9 +354,9 @@
 
 
   During this second build cycle, the network time protocol
-	daemon, &man.ntpd.8;, is turned off.  Per &a.cperciva;, current
-	Security Officer of &os;, "the freebsd-update-server
+	daemon, &man.ntpd.8;, is turned off.  Per &a.cperciva;,
+	Security Officer Emeritus of &os;, "the http://svnweb.freebsd.org/base/user/cperciva/freebsd-update-build/";>freebsd-update-server
 	build code needs to identify timestamps which are stored in files so
 	that they can be ignored when comparing builds to determine which
 	files need to be updated.  This timestamp-finding works by doing two
@@ -778,7 +779,6 @@
 	}
 	
   
-	
   
 	Adding -j NUMBER
 	  flags to buildworld and
@@ -801,28 +801,12 @@
   
 
   
-
-
-
-
-	Create a firewall
-	  rule to block outgoing RST packets.  Due to a bug noted http://lists.freebsd.org/pipermail/freebsd-stable/2009-April/049578.html";>in a posting
-	  on the &a.stable; in April 2009, there may be
-	  time-outs and failures when updating a system.
-  
-
-	
-  
 	Create an appropriate DNS
 	  SRV record for the update server, and put others behind it with
 	  variable weights.  Using this facility will provide update
-	  mirrors.
+	  mirrors, however this tip is not necessary unless you wish to
+  provide a redundant service.
 
 	 _http._tcp.update.myserver.com.  IN SRV   0 2 80   host1.myserver.com.
 			 SRV   0 1 80   host2.myserver.com.
___
freebsd-doc@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"

Re: FreeBSD web build failed on build-web.stream.FreeBSD.org

2013-03-05 Thread Jason Helfman
I've committed a fix for this issue.

-jgh

--
Jason Helfman  | FreeBSD Committer
j...@freebsd.org | http://people.freebsd.org/~jgh  | The Power to Serve


On Tue, Mar 5, 2013 at 11:47 PM, Simon L. B. Nielsen wrote:

> FYI.
>
> These are from the new WWW build jail.
>
> --
> Simon
> -- Forwarded message --
> From: 
> Date: 6 Mar 2013 07:20
> Subject: FreeBSD web build failed on build-web.stream.FreeBSD.org
> To: 
> Cc:
>
>
> /usr/local/bin/openjade:/home/www/build/head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml:1561:13:E:
> document type does not allow element "listitem" here; missing one of
> "itemizedlist", "orderedlist" start-tag
>
> /usr/local/bin/openjade:/home/www/build/head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml:1565:13:E:
> document type does not allow element "listitem" here; missing one of
> "itemizedlist", "orderedlist" start-tag
>
> /usr/local/bin/openjade:/home/www/build/head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml:1569:13:E:
> document type does not allow element "listitem" here; missing one of
> "itemizedlist", "orderedlist" start-tag
>
> /usr/local/bin/openjade:/home/www/build/head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml:1573:13:E:
> document type does not allow element "listitem" here; missing one of
> "itemizedlist", "orderedlist" start-tag
>
> /usr/local/bin/openjade:/home/www/build/head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml:1577:13:E:
> document type does not allow element "listitem" here; missing one of
> "itemizedlist", "orderedlist" start-tag
>
> /usr/local/bin/openjade:/home/www/build/head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml:1581:13:E:
> document type does not allow element "listitem" here; missing one of
> "itemizedlist", "orderedlist" start-tag
>
> /usr/local/bin/openjade:/home/www/build/head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml:1585:13:E:
> document type does not allow element "listitem" here; missing one of
> "itemizedlist", "orderedlist" start-tag
>
> /usr/local/bin/openjade:/home/www/build/head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml:1589:13:E:
> document type does not allow element "listitem" here; missing one of
> "itemizedlist", "orderedlist" start-tag
>
> /usr/local/bin/openjade:/home/www/build/head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml:1593:13:E:
> document type does not allow element "listitem" here; missing one of
> "itemizedlist", "orderedlist" start-tag
>
> /usr/local/bin/openjade:/home/www/build/head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml:1597:13:E:
> document type does not allow element "listitem" here; missing one of
> "itemizedlist", "orderedlist" start-tag
>
> /usr/local/bin/openjade:/home/www/build/head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml:1601:13:E:
> document type does not allow element "listitem" here; missing one of
> "itemizedlist", "orderedlist" start-tag
>
> /usr/local/bin/openjade:/home/www/build/head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml:1605:13:E:
> document type does not allow element "listitem" here; missing one of
> "itemizedlist", "orderedlist" start-tag
>
> /usr/local/bin/openjade:/home/www/build/head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml:1609:13:E:
> document type does not allow element "listitem" here; missing one of
> "itemizedlist", "orderedlist" start-tag
>
> /usr/local/bin/openjade:/home/www/build/head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml:1613:13:E:
> document type does not allow element "listitem" here; missing one of
> "itemizedlist", "orderedlist" start-tag
>
> /usr/local/bin/openjade:/home/www/build/head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml:1617:13:E:
> document type does not allow element "listitem" here; missing one of
> "itemizedlist", "orderedlist" start-tag
>
> /usr/local/bin/openjade:/home/www/build/head/en_US.ISO8859-1/articles/contributors/contrib.committers.xml:1621:13:E:
> document type does not allow element "listitem" here; missing one of
> "itemizedlist", "orderedlist" start-tag
>
> /usr/local/bin/openjade:/home/www/build/head/en_US.ISO8859-1/a