Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2002 23:31:36 +0200 (CEST)
From:      Helge Oldach <send-pr@oldach.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37046: ports/www/apache2 builds with "expr: syntax error"
Message-ID:  <200204132131.g3DLVaW05703@sep.oldach.net>

next in thread | raw e-mail | index | archive | help

>Number:         37046
>Category:       ports
>Synopsis:       ports/www/apache2 builds with "expr: syntax error"
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 13 14:40:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Helge Oldach
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD sep.oldach.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Mar 19 20:26:01 CET 2002 toor@sep.oldach.net:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

Building ports/www/apache2 ends with two "expr: syntax error" messages.
This is caused by files/patch-srclib:apr:build:ltmain.sh which
substitutes a bunch of

	expr something : pattern

with

	expr -- something : pattern

This syntax isn't supported by STABLE's expr. This patch file should
only be applied if ${OSVERSION} >= 500032 (see Makefile). Actually it's
just obsolete as the port's Makefile already contains code to make
exactly these changes to srclib/apr/build/ltmain.sh (introduced with
PORTREVISION 1).

>How-To-Repeat:
	
>Fix:

	Really need a patch? It's straightforward...
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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