- TotalView is currently not built on 64 bits platforms => prune its

directory;

- Set USE_LDCONFIG.

Reported by:	pointyhat via Kris
This commit is contained in:
Thierry Thomas 2006-08-11 12:49:16 +00:00
parent be822cbee1
commit 8aa29b5c78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170351

View File

@ -20,6 +20,7 @@ USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-rsh=ssh
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG= yes
CONFLICTS= lam-6.*
@ -383,6 +384,8 @@ RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.if ${ARCH} == "i386"
PLIST_SUB= I386=""
.else
# Note: to enable TotalView on 64 bits platforms,
# --enable-tv-dll-force should be added to CONFIGURE_ARGS
PLIST_SUB= I386="@comment "
.endif
@ -390,6 +393,11 @@ pre-configure:
@${REINPLACE_CMD} -E -e 's|/usr/bin/env perl|${PERL} -w| ; \
s|use warnings;||' ${WRKSRC}/tools/mpiexec/mpiexec
post-install:
.if ${ARCH} != "i386"
${RMDIR} ${PREFIX}/lib/lam
.endif
.if defined(MAINTAINER_MODE)
regression-test: install
(cd ${BUILD_WRKSRC}/examples; \