This is the newer version of cutecom, which requires QT4. The existing cutecom port is QT3 based, and no longer maintained. Cutecom is a simple, clean terminal emulator ideally suited for embedded programming/robotics. Fix: See attached shar. Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
Why not to update comms/cutecom instead? Qt3 is unmaintained upstream, so getting rid of old stuff in favour newer one is preferable, imho. Max
OK with me. I thought it would be a good idea to keep the qt3 version available for a while, but it qt3 is no longer maintained... -Jason Max Brazhnikov wrote: > Why not to update comms/cutecom instead? Qt3 is unmaintained upstream, so > getting rid of old stuff in favour newer one is preferable, imho. > > Max >
On Sun, 19 Apr 2009 09:29:22 -0500, Jason Bacon wrote: > OK with me. I thought it would be a good idea to keep the qt3 version > available for a while, but it qt3 is no longer maintained... > > -Jason > > Max Brazhnikov wrote: > > Why not to update comms/cutecom instead? Qt3 is unmaintained upstream, so > > getting rid of old stuff in favour newer one is preferable, imho. > > > > Max Markus, any objection for cutecom update and passing maintainership to Jason? Cheers, Max
Responsible Changed From-To: miwi->makc Take with miwi's permission.
Here is updated patch, Cheers, Max
State Changed From-To: open->feedback Awaiting maintainers feedback
Looks fine to me. Jason Max Brazhnikov wrote: > Here is updated patch, > > Cheers, > Max >
makc 2009-04-28 19:17:53 UTC FreeBSD ports repository Modified files: comms/cutecom Makefile distinfo pkg-descr pkg-plist comms/cutecom/files patch-cutecommdlg.ui patch-qcppdialogimpl.cpp Added files: comms/cutecom/files patch-CMakeLists.txt patch-qcppdialogimpl.h Log: Update to 0.20.0, switch to Qt4. Pass maintainership to submitter. PR: based on ports/133788 Submitted by: Jason Bacon <jwbacon at tds.net> Approved by: markus (previous maintainer) Revision Changes Path 1.13 +9 -16 ports/comms/cutecom/Makefile 1.10 +3 -3 ports/comms/cutecom/distinfo 1.1 +14 -0 ports/comms/cutecom/files/patch-CMakeLists.txt (new) 1.2 +14 -14 ports/comms/cutecom/files/patch-cutecommdlg.ui 1.6 +15 -64 ports/comms/cutecom/files/patch-qcppdialogimpl.cpp 1.1 +24 -0 ports/comms/cutecom/files/patch-qcppdialogimpl.h (new) 1.2 +2 -1 ports/comms/cutecom/pkg-descr 1.4 +2 -3 ports/comms/cutecom/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks!