- Update to 0.91 - Also updated to OptionsNG - Added options for profile, making the default compatibility instead of performance Added file(s): - files/patch-target-ethos-Makefile Removed file(s): - files/patch-target-ui-Makefile Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->jhale I'll take it.
There are a few issues that I have fixed...could you look at the attached patch? - Build with the GUI_QT4 option on was failing. The .moc files needed to be regenerated because they are too old. - Moved the gtk20 dependency so it is only enabled if GTK is enabled - Cleaned up whitespace in options block so it is easier to read And this is more of a suggestion, but I think the options should be named so that they are compatible with global options. E.g. if a user has QT4 enabled and GTK2 disabled in their global options in /etc/make.conf, the options in this port will be set correctly. Also, I think it is reduntant to have "SOUND," "VIDEO," and "GUI" in the options dialog three times on the same line. What do you think? -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team
On 10/26/12 06:06, Jason E. Hale wrote: > There are a few issues that I have fixed...could you look at the attached > patch? > > - Build with the GUI_QT4 option on was failing. The .moc files needed to be > regenerated because they are too old. > - Moved the gtk20 dependency so it is only enabled if GTK is enabled > - Cleaned up whitespace in options block so it is easier to read > > And this is more of a suggestion, but I think the options should be named so > that they are compatible with global options. E.g. if a user has QT4 enabled > and GTK2 disabled in their global options in /etc/make.conf, the options in > this port will be set correctly. Also, I think it is reduntant to have > "SOUND," "VIDEO," and "GUI" in the options dialog three times on the same > line. > > What do you think? > These changes look fine to me. Thanks, Naram Qashat
State Changed From-To: open->closed Committed with suggested changes. Thanks!