From owner-cvs-all Wed Feb 23 10:42:45 2000 Delivered-To: cvs-all@freebsd.org Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54]) by hub.freebsd.org (Postfix) with ESMTP id 3881437B79D; Wed, 23 Feb 2000 10:42:39 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.9.3/8.9.3) id KAA00344; Wed, 23 Feb 2000 10:44:49 -0800 (PST) (envelope-from sgk) From: Steve Kargl Message-Id: <200002231844.KAA00344@troutmask.apl.washington.edu> Subject: Re: cvs commit: ports/x11-toolkits/lesstif/patches patch-af In-Reply-To: <38B3C46D.6E22CF1E@altavista.net> from Maxim Sobolev at "Feb 23, 2000 01:28:45 pm" To: sobomax@altavista.net Date: Wed, 23 Feb 2000 10:44:49 -0800 (PST) Cc: Thomas Gellekum , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Maxim Sobolev wrote: [Charset koi8-r unsupported, filtering to ASCII...] > > > tg 2000/02/23 01:18:39 PST > > > > Added files: > > x11-toolkits/lesstif/patches patch-af > > Log: > > Don't `link' libXm against libc. > > > > Reviewed by: > > Please also consider my ports/16907 PR, which is about two missed from port's > Makefile manpages. > The lesstif port does not install the XBae or Xlt libraries, so the manpages, xbae.1 and xlt.1, should not be installed. This was an oversight on my part. patch-ab should be replaced by the patch below. This closes PR ports/16907 although by a different method. Thomas, can you update patch-ab for me. -- Steve --- doc/lessdox/clients/Makefile.in.orig Wed Feb 23 09:14:35 2000 +++ doc/lessdox/clients/Makefile.in Wed Feb 23 09:14:59 2000 @@ -120,12 +120,12 @@ EXTRA_DIST = $(man1_DATA) $(man3_DATA) $(man5_DATA) SUFFIXES = .1 .3 .5 .html -mandir = $(exec_prefix)/LessTif/doc/man -man1dir = $(exec_prefix)/LessTif/doc/man/man1 -man3dir = $(exec_prefix)/LessTif/doc/man/man3 -man5dir = $(exec_prefix)/LessTif/doc/man/man5 +mandir = @mandir@ +man1dir = $(mandir)/man1 +man3dir = $(mandir)/man3 +man5dir = $(mandir)/man5 -man1_DATA = mwm.1 xmbind.1 lesstif.1 xbae.1 xlt.1 +man1_DATA = mwm.1 xmbind.1 lesstif.1 man3_DATA = man5_DATA = mwmrc.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message