Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2002 11:50:04 -0800 (PST)
From:      Mario Sergio Fujikawa Ferreira <lioux@freebsd.org>
To:        freebsd-doc@freebsd.org
Subject:   Re: ports/34909: Porters Handbook or portlint problem
Message-ID:  <200202131950.g1DJo4f66478@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/34909; it has been noted by GNATS.

From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
To: Jeroen Ruigrok van der Werven <asmodai@malbolge.dnsalias.net>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/34909: Porters Handbook or portlint problem
Date: Wed, 13 Feb 2002 17:47:35 -0200

 What about the following patch, for starters.
 
 Also, perhaps we should add a line stating that unless a *_DEPENDS
 target is a library or binary in the path, it should be prepended
 with either LOCALBASE or X11BASE where appropriate; LOCALBASE if
 the dependency port has a standard PREFIX; or X11BASE if USE_X_PREFIX.
 
 --- book.sgml.orig	Wed Feb 13 17:41:08 2002
 +++ book.sgml	Wed Feb 13 17:42:28 2002
 @@ -1129,7 +1129,7 @@
  
            <para>For example,</para>
  
 -            <programlisting>RUN_DEPENDS=   ${PREFIX}/etc/innd:${PORTSDIR}/news/inn \
 +            <programlisting>RUN_DEPENDS=   ${LOCALBASE}/etc/innd:${PORTSDIR}/news/inn \
                 wish8.0:${PORTSDIR}/x11-toolkits/tk80</programlisting>
  
            <para>will check if the file or directory
 
 -- 
 Mario S F Ferreira - DF - Brazil - "I guess this is a signature."
 Computer Science Undergraduate | FreeBSD Committer | CS Developer
 flames to beloved devnull@someotherworldbeloworabove.org
 feature, n: a documented bug | bug, n: an undocumented feature

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?200202131950.g1DJo4f66478>