summaryrefslogtreecommitdiff
path: root/editors/emacs20
AgeCommit message (Collapse)AuthorFilesLines
2013-07-07Probe a potentially different cpp for preprocessing makefiles. Fordholland2-6/+62
now, wire it down; this will probably fail on clang and I'll fix it better later.
2013-07-07Now revert version 1.4 of patch-ab, which introduced extra configuredholland2-70/+6
tests to work around problems with gcc 4.5's cpp when used on makefiles.
2013-07-07Assert MAINTAINER privilege to revert version 1.6 of patch-ab (anddholland2-40/+15
version 1.7, which is its associated patch comment) on the grounds that it's wrong.
2013-07-05Add a comment.ryoon2-3/+6
2013-07-05Fix x11 option build.ryoon2-15/+37
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-04-06Resolves:rodent1-2/+2
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
2013-02-17Put the Emacs version in all the DESCR files. Ride the bumps I just did.dholland1-0/+2
2013-02-16Change PKGNAME to emacs20-20.7 instead of emacs-20.7.dholland2-3/+4
2012-12-11Shift some of the more basic patches to a distfile patch.dholland22-295/+20
PKGREVISION -> 16.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-03-05Tweak this so it should configure (and then hopefully build) on PA-RISCdholland3-15/+29
on NetBSD. Tangentially related to PR 35235.
2012-03-05Fix one missing ${DESTDIR} while installing info, which for some reasondholland2-4/+5
failed only on Solaris.
2011-12-08editors/emacs20: Mark NOT-FOR-DRAGONFLYmarino1-2/+2
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.
2011-12-01Extend previous to realloc and free as well, which is almost certainlydholland2-4/+30
necessary. PR 45669.
2011-12-01Add __asm __volatile("":::"memory") at a critical point in alloc.c.dholland2-6/+16
gcc thinks it knows the semantics of malloc and so it thinks it can optimize out the manipulation of __malloc_hook; however, doing so causes the subsequent malloc call to come back to itself, leading to an infinite recursion and SIGSEGV in temacs. This fixes the remaining part of PR 45669. Someone(TM) should check if this issue affects other Emacs versions and/or XEmacs.
2011-12-01Fold patch-cb into patch-bm since they patch the same file. Related todholland3-18/+4
PR 45669. hi joerg!
2011-12-01Patch up configure tests for cpp to avoid problems when running gccdholland2-6/+70
4.5's cpp on makefiles. PR 45669. Unfortunately, this does not by itself fix the build; now I'm getting ./temacs -batch -l loadup dump gmake[1]: *** [emacs] Segmentation fault and I have a bad feeling that this may be the same issue that the other emacs versions are sometimes hitting.
2011-08-01Fix broken build with clang.dholland2-1/+17
2011-08-01Take MAINTAINER.dholland1-2/+2
2010-03-30Fix emacs20 on -current. (It broke on the terminfo changes because itdholland3-9/+28
can't probe terminfo vs. termcap and needs to be told explicitly in its config system.) ok agc@. PKGREVISION to 14.
2010-02-21Add RCS Id (hi roy!).wiz2-2/+4
2010-02-04destdir support, plus fix some pre-existing funnies with install permissionsdholland5-24/+211
2010-01-20When running terminfo but compiled for termcap, we cannot assumeroy3-6/+25
that we actually have anything useable in termcap_term_buffer so just use the terminfo fixed size defined ealier.
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-3/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-21/+1
2009-04-30Make it build on DragonFly master.hasso2-14/+7
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz1-2/+2
2008-10-13Correct copy&paste error.uebayasi1-4/+4
2008-10-11Move mk/emacs.mk to editors/emacs/modules.mk.uebayasi2-4/+13
Don't call pkg_info to get the installed Emacs version; always use the version matching EMACS_TYPE set by users. Be DEPENDS to it. This should address pkg/37146 by Aleksey Cheusov. While here convert some emacs lisp packages to user-destdir.
2008-07-13Add patches for CVE-2008-1694 and CVE-2008-2142.dholland5-3/+73
PKGREVISION -> 11.
2008-07-01Fix build with gcc41 on DragonFly BSD.obache1-0/+3
emacs20 part of PR pkg/38633 from Hasso Tepper.
2008-04-05Fix some 64-bit problems in x11 code.kristerw7-11/+203
Bump PKGREVISION.
2008-03-06Now, emacs-20.7 does not exist in GNU sites, moved to old-gnu directory.obache1-7/+10
And define SITES.* exactly to avoid unnecessary fetch.
2008-01-09Update an include file to fix build errors for PKG_OPTIONS.emacs+=x11.kristerw2-1/+15
2007-10-29Initial addition of buildlink3.mk fragments for Emacs / XEmacs programs.uebayasi1-0/+23
2007-10-16Remove some legacy support after branching 2007Q3.wiz1-19/+1
2007-08-13Fix up the use of package options in the Emacs packages:jlam2-30/+90
(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.
2007-08-04malloc.h --> stdlib.hjoerg2-1/+15
2007-06-30Make patch-ao a normal file and fix the build on DragonFly 1.8+joerg4-110/+119
2007-02-20share/emacs/site-lisp now exists by default -- don't try to remove it.wiz2-4/+3
Bump PKGREVISION for the PLIST change.
2006-12-06CHECK_WRKREF_SKIP takes relative names.joerg1-3/+3
2006-04-14Remove trailing whitespace from various info/* entries that was causingjlam1-4/+4
the files to not be found during PLIST creation.
2006-03-30* Honor PKGINFODIR.jlam2-4/+17
* List the info files directly in the PLIST.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-04Add DragonFly support. Fix errno. Remove patch-ac, it getsjoerg17-1498/+293
overriden by the GNU_CONFIGURE magic anyway.
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg1-2/+2
of the shared libXm has changed.