Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2008 17:37:00 -0400 (EDT)
From:      Robert Noland <rnoland@2hip.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125654: [PATCH] math/petsc: Fix build on 8-CURRENT
Message-ID:  <200807152137.m6FLb0FR019577@wombat.2hip.net>
Resent-Message-ID: <200807152140.m6FLe1FM033797@freefall.freebsd.org>

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

>Number:         125654
>Category:       ports
>Synopsis:       [PATCH] math/petsc: Fix build on 8-CURRENT
>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 15 21:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Robert Noland
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD wombat.2hip.net 8.0-CURRENT FreeBSD 8.0-CURRENT #15: Tue Jul 15 11:56:24 EDT 2008
>Description:
Attempt to fix build on 8-CURRENT.

This needs to be checked on a tinderbox.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- petsc-2.3.3.p0_1,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/math/petsc/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- Makefile	15 Jul 2008 19:52:12 -0000	1.28
+++ Makefile	15 Jul 2008 21:34:20 -0000
@@ -69,10 +69,6 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 800000
-BROKEN=		does not compile
-.endif
-
 .if exists(${LOCALBASE}/mpi/openmpi/bin/mpirun)
 WITH_OPENMPI=	yes
 MPIDIR=		${LOCALBASE}/mpi/openmpi
Index: files/patch-bmake::common::rules.shared.basic
===================================================================
RCS file: /home/ncvs/ports/math/petsc/files/patch-bmake::common::rules.shared.basic,v
retrieving revision 1.3
diff -u -r1.3 patch-bmake::common::rules.shared.basic
--- files/patch-bmake::common::rules.shared.basic	17 Sep 2005 21:08:25 -0000	1.3
+++ files/patch-bmake::common::rules.shared.basic	15 Jul 2008 21:34:20 -0000
@@ -1,9 +1,10 @@
---- bmake/common/rules.shared.basic.orig	Thu Aug 11 01:08:40 2005
-+++ bmake/common/rules.shared.basic	Wed Sep 14 21:27:05 2005
-@@ -9,6 +9,7 @@
- 
+--- bmake/common/rules.shared.basic.orig	2007-05-23 19:30:02.000000000 -0400
++++ bmake/common/rules.shared.basic	2008-07-15 17:25:37.000000000 -0400
+@@ -10,6 +10,8 @@
  shared_solaris2: shared_solaris
+ shared_solaris2_gnu: shared_solaris_gnu
  
++shared_freebsd8: shared_freebsd
 +shared_freebsd7: shared_freebsd
  shared_freebsd6: shared_freebsd
  shared_freebsd5: shared_freebsd
--- petsc-2.3.3.p0_1,1.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?200807152137.m6FLb0FR019577>