summaryrefslogtreecommitdiff
path: root/www/emacs-w3m/files
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2018-02-01 18:03:09 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2018-02-01 18:03:09 +0000
commita3cc513bfc69ef10d52ed310dd9a6e6bb8c57491 (patch)
tree4a6b8513515fb032f2183d945863a1d39dbcd0c1 /www/emacs-w3m/files
parentAdd patch that forces configuration files in $H/.KeeperRL directory (diff)
Flavorize and modernize Emacs ports
- Convert USE_EMACS to USES=emacs - Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and editors/emacs-devel) - Permit default Emacs flavor to be specified in make.conf - Rename japanese/migemo-emacs23 to japanese/migemo-emacs - Update and simplify audio/emms and fix build on FreeBSD 10 [1] - Update databases/bbdd and fix build on FreeBSD 10 [1] - Update editors/emacs-devel - Ensure Makefile shell commands that change directory are executed in a subshell - Silence some portlint warnings [1] By not depending on base texinfo PR: 225404 Reviewed by: antoine Approved by: portmgr (mat) ashish (maintainer) Differential Revision: https://reviews.freebsd.org/D13506
Diffstat (limited to 'www/emacs-w3m/files')
-rw-r--r--www/emacs-w3m/files/_pkg.el4
-rw-r--r--www/emacs-w3m/files/extra-patch-Makefile.in8
-rw-r--r--www/emacs-w3m/files/patch-Makefile.in8
3 files changed, 8 insertions, 12 deletions
diff --git a/www/emacs-w3m/files/_pkg.el b/www/emacs-w3m/files/_pkg.el
deleted file mode 100644
index dd5c3a8e146e..000000000000
--- a/www/emacs-w3m/files/_pkg.el
+++ /dev/null
@@ -1,4 +0,0 @@
-;;;###autoload
-(package-provide 'w3m
- :version 1.3
- :type 'regular)
diff --git a/www/emacs-w3m/files/extra-patch-Makefile.in b/www/emacs-w3m/files/extra-patch-Makefile.in
index 15883fceeefa..a3bd89cf4e06 100644
--- a/www/emacs-w3m/files/extra-patch-Makefile.in
+++ b/www/emacs-w3m/files/extra-patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig 2014-06-28 14:59:34.000000000 +0900
-+++ Makefile.in 2014-06-28 15:02:17.000000000 +0900
-@@ -99,19 +99,6 @@
+--- Makefile.in.orig 2017-12-31 05:56:38 UTC
++++ Makefile.in
+@@ -99,19 +99,6 @@ install-lisp: lisp
$(INSTALL_DATA) shimbun/$$p "$(DESTDIR)$(lispdir)/s$$p";\
fi;\
done;\
@@ -10,7 +10,7 @@
- if test $(COMPRESS_INSTALL) = yes -a -n "$(GZIP_PROG)"\
- -a -f "shimbun/$$p"c; then\
- rm -f "$(DESTDIR)$(lispdir)/$$p".gz;\
-- $(GZIP_PROG) -9n "$(DESTDIR)$(lispdir)/$$p";\
+- "$(GZIP_PROG)" -9n "$(DESTDIR)$(lispdir)/$$p";\
- fi;\
- done;\
- for p in `cd shimbun && echo *.elc`; do\
diff --git a/www/emacs-w3m/files/patch-Makefile.in b/www/emacs-w3m/files/patch-Makefile.in
index 0e7bc9980b98..240a93604489 100644
--- a/www/emacs-w3m/files/patch-Makefile.in
+++ b/www/emacs-w3m/files/patch-Makefile.in
@@ -1,6 +1,6 @@
---- Makefile.in.orig 2012-03-07 00:42:29.000000000 +0900
-+++ Makefile.in 2012-03-07 00:45:51.000000000 +0900
-@@ -64,7 +64,7 @@
+--- Makefile.in.orig 2017-12-31 05:59:39 UTC
++++ Makefile.in
+@@ -66,7 +66,7 @@ install-ja: install-lisp install-info-ja
install-lisp: lisp
@$(SHELL) $(srcdir)/mkinstalldirs "$(DESTDIR)$(lispdir)";\
@@ -9,7 +9,7 @@
if test -f "$$p"; then\
case "$$p" in\
$(IGNORES)) ;;\
-@@ -86,7 +86,7 @@
+@@ -93,7 +93,7 @@ install-lisp: lisp
fi;\
done;\
if test -f shimbun/shimbun.elc; then\