svn commit: r395008 - head/devel/mtbl

Don Lewis truckman at FreeBSD.org
Sat Aug 22 01:09:10 UTC 2015


Author: truckman
Date: Sat Aug 22 01:09:09 2015
New Revision: 395008
URL: https://svnweb.freebsd.org/changeset/ports/395008

Log:
  Nuke the FreeBSD 8 binutils workaround, which eliminates the need for
  bsd.port.pre.mk and bsd.port.post.mk.
  
  Sponsored by:	Farsight Security, Inc.

Modified:
  head/devel/mtbl/Makefile

Modified: head/devel/mtbl/Makefile
==============================================================================
--- head/devel/mtbl/Makefile	Sat Aug 22 01:05:25 2015	(r395007)
+++ head/devel/mtbl/Makefile	Sat Aug 22 01:09:09 2015	(r395008)
@@ -18,16 +18,7 @@ USE_LDCONFIG=	yes
 USES=		gmake libtool pathfix pkgconfig
 INSTALL_TARGET=	install-strip
 
-.include <bsd.port.pre.mk>
-
-# The version of binutils in base does not understand the crc32
-# instructions used in this code on amd64.  Use gcc from ports
-# to get a more capable version of binutils.
-.if (${OPSYS} == FreeBSD && ${OSVERSION} < 900000 && ${ARCH} == amd64)
-USE_GCC=	yes
-.endif
-
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list