summaryrefslogtreecommitdiff
path: root/databases/redis62/files/extra-patch-src-Makefile.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/redis*: Refine portsYasuhiro Kimura2024-04-031-58/+0
| | | | | | | | | | | | | | | | | | | | | * Alway build with base system compiler. In 2018 Makefile was changed so GCC is used with i386. It seems to be workaround of build error, But now build succeeds without GCC on i386 and all supported FreeBSD versions. * Remove options for external lua library and related patches. On April 2022 upstream made incompatible change of bundled lua library to fix vulnerability. As a result build got failed when external lua library is enabled. Upstream said in commit message of their repository that they took codes from lua repository. So I kept the options with marking as broken hoping breakage will be solved in the future. But it is still broken after two years and doesn't seem to change. * Remove TRIB option. When it is enabled ruby script named redis-trib.rb is installed. But it just prints warning message that it is no longer available and redis-cli should be used instead, and exit. So it isn't usefull anymore. * Fix post-patch-JEMALLOC-on target so proper line is replaced. * Pet portclippy.
* databases/redis{6,62}: Fix problem that pkg-message is misleadingYasuhiro Kimura2022-08-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | When installing package of databases/redis62, following pkg-message is displayed. To setup "redis62" you need to edit the configuration file: /usr/local/etc/redis62.conf To run redis from startup, add redis62_enable="YES" in your /etc/rc.conf. But path of configuration file is /usr/local/etc/redis.conf and what should really be added to /etc/rc.conf is redis_enable="YES". Same problem also happens when installing databases/redis6 The source of the problem is that the value of ${PORTNAME} is used to create pkg-message from file/pkg-message.in. So fix it by changing the value of ${PORTNAME} to "redis" and set PKGNAMESUFFIX in Makefile of each port. While I'm here, * Pet portlint and portclippy * Tidy up Makefile with portfmt. PR: 265623 Reported by: FiLiS MFH: 2022Q3
* databases/redis62: Copy from databases/redisYasuhiro Kimura2022-04-281-0/+58
Copy databases/redis to databases/redis62 as a preparation for updating databases/redis to 7.0.