From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Feb 17 01:10:03 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC87B16A420 for ; Fri, 17 Feb 2006 01:10:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E54043D46 for ; Fri, 17 Feb 2006 01:10:03 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k1H1A3uA076721 for ; Fri, 17 Feb 2006 01:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k1H1A3Jq076720; Fri, 17 Feb 2006 01:10:03 GMT (envelope-from gnats) Resent-Date: Fri, 17 Feb 2006 01:10:03 GMT Resent-Message-Id: <200602170110.k1H1A3Jq076720@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jason E. Hale" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B32B16A420 for ; Fri, 17 Feb 2006 01:02:50 +0000 (GMT) (envelope-from bsdkaffee@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3096543D45 for ; Fri, 17 Feb 2006 01:02:50 +0000 (GMT) (envelope-from bsdkaffee@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so25878wri for ; Thu, 16 Feb 2006 17:02:49 -0800 (PST) Received: by 10.54.123.4 with SMTP id v4mr429313wrc; Thu, 16 Feb 2006 16:49:50 -0800 (PST) Received: from ?192.168.0.106? ( [24.3.133.137]) by mx.gmail.com with ESMTP id 40sm1660751wrl.2006.02.16.16.49.49; Thu, 16 Feb 2006 16:49:50 -0800 (PST) Message-Id: <43f51dae.575fe6b6.56ff.ffffac47@mx.gmail.com> Date: Thu, 16 Feb 2006 16:49:50 -0800 (PST) From: "Jason E. Hale" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: knu@FreeBSD.org Subject: ports/93457: bsd.ruby.mk clobbers CONFIGURE_TARGET X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Jason E. Hale" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Feb 2006 01:10:04 -0000 >Number: 93457 >Category: ports >Synopsis: bsd.ruby.mk clobbers CONFIGURE_TARGET >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 17 01:10:02 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Jason E. Hale >Release: FreeBSD 6.0-RELEASE-p4 i386 >Organization: none >Environment: System: FreeBSD 6.0-RELEASE-p4 i386 >Description: bsd.ruby.mk does not allow override on CONFIGURE_TARGET I am in the process of making a ruby port that uses GNU_CONFIGURE and it is a canonical build. I need to be able to set CONFIGURE_TARGET for this port, otherwise an undesired prefix will be added to the names of the binaries >How-To-Repeat: Use USE_RUBY and GNU_CONFIGURE at the same time with a canonical build >Fix: I suggest that the CONFIGURE_TARGET in bsd.ruby.mk be changed to allow override Attached is a diff that would do just that --- 2006-02-16-bsd.ruby.mk.diff begins here --- --- bsd.ruby.mk.orig Thu Feb 16 19:23:08 2006 +++ bsd.ruby.mk Thu Feb 16 19:08:50 2006 @@ -162,7 +162,7 @@ .endif # defined(RUBY_VER) && ${RUBY_VER} == 1.8 -CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL:C/\..*//} +CONFIGURE_TARGET?= ${ARCH}-portbld-freebsd${OSREL:C/\..*//} RUBY_ARCH?= ${ARCH}-freebsd${OSREL:C/\..*//} RUBY_NAME?= ruby${RUBY_SUFFIX} --- 2006-02-16-bsd.ruby.mk.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: