mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[starlink-ast] Update to 9.2.12 (#43620)
This commit is contained in:
13
ports/starlink-ast/install-errors.diff
Normal file
13
ports/starlink-ast/install-errors.diff
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/Makefile.in b/Makefile.in
|
||||
index a935107..dbc590d 100644
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -1772,7 +1772,7 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
|
||||
echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
|
||||
$(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
|
||||
echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
|
||||
- $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
|
||||
+ $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)" || exit 1; \
|
||||
if $(MANIFEST); then \
|
||||
for p in $$list2; do \
|
||||
echo "MANIFEST:$(DESTDIR)$(libdir)/$$p"; \
|
||||
@@ -5,7 +5,7 @@ endif()
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://github.com/Starlink/ast/releases/download/v${VERSION}/ast-${VERSION}.tar.gz"
|
||||
FILENAME "starlink-ast-${VERSION}.tar.gz"
|
||||
SHA512 b559535496b88b33845bd3732bb6ee80572dc0d8d963173e0199d44be09add244244d9aab90642de84c65714bca6c73b5bdc3b3290a55f171e6f3ce7643250f5
|
||||
SHA512 44f837a17eaf2d959bde49982927f09bcd527ce9cb1418df5b2ef1e10b85387b40aa3099be08102f7fdfa6037ec95d3d49158c96a94b0a8b9e0495b3b9d40bf6
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
@@ -13,6 +13,7 @@ vcpkg_extract_source_archive(
|
||||
ARCHIVE "${ARCHIVE}"
|
||||
PATCHES
|
||||
cminpack.diff
|
||||
install-errors.diff
|
||||
)
|
||||
file(REMOVE_RECURSE "${SOURCE_PATH}/cminpack")
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "starlink-ast",
|
||||
"version": "9.2.10",
|
||||
"port-version": 1,
|
||||
"version": "9.2.12",
|
||||
"description": "The AST library provides a comprehensive range of facilities for attaching world coordinate systems to astronomical data, for retrieving and interpreting that information and for generating graphical output based on it",
|
||||
"homepage": "https://starlink.eao.hawaii.edu/starlink/AST",
|
||||
"license": null,
|
||||
|
||||
@@ -8737,8 +8737,8 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"starlink-ast": {
|
||||
"baseline": "9.2.10",
|
||||
"port-version": 1
|
||||
"baseline": "9.2.12",
|
||||
"port-version": 0
|
||||
},
|
||||
"staticjson": {
|
||||
"baseline": "1.0.0",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "317c4db12f50c7cabaf71727c716f9f79895773b",
|
||||
"version": "9.2.12",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "13d3dcf5fe4db3f9c3ec43869b4a4e343c35ff65",
|
||||
"version": "9.2.10",
|
||||
|
||||
Reference in New Issue
Block a user