deskutils/kbirthday does not compile on ia64 and amd64 Fix: See attached diff --Boundary-00=_CoP4BVQrktqM0k3 Content-Type: text/x-diff; charset="iso-8859-1"; name="diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="diff" --Boundary-00=_CoP4BVQrktqM0k3----t1TwbtqwQCw3YsJAGFUBQ8GkwOKWpX5V0JCipGTZWzA954j2 Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" diff -u ../../deskutils/kbirthday/Makefile ./Makefile --- ../../deskutils/kbirthday/Makefile Sat Dec 11 02:14:05 2004 +++ ./Makefile Sun Jan 9 10:28:21 2005 @@ -24,4 +24,10 @@ # necesary to access the second master site by getting rid of the default switch -A FETCH_CMD ?=/usr/bin/fetch -Rr -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" || ${ARCH} == "amd64" +BROKEN= "Does not compile on ia64 or amd64" +.endif + +.include <bsd.port.post.mk>
State Changed From-To: open->closed The fix was simple. The port should now build on ia64 and amd64. Thanks for reporting