Teach bmake about FreeBSD-7.

Note: an upgrade to petsc-2.3.0 is in progress.

Reported by:	krion via pointyhat
This commit is contained in:
Thierry Thomas 2005-08-30 20:31:02 +00:00
parent a1de7119dc
commit f3a6085dc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141493
2 changed files with 4 additions and 3 deletions

View file

@ -163,7 +163,7 @@ RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion
.if !defined(WITHOUT_SPOOLES) .if !defined(WITHOUT_SPOOLES)
. if exists(${LOCALBASE}/lib/libspooles.a) \ . if exists(${LOCALBASE}/lib/libspooles.a) \
&& !exists(${LOCALBASE}/include/spooles/MPI/spoolesMPI.h) && !exists(${LOCALBASE}/include/spooles/MPI/spoolesMPI.h)
BROKEN= Please deinstall spooles and reinstall spooles-mpich BROKEN= "Please deinstall spooles and reinstall spooles-mpich"
. else . else
BUILD_DEPENDS+= ${LOCALBASE}/lib/libspooles.a:${PORTSDIR}/math/spooles-mpich BUILD_DEPENDS+= ${LOCALBASE}/lib/libspooles.a:${PORTSDIR}/math/spooles-mpich
. endif . endif

View file

@ -1,9 +1,10 @@
--- bmake/common/rules.shared.basic.orig Tue Nov 16 18:08:11 2004 --- bmake/common/rules.shared.basic.orig Tue Nov 16 18:08:11 2004
+++ bmake/common/rules.shared.basic Mon Dec 6 12:13:46 2004 +++ bmake/common/rules.shared.basic Tue Aug 30 22:21:17 2005
@@ -10,6 +10,7 @@ @@ -10,6 +10,8 @@
shared_solaris2: shared_solaris shared_solaris2: shared_solaris
+shared_freebsd7: shared_freebsd
+shared_freebsd6: shared_freebsd +shared_freebsd6: shared_freebsd
shared_freebsd5: shared_freebsd shared_freebsd5: shared_freebsd
shared_freebsd4: shared_freebsd shared_freebsd4: shared_freebsd