pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
remove fixed TODO items
Module Name: pkgsrc-wip
Committed By: ea1abz <ea1abz%gmail.com@localhost>
Pushed By: ea1abz
Date: Thu Dec 18 19:02:02 2025 +0100
Changeset: 80a7f4ed452689a98b355c041bef52e4cb521579
Modified Files:
qucs-s/TODO
Log Message:
remove fixed TODO items
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=80a7f4ed452689a98b355c041bef52e4cb521579
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
qucs-s/TODO | 48 ++++++++++++++++++++++--------------------------
1 file changed, 22 insertions(+), 26 deletions(-)
diffs:
diff --git a/qucs-s/TODO b/qucs-s/TODO
index ece4518cd4..1c53b17700 100644
--- a/qucs-s/TODO
+++ b/qucs-s/TODO
@@ -1,33 +1,29 @@
-This is my first attempt making a pkgsrc-wip package. It appears to work but
-not sure about the dependencies. It needs to be tested and revised but it
-is a good starting point.
+This is my first attempt making a pkgsrc-wip package. It appears
+to work but not sure about the dependencies. It needs to be tested
+and revised but it is a good starting point. Some missing points:
* Determine language variants of C and C++ that are needed and
- encode them. Check if the package adds --std, and if not file a
- bug upstream and add FORCE_CXX_STD.
- - File a bug upstream about CMAKE_MANDIR (or whatever it actually is
- called) not being respected; add URL to one of the patchfiles.
- - Fix DESCR (looks like cut/paste from html with mangling; should be clean UTF-8)
- - Add desktopdb.mk
- - Sort bl3, or comment why not
- - USE_TOOLS probably doesn't need cmake, given build.mk
- - Add comment about bison define; seems like it shouldn't be needed,
- perhaps upstream bug.
- - Adjust comment to match DESCR - is this the spice version?
- - Clarify in DESCR if this includes spice or expects it to be
- external, and if so, if it's a dependency. The actual situatio is
- probably ok, but hard to follow. Are there other qucs-foo
- distributions?
+ encode them. Check if the package adds --std, and if not file
+ a bug upstream and add FORCE_CXX_STD. Asked upstream for
+ standard C and C++ requirements. In the meantime FORCE_CXX_STD=
+ gnu++20 is used.
+
+ - File a bug upstream about CMAKE_MANDIR (or whatever it actually
+ is called) not being respected; add URL to one of the patchfiles.
+ Waiting fo upstream feedback. - Add comment about bison define;
+ seems like it shouldn't be needed, perhaps upstream bug. This
+ need to be investigated.
+
- Perhaps add a comment about cups, and that cups-libs is
intentionally not a dependency. (This is not required by our
- norms, but is gdt opinion about documented code to help the next
- maintainer.)
+ norms, but is gdt opinion about documented code to help the
+ next maintainer.)
Could NOT find Cups (missing: CUPS_LIBRARIES CUPS_INCLUDE_DIR)
+
- Perhaps understand, report upstream, or fix:
- [175/798] Generating ui_searchdialog.h
- Detected locale "C" with character encoding "646", which is not UTF-8.
- Qt depends on a UTF-8 locale, and has switched to "C.UTF-8" instead.
- If this causes problems, reconfigure your locale. See the locale(1) manual
- for more information.
- - Finish COMMIT_MSG, with version and at least a few lines from DESCR.
+ [175/798] Generating ui_searchdialog.h Detected locale "C"
+ with character encoding "646", which is not UTF-8. Qt depends
+ on a UTF-8 locale, and has switched to "C.UTF-8" instead.
+ If this causes problems, reconfigure your locale. See the
+ locale(1) manual for more information.
Home |
Main Index |
Thread Index |
Old Index