notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
Port details
ccmix Westwood Studios MIX format file manipulator
g20170612_1 archivers on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Version of this port present on the latest quarterly branch.
Maintainer: danfe@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-08-11 17:27:09
Last Update: 2022-09-16 03:56:45
Commit Hash: 5a19c08
Also Listed In: games
License: GPLv2+
Description:
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. bin/ccmix
  2. bin/gmdedit
  3. bin/mixkey
  4. share/ccmix/global mix database.dat
  5. /usr/local/share/licenses/ccmix-g20170612_1/catalog.mk
  6. /usr/local/share/licenses/ccmix-g20170612_1/LICENSE
  7. /usr/local/share/licenses/ccmix-g20170612_1/GPLv2+
Collapse this list.
Dependency lines:
  • ccmix>0:archivers/ccmix
To install the port:
cd /usr/ports/archivers/ccmix/ && make install clean
To add the package, run one of these commands:
  • pkg install archivers/ccmix
  • pkg install ccmix
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ccmix
Flavors: there is no flavor information for this port.
distinfo:

Packages (timestamps in pop-ups are UTC):
ccmix
ABIlatestquarterly
FreeBSD:11:aarch64pkg-falloutpkg-fallout
FreeBSD:11:amd64pkg-falloutpkg-fallout
FreeBSD:11:armv6pkg-falloutpkg-fallout
FreeBSD:11:i386pkg-falloutpkg-fallout
FreeBSD:11:mipspkg-falloutpkg-fallout
FreeBSD:11:mips64pkg-falloutpkg-fallout
FreeBSD:12:aarch64pkg-falloutg20170612_1
FreeBSD:12:amd64g20170612_1g20170612_1
FreeBSD:12:armv6pkg-falloutpkg-fallout
FreeBSD:12:armv7pkg-falloutpkg-fallout
FreeBSD:12:i386g20170612_1g20170612_1
FreeBSD:12:mipspkg-falloutpkg-fallout
FreeBSD:12:mips64pkg-falloutpkg-fallout
FreeBSD:12:powerpc64pkg-falloutpkg-fallout
FreeBSD:13:aarch64g20170612_1g20170612_1
FreeBSD:13:amd64g20170612_1g20170612_1
FreeBSD:13:armv6pkg-falloutpkg-fallout
FreeBSD:13:armv7g20170612_1g20170612_1
FreeBSD:13:i386g20170612_1g20170612_1
FreeBSD:13:mipspkg-falloutpkg-fallout
FreeBSD:13:mips64pkg-falloutpkg-fallout
FreeBSD:13:powerpc64pkg-falloutg20170612_1
FreeBSD:13:riscv64pkg-falloutpkg-fallout
FreeBSD:14:aarch64g20170612_1pkg-fallout
FreeBSD:14:amd64g20170612_1pkg-fallout
FreeBSD:14:armv6g20170612_1pkg-fallout
FreeBSD:14:armv7g20170612_1pkg-fallout
FreeBSD:14:i386g20170612_1pkg-fallout
FreeBSD:14:mipspkg-falloutpkg-fallout
FreeBSD:14:mips64pkg-falloutpkg-fallout
FreeBSD:14:powerpc64g20170612_1pkg-fallout
FreeBSD:14:riscv64pkg-falloutpkg-fallout
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
  2. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libcryptopp.so : security/cryptopp
There are no ports dependent upon this port

Configuration Options:
Options name:
USES:
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/OmniBlade/ccmix/tar.gz/4369c8f?dummy=/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
g20170612_1
16 Sep 2022 03:56:45
commit hash:5a19c0823bb11a2d2da10a3d92a574a8aafcb661commit hash:5a19c0823bb11a2d2da10a3d92a574a8aafcb661commit hash:5a19c0823bb11a2d2da10a3d92a574a8aafcb661commit hash:5a19c0823bb11a2d2da10a3d92a574a8aafcb661 files touched by this commit
Jason E. Hale (jhale) search for other commits by this committer
security/cryptopp: Update to 8.7.0

Drop most of the SIMD logic. The cryptopp Makefile autodetects CPU
features regardless if CPUTYPE is set and it is not possible to disable
specific instruction sets. It is only possible to completely disable
assembly optimizations, which is recommended for package building unless
all consumer machines support the build machine's CPU instruction sets.

Since version 8.1, it is no longer necessary to export
-DCRYPTOPP_DISABLE_ASM to the pkgconfig file. Consumers will now
build without it defined if the SIMD option is disabled. Remove old
workarounds pertaining to this issue.
https://github.com/weidai11/cryptopp/issues/779

Bump PORTREVISION on consumers due to ABI incompatibility.

https://www.cryptopp.com/release870.html
07 Sep 2022 21:58:51
commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
g20170612
07 Sep 2022 21:10:59
commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
g20170612
12 Aug 2022 05:44:22
commit hash:c8cf818032ace38110dad09d664406f9d9ebbe92commit hash:c8cf818032ace38110dad09d664406f9d9ebbe92commit hash:c8cf818032ace38110dad09d664406f9d9ebbe92commit hash:c8cf818032ace38110dad09d664406f9d9ebbe92 files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
archivers/ccmix: unbreak the build against unsigned-by-default char

On ARM, PowerPC, RISC-V (of the architectures supported by FreeBSD)
char type is unsigned by default, which causes the following build
error due to incorrect array declaration:

  mixkey/mix_dexoder.cpp:17:5: error: constant expression evaluates
  to -1 which cannot be narrowed to type 'char' [-Wc++11-narrowing]
g20170612
11 Aug 2022 17:23:14
commit hash:dc2fd08d670c889d403d4d2e1b692e78e364429acommit hash:dc2fd08d670c889d403d4d2e1b692e78e364429acommit hash:dc2fd08d670c889d403d4d2e1b692e78e364429acommit hash:dc2fd08d670c889d403d4d2e1b692e78e364429a files touched by this commit
Alexey Dokuchaev (danfe) search for other commits by this committer
archivers/ccmix: new port had been added (+)

It's a command-line tool to create and extract from archive files in
the Westwood Studios MIX format and can handle all of the three main
variants used in classic Westwood games.

WWW: https://github.com/OmniBlade/ccmix

Number of commits found: 5