Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Jun 2002 08:44:14 +0200 (CEST)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/39646: [PATCH] to fix broken _MLINKS
Message-ID:  <200206220644.g5M6iEpm068194@home.dinoex.sub.org>

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

>Number:         39646
>Category:       ports
>Synopsis:       [PATCH] to fix broken _MLINKS
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 21 23:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
privat
>Environment:
System: FreeBSD 4.6-STABLE i386

>Description:

	MLINKS don't work after teh SUBMAKE changes
	_TMLINKS is not defined when building the PLIST.mktmp

>How-To-Repeat:

	build openssh-portable, tcl8[234], tk8[234]

>Fix:

--- bsd.port.mk.orig	Sat Jun 22 08:36:38 2002
+++ bsd.port.mk	Sat Jun 22 08:42:52 2002
@@ -1748,7 +1748,7 @@
 
 .endfor
 
-.if defined(_MLINKS) && make(generate-plist)
+.if defined(_MLINKS)
 _TMLINKS!=	${ECHO_CMD} ${_MLINKS} | ${AWK} '{for (i=2; i<=NF; i+=2) print $$i}'
 .else
 _TMLINKS=
>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?200206220644.g5M6iEpm068194>