pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/xemacs-current/patches



Module Name:    pkgsrc
Committed By:   hauke
Date:           Wed Nov 15 14:59:55 UTC 2017

Added Files:
        pkgsrc/editors/xemacs-current/patches:
            patch-modules_common_Makefile.common
Removed Files:
        pkgsrc/editors/xemacs-current/patches: patch-al

Log Message:
Upgrade to XEmacs 21.5.34

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

Was patch-al


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 pkgsrc/editors/xemacs-current/patches/patch-al
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/editors/xemacs-current/patches/patch-modules_common_Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/editors/xemacs-current/patches/patch-modules_common_Makefile.common
diff -u /dev/null pkgsrc/editors/xemacs-current/patches/patch-modules_common_Makefile.common:1.1
--- /dev/null   Wed Nov 15 14:59:55 2017
+++ pkgsrc/editors/xemacs-current/patches/patch-modules_common_Makefile.common  Wed Nov 15 14:59:55 2017
@@ -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