Skip site navigation (1)Skip section navigation (2)
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:   ports/136396: [PATCH] science/elmer-matc: Fixed problem of compilation
Message-ID:  <200907070029.n670T6LT015934@fbsd_tb7st.vida.br>
Resent-Message-ID: <200907070040.n670e1au065159@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907070029.n670T6LT015934>