View | Details | Raw Unified | Return to bug 58426
Collapse All | Expand All

(-)/tmp/xtuner/Makefile (-7 / +1 lines)
Lines 19-28 Link Here
19
USE_IMAKE=	YES
19
USE_IMAKE=	YES
20
USE_XPM=	YES
20
USE_XPM=	YES
21
21
22
.include <bsd.port.pre.mk>
22
.include <bsd.port.mk>
23
24
.if ${OSVERSION} >= 501000
25
BROKEN=		"Does not compile"
26
.endif
27
28
.include <bsd.port.post.mk>
(-)/tmp/xtuner/files/patch-misc.c (+13 lines)
Line 0 Link Here
1
--- misc.c.orig	Thu Oct 23 16:35:41 2003
2
+++ misc.c	Thu Oct 23 16:36:26 2003
3
@@ -90,8 +90,8 @@
4
     else
5
     {
6
       fprintf(stderr,"Usage: xtuner [-0x20 | -0x30]  -24 \n");
7
-      fprintf(stderr,"Which specifies the port for the radio card and 24hr
8
-      time format \n");
9
+      fprintf(stderr,"Which specifies the port for the radio card and 24hr\n"\
10
+"      time format \n");
11
       exit(1);
12
     }
13
     cmd++;

Return to bug 58426