head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.36 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.34 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.32 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q2:1.8.0.30 pkgsrc-2011Q2-base:1.8 pkgsrc-2009Q4:1.8.0.28 pkgsrc-2009Q4-base:1.8 pkgsrc-2008Q4:1.8.0.26 pkgsrc-2008Q4-base:1.8 pkgsrc-2008Q3:1.8.0.24 pkgsrc-2008Q3-base:1.8 cube-native-xorg:1.8.0.22 cube-native-xorg-base:1.8 pkgsrc-2008Q2:1.8.0.20 pkgsrc-2008Q2-base:1.8 pkgsrc-2008Q1:1.8.0.18 pkgsrc-2008Q1-base:1.8 pkgsrc-2007Q4:1.8.0.16 pkgsrc-2007Q4-base:1.8 pkgsrc-2007Q3:1.8.0.14 pkgsrc-2007Q3-base:1.8 pkgsrc-2007Q2:1.8.0.12 pkgsrc-2007Q2-base:1.8 pkgsrc-2007Q1:1.8.0.10 pkgsrc-2007Q1-base:1.8 pkgsrc-2006Q4:1.8.0.8 pkgsrc-2006Q4-base:1.8 pkgsrc-2006Q3:1.8.0.6 pkgsrc-2006Q3-base:1.8 pkgsrc-2006Q2:1.8.0.4 pkgsrc-2006Q2-base:1.8 pkgsrc-2006Q1:1.8.0.2 pkgsrc-2006Q1-base:1.8 pkgsrc-2005Q4:1.6.0.8 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.6 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.4 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.2 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.4.0.10 pkgsrc-2004Q4-base:1.4 pkgsrc-2004Q3:1.4.0.8 pkgsrc-2004Q3-base:1.4 pkgsrc-2004Q2:1.4.0.6 pkgsrc-2004Q2-base:1.4 pkgsrc-2004Q1:1.4.0.4 pkgsrc-2004Q1-base:1.4 pkgsrc-2003Q4:1.4.0.2 pkgsrc-2003Q4-base:1.4 netbsd-1-6-1:1.3.0.2 netbsd-1-6-1-base:1.3 buildlink2-base:1.2 comdex-fall-1999:1.1 netbsd-1-4-PATCH001:1.1 netbsd-1-4-RELEASE:1.1 netbsd-1-3-PATCH003:1.1; locks; strict; comment @# @; 1.8 date 2006.01.04.11.11.22; author markd; state dead; branches; next 1.7; 1.7 date 2005.12.29.13.56.51; author joerg; state Exp; branches; next 1.6; 1.6 date 2005.02.24.15.35.16; author drochner; state dead; branches; next 1.5; 1.5 date 2005.02.09.16.09.43; author drochner; state Exp; branches; next 1.4; 1.4 date 2003.04.11.00.50.56; author uebayasi; state dead; branches 1.4.10.1; next 1.3; 1.3 date 2002.09.01.13.41.47; author tron; state Exp; branches; next 1.2; 1.2 date 99.12.28.14.08.58; author tron; state dead; branches; next 1.1; 1.1 date 98.09.04.02.28.54; author tron; state Exp; branches; next ; 1.4.10.1 date 2005.02.24.23.51.41; author salo; state Exp; branches; next ; desc @@ 1.8 log @Remove zero length patch. @ text @@ 1.7 log @Create separate configuration for DragonFly. Fix errno. Based on patch from Richard Nyberg on DragonFly's user list. @ text @@ 1.6 log @remove obsolete patch, thanks wiz @ text @a0 13 $NetBSD: patch-al,v 1.5 2005/02/09 16:09:43 drochner Exp $ --- lib-src/movemail.c.orig 2005-02-09 16:31:55.000000000 +0100 +++ lib-src/movemail.c @@@@ -787,7 +787,7 @@@@ popmail (mailbox, outfile, preserve, pas mbx_delimit_begin (mbf); if (pop_retr (server, i, mbf) != OK) { - error (Errmsg, 0, 0); + error ("%s", Errmsg, 0); close (mbfi); return (1); } @ 1.5 log @fix format string vulnerability (CAN-2005-0100), bump PKGREVISION @ text @d1 1 a1 1 $NetBSD$ @ 1.4 log @Remove old patches @ text @d1 1 a1 1 $NetBSD: patch-al,v 1.3 2002/09/01 13:41:47 tron Exp $ d3 11 a13 13 --- src/xfaces.c.orig Wed Nov 18 02:36:41 1998 +++ src/xfaces.c Sun Sep 1 15:35:41 2002 @@@@ -20,6 +20,10 @@@@ /* This is derived from work by Lucid (some parts very loosely so). */ +#ifdef __sun__ +#include +#endif + #include #include @ 1.4.10.1 log @Pullup ticket 307 - requested by Matthias Drochner security fix for emacs Revisions pulled up: - pkgsrc/editors/emacs/Makefile 1.76 - pkgsrc/editors/emacs/distinfo 1.17 - pkgsrc/editors/emacs/patches/patch-al 1.5 - pkgsrc/editors/emacs-nox11/Makefile 1.11 - pkgsrc/editors/emacs20/Makefile 1.15 - pkgsrc/editors/emacs20/distinfo 1.6 - pkgsrc/editors/emacs20/patches/patch-ca 1.1 Module Name: pkgsrc Committed By: drochner Date: Wed Feb 9 16:09:43 UTC 2005 Modified Files: pkgsrc/editors/emacs: Makefile distinfo pkgsrc/editors/emacs-nox11: Makefile pkgsrc/editors/emacs20: Makefile distinfo Added Files: pkgsrc/editors/emacs/patches: patch-al pkgsrc/editors/emacs20/patches: patch-ca Log Message: fix format string vulnerability (CAN-2005-0100), bump PKGREVISION @ text @d1 1 a1 1 $NetBSD: patch-al,v 1.5 2005/02/09 16:09:43 drochner Exp $ d3 13 a15 11 --- lib-src/movemail.c.orig 2005-02-09 16:31:55.000000000 +0100 +++ lib-src/movemail.c @@@@ -787,7 +787,7 @@@@ popmail (mailbox, outfile, preserve, pas mbx_delimit_begin (mbf); if (pop_retr (server, i, mbf) != OK) { - error (Errmsg, 0, 0); + error ("%s", Errmsg, 0); close (mbfi); return (1); } @ 1.3 log @Fix build problems under Solaris 9. @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update "emacs" package to version 20.5a based on patches supplied by Minoura Makoto in PR pkg/9014. This version fixes several bugs discovered since version 20.3 and support a precompiled user startup file (".emacs.el" and ".emacs.elc"). @ text @d1 1 a1 1 $NetBSD: patch-al,v 1.1 1998/09/04 02:28:54 tron Exp $ d3 3 a5 5 --- man/cc-mode.texi.orig Sat May 16 20:55:23 1998 +++ man/cc-mode.texi Fri Sep 4 01:56:10 1998 @@@@ -14,6 +14,12 @@@@ and Java code. @@end direntry d7 5 a11 5 +@@dircategory The Emacs editor and associated tools +@@direntry +* CC mode: (ccmode). The GNU Emacs mode for editing C, C++, + Objective-C and Java code. +@@end direntry d13 3 a15 3 @@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @@comment @@setchapternewpage odd !! we don't want blank pages !! @@comment %**end of header (This is for running Texinfo on a region) @ 1.1 log @Lots of bug fixes: - sync package list with reality and use "mkdir -p" - add missing RCSIds - split patches - don't install texinfo documentation - avoid conflict with "xemacs" and "vim" - remove unnecessary "${WRKSRC}" - add missing info files to "${INFO}" - don't remove "share/emacs/20.3/etc/DOC-20.3.[13-9]*" (fixes PR pkg/6097) @ text @d1 1 a1 1 $NetBSD$ @