ports/105883: [patch] bsd.port.mk: refine some comments about linux emulation

Boris Samorodov bsam at FreeBSD.org
Sun Nov 26 20:31:37 UTC 2006


>Number:         105883
>Category:       ports
>Synopsis:       [patch] bsd.port.mk: refine some comments about linux emulation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 26 20:10:12 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Boris Samorodov
>Release:        FreeBSD 6.2-RC1 amd64
>Organization:
InPharmTech, Co. http://www.ipt.ru
>Environment:
System: FreeBSD srv.sem.ipt.ru 6.2-RC1 FreeBSD 6.2-RC1 #0: Wed Nov 22 16:35:08 MSK 2006 bsam at srv.sem.ipt.ru:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
>How-To-Repeat:
>Fix:
	The current version of bsd.port.mk needs some refinements:
	- remove the description of emulators/linux_base port (gone to attic);
	- refine notes about changing default linux base port:
	  o  add a note to update src/usr.sbin/sysinstall/config.c and
	     src/release/scripts/package-split.py;
	  o  remove a note to update the Handbook (as it was discussed at
	     emulation@ ML any hard-coded port versions shouldn't be used.
	     An update to the Handbook is pending).

	Those changes were inspiritted by kensmith's sharp eye (commits to
	src) and netchild's wise mind (initial proposal and further comments
	on the patch).

--- Mk.diff begins here ---
Index: bsd.port.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.544
diff -u -r1.544 bsd.port.mk
--- bsd.port.mk	30 Sep 2006 19:25:45 -0000	1.544
+++ bsd.port.mk	26 Nov 2006 19:13:20 -0000
@@ -445,8 +445,8 @@
 #				  Implies inclusion of bsd.kde.mk.
 ##
 # USE_LINUX		- Set to yes to say the port needs the default linux base port.
-#				  Set to value <X>, if the port needs emulators/linux_base-<X>.
-#				  If set to "7", a dependency is registered to emulators/linux_base.
+#				  Set to value <X>, if the port needs the specific
+#				  emulators/linux_base-<X> port.
 #				  Implies appropriate settings for NO_FILTER_SHLIBS,
 #				  STRIP and STRIP_CMD.
 # USE_LINUX_PREFIX
@@ -1812,7 +1812,9 @@
 .	endif
 
 # NOTE: when you update the default linux_base version (case "yes"),
-# don't forget to update the Handbook!
+# don't forget to update:
+#  - src/usr.sbin/sysinstall/config.c
+#  - src/release/scripts/package-split.py
 
 .	if exists(${PORTSDIR}/emulators/linux_base-${USE_LINUX})
 LINUX_BASE_PORT=	${LINUXBASE}/bin/sh:${PORTSDIR}/emulators/linux_base-${USE_LINUX}
--- Mk.diff ends here ---

WBR
-- 
bsam

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



More information about the freebsd-ports-bugs mailing list