- Drop 8.x support
Approved by: portmgr blanket
This commit is contained in:
parent
af11777dd5
commit
bc4305c49f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397237
1 changed files with 2 additions and 8 deletions
|
@ -13,17 +13,11 @@ COMMENT= Client and server for the RFC1312 message protocol
|
|||
USES= autoreconf readline
|
||||
USE_RC_SUBR= mesgd
|
||||
GNU_CONFIGURE= yes
|
||||
CFLAGS+= -DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS
|
||||
CFLAGS+= -DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS -DUSE_UTMPX
|
||||
|
||||
PLIST_FILES= bin/msend \
|
||||
man/man1/msend.1.gz \
|
||||
man/man8/mesgd.8.gz \
|
||||
sbin/mesgd
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} > 900007
|
||||
CFLAGS+= -DUSE_UTMPX
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue