Bug 75982 - Port upgrade: deskutils/kbirthday does not compile on ia64 =
Summary: Port upgrade: deskutils/kbirthday does not compile on ia64 =
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-09 09:40 UTC by Heiner
Modified: 2005-01-09 16:52 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heiner 2005-01-09 09:40:20 UTC
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>
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2005-01-09 16:51:42 UTC
State Changed
From-To: open->closed

The fix was simple. The port should now build on ia64 and amd64. 
Thanks for reporting