in pkgsrc. Version 4.14 Dec 29, 2007 * New Maintainer. * No UTF-8 support yet ;-< Basically this is a maintenance release. * License: - Now GNU a2ps is licensed under GPLv3 or later. - Removed or replaced non-free/license-wise vague files (see ChangeLog for detail.) * Build: - Now can be built with the modern GNU Autotools. - Now can be built with gcc 3.4 or later. * Predefined delegations: - Add html2ps delegation if netscape don't run. - Now the configure script check if netscape support remote-command. - Now works with modern GV(PostScript and PDF viewer). Tested with 3.6.2. * Options: - Better description on the default output and the -d option. * Encodings: - CP1251. * Bug Fixes: - `input buffer overflow, can't enlarge buffer because scanner uses REJECT' This should no longer happen. - Now works on IA64, PowerPC and AMD64. - Fixed wrong default values for deskjet printers. - Quote arguments to file(1). - Fixed several security issues (CVE-2004-1377). - PS generated by a2ps is now compatible with Adobe Distiller for Mac OS X. * Style sheets: - specc.ssh, thanks to Hideaki Yokota - csharp.ssh, thanks to Karen Christenson - nasm.ssh & pic16f84.ssh, thanks to Aleksandar Veselinovic - small.ssh, thanks Christophe Continente - matlab4.ssh & matlab.ssh, thanks to Joakim Lubeck - stratego.ssh, thanks to Nicolas Tisserand - rd.ssh, s.ssh and st.ssh, thanks to Torsten Hothorn et.al. - ruby.ssh, thanks to Noritsugu Nakamura. - php.ssh, thanks to Hartmut Holzgraefe - udiff.ssh: Improved highlighting for diffs. - perl.ssh: Improved. - Some rules of sheets.map are improved * Contributions: - pdiff: Now pdiff can accept standard input. * Prologues: - Added diffcolor.pro for diffs * Documentation: - Revised. * Translation: - Japanese translation thanks to Yasuyuki Furukawa. - Revised Dutch translation, thanks to Benno Schlenberg. - Revised French translation. * Many other fixes, but the log is rather spotty ;-< * Part of works done at the Codefest Asia 2007 in ITB Bandung, Indonesia.
22 lines
705 B
Text
22 lines
705 B
Text
$NetBSD: patch-aa,v 1.11 2008/11/10 18:00:34 wiz Exp $
|
|
|
|
--- contrib/emacs/Makefile.in.orig 2007-12-29 03:28:06.000000000 +0000
|
|
+++ contrib/emacs/Makefile.in
|
|
@@ -243,7 +243,7 @@ install_sh = @install_sh@
|
|
latex = @latex@
|
|
libdir = @libdir@
|
|
libexecdir = @libexecdir@
|
|
-lispdir = @lispdir@
|
|
+lispdir = @prefix@/share/emacs/site-lisp
|
|
localedir = @localedir@
|
|
localstatedir = @localstatedir@
|
|
makeinfo = @makeinfo@
|
|
@@ -319,7 +319,7 @@ elc-stamp: $(LISP)
|
|
set x "$$@" "$$d$$p"; shift; \
|
|
done; \
|
|
shift; \
|
|
- EMACS="$(EMACS)" $(SHELL) $(elisp_comp) "$$@" || exit 1; \
|
|
+ echo EMACS="$(EMACS)" $(SHELL) $(elisp_comp) "$$@" || exit 1; \
|
|
else : ; fi
|
|
@mv -f elc-temp $@
|
|
$(am__ELCFILES): elc-stamp
|