diff options
-rw-r--r-- | devel/swig13/Makefile | 8 | ||||
-rw-r--r-- | devel/swig20/Makefile | 8 | ||||
-rw-r--r-- | mail/tkrat2/Makefile | 8 | ||||
-rw-r--r-- | x11-toolkits/tkstep80/Makefile | 8 |
4 files changed, 28 insertions, 4 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index 5c22a13a9fa8..3f97e744bfbc 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -103,10 +103,16 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -fpic -DPIC" ALL_TARGET= swig runtime PLIST_SUB+= VER="${VER}" +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Build fails on sparc64" +.endif + post-install: # A separate swig13-runtime port might be nice @(cd ${INSTALL_WRKSRC}/Runtime && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) ${LN} -f ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index 5c22a13a9fa8..3f97e744bfbc 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/Makefile @@ -103,10 +103,16 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} -fpic -DPIC" ALL_TARGET= swig runtime PLIST_SUB+= VER="${VER}" +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Build fails on sparc64" +.endif + post-install: # A separate swig13-runtime port might be nice @(cd ${INSTALL_WRKSRC}/Runtime && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) ${LN} -f ${PREFIX}/bin/swig ${PREFIX}/bin/swig${VER} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/mail/tkrat2/Makefile b/mail/tkrat2/Makefile index 5dc9f3d5bdd6..3a384f58d788 100644 --- a/mail/tkrat2/Makefile +++ b/mail/tkrat2/Makefile @@ -30,6 +30,12 @@ DOCFILES= CONFIGURATION COPYRIGHT README doc/interface doc/userprocs \ MAN1= tkrat.1 +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Build fails on sparc64" +.endif + post-install: .if !defined(NOPORTDOCS) @${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}" @@ -43,4 +49,4 @@ post-install: @${MKDIR} ${PREFIX}/lib/ratatosk ${INSTALL_DATA} ${FILESDIR}/ratatoskrc ${PREFIX}/lib/ratatosk -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/x11-toolkits/tkstep80/Makefile b/x11-toolkits/tkstep80/Makefile index 9f959566efe4..cb7d06d6ec92 100644 --- a/x11-toolkits/tkstep80/Makefile +++ b/x11-toolkits/tkstep80/Makefile @@ -33,6 +33,12 @@ CONFIGURE_ENV= PORTSDIR=${PORTSDIR} PKGINSTALL= ${PORTSDIR}/x11-toolkits/tk82/pkg-install.wish PKGDEINSTALL= ${PORTSDIR}/x11-toolkits/tk82/pkg-deinstall.wish +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Build fails on sparc64" +.endif + post-install: @${RM} ${PREFIX}/lib/tkstep8.0/demos/*.orig ${STRIP_CMD} ${PREFIX}/bin/wishstep8.0 @@ -49,4 +55,4 @@ post-install: test: cd ${WRKSRC}; make test -.include <bsd.port.mk> +.include <bsd.port.post.mk> |