Date: Sun, 22 Jan 2006 12:19:47 +1100 (EST) From: Edwin Groothuis <edwin@mavetju.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/92124: [patch] remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch Message-ID: <20060122011947.3868842F@k7.mavetju> Resent-Message-ID: <200601220130.k0M1U5pZ077881@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060122011947.3868842F>