Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 1999 20:52:42 +0900 (JST)
From:      takamune@avrl.mei.co.jp
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/9773: handbook
Message-ID:  <199901291152.UAA07852@dream.avrl.mei.co.jp>

next in thread | raw e-mail | index | archive | help

>Number:         9773
>Category:       docs
>Synopsis:       Handbook 4.7.1.4. "Testing the port" is incorrect.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 29 04:00:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Kazutoki TAKAMUNE takamune@avrl.mei.co.jp
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
Matsushita Electric Industrial Co., Ltd.
>Environment:

FreeBSD 2.2.8-STABLE(Fri Jan 29 19:04:56 JST 1999)

>Description:

The following statement in the FreeBSD Handbook is incorrect.

I have created a port 'ja-epwutil-1.0' (send-pr'ed at ports/9771).
When testing it with Handbook, an error has occurred.

4.7.1.4. Testing the port

>How-To-Repeat:

Always.

>Fix:

In stage 2, the tar-ball(ja-epwutil-1.0.tgz) was created in current directory
(or in /usr/ports/packages/All if /usr/ports/packages exists).

and `make package-name` returns "ja-epwutil-1.0".

So correctly, the statement should be

	4: pkg_add `make package-name`.tgz
	   (or pkg_add /usr/ports/packages/All/`make package-name`.tgz)
---
With best regards.
>Release-Note:
>Audit-Trail:
>Unformatted:
 >> snip <<
 
    1. make install
    2. make package
    3. make deinstall
    4. pkg_add `make package-name`
    5. make deinstall
    6. make reinstall
    7. make package
 
 In stage 4, an error has occurred:
         pkg_add: can't find package 'ja-epwutil-1.0'
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901291152.UAA07852>