summaryrefslogtreecommitdiff
path: root/editors/emacs21
AgeCommit message (Collapse)AuthorFilesLines
2016-11-26Pull in the fixes I just made to emacs20:dholland4-8/+50
(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 itmaya2-12/+3
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
2016-05-03Fix build on -current.wiz6-16/+92
From anon. Fixes PR 51090.
2016-02-25Use OPSYSVARS.jperkin1-4/+2
2015-11-03Add SHA512 digests for distfiles for editors categoryagc1-1/+2
Problems found with existing distfiles: distfiles/javascript-2.1b1.el distfiles/yEd-3.14.2.zip No changes made to the javascript-mode or yEd distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
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-04-26Rename options emacs-xaw3d to simply xaw3d. Ref:mef1-5/+5
http://mail-index.netbsd.org/pkgsrc-users/2015/04/24/msg021447.html
2015-02-19Remove configure.in patch -- autoconf isn't run, and the correspondingwiz2-23/+1
patch for configure has many more changes anyway.
2015-02-19Add ptyfs support based on the one in emacs24; from Anon.wiz5-19/+95
Bump PKGREVISION.
2015-01-06Recognize more arms. From Anon.wiz2-17/+19
2014-05-31libungif is not relevant any longer since the GIF relevant patentswiz2-7/+4
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-23Fix build with new giflib.dholland2-3/+40
2014-05-16Bump revision after "giflib" update.tron1-2/+2
2013-10-27NetBSD with native clang won't have libgcc, so fake a static library.joerg1-1/+10
Avoids going to the great hacks in the build system to avoid it.
2013-10-27Use tradcpp for clang build, fallback to cpp -traditional otherwise.joerg3-16/+33
2013-07-05Add a patch.ryoon1-0/+15
2013-07-05Bump PKGREVISION.ryoon4-18/+94
* 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-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-17Move COMMENT into Makefile.common so emacs21-nox11 gets it.dholland2-3/+3
2013-02-17grmbl, try again.dholland1-2/+2
2013-02-17Change PKGNAME from emacs-21.4a to emacs21-21.4a.dholland3-5/+6
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-12-15editors/emacs21-nox11: Hardcode to gcc4.4 on DragonFly instead of gcc 4.1marino1-2/+2
DragonFly Release 3.2.x doesn't have gcc 4.1 anymore, but gcc 4.4 is still around and also available on many prior releases. Note that emacs 24 determines the CRT path dynamically but hardcoding on this obsolete emacs package is fine. Incidently, this doesn't fix emacs21 which still core dumps during installation phase, regardless of which system compiler builds it.
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-12-31try again. sigh...dholland2-6/+6
2011-12-31Merge the improved cpp checks from emacs20's patch-ab. Should fix builddholland2-4/+68
breakage on -current.
2011-12-31Merge patch-bm from emacs20 (prevent gcc from optimizing out __malloc_hook)dholland3-2/+54
to fix one source of SIGSEGVs during build.
2011-03-21Add user-destdir installation support.obache2-4/+9
2011-03-10Bump PKGREVISION form default GIF library change from libungif to giflib.obache1-2/+2
2011-03-09libungif/buildlink3.mk -> mk/giflib.buildlink3.mkdrochner1-2/+2
2011-02-08Instead of extracting version string from PKGNAME, usehiramatsu1-2/+2
${_EMACS_VERSION_MAJOR} and ${_EMACS_VERSION_MINOR} to determine installed version of emacs. Also, set minimum version of _EMACS_REQD to the same as ${_EMACS_VERSION_MAJOR}.${_EMACS_VERSION_MINOR}. Otherwise, buildlink does not work for emacs lisp libraries. Should fix PR/42763.
2011-01-24Fix build with png-1.5.wiz2-1/+29
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-06-14Needs revbump for png update.dholland1-2/+2
2010-05-05Define TERMINFO for building on NetBSD-6 for the terminfo interface.roy2-3/+10
2010-02-21Add RCS Id (hi roy!).wiz2-2/+4
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 assumeroy3-3/+22
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
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-5/+2