svn commit: r397237 - head/net/msend

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 18 14:00:19 UTC 2015


Author: amdmi3
Date: Fri Sep 18 14:00:18 2015
New Revision: 397237
URL: https://svnweb.freebsd.org/changeset/ports/397237

Log:
  - Drop 8.x support
  
  Approved by:	portmgr blanket

Modified:
  head/net/msend/Makefile

Modified: head/net/msend/Makefile
==============================================================================
--- head/net/msend/Makefile	Fri Sep 18 14:00:02 2015	(r397236)
+++ head/net/msend/Makefile	Fri Sep 18 14:00:18 2015	(r397237)
@@ -13,17 +13,11 @@ COMMENT=	Client and server for the RFC13
 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>


More information about the svn-ports-all mailing list