From owner-freebsd-ports@FreeBSD.ORG Fri Feb 24 22:40:07 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC16B106566B for ; Fri, 24 Feb 2012 22:40:07 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout025.mac.com (asmtpout025.mac.com [17.148.16.100]) by mx1.freebsd.org (Postfix) with ESMTP id 966C48FC13 for ; Fri, 24 Feb 2012 22:40:07 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com (unknown [17.209.4.71]) by asmtp025.mac.com (Oracle Communications Messaging Server 7u4-23.01 (7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPSA id <0LZX008V05MQTV70@asmtp025.mac.com> for freebsd-ports@freebsd.org; Fri, 24 Feb 2012 14:40:03 -0800 (PST) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.6.7498,1.0.260,0.0.0000 definitions=2012-02-24_07:2012-02-24, 2012-02-24, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1202240241 From: Chuck Swiger In-reply-to: <20120224223544.GA79502@fit.vutbr.cz> Date: Fri, 24 Feb 2012 14:40:02 -0800 Message-id: <1EE41D1B-9D1E-47A8-85F4-5482A947061C@mac.com> References: <20120224193821.GA64014@fit.vutbr.cz> <20120224223544.GA79502@fit.vutbr.cz> To: Cejka Rudolf X-Mailer: Apple Mail (2.1084) Cc: freebsd-ports@freebsd.org Subject: Re: Minor changes to bsd.port.mk and bsd.pkgng.mk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2012 22:40:07 -0000 On Feb 24, 2012, at 2:35 PM, Cejka Rudolf wrote: > I'm sorry - all three lines with ${TR} have to be changed to > >> + defaultval=$$(${ECHO_CMD} $$3 | ${TR} "[A-Z]" "[a-z]"); \ > > so that one letter files in ports directories > do not break functionality. For your next update, please use [:upper:] and [:lower:] character classes. This works with languages with diacritical marks and so forth... Regards, -- -Chuck