View | Details | Raw Unified | Return to bug 87840
Collapse All | Expand All

(-)bsd.port.subdir.mk (+5 lines)
Lines 364-369 Link Here
364
	    -v keylim="$${keylim:-${PORTSEARCH_KEYLIM}}" \
364
	    -v keylim="$${keylim:-${PORTSEARCH_KEYLIM}}" \
365
	    -v xkeylim="$${xkeylim:-${PORTSEARCH_XKEYLIM}}" \
365
	    -v xkeylim="$${xkeylim:-${PORTSEARCH_XKEYLIM}}" \
366
	    -v display="$${display:-${PORTSEARCH_DISPLAY_FIELDS}}" \
366
	    -v display="$${display:-${PORTSEARCH_DISPLAY_FIELDS}}" \
367
	    -v xdisplay="$$xdisplay" \
367
	'BEGIN { \
368
	'BEGIN { \
368
	    if (substr(there, 1, length(top)) == top) \
369
	    if (substr(there, 1, length(top)) == top) \
369
	      there = "${PORTSDIR}" substr(there, 1 + length(top)); \
370
	      there = "${PORTSDIR}" substr(there, 1 + length(top)); \
Lines 401-409 Link Here
401
	    fields["bdeps"] = 8;  names[8]  = "B-deps"; \
402
	    fields["bdeps"] = 8;  names[8]  = "B-deps"; \
402
	    fields["rdeps"] = 9;  names[9]  = "R-deps"; \
403
	    fields["rdeps"] = 9;  names[9]  = "R-deps"; \
403
	    fields["www"]   = 10; names[10] = "WWW"; \
404
	    fields["www"]   = 10; names[10] = "WWW"; \
404
	    split(display, d, /,[ \t]*/); \
405
	    split(display, d, /,[ \t]*/); \
405
	    for (i in d) { \
406
	    for (i in d) { \
406
	      disp[fields[d[i]]] = 1; \
407
	      disp[fields[d[i]]] = 1; \
408
	    } \
409
	    split(xdisplay, xd, /,[ \t]*/); \
410
	    for (i in xd) { \
411
	      delete disp[fields[xd[i]]]; \
407
	    } \
412
	    } \
408
	  } \
413
	  } \
409
	  { \
414
	  { \

Return to bug 87840