<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/OpenBSD/sysutils/catsit/Makefile, branch master</title>
<subtitle>FreeBSD and OpenBSD ports for this software
</subtitle>
<id>https://git.causal.agency/ports/atom?h=master</id>
<link rel='self' href='https://git.causal.agency/ports/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.causal.agency/ports/'/>
<updated>2024-03-22T01:23:29+00:00</updated>
<entry>
<title>OpenBSD: switch ports MASTER_SITES=&gt;SITES for 7.4</title>
<updated>2024-03-22T01:23:29+00:00</updated>
<author>
<name>Kusoneko</name>
<email>kusoneko@kusoneko.moe</email>
</author>
<published>2024-03-21T02:34:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/ports/commit/?id=30e471ef67898fff3d8b93168b27b9b760b2e897'/>
<id>urn:sha1:30e471ef67898fff3d8b93168b27b9b760b2e897</id>
<content type='text'>
As of OpenBSD 7.4, ports give errors when using the following paradigm:
```
DISTFILES = file.ext:0 file2.ext:1
MASTER_SITES0 = https://asite.com/path/to/file.ext
MASTER_SITES1 = https://anothersite.com/path/to/file2.ext
```

Instead, ports now use the following:
```
DISTFILES = file.ext
DISTFILES.substring = file2.ext
SITES = https://asite.com/path/to/file.ext
SITES.substring = https://anothersite.com/path/to/file2.ext
```

This changes all the OpenBSD ports to the new paradigm, allowing them to
compile on OpenBSD 7.4+.

Note: some OpenBSD ports are not currently up to date with upstream:
- cgit-pink uses git 2.36.1 when the latest git release is 2.44.0 as of now
- litterbox is at version 1.8 instead of 1.9
- pounce* are at version 3.0 instead of 3.1
- offers catsit instead of kitd

Signed-off-by: Kusoneko &lt;kusoneko@kusoneko.moe&gt;
</content>
</entry>
<entry>
<title>OpenBSD: Add port for catsit</title>
<updated>2021-10-02T01:43:16+00:00</updated>
<author>
<name>C. McEnroe</name>
<email>june@causal.agency</email>
</author>
<published>2021-10-02T01:43:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.causal.agency/ports/commit/?id=8700de424e03b4fabc6a96b7cd235bae4d316310'/>
<id>urn:sha1:8700de424e03b4fabc6a96b7cd235bae4d316310</id>
<content type='text'>
</content>
</entry>
</feed>
hor'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='path'>path: <a href='/cgit-pink/log/?h=1.4.0&amp;id=9a725f4f0991710336584bb284a83dcf5fa5bf1e&amp;showmsg=1&amp;follow=1'>root</a>/<a href='/cgit-pink/log/ui-blob.c?h=1.4.0&amp;id=9a725f4f0991710336584bb284a83dcf5fa5bf1e&amp;showmsg=1&amp;follow=1'>ui-blob.c</a> (<a href='/cgit-pink/log/ui-blob.c?h=1.4.0&amp;id=9a725f4f0991710336584bb284a83dcf5fa5bf1e&amp;showmsg=1'>unfollow</a>)</div><div class='content'><table class='list nowrap'><tr class='nohover'><th></th><th class='left'>Commit message (<a href='/cgit-pink/log/ui-blob.c?h=1.4.0&amp;id=9a725f4f0991710336584bb284a83dcf5fa5bf1e&amp;follow=1'>Collapse</a>)</th><th class='left'>Author</th></tr>
<tr class='logheader'><td><span title='2013-04-15 16:59:37 +0200'>2013-04-15</span></td><td class='logsubject'><a href='/cgit-pink/commit/tests/t0001-validate-git-versions.sh?h=1.4.0&amp;id=d483e8f5692117d6f3ea0801c0ca2ec7aa8f6f3b&amp;follow=1'>t0001: ignore ".dirty" suffix on Git version</a></td><td>John Keeping</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
When testing modifications in Git that affect CGit, it is annoying to
have t0001 failing simply because the Git version has a ".dirty" suffix
when the version of Git there does indeed match that specified in the
CGit makefile.  Stop this by stripping the ".dirty" suffix from the
GIT_VERSION variable.

Note that this brings the "Git version" behaviour in line with the
"submodule version" case which does not check if the working tree in
git/ is modified.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;


</td></tr>
<tr class='logheader'><td><span title='2013-04-15 16:59:37 +0200'>2013-04-15</span></td><td class='logsubject'><a href='/cgit-pink/commit/tests/setup.sh?h=1.4.0&amp;id=31f56fc1ecfe7e5131cf31a30a74dcc0803d32d0&amp;follow=1'>tests: set TEST_OUTPUT_DIRECTORY to the CGit test directory</a></td><td>John Keeping</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
By default, Git's test suite puts the trash directories and test-results
directory into its own directory, not that containing the tests being
run.  This is less convenient for inspecting test failures, so set the
output directory to CGit's tests/ directory instead.

Note that there is currently a bug in Git whereby it will create the
trash directories in our tests/ directory regardless of the value of
TEST_OUTPUT_DIRECTORY, and then fail to remove them once the tests are
done.  This change does currently affect the location of the
test-results/ directory though.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;


</td></tr>
<tr class='logheader'><td><span title='2013-04-15 16:59:06 +0200'>2013-04-15</span></td><td class='logsubject'><a href='/cgit-pink/commit/tests/t0109-gitconfig.sh?h=1.4.0&amp;id=64f30688faef0876641a8e0e4f26b5c673c291d4&amp;follow=1'>t0109: test more URLs</a></td><td>John Keeping</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
In order to ensure that we don't access $HOME at some point after
initial startup when rendering a specific view, run the strace test on a
range of different pages.

