Index: head/security/libsparkcrypto/Makefile =================================================================== --- head/security/libsparkcrypto/Makefile (revision 391356) +++ head/security/libsparkcrypto/Makefile (revision 391357) @@ -1,43 +1,44 @@ # Created by: John Marino # $FreeBSD$ PORTNAME= libsparkcrypto PORTVERSION= 0.1.1 PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://senier.net/libsparkcrypto/ MAINTAINER= marino@FreeBSD.org COMMENT= Cryptographic library implemented in SPARK LICENSE= BSD3CLAUSE USES= ada dos2unix gmake tar:tgz DOS2UNIX_FILES= Makefile build/libsparkcrypto.gpr \ + src/shared/generic/lsc-byteswap64.ads \ src/shared/generic/lsc-types.ads SPARKARCH:= ${ARCH:S/amd64/x86_64/:S/i386/i686/} ALL_TARGET= all build MAKE_ENV+= SPARKARCH=${SPARKARCH} \ SPARK_DIR=${WRKSRC}/src/spark \ MODE=release \ RUNTIME=native \ NO_TESTS=true \ NO_PROOF=true OPTIONS_DEFINE= DOCS .include .if ${PORT_OPTIONS:MDOCS} BUILD_DEPENDS+= adabrowse:${PORTSDIR}/textproc/adabrowse .else MAKE_ENV+= NO_APIDOC=true .endif post-patch: # ports passed unwanted ARCH definition to Makefile @${REINPLACE_CMD} -e 's|ARCH|SPARKARCH|g' \ ${WRKSRC}/Makefile .include Index: head/security/libsparkcrypto/files/patch-src_shared_generic_lsc-byteswap64.ads =================================================================== --- head/security/libsparkcrypto/files/patch-src_shared_generic_lsc-byteswap64.ads (nonexistent) +++ head/security/libsparkcrypto/files/patch-src_shared_generic_lsc-byteswap64.ads (revision 391357) @@ -0,0 +1,9 @@ +--- src/shared/generic/lsc-byteswap64.ads.orig 2015-07-05 09:06:26 UTC ++++ src/shared/generic/lsc-byteswap64.ads +@@ -44,6 +44,5 @@ package LSC.Byteswap64 is + + -- Byte-swap @Value@ + function Swap (Value : Types.Word64) return Types.Word64; +- pragma Inline (Swap); + + end LSC.Byteswap64; Property changes on: head/security/libsparkcrypto/files/patch-src_shared_generic_lsc-byteswap64.ads ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property