diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2023-04-11 17:33:31 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2023-04-17 19:15:22 +0000 |
commit | ffa7631efd362d807bf0d905109db19c45b0ab80 (patch) | |
tree | 4ffea0e3ee9176611c289b681c0c8cae7fc01048 | |
parent | 2df74b48a567b19732582f3c2af7d3650b496b50 (diff) | |
download | ports-ffa7631efd362d807bf0d905109db19c45b0ab80.tar.gz ports-ffa7631efd362d807bf0d905109db19c45b0ab80.zip |
graphics/feh: Update to 3.10 (+)
Changes:
- Add tests: All tests successful (Files=2, Tests=74. Result: PASS)
- Remove USES=compiler:c++11-lang as it should no longer be necessary
for building on powerpc64
- Pet portclippy, portfmt, and portlint
Upstream changes:
- Add --sort=none option to un-set sort modes specified earlier
- Improve error messages for Imlib2 ≥ 1.8
- Fix build with clang 16
- Fix tests when building with magic=1
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | graphics/feh/Makefile | 33 | ||||
-rw-r--r-- | graphics/feh/distinfo | 6 |
2 files changed, 19 insertions, 20 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 67a58c6aee61..1110a4932152 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -1,6 +1,5 @@ PORTNAME= feh -PORTVERSION= 3.9.1 -PORTREVISION= 1 +PORTVERSION= 3.10 CATEGORIES= graphics MASTER_SITES= https://feh.finalrewind.org/ @@ -13,33 +12,33 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libImlib2.so:graphics/imlib2 \ libpng.so:graphics/png +TEST_DEPENDS= p5-Test-Command>=0:devel/p5-Test-Command -USES= compiler:c++11-lang cpe desktop-file-utils gmake localbase:ldflags \ - tar:bzip2 xorg -USE_XORG= x11 xt xinerama +USES= cpe desktop-file-utils gmake localbase:ldflags tar:bzip2 xorg CPE_VENDOR= feh_project +USE_XORG= x11 xinerama xt -MAKE_ENV+= LDFLAGS="${LDFLAGS}" verscmp=0 +MAKE_ENV+= LDFLAGS="${LDFLAGS}" \ + verscmp=0 +TEST_TARGET= test + +OPTIONS_DEFINE= CURL DCRAW DOCS EXAMPLES EXIF XINERAMA +OPTIONS_DEFAULT= CURL EXIF XINERAMA +OPTIONS_SUB= yes -OPTIONS_DEFINE= CURL DCRAW DOCS EXAMPLES EXIF XINERAMA -EXIF_DESC= Support EXIF tags DCRAW_DESC= Use dcraw to display raw file previews -OPTIONS_DEFAULT=CURL EXIF XINERAMA -OPTIONS_SUB= yes +EXIF_DESC= Support EXIF tags +CURL_LIB_DEPENDS= libcurl.so:ftp/curl +CURL_MAKE_ENV= curl=1 +CURL_MAKE_ENV_OFF= curl=0 +DCRAW_RUN_DEPENDS= dcraw:graphics/dcraw EXIF_LIB_DEPENDS= libexif.so:graphics/libexif EXIF_MAKE_ENV= exif=1 EXIF_MAKE_ENV_OFF= exif=0 - XINERAMA_MAKE_ENV= xinerama=1 XINERAMA_MAKE_ENV_OFF= xinerama=0 -CURL_LIB_DEPENDS= libcurl.so:ftp/curl -CURL_MAKE_ENV= curl=1 -CURL_MAKE_ENV_OFF= curl=0 - -DCRAW_RUN_DEPENDS= dcraw:graphics/dcraw - post-patch-DOCS-off: @${REINPLACE_CMD} -e 's|install-doc||' \ ${WRKSRC}/Makefile diff --git a/graphics/feh/distinfo b/graphics/feh/distinfo index 5a8121625b0f..4141d9c9921d 100644 --- a/graphics/feh/distinfo +++ b/graphics/feh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662679431 -SHA256 (feh-3.9.1.tar.bz2) = 455c92711b588af149b945edc5c145f3e9aa137ed9689dabed49d5e4acac75fa -SIZE (feh-3.9.1.tar.bz2) = 2108873 +TIMESTAMP = 1681222749 +SHA256 (feh-3.10.tar.bz2) = 1d71d1f6dcfe9ffee5e2766969a11978f7eb4fac7d7ae556f104c11f9c57cc98 +SIZE (feh-3.10.tar.bz2) = 2109603 |