Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2004 00:00:35 -0800 (PST)
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/64307: [NEW PORT] databases/linux-unixODBC: RPM of unixODBC
Message-ID:  <200403160800.i2G80Zlr052889@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/64307; it has been noted by GNATS.

From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: Michael Ranner <mranner@inode.at>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/64307: [NEW PORT] databases/linux-unixODBC: RPM of unixODBC
Date: Tue, 16 Mar 2004 08:59:42 +0100

 Michael Ranner wrote:
 
 > X# Let's avoid hardcoding 'en' as the language.
 > XLANG?=		en
 > XRPM_MIRRORS=	\
 > X	ftp://ftp.redhat.com/pub/redhat/__DIR__/ \
 > X	ftp://ftp.nluug.nl/site/ftp.redhat.com/redhat/__DIR__/ \
 > X	ftp://ftp.mirror.ac.uk/sites/ftp.redhat.com/pub/redhat/__DIR__/
 > XSTDDIR=		linux/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH}/RedHat/RPMS
 > XUPDDIR=		linux/updates/${BASEVERSION}/${LANG}/os/${MACHINE_ARCH}
 
 Since LANG is an environ(7) variable, you should probaly avaoid that. Did you try
 
   env LANG=de_DE.ISO8859-15 make
 
 which is a border case, but may happen if the installing user is not root. Generally
 I'm not sure if this causes real problem, but it look like it is better to avoid
 them. Also you might want to look for a more standard way to specify your mirrors.
 
 Oliver



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