From scjamorim@bsd.com.br  Tue Jul  7 00:31:28 2009
Return-Path: <scjamorim@bsd.com.br>
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 <multiple recipients>; 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 <scjamorim@bsd.com.br>
To: FreeBSD-gnats-submit@freebsd.org
Cc: araujo@freebsd.org
Subject: [PATCH] science/elmer-matc: Fixed problem of compilation
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         136396
>Category:       ports
>Synopsis:       [PATCH] science/elmer-matc: Fixed problem of compilation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    araujo
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 07 00:40:01 UTC 2009
>Closed-Date:    Fri Jul 10 00:49:04 UTC 2009
>Last-Modified:  Fri Jul 10 00:49:04 UTC 2009
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->araujo 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jul 7 00:40:14 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/136396: commit references a PR
Date: Fri, 10 Jul 2009 00:38:21 +0000 (UTC)

 araujo      2009-07-10 00:38:10 UTC
 
   FreeBSD ports repository
 
   Modified files:
     science/elmer-matc   Makefile pkg-plist 
   Log:
   - Fix build.
   - Sorted plist file.
   - Pass maintainer to submitter.
   
   PR:             ports/136396
   Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
   
   Revision  Changes    Path
   1.16      +5 -5      ports/science/elmer-matc/Makefile
   1.3       +1 -1      ports/science/elmer-matc/pkg-plist
 _______________________________________________
 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: open->closed 
State-Changed-By: araujo 
State-Changed-When: Fri Jul 10 00:49:03 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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