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

(-)sysutils/asmem/Makefile (-8 / +3 lines)
Lines 16-32 Link Here
16
USE_X_PREFIX=	yes
16
USE_X_PREFIX=	yes
17
USE_XPM=	yes
17
USE_XPM=	yes
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
19
MAN1=		asmem.1
20
MAN1=		asmem.1
20
PLIST_FILES=	bin/asmem
21
PLIST_FILES=	bin/asmem
21
22
22
.include <bsd.port.pre.mk>
23
24
.if ${OSVERSION} >= 600000
25
BROKEN=		"Does not compile on FreeBSD >= 6.x"
26
.endif
27
28
do-install:
23
do-install:
29
	${INSTALL_PROGRAM} -g kmem -m 2755 ${WRKSRC}/asmem ${PREFIX}/bin
24
	${INSTALL_PROGRAM} -g kmem -m 2755 ${WRKSRC}/asmem ${PREFIX}/bin
30
	${INSTALL_MAN} ${WRKSRC}/asmem.man ${PREFIX}/man/man1/asmem.1
25
	${INSTALL_MAN} ${WRKSRC}/asmem.man ${MANPREFIX}/man/man1/asmem.1
31
26
32
.include <bsd.port.post.mk>
27
.include <bsd.port.mk>
(-)sysutils/asmem/files/patch-read_mem.c (+10 lines)
Line 0 Link Here
1
--- read_mem.c.dist	Fri Sep 19 01:06:01 2003
2
+++ read_mem.c	Tue Nov 30 18:52:06 2004
3
@@ -56,6 +56,7 @@
4
 // Machine dependent headers
5
 // FreeBSD
6
 #if defined(__FreeBSD__)
7
+#include <sys/param.h>
8
 #include <sys/conf.h>
9
 #include <osreldate.h>
10
 #include <kvm.h>

Return to bug 74733