On Nov 22, 2007 1:23 PM, Christian Weisgerber <[EMAIL PROTECTED]> wrote: > Jeremy Evans <[EMAIL PROTECTED]> wrote: > > > c3270 is a curses-based 3270 terminal emulator. It features: > > > > - The full TN3270E protocol > > - SSL/TLS (via the OpenSSL library) for encrypted sessions > > - APL2 characters > > - Non-English character sets, including Russian, Turkish, Hebrew and > > DBCS Chinese and Japanese > > (Hmm. I sure wonder how those character sets are supposed to work.) > > > This is the curses counterpart to the recently added x3270 terminal > > emulator. I find it works better than the in-tree tn3270. > > Both comms/x3270 and this port install > > bin/pr3287 > bin/x3270if > > causing a conflict. We can mark the packages as conflicting, but > wouldn't it make more sense if they could be installed side-by-side?
It would. I'm guessing both x3270 and c3270 need those two files. One way to handle it is to remove both of those files from x3270, and make c3270 a RUN_DEPENDS of x3270. Another way to handle it without making the packages conflict is to use three packages, one package for x3270, one for c3270, and one for those two files, but that seems overkill just to have a package for those two files, especially since c3270 is such a small package itself. Jeremy