Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2002 19:15:17 +0300 (EEST)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/40845: generate-plist sometimes misses MLINKS
Message-ID:  <200207211615.g6LGFHD36286@whale.sunbay.crimea.ua>

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

>Number:         40845
>Category:       ports
>Synopsis:       generate-plist sometimes misses MLINKS
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 21 09:20:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Ermilov
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Sunbay Software Ltd
>Environment:
>Description:
When generate-plist is executed as subpart of install, and
no USE_SUBMAKE is set, generate-plist misses the MLINKS in
TMPPLIST.
>How-To-Repeat:
cd /usr/ports/devel/libhash
find -s /usr/local >1
make install
make deinstall
find -s /usr/local >2
diff 1 2
>Fix:
Index: bsd.port.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.419
diff -u -r1.419 bsd.port.mk
--- bsd.port.mk	9 Jul 2002 13:37:26 -0000	1.419
+++ bsd.port.mk	21 Jul 2002 16:09:54 -0000
@@ -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?200207211615.g6LGFHD36286>