From vd@datamax.bg  Tue Sep 12 11:27:35 2006
Return-Path: <vd@datamax.bg>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 32ECC16A4C9;
	Tue, 12 Sep 2006 11:27:35 +0000 (UTC)
	(envelope-from vd@datamax.bg)
Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 76F4F43D45;
	Tue, 12 Sep 2006 11:27:32 +0000 (GMT)
	(envelope-from vd@datamax.bg)
Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2])
	by jengal.datamax.bg (Postfix) with SMTP id 52A0AB844;
	Tue, 12 Sep 2006 12:26:00 +0300 (EEST)
Received: (nullmailer pid 50630 invoked by uid 1002);
	Tue, 12 Sep 2006 09:26:00 -0000
Message-Id: <20060912092600.GA50599@qlovarnika.bg.datamax>
Date: Tue, 12 Sep 2006 12:26:00 +0300
From: Vasil Dimov <vd@FreeBSD.org>
Reply-To: vd@FreeBSD.org
To: FreeBSD-gnats-submit@freebsd.org
Cc: portmgr@freebsd.org
Subject: [patch] bsd.port.mk: get rid of the outdated emulators/linux_base
X-Send-Pr-Version: 3.113

>Number:         103184
>Category:       ports
>Synopsis:       [patch] bsd.port.mk: get rid of the outdated emulators/linux_base
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    portmgr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 12 11:30:20 GMT 2006
>Closed-Date:    Sat Sep 30 19:34:24 GMT 2006
>Last-Modified:  Sat Sep 30 19:34:24 GMT 2006
>Originator:     Vasil Dimov
>Release:        FreeBSD 6.1-STABLE amd64
>Organization:
N/A
>Environment:

>Description:

In order to remove emulators/linux_base the following change should be
committed to bsd.port.mk to avoid breakages.

>How-To-Repeat:

>Fix:

--- bsd.port.mk-linux.diff begins here ---
Index: bsd.port.mk
===================================================================
RCS file: /usr/local/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	12 Sep 2006 09:21:51 -0000
@@ -1795,14 +1795,10 @@
 .	if exists(${PORTSDIR}/emulators/linux_base-${USE_LINUX})
 LINUX_BASE_PORT=	${LINUXBASE}/bin/sh:${PORTSDIR}/emulators/linux_base-${USE_LINUX}
 .	else
-.		if ${USE_LINUX} == "7"
-LINUX_BASE_PORT=	${LINUXBASE}/etc/redhat-release:${PORTSDIR}/emulators/linux_base
-.		else
-.			if ${USE_LINUX:L} == "yes"
+.		if ${USE_LINUX:L} == "yes"
 LINUX_BASE_PORT=	${LINUXBASE}/etc/fedora-release:${PORTSDIR}/emulators/linux_base-fc4
-.			else
+.		else
 IGNORE=	There is no emulators/linux_base-${USE_LINUX}, perhaps wrong use of USE_LINUX or OVERRIDE_LINUX_BASE_PORT.
-.			endif
 .		endif
 .	endif
 
--- bsd.port.mk-linux.diff ends here ---
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->portmgr 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Sep 12 11:30:38 UTC 2006 
Responsible-Changed-Why:  
bsd.port.mk is port manager territory 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103184 
State-Changed-From-To: open->analyzed 
State-Changed-By: linimon 
State-Changed-When: Wed Sep 20 12:47:21 UTC 2006 
State-Changed-Why:  
Accepted for testing on the cluster. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103184 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103184: commit references a PR
Date: Sat, 30 Sep 2006 19:25:53 +0000 (UTC)

 linimon     2006-09-30 19:25:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     Mk                   bsd.database.mk bsd.gcc.mk bsd.port.mk 
     math/elmer-mathlibs  Makefile 
     math/elmer-umfpack   Makefile 
     science/elmer-eio    Makefile 
     science/elmer-fem    Makefile 
     science/elmer-hutiter Makefile 
     science/elmer-matc   Makefile 
     science/elmerpost    Makefile 
   Log:
   * Split bsd.port.mk pre and post includes into 3 pieces instead of 2, to
     allow OPTIONS to be able to influence dependencies.  This is still
     experimental [1]
   
   * Teach bsd.gcc.mk about gfortran [2]
   
   * Remove the outdated emulators/linux_base; the new default has been
     linux_base-fc4.  This will allow the outdated port to be removed [3]
   
   * Add USE_FIREBIRD macros to bsd.database.mk [4]
   
   PR:     93687 [1], 93690 [2], 103184 [3], 103357 [4]
   
   Submitted by:   shaun [1], Pedro F. Giffuni <giffunip at asme to org> [2],
                   gerald [2], thierry [2], vd [3], skv [4]
   
   Revision  Changes    Path
   1.15      +31 -1     ports/Mk/bsd.database.mk
   1.9       +26 -8     ports/Mk/bsd.gcc.mk
   1.544     +21 -19    ports/Mk/bsd.port.mk
   1.7       +0 -2      ports/math/elmer-mathlibs/Makefile
   1.4       +0 -3      ports/math/elmer-umfpack/Makefile
   1.4       +0 -3      ports/science/elmer-eio/Makefile
   1.9       +1 -3      ports/science/elmer-fem/Makefile
   1.5       +1 -3      ports/science/elmer-hutiter/Makefile
   1.4       +0 -3      ports/science/elmer-matc/Makefile
   1.4       +1 -3      ports/science/elmerpost/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: analyzed->closed 
State-Changed-By: linimon 
State-Changed-When: Sat Sep 30 19:34:15 UTC 2006 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103184 
>Unformatted:
