Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Jun 2003 09:26:58 +0200
From:      Christian Ullrich <chris@chrullrich.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/52884: cyrus-sasl2 port is broken (package fails for invalid $PLIST_SUB)
Message-ID:  <E19N6CA-000Nov-1G@ser1.chrullrich.de>
Resent-Message-ID: <200306030730.h537UB3W089128@freefall.freebsd.org>

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

>Number:         52884
>Category:       ports
>Synopsis:       cyrus-sasl2 port is broken (package fails for invalid $PLIST_SUB)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 03 00:30:10 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Christian Ullrich
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD ser1.chrullrich.de 4.8-STABLE FreeBSD 4.8-STABLE #11: Thu May 22 16:51:55 CEST 2003 toor@ser1.chrullrich.de:/usr/obj/usr/src/sys/SER1 i386


>Description:
	In ports/security/cyrus-sasl2/Makefile, revision 1.77, the variable
        PLIST_SUB is not properly handled with regard to WITH_MYSQL_VER.
        Line 171 overwrites the current value, removing the contents assigned
        in lines 73-87.

>How-To-Repeat:
	make package
>Fix:

	Modify the Makefile to use the same method of assembling PLIST_SUB
        for the MySQL version as for all other substitutions. Alternatively,
        change "PLIST_SUB=" in line 171 to "PLIST_SUB+=".


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19N6CA-000Nov-1G>