svn commit: r397239 - head/devel/liboobs

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


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>


More information about the svn-ports-all mailing list