pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/xemacs-current Unbreak SunOS builds (here: Omn...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e17d698297c
branches:  trunk
changeset: 371662:5e17d698297c
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Thu Nov 16 15:07:04 2017 +0000

description:
Unbreak SunOS builds (here: OmniOS).

diffstat:

 editors/xemacs-current/Makefile.common                    |   4 +-
 editors/xemacs-current/distinfo                           |   5 ++-
 editors/xemacs-current/patches/patch-lwlib_Makefile.in.in |  18 +++++++++++++++
 editors/xemacs-current/patches/patch-src_Makefile.in.in   |  16 ++++++++++++-
 4 files changed, 38 insertions(+), 5 deletions(-)

diffs (90 lines):

diff -r 80f83f94698e -r 5e17d698297c editors/xemacs-current/Makefile.common
--- a/editors/xemacs-current/Makefile.common    Thu Nov 16 15:05:31 2017 +0000
+++ b/editors/xemacs-current/Makefile.common    Thu Nov 16 15:07:04 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2017/11/15 14:46:31 hauke Exp $
+# $NetBSD: Makefile.common,v 1.6 2017/11/16 15:07:04 hauke Exp $
 #
 # used by editors/xemacs-current/Makefile
 # used by editors/xemacs-current-nox11/Makefile
@@ -6,7 +6,7 @@
 DISTNAME=      xemacs-21.5.34
 EMACSVERSION=  21.5-b34
 EMACS_DISTNAME=        xemacs-${EMACSVERSION}
-#PKGREVISION=  1
+PKGREVISION=   1
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_XEMACS:=${DISTNAME:C/[.][^.]*$//}/}
 
diff -r 80f83f94698e -r 5e17d698297c editors/xemacs-current/distinfo
--- a/editors/xemacs-current/distinfo   Thu Nov 16 15:05:31 2017 +0000
+++ b/editors/xemacs-current/distinfo   Thu Nov 16 15:07:04 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.29 2017/11/15 14:46:31 hauke Exp $
+$NetBSD: distinfo,v 1.30 2017/11/16 15:07:04 hauke Exp $
 
 SHA1 (xemacs-21.5.34.tar.gz) = ed1fe3ff6ce6eeb9ff75ac0ee34c6530e1c355ce
 RMD160 (xemacs-21.5.34.tar.gz) = 2f6a5bc7fd72508722dded16ee7742db3e87ffaf
@@ -8,8 +8,9 @@
 SHA1 (patch-configure) = 0f576275a42b883f4502fbe5156aa2d84f17f6a8
 SHA1 (patch-lib-src_Makefile.in.in) = 6e9c2b9e4cd9e63fbdc88ff4792e74a57ed925ae
 SHA1 (patch-lib-src_fakemail.c) = e62f75055b80f207696cfd77cd7b55fd46e8249b
+SHA1 (patch-lwlib_Makefile.in.in) = 8d243f1c85122429187b8250c18221dee8423ed0
 SHA1 (patch-modules_common_Makefile.common) = d62a23a05e72cc196557e2f7fbbccea791ee0101
-SHA1 (patch-src_Makefile.in.in) = fdc21712f28a332fda4bd11ea45002eca957cc83
+SHA1 (patch-src_Makefile.in.in) = 7a7ea5fe03b11e8690f44f4dbef17e793fbf50f2
 SHA1 (patch-src_dired.c) = d850495e567224dc7a43e1db74f4e305a906f177
 SHA1 (patch-src_lisp.h) = c5f3b5f920ec6d451a5d5c5d1e414d6ae3d6660f
 SHA1 (patch-src_unexelf.c) = 96b2cf1d2512ad23fca98db9b48c34533bba8b66
diff -r 80f83f94698e -r 5e17d698297c editors/xemacs-current/patches/patch-lwlib_Makefile.in.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/xemacs-current/patches/patch-lwlib_Makefile.in.in Thu Nov 16 15:07:04 2017 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-lwlib_Makefile.in.in,v 1.1 2017/11/16 15:07:05 hauke Exp $
+
+SunOS 5 bmake / gmake fixes
+
+--- lwlib/Makefile.in.in.orig  2013-08-21 17:43:43.000000000 +0000
++++ lwlib/Makefile.in.in
+@@ -61,9 +61,9 @@ cflags = $(CFLAGS) $(cppflags)
+ 
+ #ifdef SOLARIS2
+ %.o : %.c
+-#else
+-.c.o:
++      $(CC) -c $(cflags) $<
+ #endif
++.c.o:
+       $(CC) -c $(cflags) $<
+ 
+ ## Create preprocessor output (debugging purposes only)
diff -r 80f83f94698e -r 5e17d698297c editors/xemacs-current/patches/patch-src_Makefile.in.in
--- a/editors/xemacs-current/patches/patch-src_Makefile.in.in   Thu Nov 16 15:05:31 2017 +0000
+++ b/editors/xemacs-current/patches/patch-src_Makefile.in.in   Thu Nov 16 15:07:04 2017 +0000
@@ -1,11 +1,25 @@
-$NetBSD: patch-src_Makefile.in.in,v 1.1 2017/11/15 15:01:36 hauke Exp $
+$NetBSD: patch-src_Makefile.in.in,v 1.2 2017/11/16 15:07:05 hauke Exp $
 
 Deal with bulk build namespace intrusion.
 
+SunOS 5 bmake / gmake fixes
+
 Was patch-an
 
 --- src/Makefile.in.in.orig    2013-08-21 17:43:45.000000000 +0000
 +++ src/Makefile.in.in
+@@ -392,9 +392,9 @@ ldflags  = $(LDFLAGS) $(ld_switch_all) $
+ 
+ #ifdef SOLARIS2
+ %.o : %.c
+-#else
+-.c.o:
++      $(CC) -c $(cflags) $<
+ #endif
++.c.o:
+       $(CC) -c $(cflags) $<
+ 
+ ## Create preprocessor output (debugging purposes only)
 @@ -437,10 +437,10 @@ RAW_EXE  = temacs
  DO_TEMACS = $(DUMPENV) ./$(RAW_EXE)
  DO_XEMACS = ./$(PROGNAME)



Home | Main Index | Thread Index | Old Index