1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Allow to build on amd64 and ia64 since pvm has had shared libs on all
platforms for quite some time.

Mark DEPRECATED as it seems unlikely there are any actual users given
that it hasn't worked on amd64 ever and the upstream hasn't made any
changes for 8 years or so.

Drop maintainership.
This commit is contained in:
Brooks Davis 2013-10-18 14:33:34 +00:00
parent b0ca6d0c28
commit 922be12dde
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330753

View File

@ -6,11 +6,14 @@ PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= brooks@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= PVM for Python
BUILD_DEPENDS= pvm:${PORTSDIR}/net/pvm
DEPRECATED= Dead upstream and suspected that there are no users of port
EXPIRATION_DATE= 2014-01-01
USE_PYTHON= yes
USE_PYDISTUTILS=yes
@ -22,24 +25,16 @@ EXAMPLEFILES= master_test.py \
slave_test.py
PLIST_FILES+= ${EXAMPLEFILES:S|^|%%EXAMPLESDIR%%/|}
PLIST_DIRS+= %%EXAMPLESDIR%%
.if !defined(NOPORTDOCS)
PORTDOCS= ChangeLog \
README
.endif
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64" || ${ARCH} == "amd64"
BROKEN= pvm port needs to provide shared libraries
.endif
post-install:
${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${EXAMPLEFILES:S|^|${WRKSRC}/|} ${EXAMPLESDIR}
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${EXAMPLEFILES:S|^|${WRKSRC}/|} \
${STAGEDIR}${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>