Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2015 14:00:18 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r397237 - head/net/msend
Message-ID:  <201509181400.t8IE0IBI068878@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509181400.t8IE0IBI068878>