Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Sep 2012 19:20:07 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        office@FreeBSD.org
Subject:   Re: ports/172149: commit references a PR
Message-ID:  <201209281920.q8SJK7A8086798@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/172149; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/172149: commit references a PR
Date: Fri, 28 Sep 2012 19:10:19 +0000 (UTC)

 Author: bapt
 Date: Fri Sep 28 19:10:04 2012
 New Revision: 305008
 URL: http://svn.freebsd.org/changeset/ports/305008
 
 Log:
   Do not depend on gettext if NLS is off
   
   PR:		ports/172149
   Submitted by:	Gennady Proskurin <gpr@mail.ru>
 
 Modified:
   head/textproc/aspell/Makefile
 
 Modified: head/textproc/aspell/Makefile
 ==============================================================================
 --- head/textproc/aspell/Makefile	Fri Sep 28 18:45:58 2012	(r305007)
 +++ head/textproc/aspell/Makefile	Fri Sep 28 19:10:04 2012	(r305008)
 @@ -39,7 +39,6 @@ SUB_LIST=		VERINST=${VERINST}
  USE_GETTEXT=		yes
  PLIST_SUB+=		NLS=""
  .else
 -USE_GETTEXT=	yes
  CONFIGURE_ARGS+=	--disable-nls
  PLIST_SUB+=		NLS="@comment "
  .endif
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 



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