Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jan 2006 17:06:53 -0500
From:      Mikhail Teterin <mi+kde@aldan.algebra.com>
To:        Sergey Matveychuk <sem@freebsd.org>
Cc:        ports@freebsd.org
Subject:   Re: ports/86310: [patch] all-depends-list target of bsd.port.mk is buggy
Message-ID:  <200601281706.53667@aldan>
In-Reply-To: <43DBDC93.8000505@FreeBSD.org>
References:  <43DBDC93.8000505@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Actually, I think, this is an even better fix:

--- bsd.port.mk	23 Jan 2006 22:29:26 -0000	1.523
+++ bsd.port.mk	28 Jan 2006 22:06:23 -0000
@@ -4582,5 +4582,5 @@
 
 _UNIFIED_DEPENDS=${EXTRACT_DEPENDS} ${PATCH_DEPENDS} ${FETCH_DEPENDS} 
${BUILD_DEPENDS} ${LIB_DEPENDS} ${RUN_DEPENDS} ${PERL_BUILD_DEPENDS} 
${PERL_RUN_DEPENDS}
-_DEPEND_DIRS=	${_UNIFIED_DEPENDS:C,^[^:]*:([^:]*),\1,} ${DEPENDS:C,:.*,,}
+_DEPEND_DIRS=	${_UNIFIED_DEPENDS:C,^[^:]*:([^:]*).*$,\1,} ${DEPENDS:C,:.*,,}
 
 all-depends-list:



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