Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 2013 01:11:02 +0200
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        mva@FreeBSD.org
Cc:        svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: svn commit: r317551 - head/print/pslib
Message-ID:  <20130507011102.1fc817d328fafa8fa5affbe8@FreeBSD.org>
In-Reply-To: <201305062153.r46Lru8L082513@svn.freebsd.org>
References:  <201305062153.r46Lru8L082513@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Emanuel Haupt <ehaupt@FreeBSD.org> wrote:
> Author: ehaupt
> Date: Mon May  6 21:53:56 2013
> New Revision: 317551
> URL: http://svnweb.freebsd.org/changeset/ports/317551
> 
> Log:
>   Remove USE_GETTEXT leftover.
>   
>   Approved by:	portmgr (bapt)
> 
> Modified:
>   head/print/pslib/Makefile
> 
> Modified: head/print/pslib/Makefile
> ==============================================================================
> --- head/print/pslib/Makefile	Mon May  6 21:34:57 2013
> (r317550) +++ head/print/pslib/Makefile	Mon May  6 21:53:56
> 2013	(r317551) @@ -47,7 +47,6 @@ CONFIGURE_ENV+=
> ac_cv_prog_DOC_TO_MAN="" .endif
>  
>  .if ${PORT_OPTIONS:MNLS}
> -USE_GETTEXT=	yes
>  PLIST_SUB+=	NLS=""
>  .else
>  CONFIGURE_ENV+=	ac_cv_header_libintl_h=no
> 

Even better:
There is no need for bsd.port.pre.mk. We can use bsd.port.options.mk
and conditionalze gettext but we have to handle

MAN3!=	${CAT} ${FILESDIR}/man3

differently.

Please consider the following patch:
http://people.freebsd.org/~ehaupt/patches/pslib.patch



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