pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
git-cinnabar: Add some missing dependencies
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By: wiz
Date: Sat Apr 29 23:32:16 2023 +0200
Changeset: ed5fe5f5a38132063e2bf6c87897be393688af53
Modified Files:
git-cinnabar/Makefile
Log Message:
git-cinnabar: Add some missing dependencies
XXX: build step fetches a git submodule, that needs fixing
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ed5fe5f5a38132063e2bf6c87897be393688af53
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
git-cinnabar/Makefile | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diffs:
diff --git a/git-cinnabar/Makefile b/git-cinnabar/Makefile
index 33aa1aa706..c8f2f8643b 100644
--- a/git-cinnabar/Makefile
+++ b/git-cinnabar/Makefile
@@ -10,13 +10,18 @@ HOMEPAGE= https://github.com/glandium/git-cinnabar/
COMMENT= Remote helper to use mercurial repositories with git
LICENSE= mpl-2.0 AND gnu-gpl-v2
+.include "cargo-depends.mk"
+
DEPENDS+= git-base-[0-9]*:../../devel/git-base
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake pkg-config
-do-build:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE}
+RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.curl}/lib
+
+#do-build:
+# cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE}
-.include "cargo-depends.mk"
.include "../../lang/rust/cargo.mk"
+.include "../../www/curl/buildlink3.mk"
+.include "../../archivers/zstd/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index