Index: editors/encryptpad/Makefile =================================================================== --- editors/encryptpad/Makefile (revision 480263) +++ editors/encryptpad/Makefile (working copy) @@ -3,13 +3,9 @@ PORTNAME= encryptpad DISTVERSIONPREFIX= v -DISTVERSION= 0.4.0.2 -PORTREVISION= 3 +DISTVERSION= 0.4.0.4 CATEGORIES= editors security -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES= 55fd37480d.patch:-p1 - MAINTAINER= dg@syrec.org COMMENT= Minimalist secure text editor and binary encryptor @@ -19,12 +15,14 @@ BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libbotan-2.so:security/botan2 -USES= desktop-file-utils gmake pkgconfig qt:5 shared-mime-info +USES= desktop-file-utils gl gmake pkgconfig qt:5 shared-mime-info shebangfix +USE_GL= gl +USE_QT= core gui widgets buildtools_build qmake_build +SHEBANG_FILES= deps/libencryptmsg/configure + USE_GITHUB= yes GH_ACCOUNT= evpo GH_PROJECT= EncryptPad -USE_QT= core gui widgets buildtools_build qmake_build -USE_GL= gl OPTIONS_DEFINE= DOCS @@ -31,7 +29,7 @@ PORTDOCS= * do-build: - @cd ${WRKSRC} && ${SETENV} MAKE=${MAKE_CMD} PATH=${QT_BINDIR}:${PATH} \ + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} MAKE=${MAKE_CMD} \ ./configure.sh --all --use-system-libs do-install: Index: editors/encryptpad/distinfo =================================================================== --- editors/encryptpad/distinfo (revision 480263) +++ editors/encryptpad/distinfo (working copy) @@ -1,5 +1,3 @@ -TIMESTAMP = 1518271775 -SHA256 (evpo-EncryptPad-v0.4.0.2_GH0.tar.gz) = ac3f2787d9ed0b41fa88c49bc088ab8cef2d85ef86f39204738669911ed41379 -SIZE (evpo-EncryptPad-v0.4.0.2_GH0.tar.gz) = 11579309 -SHA256 (55fd37480d.patch) = 9e06f1e93df35ebf935bfabe1df2275747ab06161acd7165230757290253c43f -SIZE (55fd37480d.patch) = 1095 +TIMESTAMP = 1537550649 +SHA256 (evpo-EncryptPad-v0.4.0.4_GH0.tar.gz) = aed3df412b33831fad8485df9f3e79d1a70418bbdc1d1fa84e56ace31753bdf3 +SIZE (evpo-EncryptPad-v0.4.0.4_GH0.tar.gz) = 12703932 Index: editors/encryptpad/files/patch-deps_libencryptmsg_configure =================================================================== --- editors/encryptpad/files/patch-deps_libencryptmsg_configure (nonexistent) +++ editors/encryptpad/files/patch-deps_libencryptmsg_configure (working copy) @@ -0,0 +1,14 @@ +--- deps/libencryptmsg/configure.orig 2018-09-21 18:07:35 UTC ++++ deps/libencryptmsg/configure +@@ -40,9 +40,9 @@ STATIC_MODE=false + DEPSDIR=deps + BOTANDIR= + MAKE=mingw32-make +-if which make > /dev/null ++if which gmake > /dev/null + then +- MAKE=make ++ MAKE=gmake + elif which mingw32-make > /dev/null + then + MAKE=mingw32-make Property changes on: editors/encryptpad/files/patch-deps_libencryptmsg_configure ___________________________________________________________________ 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 Index: editors/encryptpad/files/patch-deps_makefiles_build.mak =================================================================== --- editors/encryptpad/files/patch-deps_makefiles_build.mak (nonexistent) +++ editors/encryptpad/files/patch-deps_makefiles_build.mak (working copy) @@ -0,0 +1,13 @@ +--- deps/makefiles/build.mak.orig 2018-09-16 03:57:30 UTC ++++ deps/makefiles/build.mak +@@ -96,8 +96,8 @@ LDFLAGS += + ifeq ($(RELEASE),on) + # release variant + CPPFLAGS += -DNDEBUG +-CFLAGS += -O3 +-CXXFLAGS += -O3 ++# CFLAGS += -O3 ++# CXXFLAGS += -O3 + LDFLAGS += -s + else # RELEASE off + ifeq ($(GPROF),on) Property changes on: editors/encryptpad/files/patch-deps_makefiles_build.mak ___________________________________________________________________ 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