Age | Commit message (Expand) | Author | Files | Lines |
2008-04-25 | Make emacs and emacs-nox11 look more like xemacs and xemacs-nox11 in | jlam | 1 | -4/+56 |
2007-12-06 | Use ${GAMEMODE} instead of an explicit mode for update-game-score. | markd | 1 | -2/+2 |
2007-08-13 | Fix up the use of package options in the Emacs packages: | jlam | 1 | -2/+3 |
2007-06-11 | Update emacs{,-nox11} to 22.1. | markd | 1 | -36/+3 |
2007-02-22 | Whitespace cleanup, courtesy of pkglint. | wiz | 1 | -2/+2 |
2007-02-20 | share/emacs/site-lisp now exists by default -- don't try to remove it. | wiz | 1 | -2/+2 |
2007-01-25 | Update smtpmail.el to recent CVS version. Requested by Aleksey Cheusov | markd | 1 | -2/+2 |
2007-01-25 | Add revision 1.54 of src/unexelf.c (from emacs cvs of jul 2003). | markd | 1 | -2/+2 |
2007-01-23 | this needs imake to check for X support in configure | drochner | 1 | -1/+4 |
2006-12-15 | Mechanically replace all includes of buildlink3.mk of the following | joerg | 1 | -2/+2 |
2006-07-02 | Don't install the files in share/emacs group-writable. Bumped | rillig | 1 | -2/+2 |
2006-06-20 | Add a run-time depenency on perl because bin/emacs-grep-changelog | minskim | 1 | -2/+2 |
2006-05-15 | Fix sort-columns function. | markd | 1 | -2/+2 |
2006-04-17 | Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. | wiz | 1 | -2/+2 |
2006-04-06 | Over 1200 files touched but no revisions bumped :) | reed | 1 | -2/+2 |
2006-04-05 | Pass the correct sized argument to sbrk() when trying to reduce the break | markd | 1 | -2/+2 |
2006-02-20 | Add motif option from Juha-Matti Liukkonen in PR 32703, changed somewhat | markd | 1 | -4/+10 |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 |
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 1 | -2/+2 |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 |
2005-10-05 | Remove some more *LEGACY* settings that are over a month old and | wiz | 1 | -2/+1 |
2005-06-08 | Share a Makefile.common between emacs and emacs-nox11. | markd | 1 | -63/+9 |
2005-06-01 | Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc. | jlam | 1 | -2/+1 |
2005-05-22 | Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions: | jlam | 1 | -2/+2 |
2005-05-09 | Correct PLIST on Darwin. Based on patches provided by Tom Yu in PR pkg/26943. | minskim | 1 | -3/+12 |
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 |
2005-04-07 | Take maintainership. | markd | 1 | -2/+2 |
2005-03-22 | Define POSIX_SIGNALS on NetBSD, similar to FreeBSD. From Greg | wiz | 1 | -1/+2 |
2005-03-17 | Does not really use libtool, so don't set USE_LIBTOOL. Solves part of | wiz | 1 | -2/+1 |
2005-02-26 | Use 21.4a tarball: only change is an entry in the README to disable | wiz | 1 | -3/+6 |
2005-02-24 | update to 21.4 | drochner | 1 | -3/+2 |
2005-02-09 | fix format string vulnerability (CAN-2005-0100), bump PKGREVISION | drochner | 1 | -2/+2 |
2004-12-28 | Bump PKGREVISIONs due to libtiff update. | reed | 1 | -2/+2 |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 |
2004-07-31 | Make this build on OS X. The new files are taken from the emacs cvs | kristerw | 1 | -1/+6 |
2004-04-19 | Move include of bsd.prefs.mk before the test of EMACS_USE_XAW3D so the | markd | 1 | -3/+3 |
2004-04-12 | bl3ify | xtraeme | 1 | -8/+8 |
2004-03-25 | It is not only SunOS that need -fno-zero-initialized-in-bss when | kristerw | 1 | -3/+3 |
2004-03-20 | -fno-zero-initialized-in-bss is required in CFLAGS on SunOS with gcc3, | bouyer | 1 | -1/+6 |
2004-02-25 | make yhis compile on amd64, | drochner | 1 | -1/+2 |
2004-01-27 | Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248 | heinz | 1 | -2/+2 |
2004-01-22 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 |
2004-01-03 | Bump package revisions for tiff update. | reed | 1 | -2/+2 |
2003-08-09 | USE_NEW_TEXINFO is unnecessary now. | seb | 1 | -2/+1 |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 |
2003-07-14 | Replace perl interpreter in grep-changelog. From Soren Jacobsen in PR 21197. | wiz | 1 | -1/+3 |
2003-07-08 | Be explicit about --srcdir. Fixes PR 21944 (emacs fails to build on | markd | 1 | -1/+2 |
2003-07-06 | On NetBSD, link "temacs" against /usr/lib/crt{n,i}.o if they exist. Or | uebayasi | 1 | -2/+2 |
2003-06-23 | Convert to USE_NEW_TEXINFO. | seb | 1 | -4/+5 |
2003-06-05 | Add EMACS_USE_XAW3D variable to control whether emacs builds against | markd | 1 | -1/+5 |