This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On Thu, 18 Mar 2004, [ISO-8859-1] Frédéric L. W. Meunier wrote:
On Thu, 18 Mar 2004, Thomas Dickey wrote:
xterm patch #185 is post-4.4, and according to fd.o's CVS is not in the release-1 branch.
It may be worth to make it a separate package and start using your sources from http://invisible-island.net/xterm/ when they're newer (most of the time).
Not exactly - though I maintain my own rcs archives of xterm, the patch numbers do correspond to commits in XFree86. So there's no difference from that standpoint (of being newer). Occasionally there's a minor bug fix I add to XFree86 but don't make a new xterm patch, but the reverse is not true.
However, I do make xterm patches more frequently than XFree86 releases occur - that's simply a matter of 60,000 lines of code compared to 3 million...
--enable-toolbar --enable-wide-chars --with-Xaw3d
--- Makefile.in.orig 2003-12-31 12:12:25.000000000 -0500 +++ Makefile.in 2004-03-18 16:17:56.842128000 -0500 @@ -139,14 +139,13 @@ actual_resize = `echo resize| sed '$(transform)'` binary_xterm = `echo xterm$x| $(TRANSFORM)` binary_resize = `echo resize$x| $(TRANSFORM)` -binary_uxterm = `echo uxterm| $(TRANSFORM)` install \ install-bin \ install-full :: xterm$x resize$x $(BINDIR) $(SHELL) $(srcdir)/sinstall.sh "$(INSTALL_PROGRAM)" xterm$x @XTERM_PATH@ $(BINDIR)/$(binary_xterm) $(INSTALL_PROGRAM) -s -m 755 resize$x $(BINDIR)/$(binary_resize) - $(INSTALL_SCRIPT) -m 755 $(srcdir)/uxterm $(BINDIR)/$(binary_uxterm) + $(INSTALL_SCRIPT) -m 755 $(srcdir)/uxterm $(BINDIR)/uxterm install \ install-man \ @@ -189,7 +188,7 @@ uninstall: -$(RM) $(BINDIR)/$(binary_xterm) -$(RM) $(BINDIR)/$(binary_resize) - -$(RM) $(BINDIR)/$(binary_uxterm) + -$(RM) $(BINDIR)/uxterm -$(RM) $(MANDIR)/$(actual_xterm).$(manext) -$(RM) $(MANDIR)/$(actual_resize).$(manext) -$(RM) $(APPSDIR)/$(CLASS)
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |