summaryrefslogtreecommitdiff
path: root/editors/emacs22
AgeCommit message (Collapse)AuthorFilesLines
2013-07-05Bump PKGREVISION.ryoon5-14/+82
* Fix build for giflib 5.0.4.
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
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-08Remove "Trailing empty lines." and/or "Trailing white-space."rodent1-2/+2
2013-02-24Remove some more wrong CONFLICTS.dholland2-5/+5
2013-02-23argh this has apparently been wrong all weekdholland1-2/+1
(it is creating an "emacs" package instead of an "emacs22" package)
2013-02-17Set emacs22 up with a proper Makefile.common instead of includingdholland2-83/+91
the whole makefile from emacs22-nox11.
2013-02-17Oops, setting PKGNAME once is enough.dholland1-2/+1
2013-02-17Put the Emacs version in all the DESCR files. Ride the bumps I just did.dholland1-0/+2
2013-02-17Change PKGNAME from emacs-22.3 to emacs22-22.3.dholland2-3/+4
2013-02-16Recursive bump for png-1.6.wiz1-2/+2
2013-01-26Revbump after graphics/jpeg and textproc/icuadam1-2/+2
2012-12-27Bump PKGREVISION.ryoon3-7/+42
Meke NetBSD use openpty() like emacs24. This fixes gnupg error invoked from mail/mew when decrypting.
2012-12-17Drop maintainership. Haven't run this version of emacs for some time.markd1-2/+2
2012-10-08Revbump after updating graphics/pangoadam1-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-10-02Mass recursive bump after the dependence fix of the "cairo" packagetron1-2/+2
requested by Thomas Klausner.
2012-09-15recursive bump from libffi shlib major bumpobache1-2/+2
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
2012-09-07Revbump after updating graphics/cairoadam1-2/+2
2012-06-18Make sure that the elisp subdirs, which are installed by tar-copy, comedholland1-1/+9
out with the right permissions. I'm sometimes getting them coming out mode 754, which fails the build if PKG_DEVELOPER is set.
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd1-2/+2
2012-03-03More pcre PKGREVISION bumps.wiz1-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.
2012-01-09Merge patch from other emacs packages - prevent from optimizing outskrll2-1/+50
__malloc_hook) to fix one source of SIGSEGVs during build. PR/45405 PR/35235
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-09-24* Fix build on Linux (conflict with glibc).ryoon2-4/+3
* patch-ag does not exist, regen distinfo. Tested on Gentoo Linux, DragonFly 2.10.1, and NetBSD current.
2011-07-21Correct a comment.tron1-3/+3
2011-07-21Revert last change and instead restore the previous work-around fortron4-38/+31
PR pkg/39778 which is less invasive.
2011-07-21Don't install certain input methods whose build is unreliable ontron4-20/+36
64bit platforms. This fixes PR pkg/39778 by myself.
2011-07-20Build this package without optimization if GCC 4.5.* is used undertron1-0/+19
NetBSD/i386. This stops "temacs" from dumping core.
2011-07-20Fix typo in last commit which NetBSD-current's make(1) silently ignored.tron1-2/+2
2011-07-20Remove accidentally committed file.tron1-25/+0
2011-07-20Fix build with GCC 4.5's C preprocessor.tron2-14/+33
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
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-14Port Thomas Klausner's "png" build fix from the "emacs23" package totron2-7/+28
this emacs version.
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-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-10-12Be consistent and provide upper limits for all EMACS_REQD cases.joerg1-2/+2
2010-09-14More PKGREVISION bumps for pixman update.wiz1-2/+2
2010-06-24Add workaround for systems coming with a copy of libpng.wiz2-1/+20
Closes PR pkg/43485 reported by Rob Quinn.
2010-06-14Needs revbump for png update.dholland1-2/+2
2010-02-20Add RCS Id.wiz2-2/+4
2010-02-19Use SETGIDGAME. Bump revision.joerg1-6/+8