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

(-)Makefile (-22 / +2 lines)
Lines 22-28 Link Here
22
NO_WRKSUBDIR=	yes
22
NO_WRKSUBDIR=	yes
23
SUB_FILES+=	pkg-message
23
SUB_FILES+=	pkg-message
24
PKGMESSAGE=	${WRKDIR}/pkg-message
24
PKGMESSAGE=	${WRKDIR}/pkg-message
25
RESTRICTED=	"Unknown license type for binary object file ltmdmobj.o"
25
RESTRICTED=	Unknown license type for binary object file ltmdmobj.o
26
26
27
LTMDM_DEV_MAJOR?=	228
27
LTMDM_DEV_MAJOR?=	228
28
LTMDM_OBJ_VERSION?=	600
28
LTMDM_OBJ_VERSION?=	600
Lines 39-53 Link Here
39
PORTDOCS=	README.TXT README-en.TXT INSTALL.TXT INSTALL-en.TXT
39
PORTDOCS=	README.TXT README-en.TXT INSTALL.TXT INSTALL-en.TXT
40
SYSDIR?=	${SRC_BASE}/sys
40
SYSDIR?=	${SRC_BASE}/sys
41
41
42
.include <bsd.port.pre.mk>
43
44
.if ${OSVERSION} < 500000
45
MAJOR=		${LTMDM_DEV_MAJOR}
46
PLIST_SUB+=	FREEBSD5="@comment " FREEBSD4=""
47
PLIST_SUB+=	MAJOR=${MAJOR}
48
.else
49
PLIST_SUB+=	FREEBSD5="" FREEBSD4="@comment "
42
PLIST_SUB+=	FREEBSD5="" FREEBSD4="@comment "
50
.endif
51
PLIST_SUB+=	KMODDIR=${KMODDIR}
43
PLIST_SUB+=	KMODDIR=${KMODDIR}
52
44
53
pre-fetch:
45
pre-fetch:
Lines 74-91 Link Here
74
.endfor
66
.endfor
75
.endif
67
.endif
76
68
77
.if ${OSVERSION} < 500000
78
	@${RM} -f ${DEVDIR}/cual0 ${DEVDIR}/cuail0 ${DEVDIR}/cuall0
79
	@umask 7
80
	@mknod ${DEVDIR}/cual0 c ${MAJOR} 128 uucp:dialer
81
	@mknod ${DEVDIR}/cuail0 c ${MAJOR} 160 uucp:dialer
82
	@mknod ${DEVDIR}/cuall0 c ${MAJOR} 192 uucp:dialer
83
	@${RM} -f ${DEVDIR}/ttyl0 ${DEVDIR}/ttyil0 ${DEVDIR}/ttyll0
84
	@umask 77
85
	@mknod ${DEVDIR}/ttyl0 c ${MAJOR} 0 uucp:dialer
86
	@mknod ${DEVDIR}/ttyil0 c ${MAJOR} 32 uucp:dialer
87
	@mknod ${DEVDIR}/ttyll0 c ${MAJOR} 64 uucp:dialer
88
.endif
89
	@${CAT} ${PKGMESSAGE}
69
	@${CAT} ${PKGMESSAGE}
90
70
91
.include <bsd.port.post.mk>
71
.include <bsd.port.mk>

Return to bug 115404