Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jan 2000 16:25:21 GMT
From:      Mark Ovens <mark@ukug.uk.freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/15993: [PATCH]No line-feed in warnings from ``make index''
Message-ID:  <200001081625.QAA45305@marder-1.>

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

>Number:         15993
>Category:       ports
>Synopsis:       [PATCH]No line-feed in warnings from ``make index''
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan  8 08:40:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Mark Ovens
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
>Environment:

	

>Description:

	When running ``make index'' for the ports warnings about
	non-existent dependencies don't end with a line-feed. This
	makes the output somewhat difficult to read.

>How-To-Repeat:

	cd /usr/ports ; make index

>Fix:
	

*** /usr/ports/Mk/bsd.port.mk.orig	Sat Jan  8 16:09:58 2000
--- /usr/ports/Mk/bsd.port.mk	Sat Jan  8 16:10:29 2000
***************
*** 2445,2451 ****
  			s/^[^:]*\://; \
  			s/\:.*//; \
  			if ( ! -d $$_ ) { \
! 				print STDERR "${PKGNAME}: \"$$_\" non-existent -- dependency list incomplete"; \
  			} else { \
  				push @bdirs, $$_; \
  			} \
--- 2445,2451 ----
  			s/^[^:]*\://; \
  			s/\:.*//; \
  			if ( ! -d $$_ ) { \
! 				print STDERR "${PKGNAME}: \"$$_\" non-existent -- dependency list incomplete\n"; \
  			} else { \
  				push @bdirs, $$_; \
  			} \
***************
*** 2455,2461 ****
  			s/^[^:]*\://; \
  			s/\:.*//; \
  			if ( ! -d $$_ ) { \
! 				print STDERR "${PKGNAME}: \"$$_\" non-existent -- dependency list incomplete"; \
  			} else { \
  				push @rdirs, $$_; \
  			} \
--- 2455,2461 ----
  			s/^[^:]*\://; \
  			s/\:.*//; \
  			if ( ! -d $$_ ) { \
! 				print STDERR "${PKGNAME}: \"$$_\" non-existent -- dependency list incomplete\n"; \
  			} else { \
  				push @rdirs, $$_; \
  			} \
***************
*** 2464,2470 ****
  			next if /^$$/; \
  			s/\:.*//; \
  			if ( ! -d $$_ ) { \
! 				print STDERR "${PKGNAME}: \"$$_\" non-existent -- dependency list incomplete"; \
  			} else { \
  				push @mdirs, $$_; \
  			} \
--- 2464,2470 ----
  			next if /^$$/; \
  			s/\:.*//; \
  			if ( ! -d $$_ ) { \
! 				print STDERR "${PKGNAME}: \"$$_\" non-existent -- dependency list incomplete\n"; \
  			} else { \
  				push @mdirs, $$_; \
  			} \


>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?200001081625.QAA45305>