Summary: | lang/squeak: Fix build in 14.0-current | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | takeshi.mutoh | ||||||
Component: | Individual Port(s) | Assignee: | Fernando Apesteguía <fernape> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Many People | CC: | fernape, takeshi.mutoh | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
takeshi.mutoh
2021-03-21 10:24:56 UTC
^Triage: [tags] in issue Titles are deprecated. ^Triage: Simplifying title ^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field. ^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval. -- Attachment -> Details -> maintainer-approval [+] Q/A: /tmp/254456/lang/squeak/files/patch-unix_plugins_CameraPlugin_sqCamera-linux.c: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. /tmp/254456/lang/squeak/files/patch-unix_plugins_ScratchPlugin_unixSeriaPort2Ops.c: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. /tmp/254456/lang/squeak/files/patch-unix_plugins_UUIDPlugin_config.cmake: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. /tmp/254456/lang/squeak/files/patch-unix_vm-sound-pulse_sqUnixSoundPulseAudio.c: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. /tmp/254456/lang/squeak/files/patch-unix_vm_build.cmake: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. /tmp/254456/lang/squeak/files/patch-unix_vm_sqUnixMain.c: patch was not generated using ``make makepatch''. It is recommended to use ``make makepatch'' when you need to [re-]generate a patch to ensure proper patch format. Thanks! Created attachment 223538 [details]
Ignore two serial speeds B576000 and B1152000 and update by make makepatch.
Update patch created by make makepatch.
Real change is Ignore two serial speeds B576000 and B1152000 only.
Thank you for checking my patch. I create updated patch. This patch is recreated by make makepatch. So some patch is update automatically without real change. Please check again. Committed with some changes. Thanks! A commit references this bug: Author: fernape Date: Fri Mar 26 19:40:38 UTC 2021 New revision: 569267 URL: https://svnweb.freebsd.org/changeset/ports/569267 Log: lang/squeak: Fix build in 14.0-current The lang/squeak ports assume B576000 and B1152000. Lack of B576000 and B1152000 at /usr/include/sys/_termios.h, lang/squeak is broken at 14.0-Current. While here, add missing USES, dependencies, reorder variables, etc. PR: 254456 Submitted by: takeshi.mutoh@gmail.com (maintainer) Changes: head/lang/squeak/Makefile head/lang/squeak/files/patch-unix_plugins_CameraPlugin_sqCamera-linux.c head/lang/squeak/files/patch-unix_plugins_ScratchPlugin_unixSeriaPort2Ops.c head/lang/squeak/files/patch-unix_plugins_SerialPlugin_sqUnixSerial.c head/lang/squeak/files/patch-unix_plugins_UUIDPlugin_config.cmake head/lang/squeak/files/patch-unix_vm-sound-pulse_sqUnixSoundPulseAudio.c head/lang/squeak/files/patch-unix_vm_build.cmake head/lang/squeak/files/patch-unix_vm_sqUnixMain.c |