ports/86310: [patch] all-depends-list target of bsd.port.mk is
buggy
Mikhail Teterin
mi+kde at aldan.algebra.com
Sat Jan 28 14:06:55 PST 2006
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:
More information about the freebsd-ports
mailing list