Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Jun 2012 08:39:40 +0200
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        office@freebsd.org
Subject:   [patch] libreoffice-i18n broken
Message-ID:  <4FC863AC.8010004@bsdforen.de>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------040309080208030308030707
Content-Type: text/plain; charset=ascii; format=flowed
Content-Transfer-Encoding: 7bit

Just a small single line fix, affects all users who do not build WITH_ALL.

Found with my tinderbox (requeuing libreoffice-i18n wouldn't update
libreoffice).

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?

--------------040309080208030308030707
Content-Type: text/plain; charset=UTF-8;
	name="patch-ports-editors-libreoffice-i18n-Makefile.txt"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="patch-ports-editors-libreoffice-i18n-Makefile.txt"

--- Makefile.orig	2012-06-01 08:31:23.000000000 +0200
+++ Makefile	2012-06-01 08:31:45.000000000 +0200
@@ -53,7 +53,7 @@
 .include <bsd.port.options.mk>
 
 .for lang in ${LO_LANG_ALL}
-.if defined(WITH_ALL) || defined(WITH_${${lang}_OPTION})
+.if defined(WITH_ALL) || defined(WITH_${lang})
 RUN_DEPENDS+=	${${lang}_DETECT}:${PORTSDIR}/${${lang}_PORT}
 .endif
 .endfor

--------------040309080208030308030707--



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