The NetBSD Project

CVS log for pkgsrc/misc/screen/patches/patch-ab

[BACK] Up to [cvs.netbsd.org] / pkgsrc / misc / screen / patches

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Tue Mar 29 07:02:25 2005 UTC (7 years, 1 month ago) by kim
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, cwrapper, cube-native-xorg-base, cube-native-xorg, HEAD
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Avoid repeated compiler warnings about redefining USEVARARGS.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Jul 15 04:05:40 2004 UTC (7 years, 10 months ago) by atatat
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.9: +34 -12 lines
Diff to previous 1.9 (colored)

Put the config.h.in patch into its own patch file and add more to it
that forces varargs to be used on NetBSD.  Some gcc 3.3 instances
(specifically 3.3.3nb1 on NetBSD/alpha) fail one of the configure
tests making it think we don't have sprintf() (and therefore no
varargs) causing unmentionably evil things to be done instead.  This
usually leads to core dumps.

Fix a pointer-to-integer cast warning by casting to long in between.
The actual use case is harmless, but the compiler can't tell that.

Bump PKGREVISION to 1 for the gcc workaround (affects at least
NetBSD/alpha which can now build a better screen).

Addresses PR pkg/25937.

Revision 1.9, Tue Jan 6 18:10:46 2004 UTC (8 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.8: +1 -1 lines
FILE REMOVED

Not necessary any longer after update to 4.0.2.

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Sun Dec 7 16:52:47 2003 UTC (8 years, 5 months ago) by agc
Branch: pkgsrc-2003Q4
Changes since 1.7: +12 -22 lines
Diff to previous 1.7 (colored) next main 1.8 (colored)

Pullup security fixes to the pkgsrc-2003Q4 branch, requested by
Alistair Crooks.

	Date: 2003/11/27 20:29:48
	Author: wiz
	Log:
	Fix
		http://www.securityfocus.com/archive/1/345844
	with the patches supplied there.
	Bump PKGREVISION to 1.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Nov 27 20:29:48 2003 UTC (8 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.7: +12 -22 lines
Diff to previous 1.7 (colored)

Fix
	http://www.securityfocus.com/archive/1/345844
with the patches supplied there.
Bump PKGREVISION to 1.

Revision 1.7, Sun Aug 3 08:14:49 2003 UTC (8 years, 9 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base
Branch point for: pkgsrc-2003Q4
Changes since 1.6: +1 -1 lines
FILE REMOVED

Convert to USE_NEW_TEXINFO.
Remove now unnecessary patch file.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 18 09:53:02 2001 UTC (10 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Changes since 1.5: +9 -10 lines
Diff to previous 1.5 (colored)

Update to 3.9.9. Changes since 3.9.8:
* new '-X' option to send commands to screen sessions.
* added a possibility to change the attributes/color in caption or
  hardstatus strings:
    caption always "%3n %{r}%t%{-}%? @%u%?%? %{g}[%h]%{-}%?"
* new 'dinfo' command to show what screen thinks about your terminal.
* new 'attrcolor' command to map attributes to color codes:
* support for UTF-8: new commands 'utf8', 'defutf8' to change the
  encoding of a window, plus a '-U' option to tell screen that
  your terminal sends/receives UTF-8 codes.
* support for 16 colors.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Sep 3 15:44:43 1999 UTC (12 years, 8 months ago) by tron
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH001, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, comdex-fall-1999
Changes since 1.4: +1 -10 lines
Diff to previous 1.4 (colored)

Update "screen" package to version 3.9.5.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Aug 10 17:43:56 1999 UTC (12 years, 9 months ago) by tron
Branch: MAIN
Changes since 1.3: +11 -2 lines
Diff to previous 1.3 (colored)

Update "screen" package to version 3.9.3. Changes since version 3.9.2:
- small utmp fix
- BSD chflags fix

Revision 1.3 / (download) - annotate - [select for diffs], Fri Aug 7 11:10:32 1998 UTC (13 years, 9 months ago) by agc
Branch: MAIN
CVS Tags: netbsd-1-4-RELEASE, netbsd-1-4-PATCH001, netbsd-1-3-PATCH003
Changes since 1.2: +2 -0 lines
Diff to previous 1.2 (colored)

Add NetBSD RCS Ids.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 5 00:37:17 1997 UTC (14 years, 6 months ago) by explorer
Branch: MAIN
CVS Tags: netbsd-1-3-PATCH002
Changes since 1.1: +22 -32 lines
Diff to previous 1.1 (colored)

update to screen 3.7.4 (from 3.7.2)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Oct 11 21:47:46 1997 UTC (14 years, 7 months ago) by hubertf
Branch: FREEBSD
CVS Tags: Makefile, FreeBSD-current-1997-09-25
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of FreeBSD's screen port.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Oct 11 21:47:46 1997 UTC (14 years, 7 months ago) by hubertf
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>