aboutsummaryrefslogtreecommitdiff
path: root/utils/fish
Commit message (Collapse)AuthorAge
* fish: update to 3.5.0Rosen Penev2022-06-22
| | | | | | Various other cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fish: don't build docsStijn Tintel2021-08-15
| | | | | | | Building docs fails due to fish_indent not being available. As we don't install docs anyway, simply disable docs build. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* fish: update to 3.3.1Rosen Penev2021-07-21
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: back to cmake.mkRosen Penev2021-06-12
| | | | | | Ninja was merged to base and therefore we can now use normal cmake.mk Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fish: update to 3.2.2Rosen Penev2021-06-01
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fish: update to 3.2.1Rosen Penev2021-03-26
| | | | | | | | Switch to AUTORELEASE for simplicity. Switch to building with Ninja for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fish: update to 3.2.0Curtis Jiang2021-03-07
| | | | Signed-off-by: Curtis Jiang <jqqqqqqqqqq@gmail.com>
* fish: remove CMAKE_INSTALLRosen Penev2020-07-07
| | | | | | PKG_INSTALL is already default. There's also no need for InstallDev. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fish: update to 3.1.2Curtis Jiang2020-05-03
| | | | Signed-off-by: Curtis Jiang <jqqqqqqqqqq@gmail.com>
* fish: update to 3.1.0Rosen Penev2020-02-19
| | | | | | | | Remove upstreamed patches. Added missing libatomic dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fish: Fix compilation with libcxxRosen Penev2019-12-18
| | | | | | | | | cxxabi.h is a useless header that libcxx does not include. Remove indent on postint script. It should be on the same as the above section. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fish: Convert to CMakeRosen Penev2019-11-20
| | | | | | | | | | | CMake is faster and allows to simplify the Makefile slightly. It also creates a slightly smaller package for some reason. Fixed license information. Ran postinst through shellcheck. It was using bashisms. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Use default PKG_BUILD_DIR when possibleJeffery To2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes lines that set PKG_BUILD_DIR when the set value is no different from the default value. Specifically, the line is removed if the assigned value is: * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT if it is set, so now this is identical to the default value. * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it the same as the previous case * $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) This is the same as the default PKG_BUILD_DIR when there is no BUILD_VARIANT. * $(BUILD_DIR)/[name]-$(PKG_VERSION) where [name] is a string that is identical to PKG_NAME [1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* fish: Fix wrong dependencyRosen Penev2019-05-27
| | | | | UCLIBC should be USE_UCLIBC Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fish: Do not build with uClibc-ngRosen Penev2019-05-20
| | | | | | fish requires locale_t, which uClibc-ng does not enable by default. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* fish: update to v3.0.2Hao Dong2019-02-20
| | | | Signed-off-by: Hao Dong <halbertdong@gmail.com>
* fish: updated to v3.0.0, revert "apropos fix" for being fixed officiallyHao Dong2018-12-31
| | | | Signed-off-by: Hao Dong <halbertdong@gmail.com>
* Merge pull request #7770 from jqqqqqqqqqq/masterHannu Nyman2018-12-27
|\ | | | | fish: fixed apropos not found
| * fixed apropos not foundCurtis Jiang2018-12-27
| | | | | | | | Signed-off-by: Curtis Jiang <jqqqqqqqqqq@qq.com>
* | fish: Add (lib)pcre2 dependencyDaniel Engberg2018-10-21
|/ | | | | | | | | Use the shared version of libpcre2 instead of bundled. Fixes the following error: Package fish is missing dependencies for the following libraries: libpcre2-32.so.0 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* fish: add package fish shellCurtis Jiang2018-08-31
Signed-off-by: Curtis Jiang <jqqqqqqqqqq@qq.com>