mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -163,7 +163,7 @@ RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion
|
|||
.if !defined(WITHOUT_SPOOLES)
|
||||
. if exists(${LOCALBASE}/lib/libspooles.a) \
|
||||
&& !exists(${LOCALBASE}/include/spooles/MPI/spoolesMPI.h)
|
||||
BROKEN= Please deinstall spooles and reinstall spooles-mpich
|
||||
BROKEN= "Please deinstall spooles and reinstall spooles-mpich"
|
||||
. else
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/lib/libspooles.a:${PORTSDIR}/math/spooles-mpich
|
||||
. endif
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
--- 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
|
||||
@@ -10,6 +10,7 @@
|
||||
+++ bmake/common/rules.shared.basic Tue Aug 30 22:21:17 2005
|
||||
@@ -10,6 +10,8 @@
|
||||
|
||||
shared_solaris2: shared_solaris
|
||||
|
||||
+shared_freebsd7: shared_freebsd
|
||||
+shared_freebsd6: shared_freebsd
|
||||
shared_freebsd5: shared_freebsd
|
||||
shared_freebsd4: shared_freebsd
|
||||
|
|
Loading…
Add table
Reference in a new issue