svn commit: r336238 - head/editors/emacs-devel/files

Ashish SHUKLA ashish at FreeBSD.org
Wed Dec 11 23:45:38 UTC 2013


Author: ashish
Date: Wed Dec 11 23:45:37 2013
New Revision: 336238
URL: http://svnweb.freebsd.org/changeset/ports/336238

Log:
  - Re-add accidentally removed diff in r335977, and unbreak port

Added:
  head/editors/emacs-devel/files/patch-sources.el   (contents, props changed)

Added: head/editors/emacs-devel/files/patch-sources.el
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/emacs-devel/files/patch-sources.el	Wed Dec 11 23:45:37 2013	(r336238)
@@ -0,0 +1,10 @@
+
+$FreeBSD: head/editors/emacs-devel/files/patch-sources.el 300896 2012-07-14 13:54:48Z beat $
+
+--- /dev/null
++++ sources.el
+@@ -0,0 +1,4 @@
++;;; Path to Emacs C Sources.
++(when (string-match (regexp-quote "%%EMACS_VER%%") emacs-version)
++  (setq find-function-C-source-directory
++        "%%DATADIR%%/%%EMACS_VER%%/src"))


More information about the svn-ports-head mailing list