Details
Poudriere 10/11 i386/amd64
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 15429 Build 15478: arc lint + arc unit
Event Timeline
Hi there
This looks like a good start!
Some things seem to be missing:
- files have only size 0 but are not deleted
- empty directories remained
- PORTREVISIONS of the dependencies should be bumped
- x11-toolkits/Makefile needs to be updated
- MOVED entries for the removed -designerplugin port
finance/qhacc/Makefile | ||
---|---|---|
31 | ${QT_INCDIR} and ${QT_LIBDIR} | |
x11-toolkits/qwt6-designerplugin/Makefile | ||
1 | Analgously for the other deleted ports the directory has not been removed in the diff. Further you need to
| |
x11-toolkits/qwt6/Makefile | ||
20 | This looks dangerous, as it assumes the path of the Qt installation to be something specific. You should try to use the variables exported by bsd.qt.mk for the paths. | |
x11-toolkits/qwt6/files/patch-qwtconfig.pri | ||
39 | Here also you should use QT_MKSPECDIR from bsd.qt.mk. |
Could you use devel/arcanist, or at least generate a diff with full context like it does, with svn diff -x -U9999 or git diff -U9999.
Also, please, try to use flavor helpers whenever possible.
x11-toolkits/qwt6/Makefile | ||
---|---|---|
23–24 | NO The default flavor is the first one. |
Requested changes
- Add QT_INCDIR, QT_LIBDIR and QT_MKSPECDIR whenever possible
- Add more FLAVOR whenever possible
- Add MOVED entry for x11-toolkits/qwt6-designerplugin
- Add a new patch for FindQWT.cmake in x11/leechcraft
- Change FLAVORS order for x11-toolkits/qwt6 (qt4 is still the default flavor
)
- Remove pkg-plist.qt4 and pkg-plist.qt5 in favor of an unique pkg-plist for
x11-toolkits/qwt6
@mat Sorry for this first review, I installed arcanist but I have this error running arc diff
Linting... No lint engine configured for this project. Running unit tests... No unit test engine is configured for this project.
Not yet well configured... so I ran svn diff --ignore-properties | arc diff --raw and for the changes: svn diff --ignore-properties -x -U9999 | arc diff --raw --update D14462 --message 'Requested changes'
x11-toolkits/qwt6/Makefile | ||
---|---|---|
32–33 | This should happen earlier, see Chapter 15. Order of Variables in Port Makefiles. | |
36–39 | We use %%FOO%% as placeholders everywhere, it would be preferable to using % here too and not _. | |
36–41 | Put PKGNAMESUFFIX back where it was before, both definitions are the same, so no need to repeat it, or to have it in here. | |
x11-toolkits/qwt6/files/patch-qwt.prf | ||
1–2 ↗ | (On Diff #39693) | Not sure how you regenerated your patches, but this change is not needed and would not have been generated by make makepatch. |
x11-toolkits/qwt6/pkg-plist | ||
112–116 | You already have PORTDOCS defined in the Makefile, you must not list those files here too. | |
x11/leechcraft/files/patch-plugins_azoth_plugins_otroid_otrhandler.cpp | ||
1–2 ↗ | (On Diff #39693) | This change is ignored by make makepatch, it should be ommitted. (same for all patches where only this kind of changes happen. |
x11-toolkits/qwt6/Makefile | ||
---|---|---|
36 | ^ you could possibly get away with setting it as |
x11-toolkits/qwt6/Makefile | ||
---|---|---|
36 | .. strike that, just write the current one once ^^ |
x11-toolkits/qwt6/Makefile | ||
---|---|---|
18–19 | This could be removed and changed to USES=uniquefiles:dirs |
In fact, I taken my patch on bugs.freebsd and apply it in a new poudriere ports tree. I think it's not a good practice.
I have recreate a new poudriere ports tree and made change directly, so it's more clear.
I have also add QwtDesigner which was forgotten.
Thanks
MOVED | ||
---|---|---|
10160 | That line is bogus. | |
x11-toolkits/qwt6/Makefile | ||
37–39 | formatting. | |
x11-toolkits/qwt6/files/patch-qwt.prf | ||
1–2 ↗ | (On Diff #40043) | Remove this change. |
x11-toolkits/qwt6/files/patch-textengines_textengines.pri | ||
1–3 ↗ | (On Diff #40043) | Remove this change. |
x11-toolkits/qwt6/pkg-descr | ||
1 | . should be followed by two spaces. |
Remove unmodified patches (textengines.pri and qwt.prf in qwt6.
Fix MOVED.
Formatting qwt6/Makefile (use only tab)
x11-toolkits/qwt6/pkg-plist | ||
---|---|---|
1 | ^ I'm not sure if the ports should use QT_INCDIR as an installation directory. I assume you chose it to have the two flavours not conflict? | |
x11/leechcraft/files/patch-cmake_FindQwt.cmake | ||
7 | ^ this should probably be than with substituting values form bsd.qt.mk (if you still chose to install to ${QT_INCDIR}) during build, instead of "hard"-coding the path n the file. | |
15 | ^same. |
x11-toolkits/qwt6/pkg-plist | ||
---|---|---|
1 | Yes. I don't want conflicts :) |
@mat, this will add a new package for the Qt5 flavor -- is this still blocked (as there currently only is the qt4 package).