Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  1 Sep 2006 14:56:28 +0100 (IST)
From:      Florent Thoumie <flz@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102750: Mk/bsd.port.mk - fix typo and harmless bug
Message-ID:  <20060901135628.7525FCD0@mayday.esat.net>
Resent-Message-ID: <200609011400.k81E0XRu017974@freefall.freebsd.org>

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

>Number:         102750
>Category:       ports
>Synopsis:       Mk/bsd.port.mk - fix typo and harmless bug
>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:   Fri Sep 01 14:00:32 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Florent Thoumie
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
Xbsd.org
>Environment:
System: FreeBSD mayday.esat.net 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:32:43 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:

There shouldn't be any :L modifier at the place mentioned in the patch.
Remove a useless comma as well.

>How-To-Repeat:
	
>Fix:

	

--- ldconfig-fix-bpm.diff begins here ---
Index: bsd.port.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.540
diff -u -r1.540 bsd.port.mk
--- bsd.port.mk	14 Aug 2006 13:24:18 -0000	1.540
+++ bsd.port.mk	1 Sep 2006 13:45:56 -0000
@@ -3851,7 +3851,7 @@
 	${CHROOT} ${DESTDIR} -${LDCONFIG} -m ${USE_LDCONFIG}
 .endif
 .endif
-.if ${USE_LDCONFIG:L} != "${PREFIX}/lib"
+.if ${USE_LDCONFIG} != "${PREFIX}/lib"
 	@${ECHO_MSG} "===>   Installing ldconfig configuration file"
 .if defined(NO_LDCONFIG_MTREE)
 	@${MKDIR} ${PREFIX}/${LDCONFIG_DIR}
@@ -3893,7 +3893,7 @@
 	@${ECHO_CMD} "@unexec rmdir ${LDCONFIG32_DIR} >/dev/null 2>&1" >> ${TMPPLIST}
 .endif
 .endif
-# This can be removed once, all ports have been converted to USE_LDCONFIG.
+# This can be removed once all ports have been converted to USE_LDCONFIG.
 .if defined(INSTALLS_SHLIB)
 .if !defined(INSTALL_AS_USER)
 .if !defined(DESTDIR)
--- ldconfig-fix-bpm.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060901135628.7525FCD0>