Index: head/x11-fm/worker/Makefile =================================================================== --- head/x11-fm/worker/Makefile (revision 556815) +++ head/x11-fm/worker/Makefile (revision 556816) @@ -1,48 +1,50 @@ # Created by: Simon Dick # $FreeBSD$ PORTNAME= worker -PORTVERSION= 4.5.1 +PORTVERSION= 4.6.0 CATEGORIES= x11-fm MASTER_SITES= http://www.boomerangsworld.de/cms/worker/downloads/ MAINTAINER= mp39590@gmail.com COMMENT= X11 file manager based on Directory Opus of AmigaOS LICENSE= GPLv2+ RUN_DEPENDS= bash:shells/bash USES= compiler:c++14-lang localbase pkgconfig python:run \ - shebangfix tar:bzip2 xorg + shebangfix ssl tar:bzip2 xorg GNU_CONFIGURE= yes -USE_XORG= x11 xinerama +CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ + OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" +USE_XORG= ice sm x11 xinerama SHEBANG_FILES= ${WRKSRC}/scripts/*.sh \ ${WRKSRC}/scripts/xeditor \ ${WRKSRC}/scripts/find_file_by_chksum.py OPTIONS_DEFINE= AVFS HAL INOTIFY LUA XFT OPTIONS_DEFAULT= AVFS INOTIFY XFT OPTIONS_EXCLUDE_DragonFly= AVFS INOTIFY_DESC= Monitor directory changes via libinotify AVFS_DESC= Use AVFS library to access archives AVFS_LIB_DEPENDS= libavfs.so:sysutils/avfs HAL_LIB_DEPENDS= libhal-storage.so:sysutils/hal \ libdbus-glib-1.so:devel/dbus-glib \ libdbus-1.so:devel/dbus HAL_USE= gnome=glib20 xorg=sm,ice HAL_USES= gettext-runtime gnome INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify LUA_CONFIGURE_OFF= --disable-lua LUA_USES= lua XFT_CONFIGURE_OFF= --disable-xft XFT_USE= xorg=xft .include Index: head/x11-fm/worker/distinfo =================================================================== --- head/x11-fm/worker/distinfo (revision 556815) +++ head/x11-fm/worker/distinfo (revision 556816) @@ -1,3 +1,3 @@ -TIMESTAMP = 1598384043 -SHA256 (worker-4.5.1.tar.bz2) = 3bb7c8091bf516edab28906453695ac7d0f212a50a924bc029903cb9cc051e40 -SIZE (worker-4.5.1.tar.bz2) = 1608624 +TIMESTAMP = 1606600381 +SHA256 (worker-4.6.0.tar.bz2) = bb21d11991476b69451caa2d47970cb915b5860d30f5d9beb60b1ea10c06e360 +SIZE (worker-4.6.0.tar.bz2) = 1613476 Index: head/x11-fm/worker/files/patch-configure =================================================================== --- head/x11-fm/worker/files/patch-configure (nonexistent) +++ head/x11-fm/worker/files/patch-configure (revision 556816) @@ -0,0 +1,20 @@ +--- configure.orig 2020-11-28 21:52:13 UTC ++++ configure +@@ -21598,7 +21598,7 @@ if test -n "$PKG_CONFIG" && \ + ($PKG_CONFIG --exists --print-errors "openssl") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 +- test $ac_status = 0; }; then ++ test $ac_status = 0 -o -n "$OPENSSL_CFLAGS" -o -n "$OPENSSL_LIBS"; }; then + + + pkg_failed=no +@@ -25182,6 +25182,8 @@ fi + + if test "$have_openssl_sha256" = "yes"; then + echo " OpenSSL SHA256 : yes" ++ echo " $OPENSSL_CFLAGS" ++ echo " $OPENSSL_LIBS" + else + echo " OpenSSL SHA256 : no" + echo " *** install openssl-dev for checksumming support" Property changes on: head/x11-fm/worker/files/patch-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