From sunfreeware at gmail.com Tue Apr 1 01:52:15 2008 From: sunfreeware at gmail.com (Steven M. Christensen) Date: Tue, 01 Apr 2008 04:52:15 -0400 Subject: [companion-integrate] RTI - Update of SFWxterm Package Message-ID: <47F1F7BF.2090809@gmail.com> This is a RTI for the update of the xterm Companion package from version 229 to version 234 (the current version). The webrev is at http://companion.sunfreeware.com/downloads/xtermwebrev/ This has been reviewed, and after certain changes, accepted by Paul Cunningham. Details: 1. Source file updated to version 234. 2. METADATA file updated. 3. Copyright year updated where needed. 4. SCCS ids removed. 5. Version numbers updated in Makefile.sfw, install-sfw, pkginfo.tmpl files. 6. resize patch no longer needed so it has been removed and its use in Makefile.sfw removed. 7. menu-include.patch updated and expanded to include more changes of menu.h locations. 8. uxterm.patch updated to correspond to new uxterm file. 9. A README.SFWxterm file has been added along with the needed additions to Makefile.sfw and prototype_com to take into account the following message that appears when xterm is started - input method doesn't support my preedit type (OverTheSpot,Root) This is a known issue with xterm and can be dealt with in three ways 1. Ignore it as it does not affect the use of xterm. 2. Recompile xterm with --disable-i18n. 3. The xterm FAQ says that when this message appears - input method doesn't support my preedit type Ignore this if you do not know what input method is. Input methods are used to enter composite characters (e.g., umlauts, other types of punctuated characters, East Asian characters, etc). Your computer's libraries support this, but are missing configuration tables, and xterm is warning you. If the message bothers you (e.g., if you aren't starting xterm from a window manager menu), you can suppress it by setting a resource: XTerm*openIm:false The new code builds cleanly on NV 84 and a pkgadd creates a working xterm. Steve Christensen From Mike.Sullivan at sun.com Mon Apr 14 10:28:27 2008 From: Mike.Sullivan at sun.com (Mike Sullivan) Date: Mon, 14 Apr 2008 10:28:27 -0700 Subject: [companion-integrate] RTI - Update of SFWnpbm (netpbm) Package In-Reply-To: <47ECC2CE.5060209@gmail.com> References: <47ECC2CE.5060209@gmail.com> Message-ID: <4803943B.3080505@Sun.COM> Steven M. Christensen wrote: > This is a RTI for the update of the netpbm package from version 10.3 to > version 10.26.51 (the latest version as of this date). The webrev is at > > http://companion.sunfreeware.com/downloads/netpbmwebrev/ > > The code review was done by Paul Cunningham with no issues raised. approved if nobody else has but a minor thing: > 1. Copyright dates updated to 2008 where required. When you update the Sun copyright dates, you shouldn't just change the year you should put them in the right form too. Many files still have the '(c)' and 'by' which are supposed to be removed these days. wx usually catches that but I don't know if you have a wx that works with svn. Anyway this is the form: /* * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ (where you need to use the right form of comment of course :) Mike From Mike.Sullivan at sun.com Mon Apr 14 10:34:29 2008 From: Mike.Sullivan at sun.com (Mike Sullivan) Date: Mon, 14 Apr 2008 10:34:29 -0700 Subject: [companion-integrate] RTI - Update of SFWxterm Package In-Reply-To: <47F1F7BF.2090809@gmail.com> References: <47F1F7BF.2090809@gmail.com> Message-ID: <480395A5.6050200@Sun.COM> Steven M. Christensen wrote: > This is a RTI for the update of the xterm Companion package from version > 229 to version 234 (the current version). approved if it hasn't been already. From sunfreeware at gmail.com Thu Apr 17 18:45:03 2008 From: sunfreeware at gmail.com (Steven M. Christensen) Date: Thu, 17 Apr 2008 21:45:03 -0400 Subject: [companion-integrate] RTI - Update of SFWyasr package Message-ID: <4807FD1F.2090104@gmail.com> This is a RTI for the update of the yasr package to version 0.6.9 (the latest version). This is a simple version change. The webrev is at http://companion.sunfreeware.com/downloads/yasrwebrev/ The code was reviewed and approved by Paul Cunningham with no changes suggested. Details: 1. Updated source file from 0.6.7 to 0.6.9. 2. Updated copyright year and form where needed. 3. Added METADATA file. 4. minor update to patch to correspond to new yasr.conf file. 5. Removed SUFFIXES line from Makefile.sfw. 6. Updated version number where needed. A full nightly build in NV84 is clean and a pkgadd of SFWyasr works. From Mike.Sullivan at sun.com Mon Apr 21 10:26:29 2008 From: Mike.Sullivan at sun.com (Mike Sullivan) Date: Mon, 21 Apr 2008 10:26:29 -0700 Subject: [companion-integrate] RTI - Update of SFWyasr package In-Reply-To: <4807FD1F.2090104@gmail.com> References: <4807FD1F.2090104@gmail.com> Message-ID: <480CCE45.6070106@Sun.COM> Steven M. Christensen wrote: > This is a RTI for the update of the yasr package to version 0.6.9 (the > latest version). This is a simple version change. approved From sunfreeware at gmail.com Mon Apr 21 23:51:39 2008 From: sunfreeware at gmail.com (Steven M. Christensen) Date: Tue, 22 Apr 2008 02:51:39 -0400 Subject: [companion-integrate] RTI - Update of SFWmutt Message-ID: <480D8AFB.9050809@gmail.com> This is a RTI for the update of the SFWmutt package to version 1.5.17. The webrev is at http://companion.sunfreeware.com/downloads/muttwebrev/ The code has been reviewed by Paul Cunningham and approved with one small copyright change. Details: 1. Update of source code file (using .gz since that is what the mutt site offers). 2. Update date in and form of copyright lines. 3. Remove SCCS ids where needed. 4. Update version numbers in METADATA, Makefile.sfw, install-sfw, pkginfo.tmpl 5. Manual files moved in install-sfw and prototype_com to correspond to where mutt now puts them. 6. Remove /opt/sfw/doc/mutt/html directory in Targetdirs file - no longer needed. 7. Update patch.Muttrc file to correspond to new Muttrc file. 8. Makefile.sfw now needs CPPFLAGS set so that idn includes in (the current NV 84) /usr/include/idn are found by configure. This builds cleanly in a nightly in NV 84 and a pkgadd installs the package properly and mutt works. Steve Christensen From sunfreeware at gmail.com Tue Apr 22 02:25:32 2008 From: sunfreeware at gmail.com (Steven M. Christensen) Date: Tue, 22 Apr 2008 05:25:32 -0400 Subject: [companion-integrate] RTI - Update of fltk package Message-ID: <480DAF0C.70301@gmail.com> This is a RTI for the update of the ftlk package to version 1.1.9rc2 which is the latest stable release according to the fltk website. The webrev is at http://companion.sunfreeware.com/downloads/fltkwebrev/ The code has been reviewed and approved by Paul Cunningham. Details: 1. Source code file updated. 2. Version numbers updated where needed. 3. Copyright lines updated. 4. METADATA file updated with version number and new license information. The nightly is clean on NV84, a test pkgadd works, and the programs appear to run normally. Steve Christensen From Mike.Sullivan at sun.com Wed Apr 23 11:18:34 2008 From: Mike.Sullivan at sun.com (Mike Sullivan) Date: Wed, 23 Apr 2008 11:18:34 -0700 Subject: [companion-integrate] RTI - Update of SFWmutt In-Reply-To: <480D8AFB.9050809@gmail.com> References: <480D8AFB.9050809@gmail.com> Message-ID: <480F7D7A.7080807@Sun.COM> Steven M. Christensen wrote: > This is a RTI for the update of the SFWmutt package to version 1.5.17. > approved From Mike.Sullivan at sun.com Wed Apr 23 11:21:25 2008 From: Mike.Sullivan at sun.com (Mike Sullivan) Date: Wed, 23 Apr 2008 11:21:25 -0700 Subject: [companion-integrate] RTI - Update of fltk package In-Reply-To: <480DAF0C.70301@gmail.com> References: <480DAF0C.70301@gmail.com> Message-ID: <480F7E25.1050508@Sun.COM> Steven M. Christensen wrote: > This is a RTI for the update of the ftlk package to version 1.1.9rc2 > which is the latest stable release according to the fltk website. The > webrev is at hmm well I don't tend to like rc or alpha/beta-type releases in the ccd or sfw, but if the website claims that's the stable release then I guess it's ok. approved. From sunfreeware at gmail.com Wed Apr 23 11:50:10 2008 From: sunfreeware at gmail.com (Steven M. Christensen) Date: Wed, 23 Apr 2008 14:50:10 -0400 Subject: [companion-integrate] RTI - Update of fltk package In-Reply-To: <480F7E25.1050508@Sun.COM> References: <480DAF0C.70301@gmail.com> <480F7E25.1050508@Sun.COM> Message-ID: <480F84E2.9030905@gmail.com> Mike - I thought about this too. My reading of the web site for fltk seems to indicate that the rc2 will be removed at some point and this really is the stable release. I will keep an eye on it and if any changes occur beyond just taking off the rc2 in the source file name, I can submit a new build then. Steve C. Mike Sullivan wrote: > Steven M. Christensen wrote: >> This is a RTI for the update of the ftlk package to version 1.1.9rc2 >> which is the latest stable release according to the fltk website. The >> webrev is at > > hmm well I don't tend to like rc or alpha/beta-type releases in the > ccd or sfw, but if the website claims that's the stable release > then I guess it's ok. > > approved. > > From sunfreeware at gmail.com Tue Apr 29 04:04:43 2008 From: sunfreeware at gmail.com (Steven M. Christensen) Date: Tue, 29 Apr 2008 07:04:43 -0400 Subject: [companion-integrate] RTI - Removal of SFWvim Package Message-ID: <481700CB.60101@gmail.com> This is a RTI for the removal of the vim package from the Companion CD. vim is now part of Nevada in a newer version and this package is no longer needed. The webrev is at http://companion.sunfreeware.com/downloads/vimwebrev/ This has been reviewed and approved by Paul Cunningham. The cmd/vim, pkgdefs/SFWvim directories have been removed. Targetdirs, cmd/Makefile, and pkgdefs/Makefile edited to remove references to vim. No other package depends on vim, so this has no affect on nightly builds other than to stop creation of the vim package. Steve Christensen