Antoine Jacoutot <[email protected]> writes: > On Sun, 2025-02-16 at 06:45 -0700, Sebastien Marie wrote: >> CVSROOT: /cvs >> Module name: ports >> Changes by: [email protected] 2025/02/16 06:45:24 >> >> Log message: >> import textproc/slipshow v0.0.33 >> >> ok chrisz@ >> >> Comment: compiler from markdown to slipshow >> Homepage: https://github.com/panglesd/slipshow >> >> Slipshow is a tool specifically designed for technical presentations >> where >> traditional slides are not enough. >> >> In a slipshow presentation, the equivalent of a slide is called a slip. >> Each >> slip is like a slide, but with no bottom limit. That is, the content can >> be >> arbitrarily long! During the presentation, the camera will "scroll" down >> to >> reveal the hidden content, following a script given by the presenter! >> >> Status: >> >> Vendor Tag: semarie >> Release Tags: semarie_20250216 >> >> N ports/textproc/slipshow/Makefile >> N ports/textproc/slipshow/distinfo >> N ports/textproc/slipshow/pkg/DESCR >> N ports/textproc/slipshow/pkg/PLIST >> >> No conflicts created by this import > > Missing dep on rsync?
yes. opam module uses rsync to copying local repository. I added it as BUILD_DEPENDS in opam.port.mk . it should solve the same problem with lang/haxe (the other customer of sysutils/opam module). I tried to use openrsync, but it fails due to some unsupported option (I didn't investigate futher for now). so just use net/rsync for unbreak things. sorry for the breakage, and thanks for the report. -- Sebastien Marie >>>> Running configure in textproc/slipshow at 1739865896.99 > ===> textproc/slipshow > ===> Generating configure for slipshow-0.0.33 > ===> Configuring for slipshow-0.0.33 > [modopam] opam init > No configuration file found, using built-in defaults. > Checking for available remotes: none. > - you won't be able to use rsync and local repositories unless you install > the rsync command on your system. > - you won't be able to use git repositories unless you install the git > command on your system. > - you won't be able to use mercurial repositories unless you install the hg > command on your system. > - you won't be able to use darcs repositories unless you install the darcs > command on your system. >
