Page MenuHomeFreeBSD

multimedia/subtitlecomposer: fix build
AbandonedPublic

Authored by lbartoletti on May 29 2020, 7:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 20 2023, 4:57 AM
Unknown Object (File)
Nov 12 2023, 9:42 AM
Unknown Object (File)
Nov 10 2023, 4:46 PM
Unknown Object (File)
Nov 8 2023, 5:12 AM
Unknown Object (File)
Oct 9 2023, 3:41 PM
Unknown Object (File)
Oct 9 2023, 8:42 AM
Unknown Object (File)
Oct 7 2023, 4:02 AM
Unknown Object (File)
Sep 15 2023, 3:17 PM
Subscribers

Details

Reviewers
tcberner
swills
Summary

Initially was to prepare qt5.15 but the error from https://people.freebsd.org/~tcberner/qt5-5.15.0-fallout/subtitlecomposer-0.7.0_6.log seems not to be related with qt5.15 since I got same error with Qt5.14.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 31378
Build 29004: arc lint + arc unit

Event Timeline

multimedia/subtitlecomposer/Makefile
69

^ could you elaborate what the touch achieves during the build process -- I mean, if we now just install a 0b File that would not be great :D

multimedia/subtitlecomposer/Makefile
69

It's a (quick and dirty) hack to "instal" this file. During my tests, it complained about being missing in "pkg-plist", but when you add it in it complains about not being there... This already happened in some ports and we proceeded like that (databases/grass7 in particular...). I wondered about deleting this file but not knowing its usefulness, I preferred to use this method...