Skip site navigation (1)Skip section navigation (2)
Date:      01 Jul 2002 00:52:22 -0400
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        "Eric W. Bates" <ericx@vineyard.net>
Cc:        gnome@FreeBSD.ORG
Subject:   Re: minor problem with scrollkeeper-0.3.9 pkg-install
Message-ID:  <1025499142.48597.52.camel@shumai.marcuscom.com>
In-Reply-To: <00c001c21fc2$1487dd40$385ce8c7@alice>
References:  <00c001c21fc2$1487dd40$385ce8c7@alice>

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

--=-gIH2M9hOx6s5qfYc7ChZ
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Sat, 2002-06-29 at 19:09, Eric W. Bates wrote:
> I have an older machine with smaller disks.  Consequently, /usr/local is =
a
> symlink.
>=20
> If pkg-install is patched as follows, the find commands will work:

This should be fixed now.  Please let me know if the patch I committed
works for you.

Joe

>=20
> diff -c pkg-install~ pkg-install
> *** pkg-install~ Tue Jun 18 15:23:13 2002
> --- pkg-install Sat Jun 29 18:48:38 2002
> ***************
> *** 47,53 ****
>   #
>   # find the prefix for DocBook DTD
>   #
> ! found=3D`find ${PREFIX} -name docbookx.dtd 2> /dev/null`
>   if [ "$found" =3D "" ] ; then
>       echo could not locate docbookx.dtd for DocBook XML
>       exit 1
> --- 47,53 ----
>   #
>   # find the prefix for DocBook DTD
>   #
> ! found=3D`find ${PREFIX}/ -name docbookx.dtd 2> /dev/null`
>   if [ "$found" =3D "" ] ; then
>       echo could not locate docbookx.dtd for DocBook XML
>       exit 1
> ***************
> *** 119,125 ****
>   #
>   top=3D`dirname $docbookdir`
>   found=3D`find $top -iname "iso*amsb.ent" 2> /dev/null`
> ! found=3D`find ${PREFIX} -iname "iso*amsb.ent" 2> /dev/null`
>   if [ "$found" =3D "" ] ; then
>       echo could not locate iso-amsb.ent of ISO DocBook entities
>       exit 1
> --- 119,125 ----
>   #
>   top=3D`dirname $docbookdir`
>   found=3D`find $top -iname "iso*amsb.ent" 2> /dev/null`
> ! found=3D`find ${PREFIX}/ -iname "iso*amsb.ent" 2> /dev/null`
>   if [ "$found" =3D "" ] ; then
>       echo could not locate iso-amsb.ent of ISO DocBook entities
>       exit 1
> ***************
> *** 208,214 ****
>   #
>   top=3D`dirname $docbookdir`
>   found=3D`find $top -name chunk.xsl 2> /dev/null`
> ! found=3D`find ${PREFIX} -name chunk.xsl 2> /dev/null`
>   if [ "$found" =3D "" ] ; then
>       echo could not locate chunk-common.xsl of DocBook XSLT stylesheets
>       exit 1
> --- 208,214 ----
>   #
>   top=3D`dirname $docbookdir`
>   found=3D`find $top -name chunk.xsl 2> /dev/null`
> ! found=3D`find ${PREFIX}/ -name chunk.xsl 2> /dev/null`
>   if [ "$found" =3D "" ] ; then
>       echo could not locate chunk-common.xsl of DocBook XSLT stylesheets
>       exit 1
>=20
>=20
>=20
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-gnome" in the body of the message
>=20


--=-gIH2M9hOx6s5qfYc7ChZ
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQA9H+AFb2iPiv4Uz4cRAm4WAJ9916gEAItCLXjIoaBTfGlqWVhmGwCgnXa8
+aigOmYW94tmsoZlcNRucks=
=H6hM
-----END PGP SIGNATURE-----

--=-gIH2M9hOx6s5qfYc7ChZ--


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




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