Up to [cvs.netbsd.org] / pkgsrc / editors / emacs20
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.42 / (download) - annotate - [select for diffs], Thu Dec 8 20:40:32 2011 UTC (5 months, 2 weeks ago) by marino
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
HEAD
Changes since 1.41: +2 -2
lines
Diff to previous 1.41 (colored)
editors/emacs20: Mark NOT-FOR-DRAGONFLY I actually spent a couple of hours getting emacs20 to build error-free with DragonFly's gcc4.4 compiler. Unfortunately, it came DOA and emits "elf_load_section: truncated ELF file" when executed. This version of EMACS is 14 years old, and it's not worth fooling with anymore. I doubt anybody will notice its masking.
Revision 1.41 / (download) - annotate - [select for diffs], Mon Aug 1 05:41:08 2011 UTC (9 months, 3 weeks ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (colored)
Take MAINTAINER.
Revision 1.40 / (download) - annotate - [select for diffs], Tue Mar 30 00:44:47 2010 UTC (2 years, 1 month ago) by dholland
Branch: MAIN
CVS Tags: 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
Changes since 1.39: +7 -2
lines
Diff to previous 1.39 (colored)
Fix emacs20 on -current. (It broke on the terminfo changes because it can't probe terminfo vs. termcap and needs to be told explicitly in its config system.) ok agc@. PKGREVISION to 14.
Revision 1.39 / (download) - annotate - [select for diffs], Thu Feb 4 06:40:19 2010 UTC (2 years, 3 months ago) by dholland
Branch: MAIN
Changes since 1.38: +4 -2
lines
Diff to previous 1.38 (colored)
destdir support, plus fix some pre-existing funnies with install permissions
Revision 1.38 / (download) - annotate - [select for diffs], Wed Jan 20 03:21:21 2010 UTC (2 years, 4 months ago) by roy
Branch: MAIN
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
When running terminfo but compiled for termcap, we cannot assume that we actually have anything useable in termcap_term_buffer so just use the terminfo fixed size defined ealier.
Revision 1.37 / (download) - annotate - [select for diffs], Thu Apr 30 17:22:06 2009 UTC (3 years ago) by hasso
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.36: +3 -3
lines
Diff to previous 1.36 (colored)
Make it build on DragonFly master.
Revision 1.36 / (download) - annotate - [select for diffs], Mon Nov 10 17:21:34 2008 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.35: +2 -2
lines
Diff to previous 1.35 (colored)
Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.
Revision 1.35 / (download) - annotate - [select for diffs], Sun Jul 13 17:28:33 2008 UTC (3 years, 10 months ago) by dholland
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (colored)
Add patches for CVE-2008-1694 and CVE-2008-2142. PKGREVISION -> 11.
Revision 1.34 / (download) - annotate - [select for diffs], Sat Apr 5 21:29:14 2008 UTC (4 years, 1 month ago) by kristerw
Branch: MAIN
CVS Tags: cwrapper
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
Fix some 64-bit problems in x11 code. Bump PKGREVISION.
Revision 1.33 / (download) - annotate - [select for diffs], Thu Mar 6 12:34:44 2008 UTC (4 years, 2 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.32: +10 -7
lines
Diff to previous 1.32 (colored)
Now, emacs-20.7 does not exist in GNU sites, moved to old-gnu directory. And define SITES.* exactly to avoid unnecessary fetch.
Revision 1.32 / (download) - annotate - [select for diffs], Mon Aug 13 12:40:58 2007 UTC (4 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.31: +3 -30
lines
Diff to previous 1.31 (colored)
Fix up the use of package options in the Emacs packages:
(1) Get rid of "nox11" -- the concept of "no" in package options is
expressed by negating an option; use "-x11" instead.
(2) Teach editors/emacs20 to use package options instead of EMACS_USE_POP,
EMACS_USE_X, EMACS_USE_X_TOOLKIT and USE_INET6. We now use similar
options as the other emacs packages, i.e. "x11", "motif", "xaw",
as well as "pop" and "inet6".
(3) Make the emacs*-nox11 packages simply remove all X11 options by
setting PKG_OPTIONS.emacs appropriately and include the corresponding
emacs Makefile. This allows for modifications to the emacs "X11"
versions to be automatically picked up by the "non-X11" versions.
The two corresponding versions of emacs now share the same version
numbering, including PKGREVISIONs.
Bump the PKGREVISIONs on all Emacs editor packages.
Revision 1.31 / (download) - annotate - [select for diffs], Sat Jun 30 01:01:12 2007 UTC (4 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base,
pkgsrc-2007Q2
Changes since 1.30: +6 -1
lines
Diff to previous 1.30 (colored)
Make patch-ao a normal file and fix the build on DragonFly 1.8+
Revision 1.30 / (download) - annotate - [select for diffs], Tue Feb 20 19:04:11 2007 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base,
pkgsrc-2007Q1
Changes since 1.29: +2 -2
lines
Diff to previous 1.29 (colored)
share/emacs/site-lisp now exists by default -- don't try to remove it. Bump PKGREVISION for the PLIST change.
Revision 1.29 / (download) - annotate - [select for diffs], Wed Dec 6 15:03:49 2006 UTC (5 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.28: +3 -3
lines
Diff to previous 1.28 (colored)
CHECK_WRKREF_SKIP takes relative names.
Revision 1.28 / (download) - annotate - [select for diffs], Thu Mar 30 03:44:43 2006 UTC (6 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.27: +2 -3
lines
Diff to previous 1.27 (colored)
* Honor PKGINFODIR. * List the info files directly in the PLIST.
Revision 1.27 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:31 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
Revision 1.26 / (download) - annotate - [select for diffs], Sun Feb 5 23:08:55 2006 UTC (6 years, 3 months ago) by joerg
Branch: MAIN
Changes since 1.25: +2 -2
lines
Diff to previous 1.25 (colored)
Recursive revision bump / recommended bump for gettext ABI change.
Revision 1.25 / (download) - annotate - [select for diffs], Wed Jan 4 17:00:32 2006 UTC (6 years, 4 months ago) by joerg
Branch: MAIN
Changes since 1.24: +4 -3
lines
Diff to previous 1.24 (colored)
Add DragonFly support. Fix errno. Remove patch-ac, it gets overriden by the GNU_CONFIGURE magic anyway.
Revision 1.24 / (download) - annotate - [select for diffs], Mon Dec 12 21:36:54 2005 UTC (6 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Bump all motif packages for recent openmotif update. The major version of the shared libXm has changed.
Revision 1.23 / (download) - annotate - [select for diffs], Mon Dec 5 23:55:06 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS.
Revision 1.22 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:09 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.21 / (download) - annotate - [select for diffs], Thu Jun 30 10:16:38 2005 UTC (6 years, 10 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.20: +5 -1
lines
Diff to previous 1.20 (colored)
Quieten CHECK_WRKREF. The build PATH in the dumped emacs is not a problem.
Revision 1.20 / (download) - annotate - [select for diffs], Wed Jun 1 18:02:45 2005 UTC (6 years, 11 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated. These
changes affect about 1000 files.
The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files. Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred. This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.
The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.
The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc. The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.
The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files. Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories. These files are used as input
to imake since imake can't use stdin for that purpose.
The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead. This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed. Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries. Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
Revision 1.19 / (download) - annotate - [select for diffs], Sun May 22 20:07:56 2005 UTC (7 years ago) by jlam
Branch: MAIN
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
Revision 1.18 / (download) - annotate - [select for diffs], Mon May 16 21:05:27 2005 UTC (7 years ago) by minskim
Branch: MAIN
Changes since 1.17: +3 -1
lines
Diff to previous 1.17 (colored)
This version of emacs does not support Darwin. Set NOT_FOR_PLATFORM.
Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:40 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.16: +1 -2
lines
Diff to previous 1.16 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Mar 17 13:36:29 2005 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.15: +1 -2
lines
Diff to previous 1.15 (colored)
Does not really use libtool, so don't set USE_LIBTOOL. Solves part of PR 28977 by Greg A. Woods.
Revision 1.14.2.1 / (download) - annotate - [select for diffs], Thu Feb 24 23:51:42 2005 UTC (7 years, 2 months ago) by salo
Branch: pkgsrc-2004Q4
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored) next main 1.15 (colored)
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
Revision 1.15 / (download) - annotate - [select for diffs], Wed Feb 9 16:09:43 2005 UTC (7 years, 3 months ago) by drochner
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
fix format string vulnerability (CAN-2005-0100), bump PKGREVISION
Revision 1.14 / (download) - annotate - [select for diffs], Sun Oct 3 00:14:38 2004 UTC (7 years, 7 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base
Branch point for: pkgsrc-2004Q4
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Apr 12 10:53:07 2004 UTC (8 years, 1 month ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.12: +4 -4
lines
Diff to previous 1.12 (colored)
bl3ify
Revision 1.12 / (download) - annotate - [select for diffs], Thu Mar 25 22:13:34 2004 UTC (8 years, 2 months ago) by kristerw
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.11: +7 -2
lines
Diff to previous 1.11 (colored)
Fix LP64 issues. Add -fno-zero-initialized-in-bss when compiling with gcc3 (this is not needed for all configurations, but it does never hurt). Bump PKGREVISION.
Revision 1.11 / (download) - annotate - [select for diffs], Sat Feb 28 20:57:48 2004 UTC (8 years, 2 months ago) by kristerw
Branch: MAIN
Changes since 1.10: +4 -1
lines
Diff to previous 1.10 (colored)
Make this compile on amd64, based on Richard Rauch's patches (PR pkg/23701) as applied to the editors/emacs package.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Jan 27 00:53:11 2004 UTC (8 years, 3 months ago) by heinz
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
Revision 1.9 / (download) - annotate - [select for diffs], Thu Jan 22 08:30:30 2004 UTC (8 years, 4 months ago) by grant
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Aug 9 10:48:10 2003 UTC (8 years, 9 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.7: +1 -2
lines
Diff to previous 1.7 (colored)
USE_NEW_TEXINFO is unnecessary now.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jul 17 21:34:26 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jun 30 00:17:06 2003 UTC (8 years, 10 months ago) by seb
Branch: MAIN
Changes since 1.5: +4 -3
lines
Diff to previous 1.5 (colored)
Convert to USE_NEW_TEXINFO.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jun 28 17:14:29 2003 UTC (8 years, 10 months ago) by joda
Branch: MAIN
Changes since 1.4: +15 -2
lines
Diff to previous 1.4 (colored)
copy the GNU ld fix from editors/emacs; also don't install dist patch backup files
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jun 2 01:20:10 2003 UTC (8 years, 11 months ago) by jschauma
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Apr 24 15:00:16 2003 UTC (9 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.2: +3 -1
lines
Diff to previous 1.2 (colored)
If EMACS_USE_X isn't set then explicitly pass --with-x=no to configure as otherwise it assumes X is there and random configure tests will fail that shouldn't (like strerror because it couldn't include -lX11...)
Revision 1.2 / (download) - annotate - [select for diffs], Fri Apr 11 04:00:17 2003 UTC (9 years, 1 month ago) by uebayasi
Branch: MAIN
Changes since 1.1: +15 -12
lines
Diff to previous 1.1 (colored)
* Put back the 'EMACS_USE_X' option, which is needed since we don't have -nox11 for Emacs 20. * Buildlink2 clean up. Include xaw.buildlink2.mk when either Lucid or Athena is used. (Lucid uses Athena.) Included motif.buildlink2.mk when Motif is used. XXX While this, we need to link temacs against X libs, which may break Unexec stuffs on NetBSD/pmax, which was fixed around 1999/01 - 1999/02. I suppose this doesn't change the resulting binary packages.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Apr 11 00:31:43 2003 UTC (9 years, 1 month ago) by uebayasi
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Re-import of Emacs 20, which has settled down in editors/emacs.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Apr 11 00:31:43 2003 UTC (9 years, 1 month ago) by uebayasi
Branch: MAIN
Initial revision