This ensures that we don't end up reading a configuration later for some
specific view.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;


</td></tr>
<tr class='logheader'><td><span title='2013-04-10 14:49:31 +0200'>2013-04-10</span></td><td class='logsubject'><a href='/cgit-pink/commit/cgitrc.5.txt?h=1.4.0&amp;id=a8d613efdc827a400fee89fc73e34c2666e37be6&amp;follow=1'>cgitrc.5.txt: Specify when scan-path must be defined before.</a></td><td>Jason A. Donenfeld</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
Several options must be specified prior to scan-path. This is consistant
source of user confusion. Document these facts.

Suggested-by: Lukas Fleischer &lt;cgit@cryptocrack.de&gt;
Signed-off-by: Jason A. Donenfeld &lt;Jason@zx2c4.com&gt;


</td></tr>
<tr class='logheader'><td><span title='2013-04-10 14:49:31 +0200'>2013-04-10</span></td><td class='logsubject'><a href='/cgit-pink/commit/ui-snapshot.c?h=1.4.0&amp;id=8c4c2c464b664228d4819af6ec1f8438af3c7c89&amp;follow=1'>ui-snapshot.c: Prepend "V" when guessing ref names</a></td><td>Lukas Fleischer</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
In cgit_print_snapshot_links() we strip leading "v" and "V", while we
currently only prepend a lower case "v" when parsing a snapshot file
name. This results in broken snapshot links for tags that start with an
upper case "V". Avoid this by prepending a "V" as a fallback.

Signed-off-by: Lukas Fleischer &lt;cgit@cryptocrack.de&gt;


</td></tr>
<tr class='logheader'><td><span title='2013-04-10 14:49:31 +0200'>2013-04-10</span></td><td class='logsubject'><a href='/cgit-pink/commit/tests/t0107-snapshot.sh?h=1.4.0&amp;id=81bf4d32b377d3f2fdd7ab3ca651be99408f5c32&amp;follow=1'>t0107: Skip ZIP tests if unzip(1) isn't available</a></td><td>Lukas Fleischer</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
Note that we cannot use skip_all here since some tests have already been
executed when ZIP tests are reached. Use test prerequisites to skip
everything using unzip(1) if the binary is not available instead.

Signed-off-by: Lukas Fleischer &lt;cgit@cryptocrack.de&gt;


</td></tr>
<tr class='logheader'><td><span title='2013-04-10 14:49:31 +0200'>2013-04-10</span></td><td class='logsubject'><a href='/cgit-pink/commit/tests/t0020-validate-cache.sh?h=1.4.0&amp;id=016364d4edef261fb55257e36d8a47828d398f96&amp;follow=1'>tests/: Do not use `sed -i`</a></td><td>Lukas Fleischer</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
"-i" isn't part of the POSIX standard and doesn't work on several
platforms such as OpenBSD. Use a temporary file instead.

Signed-off-by: Lukas Fleischer &lt;cgit@cryptocrack.de&gt;


</td></tr>
<tr class='logheader'><td><span title='2013-04-10 14:48:26 +0200'>2013-04-10</span></td><td class='logsubject'><a href='/cgit-pink/commit/ui-refs.c?h=1.4.0&amp;id=389cc17357e2040c9542d3e085f64a8d2f085e9a&amp;follow=1'>Add branch-sort and repo.branch-sort options.</a></td><td>Jason A. Donenfeld</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
When set to "name", branches are sorted by name, which is the current
default. When set to "age", branches are sorted by the age of the
repository.

This feature was requested by Konstantin Ryabitsev for use on
kernel.org.

Proposed-by: Konstantin Ryabitsev &lt;mricon@kernel.org&gt;


</td></tr>
<tr class='logheader'><td><span title='2013-04-10 14:14:06 +0200'>2013-04-10</span></td><td class='logsubject'><a href='/cgit-pink/commit/tests/t0109-gitconfig.sh?h=1.4.0&amp;id=880223dc845e8b502e753425b889cbb70b73478e&amp;follow=1'>t0109: chain operations with &amp;&amp;</a></td><td>John Keeping</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
Without '&amp;&amp;' between operations, we will not detect if strace or cgit
exit with an error status, which would cause a false positive test
status in this case.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;


</td></tr>
<tr class='logheader'><td><span title='2013-04-10 13:46:30 +0200'>2013-04-10</span></td><td class='logsubject'><a href='/cgit-pink/commit/cgit.c?h=1.4.0&amp;id=8d8e84e72a24f474a6659ca04d0906723b2ac975&amp;follow=1'>cgit.c: Do not restore unset environment variables</a></td><td>Lukas Fleischer</td></tr>
<tr class='nohover-highlight'><td/><td colspan='3' class='logmsg'>
getenv() returns a NULL pointer if the specified variable name cannot be
found in the environment. However, some setenv() implementations crash
if a NULL pointer is passed as second argument. Only restore variables
that are not NULL.

See commit d96d2c98ebc4c2d3765f5b35c4142e0e828a421b for a related patch.

Signed-off-by: Lukas Fleischer &lt;cgit@cryptocrack.de&gt;


</td></tr>
<tr class='logheader'><td><span title='2013-04-09 00:13:52 +0200'>2013-04-09</span></td><td class='logsubject'><a href='/cgit-pink/commit/tests/t0107-snapshot.sh?h=1.4.0&amp;id=410da3ac1cdb002116c08f143ce82534897ede27&amp;follow=1'>t0107: Use `tar -z` for gzip'ed archives</a></td><td>Lukas Fleischer