ports/92124: [patch] remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch

Edwin Groothuis edwin at mavetju.org
Sun Jan 22 01:30:09 UTC 2006


>Number:         92124
>Category:       ports
>Synopsis:       [patch] remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 22 01:30:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root at x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386


>Description:

    Due to a clash of patches, the USE_DOS2UNIX patch has introduced
    USE_REINPLACE in bsd.port.mk:

	.if defined(USE_DOS2UNIX)
	USE_REINPLACE=  yes
	.endif

>How-To-Repeat:
>Fix:

Index: bsd.port.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.521
diff -u -r1.521 bsd.port.mk
--- bsd.port.mk	21 Jan 2006 22:07:08 -0000	1.521
+++ bsd.port.mk	22 Jan 2006 01:19:37 -0000
@@ -1510,10 +1510,6 @@
 CONFIGURE_ENV+=	MAKE=${GMAKE}
 .endif
 
-.if defined(USE_DOS2UNIX)
-USE_REINPLACE=	yes
-.endif
-
 .if defined(USE_GCC)
 .include "${PORTSDIR}/Mk/bsd.gcc.mk"
 .endif
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list