Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jul 2001 00:31:48 -0700 (PDT)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel/gettext-devel Makefile
Message-ID:  <200107050731.f657VmP12626@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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