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

(-)Makefile (-2 / +4 lines)
Lines 18-25 Link Here
18
USE_REINPLACE=	yes
18
USE_REINPLACE=	yes
19
19
20
post-patch:
20
post-patch:
21
	${REINPLACE_CMD} -e 's,/dev/vga,/dev/ttyv0,g' ${WRKSRC}/src/*c
21
	@${REINPLACE_CMD} -e 's,/dev/vga,/dev/ttyv0,g' ${WRKSRC}/src/*c
22
	${REINPLACE_CMD} -e 's,#endif.*,#endif,g' ${WRKSRC}/include/ksymdef.h
22
	@${REINPLACE_CMD} -e 's,GetShmem(),GetShmem(char),g' ${WRKSRC}/src/fnld.c
23
	@${REINPLACE_CMD} -e 's,#endif.*,#endif,g' ${WRKSRC}/include/ksymdef.h
24
	@${REINPLACE_CMD} -e 's,TOPDIR,PREFIX,g' ${WRKSRC}/big5con.mk
23
25
24
post-install:
26
post-install:
25
	@${CAT} ${PKGMESSAGE}
27
	@${CAT} ${PKGMESSAGE}
(-)pkg-message (-2 lines)
Lines 1-6 Link Here
1
2
---------------------------------------------------------------
1
---------------------------------------------------------------
3
You need to add a line 'options SYSVSHM' to your kernel config.
2
You need to add a line 'options SYSVSHM' to your kernel config.
4
Use 'b5c' to run the big5 console.
3
Use 'b5c' to run the big5 console.
5
---------------------------------------------------------------
4
---------------------------------------------------------------
6

Return to bug 71744