ports/102750: Mk/bsd.port.mk - fix typo and harmless bug

Florent Thoumie flz at FreeBSD.org
Fri Sep 1 14:00:38 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list