From owner-svn-ports-all@freebsd.org Wed Apr 1 07:55:45 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 200A92B3EEA; Wed, 1 Apr 2020 07:55:44 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48sdmJ0PSxz4VjF; Wed, 1 Apr 2020 07:55:44 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 50913216F7; Wed, 1 Apr 2020 07:50:07 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0317o78B000528; Wed, 1 Apr 2020 07:50:07 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0317o7TM000527; Wed, 1 Apr 2020 07:50:07 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202004010750.0317o7TM000527@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 1 Apr 2020 07:50:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r530203 - in head/devel/libxs: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/devel/libxs: . files X-SVN-Commit-Revision: 530203 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2020 07:55:45 -0000 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 +.include -.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 +.include