Edit

IABSD.fr/ports/security/xmlsec/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2018-06-06 14:31:11
    Hash : 16c56766
    Message : update to xmlsec-1.2.26 (removing fixes for newer libressl, upstream has handled this)

  • security/xmlsec/Makefile
  • # $OpenBSD: Makefile,v 1.49 2018/06/06 14:31:11 sthen Exp $
    
    COMMENT-main=	XML security library
    COMMENT-docs=	XML security library documentation
    
    VERSION=	1.2.26
    DISTNAME=	xmlsec1-${VERSION}
    PKGNAME-main=	xmlsec-${VERSION}
    PKGNAME-docs=	xmlsec-docs-${VERSION}
    CATEGORIES=	security
    SHARED_LIBS=	xmlsec1-gnutls	5.0 \
    		xmlsec1-openssl	4.0 \
    		xmlsec1-gcrypt	0.0 \
    		xmlsec1		8.1
    
    HOMEPAGE=	https://www.aleksey.com/xmlsec/
    
    # MIT
    PERMIT_PACKAGE_CDROM=	Yes
    
    WANTLIB += c crypto gcrypt gmp gnutls gpg-error hogweed iconv idn2 intl ltdl m
    WANTLIB += nettle pthread ssl tasn1 unistring xml2 xslt z p11-kit ffi lzma
    
    MASTER_SITES=	${HOMEPAGE}/download/ \
    		ftp://ftp.aleksey.com/pub/xmlsec/releases/ \
    		ftp://ftp.xmlsoft.org/xmlsec/releases/ \
    		ftp://ftp.rpmfind.net/pub/XML/xmlsec/releases/
    
    MULTI_PACKAGES=		-main -docs
    
    PKG_ARCH-docs=		*
    WANTLIB-docs=
    LIB_DEPENDS-docs=
    RUN_DEPENDS-docs=
    
    LIB_DEPENDS=		devel/libtool,-ltdl \
    			textproc/libxslt \
    			security/gnutls
    
    USE_GMAKE=		Yes
    
    CONFIGURE_STYLE=	gnu
    CONFIGURE_ARGS=		--without-nss \
    			--without-nspr
    CONFIGURE_ENV=		CPPFLAGS="-I${LOCALBASE}/include" \
    			LDFLAGS="-L${LOCALBASE}/lib"
    
    # do not pick up ansidecl.h from devel/gdb
    # see /usr/local/include/libxml2/libxml/xmlversion.h:413
    CONFIGURE_ENV +=	ac_cv_header_ansidecl_h=no
    
    TEST_DEPENDS=		xmlsec-${VERSION}:security/xmlsec
    TEST_FLAGS=		ABS_BUILDDIR="${WRKSRC}"
    
    .include <bsd.port.mk>