From owner-svn-ports-all@freebsd.org Tue Oct 25 09:01:41 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ED606C20490; Tue, 25 Oct 2016 09:01:41 +0000 (UTC) (envelope-from amdmi3@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 mx1.freebsd.org (Postfix) with ESMTPS id B82DF1A7; Tue, 25 Oct 2016 09:01:41 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9P91ece086025; Tue, 25 Oct 2016 09:01:40 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9P91eYR086024; Tue, 25 Oct 2016 09:01:40 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201610250901.u9P91eYR086024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 25 Oct 2016 09:01:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424609 - head/security/py-xmlsec X-SVN-Group: ports-head 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.23 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: Tue, 25 Oct 2016 09:01:42 -0000 Author: amdmi3 Date: Tue Oct 25 09:01:40 2016 New Revision: 424609 URL: https://svnweb.freebsd.org/changeset/ports/424609 Log: - Mark broken on 9.x: app.c: In function 'xmlsec_TransformHmacSha256Id': app.c:349: error: 'xmlSecOpenSSLTransformHmacSha256Id' undeclared (first use in this function) app.c:349: error: (Each undeclared identifier is reported only once app.c:349: error: for each function it appears in.) app.c: In function 'xmlsec_TransformRsaSha256Id': app.c:430: error: 'xmlSecOpenSSLTransformRsaSha256Id' undeclared (first use in this function) app.c: In function 'xmlsec_TransformSha256Id': app.c:488: error: 'xmlSecOpenSSLTransformSha256Id' undeclared (first use in this function) error: command 'cc' failed with exit status 1 - Add missing USES=ssl - Remove NO_ARCH, this port installs a shared library Modified: head/security/py-xmlsec/Makefile Modified: head/security/py-xmlsec/Makefile ============================================================================== --- head/security/py-xmlsec/Makefile Tue Oct 25 08:59:02 2016 (r424608) +++ head/security/py-xmlsec/Makefile Tue Oct 25 09:01:40 2016 (r424609) @@ -18,19 +18,20 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libxmlsec1.so:security/xmlsec1 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:textproc/py-libxml2 -OPTIONS_DEFINE= DOCS EXAMPLES +BROKEN_FreeBSD_9= does not build -USES= python:2 +USES= python:2 ssl USE_PYTHON= distutils autoplist -NO_ARCH= yes DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} PORTDOCS= * PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES + post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/xmlsecmod.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/xmlsecmod.so post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}