<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/lang/chicken-scheme/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-03-19T12:37:50Z</updated>
<entry>
<title>lang/chicken-scheme: assign PKG_CPE_ID</title>
<updated>2026-03-19T12:37:50Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2026-03-17T22:09:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8ba27ceef95e39c17808fa264f0fbbe1e3b9b660'/>
<id>urn:sha1:8ba27ceef95e39c17808fa264f0fbbe1e3b9b660</id>
<content type='text'>
cpe:/a:call-cc:chicken is the correct CPE ID for chicken-scheme:
https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:call-cc:chicken

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>chicken-scheme: bump to 5.4.0</title>
<updated>2025-12-22T12:56:48Z</updated>
<author>
<name>Jeronimo Pellegrini</name>
</author>
<published>2025-11-19T16:23:02Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8dfc56affb6ba59c51dd92fa63fa892070cf0361'/>
<id>urn:sha1:8dfc56affb6ba59c51dd92fa63fa892070cf0361</id>
<content type='text'>
A patch is included in order to get the compiler (csc) to work properly
on the target device (comment in the OpenWRT package Makefile). csc,
chicken-install, chicken-status have been verified to work. What the
patch does is to remove -fmacro-prefix-map and -ldl in the strings that
are passed to gcc when the Scheme compiler runs. Without that, the
compiler will not run on the router. A longer description is in the
patch header.

Co-authored-by: George Sapkin &lt;george@sapk.in&gt;
Signed-off-by: Jeronimo Pellegrini &lt;j_p@aleph0.info&gt;
</content>
</entry>
<entry>
<title>chicken-scheme: split library and refactor</title>
<updated>2025-12-22T12:56:48Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-12-21T22:40:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5b4e4bf3c5e926532d976b3655974911ee0632db'/>
<id>urn:sha1:5b4e4bf3c5e926532d976b3655974911ee0632db</id>
<content type='text'>
Split library into a separate package and refactor Makefile.

Strip all executable binaries without stripping the library that's
used by the compiler.

Add SPDX license identifier.

Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>chicken-scheme: fix EXTRA_DEPENDS</title>
<updated>2025-12-21T13:56:41Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-12-19T13:20:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=970416925caba844cf76c7d6de14cae02edf050c'/>
<id>urn:sha1:970416925caba844cf76c7d6de14cae02edf050c</id>
<content type='text'>
EXTRA_DEPENDS should be used for version constraints. Change to DEPENDS.

Fixes: 6a559a9 ("chicken-scheme: version 5.2.0; include compiler")
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
</content>
</entry>
<entry>
<title>treewide: quote CC and CXX</title>
<updated>2023-01-21T01:44:14Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-01-20T14:54:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1e8584dc581567d12c9f4fcb1e1dd29b7a189ae9'/>
<id>urn:sha1:1e8584dc581567d12c9f4fcb1e1dd29b7a189ae9</id>
<content type='text'>
When CC is set to e.g. "ccache mips-openwrt-linux-musl-gcc" it needs
to be quoted to avoid word splitting on substitution.

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>chicken-scheme: add conflict and small Makefile polishing</title>
<updated>2022-03-17T02:39:59Z</updated>
<author>
<name>Josef Schlehofer</name>
</author>
<published>2022-03-05T11:26:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=405bc53c0c682ac864570035e0f84f2c90f412a4'/>
<id>urn:sha1:405bc53c0c682ac864570035e0f84f2c90f412a4</id>
<content type='text'>
- No need to explicitly state two times section and category since this is
already done in define Package/chicken-scheme/Default
- Also add TITLE to Default

- Add conflict between chicken-scheme-interpreter and
  chicken-scheme-full
