svn commit: r317551 - head/print/pslib
Emanuel Haupt
ehaupt at FreeBSD.org
Mon May 6 23:11:04 UTC 2013
Emanuel Haupt <ehaupt at 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
More information about the svn-ports-head
mailing list