Created attachment 172601 [details] patch Passes poudriere on 10.3 amd64
What's MAN1PAGES used for? Also, please do not submit no-op patch changes.
Created attachment 172677 [details] patch Thanks for noticing a bug with a no-op patch.
Created attachment 172826 [details] Proposed patch (since 418497 revision) Hello Yuri Victorovich and Dmitry Marakasov. I would like to propose slightly different patch, with following changes (including maintainer's changes): - Specify MAN_DIR define with path to man pages for MAKE_ARGS - Remove MAN1PAGES define [1] - Patch qb/config.libs.sh file in one place with using sed patches; remove files/patch-qb_config.libs.sh file - Add sed patch for Makefile to fix installation of man pages - Remove manual compression of man pages - Remove removal of share/man directory - Correct files/patch-libretro-common_rthreads_rthreads.c and files/patch-qb_qb.params.sh [1] - Adapt pkg-plist [1] [1] - changes made by maintainer Also, I manually regenerated TIMESTAMP value for distinfo file with using following command: % make clean extract && find work/* -type f -print0 | xargs -0 stat -f '%m' | sort -u | tail -1 based on "last modification time of the source" files, according to "SOURCE_DATE_EPOCH specification": https://reproducible-builds.org/specs/source-date-epoch/ Possible to specify changelog, if needed: https://github.com/libretro/RetroArch/compare/v1.3.4...v1.3.6
Created attachment 172830 [details] Proposed patch (since 418497 revision) Moved MAN_DIR define to CONFIGURE_ENV. - Add MAN_DIR define with path to man pages to CONFIGURE_ENV
Created attachment 172833 [details] Proposed patch (since 418497 revision) Actually, no need to patch Makefile. The installed man pages compressed automatically. Also, possible to use ${MANPREFIX}/man, instead of ${PREFIX}/man.
Back to pool, ENOTIME because of vacation.
Take again
Minor change: removed check around STRIP_CMD. You don't need that since STRIP_CMD will be /usr/bin/true hence no-op if stripping is disabled.
A commit references this bug: Author: amdmi3 Date: Tue Aug 23 11:14:38 UTC 2016 New revision: 420662 URL: https://svnweb.freebsd.org/changeset/ports/420662 Log: - Update to 1.3.6 PR: 211167 Submitted by: yuri@rawbw.com, lightside@gmx.com Approved by: yuri@rawbw.com (maintainer) Changes: head/games/retroarch/Makefile head/games/retroarch/distinfo head/games/retroarch/files/patch-libretro-common_rthreads_rthreads.c head/games/retroarch/files/patch-qb_config.libs.sh head/games/retroarch/files/patch-qb_qb.params.sh head/games/retroarch/pkg-plist