They both provide the same files:
/usr/lib/libchicken.so
/usr/lib/chicken/11/chicken.time.import.so
/usr/lib/chicken/11/chicken.fixnum.import.so
/usr/lib/chicken/11/chicken.internal.import.so
/usr/lib/chicken/11/chicken.tcp.import.so
/usr/lib/chicken/11/chicken.continuation.import.so
/usr/lib/chicken/11/chicken.port.import.so
/usr/lib/chicken/11/chicken.random.import.so
/usr/lib/chicken/11/chicken.compiler.user-pass.import.so
/usr/lib/chicken/11/chicken.process-context.import.so
/usr/lib/chicken/11/chicken.bitwise.import.so
/usr/lib/chicken/11/srfi-4.import.so
/usr/lib/chicken/11/chicken.load.import.so
/usr/lib/chicken/11/chicken.blob.import.so
/usr/lib/chicken/11/chicken.time.posix.import.so
/usr/lib/chicken/11/chicken.file.posix.import.so
/usr/lib/chicken/11/chicken.flonum.import.so
/usr/lib/chicken/11/chicken.condition.import.so
/usr/lib/chicken/11/chicken.pretty-print.import.so
/usr/lib/chicken/11/types.db
/usr/lib/chicken/11/chicken.foreign.import.so
/usr/lib/chicken/11/chicken.repl.import.so
/usr/lib/chicken/11/chicken.pathname.import.so
/usr/lib/chicken/11/chicken.sort.import.so
/usr/lib/chicken/11/chicken.keyword.import.so
/usr/lib/chicken/11/chicken.process.signal.import.so
/usr/lib/chicken/11/chicken.platform.import.so
/usr/lib/chicken/11/chicken.base.import.so
/usr/lib/chicken/11/chicken.syntax.import.so
/usr/lib/chicken/11/chicken.file.import.so
/usr/lib/chicken/11/chicken.memory.import.so
/usr/lib/chicken/11/chicken.gc.import.so
/usr/lib/chicken/11/chicken.io.import.so
/usr/lib/chicken/11/chicken.memory.representation.import.so
/usr/lib/chicken/11/chicken.process.import.so
/usr/lib/chicken/11/chicken.plist.import.so
/usr/lib/chicken/11/chicken.string.import.so
/usr/lib/chicken/11/chicken.errno.import.so
/usr/lib/chicken/11/chicken.format.import.so
/usr/lib/chicken/11/chicken.eval.import.so
/usr/lib/chicken/11/chicken.irregex.import.so
/usr/lib/chicken/11/chicken.process-context.posix.import.so
/usr/lib/chicken/11/chicken.read-syntax.import.so
/usr/lib/chicken/11/chicken.csi.import.so
/usr/lib/chicken/11/chicken.locative.import.so
/usr/bin/csi

Signed-off-by: Josef Schlehofer &lt;pepe.schlehofer@gmail.com&gt;
</content>
</entry>
<entry>
<title>chicken-scheme: fix compilation with glibc</title>
<updated>2020-08-26T23:11:27Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-08-26T00:41:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d6c4534c86137c373c99a89146a58621067e774'/>
<id>urn:sha1:5d6c4534c86137c373c99a89146a58621067e774</id>
<content type='text'>
The musl comment is no longer accurate. Remove the hack.

Minor cleanups.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>chicken-scheme: version 5.2.0; include compiler</title>
<updated>2020-03-06T03:06:01Z</updated>
<author>
<name>Jeronimo Pellegrini</name>
</author>
<published>2020-03-05T13:30:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6a559a947240862faf27207ce09d40fa64caa1ac'/>
<id>urn:sha1:6a559a947240862faf27207ce09d40fa64caa1ac</id>
<content type='text'>
* The Makefile creates two packages:
  - chicken-scheme-interpreter, same that was created
    with the previous version of the Makefile (except
    that this one includs Chicken 5.2.0);
  - chicken-scheme-full, which includes the compiler,
    debugger, profiler, and module manager.

  The -full package has some peculiarities:
  It is somewhat large, although that is not really
  an issue, since it depends on gcc, which already needs
  more than 100Mb space.
  The binaries are not stripped, because stripped binaries
  seem to break the compiler (generated objects are not
  properly linked). Since the package is large and depends
  on an even larger one, this shouldn't be a problem.

Signed-off-by: Jeronimo Pellegrini &lt;j_p@aleph0.info&gt;
</content>
</entry>
<entry>
<title>chicken: upgrade to 5.1.0  change Makefile license</title>
<updated>2019-07-02T11:32:47Z</updated>
<author>
<name>Jeronimo Pellegrini</name>
</author>
<published>2019-06-19T11:20:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=dd87d0f46a4a5cbeea0ceacedc66063ae162666d'/>
<id>urn:sha1:dd87d0f46a4a5cbeea0ceacedc66063ae162666d</id>
<content type='text'>
* version 5.1.0 of Chicken is out.
* Makefile goes from GPLv2 to GPLv3+
* other small enhancements to Makefile

Signed-off-by: Jeronimo Pellegrini &lt;j_p@aleph0.info&gt;
</content>
</entry>
<entry>
<title>chicken-scheme: add package</title>
<updated>2019-03-26T02:29:03Z</updated>
<author>
<name>Jeronimo Pellegrini</name>
</author>
<published>2019-03-20T16:32:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=2fdc4b8333086e8789e5c5e2c04e3276f94e6d34'/>
<id>urn:sha1:2fdc4b8333086e8789e5c5e2c04e3276f94e6d34</id>
<content type='text'>
Signed-off-by: Jeronimo Pellegrini &lt;j_p@aleph0.info&gt;

Maintainer: myself ( Jeronimo Pellegrini &lt;j_p@aleph0.info&gt; )

Compile tested: compiles on x86_64, target mips (AR7xxx), OpenWRT master
  and OpenWRT 18.06.2
Run tested: on AR7xxx (TP-Link Archer C7 v.4)

Description:
This is an efficient Scheme interpreter, which comes with several
modules for networking, filesystem access, and other useful tasks.
It can be used as scripting language for automating tasks, by users
who prefer dynamic functional languages over imperative or
object-oriented ones.
</content>
</entry>
</feed>
