From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 20 16:40:16 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 7CF1316A425 for ; Mon, 20 Mar 2006 16:40:16 +0000 (UTC) (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 7BE7843D46 for ; Mon, 20 Mar 2006 16:40:13 +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 k2KGeDXp010584 for ; Mon, 20 Mar 2006 16:40:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2KGeDpu010580; Mon, 20 Mar 2006 16:40:13 GMT (envelope-from gnats) Resent-Date: Mon, 20 Mar 2006 16:40:13 GMT Resent-Message-Id: <200603201640.k2KGeDpu010580@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, Gabor Kovesdan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF87716A401; Mon, 20 Mar 2006 16:31:21 +0000 (UTC) (envelope-from root@server.t-hosting.hu) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E6D543D68; Mon, 20 Mar 2006 16:31:17 +0000 (GMT) (envelope-from root@server.t-hosting.hu) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 009AC9988C5; Mon, 20 Mar 2006 17:31:14 +0100 (CET) Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 92438-02-5; Mon, 20 Mar 2006 17:31:11 +0100 (CET) Received: by server.t-hosting.hu (Postfix, from userid 0) id 1CAC59988BE; Mon, 20 Mar 2006 17:31:11 +0100 (CET) Message-Id: <20060320163111.1CAC59988BE@server.t-hosting.hu> Date: Mon, 20 Mar 2006 17:31:11 +0100 (CET) From: Gabor Kovesdan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Gerald Pfeifer Subject: ports/94737: [port update] lang/gcc4[1-2] and lang/gfortran X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gabor Kovesdan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2006 16:40:16 -0000 >Number: 94737 >Category: ports >Synopsis: [port update] lang/gcc4[1-2] and lang/gfortran >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: Mon Mar 20 16:40:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gabor Kovesdan >Release: FreeBSD 5.3-RELEASE-p17 amd64 >Organization: n/a >Environment: >Description: The attached patch changes the naming convention for lang/gcc41 and lang/gcc42 to be consistent with the current naming convention of lang/gfortran. With this change, we can see in the package name whether gcc41 and gcc42 was compiled with WITH_FORTRAN defined or not. I know, with such change, PORTREVISION should be incremented, but that reflects the snapshot version, so I left it untouched, you can apply this change when upgrading to a newer snapshot version. >How-To-Repeat: >Fix: --- gfortran-gcc41-gcc42.diff begins here --- Index: ports/lang/gcc41/Makefile =================================================================== RCS file: /usr/cvs/ports/lang/gcc41/Makefile,v retrieving revision 1.251 diff -u -r1.251 Makefile --- ports/lang/gcc41/Makefile 15 Mar 2006 09:37:21 -0000 1.251 +++ ports/lang/gcc41/Makefile 20 Mar 2006 16:16:32 -0000 @@ -22,6 +22,7 @@ COMMENT= GNU Compiler Collection 4.1 .if defined(WITH_FORTRAN) +PKGNAMESUFFIX= -withfortran LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \ mpfr.1:${PORTSDIR}/math/mpfr .endif Index: ports/lang/gcc42/Makefile =================================================================== RCS file: /usr/cvs/ports/lang/gcc42/Makefile,v retrieving revision 1.250 diff -u -r1.250 Makefile --- ports/lang/gcc42/Makefile 15 Mar 2006 22:42:16 -0000 1.250 +++ ports/lang/gcc42/Makefile 20 Mar 2006 16:16:23 -0000 @@ -22,6 +22,7 @@ COMMENT= GNU Compiler Collection 4.2 .if defined(WITH_FORTRAN) +PKGNAMESUFFIX= -withfortran LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 \ mpfr.1:${PORTSDIR}/math/mpfr .endif Index: ports/lang/gfortran/Makefile =================================================================== RCS file: /usr/cvs/ports/lang/gfortran/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- ports/lang/gfortran/Makefile 6 Feb 2006 22:16:03 -0000 1.14 +++ ports/lang/gfortran/Makefile 20 Mar 2006 16:15:39 -0000 @@ -7,7 +7,6 @@ # MASTERDIR= ${.CURDIR}/../gcc41/ -PKGNAMESUFFIX= -withfortran WITH_FORTRAN= yes DESCR= ${.CURDIR}/pkg-descr --- gfortran-gcc41-gcc42.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: