Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2015 14:00:41 +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: r397239 - head/devel/liboobs
Message-ID:  <201509181400.t8IE0fZ3069606@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep 18 14:00:40 2015
New Revision: 397239
URL: https://svnweb.freebsd.org/changeset/ports/397239

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

Modified:
  head/devel/liboobs/Makefile

Modified: head/devel/liboobs/Makefile
==============================================================================
--- head/devel/liboobs/Makefile	Fri Sep 18 14:00:24 2015	(r397238)
+++ head/devel/liboobs/Makefile	Fri Sep 18 14:00:40 2015	(r397239)
@@ -25,14 +25,4 @@ CONFIGURE_ARGS=	--with-hal
 CPPFLAGS+=	-I${LOCALBASE}/include
 INSTALL_TARGET=	install-strip
 
-.include <bsd.port.pre.mk>
-
-# disable utmpx detection on early 9.x and below.
-# We still have only utmp there
-post-patch:
-.if ${OSVERSION} < 900007
-	@${REINPLACE_CMD} -e 's|utmpx|utmp|g' \
-		${WRKSRC}/configure
-.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.t8IE0fZ3069606>