ports/64307: [NEW PORT] databases/linux-unixODBC: RPM of unixODBC

Oliver Eikemeier eikemeier at fillmore-labs.com
Tue Mar 16 08:00:36 UTC 2004


The following reply was made to PR ports/64307; it has been noted by GNATS.

From: Oliver Eikemeier <eikemeier at fillmore-labs.com>
To: Michael Ranner <mranner at inode.at>
Cc: FreeBSD-gnats-submit at 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



More information about the freebsd-ports-bugs mailing list