pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/xemacs-current/patches Upgrade to XEmacs 21.5.34



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39200ac4817c
branches:  trunk
changeset: 371589:39200ac4817c
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Wed Nov 15 14:59:55 2017 +0000

description:
Upgrade to XEmacs 21.5.34

Deal with a difference between bmake and gmake in using $< in a
makefile target

Was patch-al

diffstat:

 editors/xemacs-current/patches/patch-al                             |  13 -------
 editors/xemacs-current/patches/patch-modules_common_Makefile.common |  18 ++++++++++
 2 files changed, 18 insertions(+), 13 deletions(-)

diffs (39 lines):

diff -r 56bfab94bb87 -r 39200ac4817c editors/xemacs-current/patches/patch-al
--- a/editors/xemacs-current/patches/patch-al   Wed Nov 15 14:58:53 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-al,v 1.1 2008/04/24 21:32:47 jlam Exp $
-
---- modules/common/Makefile.common.orig        2005-11-22 02:14:54.000000000 -0500
-+++ modules/common/Makefile.common
-@@ -98,7 +98,7 @@ extraclean: realclean
-       -$(RM) *~ \#*
- 
- install: $(OBJECT_TO_BUILD)
--      $(INSTALL_PROGRAM) $< $(INSTALLPATH)
-+      $(INSTALL_PROGRAM) $(OBJECT_TO_BUILD) $(INSTALLPATH)
- 
- ##
- ## Local Variables:
diff -r 56bfab94bb87 -r 39200ac4817c editors/xemacs-current/patches/patch-modules_common_Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/xemacs-current/patches/patch-modules_common_Makefile.common       Wed Nov 15 14:59:55 2017 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-modules_common_Makefile.common,v 1.1 2017/11/15 14:59:55 hauke Exp $
+
+Deal with a difference between bmake and gmake in using $< in a
+makefile target
+
+Was patch-al
+
+--- modules/common/Makefile.common.orig        2013-08-21 17:43:44.000000000 +0000
++++ modules/common/Makefile.common
+@@ -98,7 +98,7 @@ extraclean: realclean
+       -$(RM) *~ \#*
+ 
+ install: $(OBJECT_TO_BUILD)
+-      $(INSTALL_PROGRAM) $< $(DESTDIR)$(INSTALLPATH)
++      $(INSTALL_PROGRAM) $(OBJECT_TO_BUILD) $(DESTDIR)$(INSTALLPATH)
+ 
+ ##
+ ## Local Variables:



Home | Main Index | Thread Index | Old Index