Index: head/security/veracrypt/Makefile =================================================================== --- head/security/veracrypt/Makefile (revision 511153) +++ head/security/veracrypt/Makefile (revision 511154) @@ -1,43 +1,47 @@ # $FreeBSD$ PORTNAME= veracrypt PORTVERSION= 1.23 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME:S/v/V/:S/c/C/}%20${PORTVERSION}/ DISTNAME= ${PORTNAME:S/v/V/:S/c/C/}_${PORTVERSION}_Source MAINTAINER= acm@FreeBSD.org COMMENT= Open-source disk encryption software based on Truecrypt BUILD_DEPENDS= yasm:devel/yasm RUN_DEPENDS= ${LOCALBASE}/bin/sudo:security/sudo LICENSE_FILE= ${DOCSDIR}/LICENSE USES= compiler:c++11-lang desktop-file-utils fuse gmake iconv pkgconfig tar:bz2 USE_WX= 3.0+ NO_WRKSUBDIR= yes BUILD_WRKSRC= ${WRKSRC}/src ALL_TARGET= # DOCSDIR= ${PREFIX}/share/doc/${PORTNAME} SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS + +.if ${ARCH} == "i386" +MAKE_ENV+= LFLAGS=-Wl,-z,notext +.endif post-patch: ${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|g' ${WRKSRC}/src/Makefile ${REINPLACE_CMD} -e 's|/usr/bin|${PREFIX}/bin|g' -e \ 's|Icon=veracrypt|Icon=VeraCrypt-16x16|g' ${WRKSRC}/src/Setup/FreeBSD/veracrypt.desktop do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/Main/veracrypt ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/src/Setup/FreeBSD/veracrypt.desktop ${STAGEDIR}${PREFIX}/share/applications/ cd ${WRKSRC}/src/Resources/Icons && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/pixmaps "-name *\.xpm" do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/html ${INSTALL_DATA} ${WRKSRC}/License.txt ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/html .include Index: head/security/veracrypt/files/patch-src_Makefile =================================================================== --- head/security/veracrypt/files/patch-src_Makefile (nonexistent) +++ head/security/veracrypt/files/patch-src_Makefile (revision 511154) @@ -0,0 +1,11 @@ +--- src/Makefile 2019-09-04 22:50:16.539918000 -0500 ++++ src/Makefile 2019-09-04 22:50:32.706875000 -0500 +@@ -46,7 +46,7 @@ + export CXXFLAGS := -Wall -Wno-unused-parameter + C_CXX_FLAGS := -MMD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I$(BASE_DIR) -I$(BASE_DIR)/Crypto + export ASFLAGS := -D __GNUC__ -D __YASM__ +-export LFLAGS := ++export LFLAGS ?= + + export PKG_CONFIG_PATH ?= /usr/local/lib/pkgconfig + Property changes on: head/security/veracrypt/files/patch-src_Makefile ___________________________________________________________________ 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