On Thu, Jun 17, 2010 at 10:10 PM, Richard Hipp <[email protected]> wrote: > > > On Thu, Jun 17, 2010 at 9:39 PM, TJ Yang <[email protected]> wrote: >> >> Hi, all >> >> Can someone with check-in privilege act on following ticket ? >> >> http://www.fossil-scm.org/index.html/tktview?name=6981de95b6 >> >> Richard, please grant me check-in privilege if you or others has no >> interest to correct these two errors. >> I will fix it myself and sync the changes to upstream. > > Unless you can come up with a patch that works on Linux and *BSD in addition > to OpenSolaris, I will reject the patch. Note that *BSD does not have > GnuMake so you cannot use any of the non-standard conditional macros found > there. I'll also reject the patch if I think it unreasonably complicates > the makefile. > > If you want to add a comment to the makefile saying that Solaris users > should add the such-and-such options, or perhaps provides lines of the > makefile that solaris user can uncomment, that would work. > > I have no capability to test on OpenSolaris, so I am unwilling to try such a > patch myself. >
No other fossil opensolaris users here on this list to confirm my report ? > How about correct the obvious typo in Makefile ? Following line # LIB += lsocket miss a dash in front of "l" character, should be like this # LIB += -lsocket >> >> -- >> T.J. Yang >> _______________________________________________ >> fossil-users mailing list >> [email protected] >> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > > > > -- > --------------------- > D. Richard Hipp > [email protected] > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > > -- T.J. Yang _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

