Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Apr 2020 07:50:07 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530203 - in head/devel/libxs: . files
Message-ID:  <202004010750.0317o7TM000527@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Apr  1 07:50:06 2020
New Revision: 530203
URL: https://svnweb.freebsd.org/changeset/ports/530203

Log:
  devel/libxs: Remove no longer needed patches

Deleted:
  head/devel/libxs/files/
Modified:
  head/devel/libxs/Makefile

Modified: head/devel/libxs/Makefile
==============================================================================
--- head/devel/libxs/Makefile	Wed Apr  1 07:31:47 2020	(r530202)
+++ head/devel/libxs/Makefile	Wed Apr  1 07:50:06 2020	(r530203)
@@ -13,7 +13,7 @@ COMMENT=	Open source lightweight messaging layer
 LICENSE=	GPLv3
 
 GNU_CONFIGURE=	yes
-USES=		autoreconf compiler:features pathfix pkgconfig libtool
+USES=		autoreconf pathfix pkgconfig libtool
 USE_GITHUB=	yes
 GH_ACCOUNT=	crossroads-io
 USE_LDCONFIG=	yes
@@ -29,22 +29,8 @@ OPTIONS_DEFAULT=PLUGINS
 
 INSTALL_TARGET=	install-strip
 
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
 
-.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 36 && \
-	!${COMPILER_FEATURES:Mlibstdc++}
-# Allow declaration of map and multimap iterator with incomplete mapped type
-# by applying upstream change r231119 to a copy of our local c++ headers.
-# This fix is not needed for clang 3.4 on 9.3 which uses libstdc++.
-EXTRA_PATCHES+=	${FILESDIR}/extra-patch-map
-CPPFLAGS+=	-I${WRKSRC}/map-fix
-
-post-extract:
-	${MKDIR} ${WRKSRC}/map-fix
-	${CP} /usr/include/c++/v1/__tree /usr/include/c++/v1/map \
-		${WRKSRC}/map-fix/.
-.endif
-
 .if ${PORT_OPTIONS:MDEBUG}
 CONFIGURE_ARGS+=	--enable-debug
 .endif
@@ -92,4 +78,4 @@ pre-configure:
 		${WRKSRC}/configure.ac
 .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?202004010750.0317o7TM000527>