summaryrefslogtreecommitdiff
path: root/editors/emacs21/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-11-26Pull in the fixes I just made to emacs20:dholland1-2/+2
(1) set ELFSIZE correctly; don't know how this ever worked (2) add workaround for gcc compiling calloc into an infinite loop calling itself.
2016-11-11emacs21: remove convoluted logic for using binutils hack -- use itmaya1-2/+2
unconditionally here too. it's highly unlikely someone has such old binutils. bump PKGREVISION - it causes runtime crashes.
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2015-10-14Switch from x11/Xaw3d to newer x11/libXaw3d.wiz1-2/+2
Adapt some packages so they build with that. Bump their PKGREVISIONs.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-2/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-02-19Add ptyfs support based on the one in emacs24; from Anon.wiz1-2/+2
Bump PKGREVISION.
2014-05-31libungif is not relevant any longer since the GIF relevant patentswiz1-2/+2
expired (about 10 years ago). Unconditionally switch to libgif. As discussed on tech-pkg without dissent. Bump PKGREVISION.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-16Bump revision after "giflib" update.tron1-2/+2
2013-07-05Bump PKGREVISION.ryoon1-2/+2
* Fix build for giflib 5.0.4.
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-02-17Move COMMENT into Makefile.common so emacs21-nox11 gets it.dholland1-2/+1
2013-02-17Change PKGNAME from emacs-21.4a to emacs21-21.4a.dholland1-2/+2
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
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-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-03-21Add user-destdir installation support.obache1-1/+3
2011-03-10Bump PKGREVISION form default GIF library change from libungif to giflib.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-06-14Needs revbump for png update.dholland1-2/+2
2010-05-05Define TERMINFO for building on NetBSD-6 for the terminfo interface.roy1-2/+2
2010-01-24More PKGREVISION bumps of jpeg dependencies.wiz1-2/+2
Identified by parsing the NetBSD-i386-5.0.1/2009Q3 pkg_summary files and Robert Elz.
2010-01-20When running terminfo but compiled for termcap, we cannot assumeroy1-2/+2
that we actually have anything useable in termcap_term_buffer so just use the terminfo fixed size defined ealier.
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz1-2/+2
2008-07-13Add patch for CVE-2008-1694 (insecure temp files in SCCS vc handling)dholland1-2/+2
PKGREVISION -> 13.
2008-06-03Fix for CVE-2008-2142, automatically loading and executing .flc files.markd1-2/+2
2007-10-29Fix build of emacs21-nox11.uebayasi1-7/+4
2007-08-13Fix up the use of package options in the Emacs packages:jlam1-31/+3
(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-06-11Reimport existing emacs packages as emacs21{,-nox11} to allowmarkd1-0/+46
subsequent update of emacs packages to version 22.
2003-04-11Bye bye old places.uebayasi1-49/+0
2002-09-24Libtool is required. PR#18390 by Gordon Zaft.uebayasi1-1/+2
2002-09-21buildlink1 -> buildlink2jlam1-17/+17
2002-05-02some cleanup, based on a package submission by Masao Uebayashidrochner1-23/+21
<uebayasi@soum.co.jp>: -select a reasonable set of options instead of using a ton of /etc/mk.conf variables -dtrt with dependencies -USE_BUILDLINK_ONLY -use INSTALL_SCRIPT instead of creating a mess
2002-04-24first cut on a pkg for emacs-21.2drochner1-0/+50
derived from our emacs-20.7 pkg; IPv6 and newer NetBSD platform/toolchain support appear to be included in the original sources, so I've only left in the patches which deal with info file installation and the "emacs-" prefix for user tools