pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

librsvg: note another TODO for pkgsrc proper.



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Tue Nov 27 15:44:49 2018 +0200
Changeset:	2a514fd5d7f5ef525053647963d7698dae29ec65

Modified Files:
	librsvg/TODO

Log Message:
librsvg: note another TODO for pkgsrc proper.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=2a514fd5d7f5ef525053647963d7698dae29ec65

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 librsvg/TODO | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diffs:
diff --git a/librsvg/TODO b/librsvg/TODO
index 4073ee49d2..bb462a9da9 100644
--- a/librsvg/TODO
+++ b/librsvg/TODO
@@ -1,2 +1,21 @@
 - Update automake to 1.16.1 in pkgsrc
 - Make this build
+- Test this patch on all cargopackages in pkgsrc:
+
+Index: cargo.mk
+===================================================================
+RCS file: /cvsroot/pkgsrc/lang/rust/cargo.mk,v
+retrieving revision 1.4
+diff -u -r1.4 cargo.mk
+--- cargo.mk	23 Oct 2018 16:39:29 -0000	1.4
++++ cargo.mk	27 Nov 2018 13:44:30 -0000
+@@ -37,7 +37,7 @@
+ cargo-vendor-crates:
+ 	@${STEP_MSG} "Extracting local cargo crates"
+ 	${RUN}${MKDIR} ${WRKSRC}/.cargo
+-	${RUN}${PRINTF} "[source.crates-io]\nreplace-with = \"vendored-sources\"\n[source.vendored-sources]\ndirectory = \"${CARGO_VENDOR_DIR}\"\n" >> ${WRKSRC}/.cargo/config
++	${RUN}${PRINTF} "[source.crates-io]\nreplace-with = \"vendored-sources\"\n[source.vendored-sources]\ndirectory = \"${CARGO_VENDOR_DIR}\"\n" > ${WRKSRC}/.cargo/config
+ 	${RUN}${MKDIR} ${CARGO_VENDOR_DIR}
+ .for _crate in ${CARGO_CRATE_DEPENDS}
+ 	${RUN}${PRINTF} '{"package":"%s","files":{}}'	\
+


Home | Main Index | Thread Index | Old Index