Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Aug 2009 07:46:48 GMT
From:      socillion <jonmakela@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/137720: gimp-help installs all languages but has (hidden) capability to install a subset
Message-ID:  <200908130746.n7D7kmGB017471@www.freebsd.org>
Resent-Message-ID: <200908130750.n7D7o2Kx022706@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         137720
>Category:       ports
>Synopsis:       gimp-help installs all languages but has (hidden) capability to install a subset
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 13 07:50:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     socillion
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
FreeBSD dbox 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 08:49:13 UTC 2009     root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
This patch makes it possible to pick specific languages to install with gimp-help, rather than the (previously unchangeable) default which is to install all of them. It uses the WITH_DOC_LANGS variable.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

32a33,37
> LANGOPTS=
> .if defined(WITH_DOC_LANGS)
> LANGOPTS+= ALL_LINGUAS=${WITH_DOC_LANGS}
> .endif
> 
35c40
< 		${WRKSRC}/Makefile.in
---
> 		${WRKSRC}/Makefile.in ${LANGOPTS}


>Release-Note:
>Audit-Trail:
>Unformatted:



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