Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jun 2000 04:27:47 +0400 (MSD)
From:      babolo@links.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19112: One more restriction for patch name
Message-ID:  <200006080027.EAA18705@aaz.links.ru>

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

>Number:         19112
>Category:       ports
>Synopsis:       files with names something,v in patches dir must not be aplicable
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 07 17:30:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Aleksandr A. Babaylov
>Release:        FreeBSD 4.X
>Organization:
home
>Environment:

ports system in FreeBSD 4 (I don't know about 3 and 5)

>Description:

files with names something,v in patches dir must not be aplicable

>How-To-Repeat:

	N/A

>Fix:
	

--- /usr/ports/Mk/bsd.port.mk.orig	Sun May  7 01:20:43 2000
+++ /usr/ports/Mk/bsd.port.mk	Wed May 10 01:42:51 2000
@@ -1707,7 +1707,7 @@
 			${ECHO_MSG} "===>  Applying ${OPSYS} patches for ${PKGNAME}" ; \
 			for i in ${PATCHDIR}/patch-*; do \
 				case $$i in \
-					*.orig|*.rej|*~) \
+					*.orig|*.rej|*~|*,v) \
 						${ECHO_MSG} "===>   Ignoring patchfile $$i" ; \
 						;; \
 					*) \

>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?200006080027.EAA18705>