Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Dec 2001 11:05:50 -0600
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        "Andrey A. Chernov" <ache@nagual.pp.ru>, "Jun Kuriyama" <kuriyama@imgsrc.co.jp>
Cc:        "Ports Team" <ports@FreeBSD.ORG>
Subject:   Re: Fix missing plist entry for apache13
Message-ID:  <001601c17a8a$6ebf7080$11fd2fd8@westbend.net>
References:  <7mk7w954yd.wl@waterblue.imgsrc.co.jp> <20011130051105.GA15404@nagual.pp.ru> <008401c179bc$a1a45ac0$7d7885c0@genroco.com> <7my9kn4grb.wl@waterblue.imgsrc.co.jp> <20011201062531.GA34098@nagual.pp.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
From: "Andrey A. Chernov" <ache@nagual.pp.ru>
> On Sat, Dec 01, 2001 at 15:05:28 +0900, Jun Kuriyama wrote:
> >
> > OK, how about this?
>
> I don't understand the reason of this change. If you want to fix plist,
> you should change pkg-plist only, i.e. add @exec ln -s there as I already
> say.
>
The link is not necessary, currently patch-ab adds:

    $(LN) -sf $(root)$(manualdir) $(root)$(htdocsdir).default/manual

to the Makefile.tmpl file.  If you do a make extract in the apache13[+ipv6]
ports, and look at the httpd.conf-dist file, you'll find that an Alias
directive defined for the manual directory:

    Alias /manual/ "@@ServerRoot@@/htdocs/manual/"

Which gets changed during the install of httpd.conf-dist, from
"@@ServerRoot@@/htdocs/manual/" to ${PREFIX}/share/doc/apache.  This makes
adding the @exec ln -s ${DOCROOT} ${PREFIX}/www/data.default/manual
unnecessary in the pkg-plist.

The correct fix is the removal of the link from patch-ab and now the
pkg-plist.

Scot




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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001601c17a8a$6ebf7080$11fd2fd8>