From owner-freebsd-ports@FreeBSD.ORG Thu Jan 26 20:26:36 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82A5B16A422 for ; Thu, 26 Jan 2006 20:26:36 +0000 (GMT) (envelope-from oz@nixil.net) Received: from nixil.net (nixil.net [161.58.222.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28CCF43D45 for ; Thu, 26 Jan 2006 20:26:36 +0000 (GMT) (envelope-from oz@nixil.net) Received: from [10.20.12.64] (fw.oremut02.us.wh.verio.net [198.65.168.24]) (authenticated bits=0) by nixil.net (8.13.1/8.13.1) with ESMTP id k0QKQTRQ020363 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Thu, 26 Jan 2006 13:26:35 -0700 (MST) Message-ID: <43D92D8E.6080303@nixil.net> Date: Thu, 26 Jan 2006 13:14:06 -0700 From: Phil Oleson User-Agent: Thunderbird 1.5 (X11/20060112) MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (nixil.net [161.58.222.1]); Thu, 26 Jan 2006 13:26:35 -0700 (MST) X-Virus-Scanned: ClamAV 0.88/1252/Thu Jan 26 04:03:25 2006 on nixil.net X-Virus-Status: Clean Cc: Subject: recent errors from ldconfig_compat on older freebsd 4.x system 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: Thu, 26 Jan 2006 20:26:36 -0000 Recently I've been seeing errors being generated from the ldconfig_compat port. Here is some output: -------------------------------------------------------------------- "/usr/ports/misc/ldconfig_compat/Makefile", line 39: warning: String comparison operator should be either == or != "/usr/ports/misc/ldconfig_compat/Makefile", line 39: warning: String comparison operator should be either == or != "/usr/ports/misc/ldconfig_compat/Makefile", line 39: Malformed conditional (!(${OSVERSION} < 504105 || (${OSVERSION} >= 700000 && ${OSVERSION} < 700012) || (${OSVERSION} >= 600000 && ${OSVERSION} < 600104))) "/usr/ports/misc/ldconfig_compat/Makefile", line 41: if-less endif "/usr/ports/misc/ldconfig_compat/Makefile", line 41: Need an operator make: fatal errors encountered -- cannot continue -------------------------------------------------------------------- For some reason I'm not seeing a solution, as it the questioned lines are looking valid to me. Anyone have any thoughts on what it might be? -Phil.