From owner-cvs-all Thu Jul 5 0:31:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 09E6B37B401; Thu, 5 Jul 2001 00:31:49 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f657VmP12626; Thu, 5 Jul 2001 00:31:48 -0700 (PDT) (envelope-from sobomax) Message-Id: <200107050731.f657VmP12626@freefall.freebsd.org> From: Maxim Sobolev Date: Thu, 5 Jul 2001 00:31:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/gettext-devel Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sobomax 2001/07/05 00:31:48 PDT Modified files: devel/gettext-devel Makefile Log: By default install only binaries with `-new' suffix applied. This provides an easy way to compile/use newest packages that don't build with oldest gettext without the headache associated with making it possible to install fill-blown gettext and gettext-devel on the same machine at the same time. Usually the following should be sufficient to fix ports that doesn't build with oldest gettext: BUILD_DEPENDS+= msgfmt-new:${PORTS}/devel/gettext-devel CONFIGURE_ENV+= MSGFMT=${LOCALBASE}/bin/msgfmt-new \ XGETTEXT=${LOCALBASE}/bin/xgettext-new Revision Changes Path 1.23 +18 -0 ports/devel/gettext-devel/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message