Skip to content

updated SH4ZAM's port metadata.#153

Open
gyrovorbis wants to merge 1 commit into
masterfrom
falco/sh4zam_update
Open

updated SH4ZAM's port metadata.#153
gyrovorbis wants to merge 1 commit into
masterfrom
falco/sh4zam_update

Conversation

@gyrovorbis

Copy link
Copy Markdown
Member

Just some minor tweaks to SH4ZAM's Makefile and pkg-descr for beautification. Also changed the PORTVERSION from a made up point release to just "latest," as it's sitting on the tip of master.

Just some minor tweaks to SH4ZAM's Makefile and pkg-descr for
beautification. Also changed the PORTVERSION from a made up point
release to just "latest," as it's sitting on the tip of master.
@gyrovorbis gyrovorbis added the Update Repo Update repo location or version label May 30, 2026
@QuzarDC

QuzarDC commented Jun 1, 2026

Copy link
Copy Markdown
Member

latest as version breaks the testing done for versions in the scripting. Easy fix would be to just do 1.0.1 or something, but could also have the version comp work with it. I think in that case it would be something like 'if it's non-numeric, and different always update'

quzar@Centurion-IV:~/dcdev/kos-ports/sh4zam$ make install
/home/quzar/dcdev/kos-ports/scripts/vercmp.sh: line 30: ((: 10#1 > 10#latest: value too great for base (error token is "10#latest")
/home/quzar/dcdev/kos-ports/scripts/vercmp.sh: line 34: ((: 10#1 < 10#latest: value too great for base (error token is "10#latest")
sh4zam is already installed and is latest version. Exiting.
make: *** [/home/quzar/dcdev/kos-ports/scripts/version.mk:8: version-check] Error 1

@gyrovorbis

Copy link
Copy Markdown
Member Author

latest as version breaks the testing done for versions in the scripting. Easy fix would be to just do 1.0.1 or something, but could also have the version comp work with it. I think in that case it would be something like 'if it's non-numeric, and different always update'


quzar@Centurion-IV:~/dcdev/kos-ports/sh4zam$ make install

/home/quzar/dcdev/kos-ports/scripts/vercmp.sh: line 30: ((: 10#1 > 10#latest: value too great for base (error token is "10#latest")

/home/quzar/dcdev/kos-ports/scripts/vercmp.sh: line 34: ((: 10#1 < 10#latest: value too great for base (error token is "10#latest")

sh4zam is already installed and is latest version. Exiting.

make: *** [/home/quzar/dcdev/kos-ports/scripts/version.mk:8: version-check] Error 1

HOLY SHIT, Thank YOU for checking on that!!! I totally missed that it was fucked with a string like that. Yes, I'll go make that change as part of this PR when I get home!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Update Repo Update repo location or version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants