From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 7 00:40:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 178311065675 for ; Tue, 7 Jul 2009 00:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DEFEF8FC17 for ; Tue, 7 Jul 2009 00:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n670e17W065160 for ; Tue, 7 Jul 2009 00:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n670e1au065159; Tue, 7 Jul 2009 00:40:01 GMT (envelope-from gnats) Resent-Date: Tue, 7 Jul 2009 00:40:01 GMT Resent-Message-Id: <200907070040.n670e1au065159@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, Sylvio Cesar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D39961065676; Tue, 7 Jul 2009 00:31:28 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-qy0-f204.google.com (mail-qy0-f204.google.com [209.85.221.204]) by mx1.freebsd.org (Postfix) with ESMTP id 80CF48FC20; Tue, 7 Jul 2009 00:31:28 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: by qyk42 with SMTP id 42so1167831qyk.3 for ; Mon, 06 Jul 2009 17:31:27 -0700 (PDT) Received: by 10.224.74.18 with SMTP id s18mr5832092qaj.45.1246926687420; Mon, 06 Jul 2009 17:31:27 -0700 (PDT) Received: from fbsd_tb7st.vida.br (187-25-138-207.3g.claro.net.br [187.25.138.207]) by mx.google.com with ESMTPS id 6sm1258402qwd.52.2009.07.06.17.31.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 06 Jul 2009 17:31:26 -0700 (PDT) Received: from fbsd_tb7st.vida.br (localhost [127.0.0.1]) by fbsd_tb7st.vida.br (Postfix) with ESMTP id 2B022CBBBD; Mon, 6 Jul 2009 21:29:07 -0300 (BRT) Received: (from root@localhost) by fbsd_tb7st.vida.br (8.14.3/8.14.3/Submit) id n670T6LT015934; Mon, 6 Jul 2009 21:29:06 -0300 (BRT) (envelope-from root) Message-Id: <200907070029.n670T6LT015934@fbsd_tb7st.vida.br> Date: Mon, 6 Jul 2009 21:29:06 -0300 (BRT) From: Sylvio Cesar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: araujo@FreeBSD.org Subject: ports/136396: [PATCH] science/elmer-matc: Fixed problem of compilation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2009 00:40:02 -0000 >Number: 136396 >Category: ports >Synopsis: [PATCH] science/elmer-matc: Fixed problem of compilation >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: Tue Jul 07 00:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 7.2-RELEASE i386 >Organization: >Environment: System: FreeBSD fbsd_tb7st.vida.br 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC >Description: - Fixed problem of compilation - Sorted file plist - Tested in my tinderbox amd64 and i386: http://www.scjamorim.org/Home/elmer-matc-5.4.0_3_amd64.txt http://www.scjamorim.org/Home/elmer-matc-5.4.0_3.txt Port maintainer (araujo@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- elmer-matc-5.4.0_3.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/science/elmer-matc/Makefile,v retrieving revision 1.15 diff -u -u -r1.15 Makefile --- Makefile 7 Jan 2009 16:34:21 -0000 1.15 +++ Makefile 7 Jul 2009 00:26:51 -0000 @@ -15,10 +15,10 @@ MAINTAINER= araujo@FreeBSD.org COMMENT= MatC language library used by ELMER FEM package -GNU_CONFIGURE= yes -ALL_TARGET= +CXXFLAGS+= -Wno-deprecated -USE_FORTRAN= yes +GNU_CONFIGURE= yes +USE_FORTRAN= g77 PLIST_SUB= ARCH=${MACHINE_ARCH} Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/science/elmer-matc/pkg-plist,v retrieving revision 1.2 diff -u -u -r1.2 pkg-plist --- pkg-plist 21 Aug 2008 06:18:11 -0000 1.2 +++ pkg-plist 7 Jul 2009 00:26:51 -0000 @@ -1,6 +1,6 @@ bin/matc +lib/libmatc.a include/elmer/fnames.h include/elmer/gra.h include/elmer/matc.h @dirrm include/elmer -lib/libmatc.a --- elmer-matc-5.4.0_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: