From owner-freebsd-ports@FreeBSD.ORG Wed Aug 9 21:37:13 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACA4016A4DE for ; Wed, 9 Aug 2006 21:37:13 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 377EA43D49 for ; Wed, 9 Aug 2006 21:37:13 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [217.118.83.1] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1GAvjh-00024y-C9 for ports@freebsd.org; Thu, 10 Aug 2006 01:37:12 +0400 Received: from localhost (localhost [127.0.0.1]) by fonon.realnet (Postfix) with ESMTP id 2FE5812C61 for ; Thu, 10 Aug 2006 01:36:26 +0600 (YEKST) Date: Thu, 10 Aug 2006 01:36:25 +0600 From: Stanislav Sedov To: ports@freebsd.org Message-ID: <20060810013625.3b487b4a@localhost> Organization: MBSD labs, Inc. X-Operating-System: FreeBSD X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_qR2HnI=zu03y/QpYesQYZkn"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Spam-Flag: SKIP X-Spam-Yversion: Spamooborona 1.6.0 Cc: Subject: autoconf 2.60 support X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2006 21:37:13 -0000 --Sig_qR2HnI=zu03y/QpYesQYZkn Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Hi! You might know, that autoconf 2.60 was released and more and more projects uses it. There is one important change in 2.60 - mandir and infodir now point by default to ${prefix}/share/man and ${prefix}/share/info accordingly, that differs slightly from FreeBSD mtree. So we need to add --mandir=3D${PREFIX}/man and --infodir=3D${PREFIX}/info to configure args. Since older versions of autoconf support --mandir and --infodir args what about adding CONFIGURE_ARGS+=3D--mandir=3D${PREFIX}/man --infodir=3D${PREFIX}/info to bsd.port.mk by default? This will not affect current ports at all and simplify port upgrading in feature. --=20 Stanislav Sedov MBSD labs, Inc. =F2=CF=D3=D3=C9=D1, =ED=CF=D3=CB=D7=C1 http://mbsd.msk.ru -------------------------------------------------------------------- If the facts don't fit the theory, change the facts. -- A. Einstein -------------------------------------------------------------------- PGP fingerprint: F21E D6CC 5626 9609 6CE2 A385 2BF5 5993 EB26 9581 --Sig_qR2HnI=zu03y/QpYesQYZkn Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFE2jk5K/VZk+smlYERAnKZAJ9C93RI9TcC6wl86H02HuQ3b+IedACfUDpA ZA9u6ihKRI1MvAcTXoyrOwQ= =3dR2 -----END PGP SIGNATURE----- --Sig_qR2HnI=zu03y/QpYesQYZkn--