pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/imake



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 17 11:15:21 UTC 2019

Modified Files:
        pkgsrc/devel/imake: DESCR Makefile distinfo
        pkgsrc/devel/imake/patches: patch-imakemdep.h

Log Message:
imake: update to 1.0.8.

Alan Coopersmith (7):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Use SEEK_* names instead of raw numbers for fseek whence argument
      README: reword status section
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      imake 1.0.8

Andrew Savchenko (1):
      imake support for lcc compiler

Mihail Konev (1):
      autogen: add default patch prefix


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/imake/DESCR
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/imake/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/imake/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/imake/patches/patch-imakemdep.h

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

Modified files:

Index: pkgsrc/devel/imake/DESCR
diff -u pkgsrc/devel/imake/DESCR:1.1.1.1 pkgsrc/devel/imake/DESCR:1.2
--- pkgsrc/devel/imake/DESCR:1.1.1.1    Tue Dec 19 22:56:06 2006
+++ pkgsrc/devel/imake/DESCR    Sun Mar 17 11:15:21 2019
@@ -1,11 +1,14 @@
-The imake package contains the imake utility for generating Makefiles,
-plus the following support programs:
+The imake package contains the imake utility, plus a number of
+support programs, such as mkdirhier, revpath, and xmkmf.
 
-   - ccmakedep
-   - cleanlinks
-   - makeg
-   - mergelib
-   - mkdirhier
-   - mkhtmlindex
-   - revpath
-   - xmkmf
+The X Window System used imake extensively up through the X11R6.9
+release, for both full builds within the source tree and external
+software.  X moved to GNU autoconf and automake for its build system
+in 2005 for X11R7.0 and later releases, but still provides imake
+for building existing external software programs that have not yet
+converted, though they are not actively maintaining it for new OS
+or platform releases.
+
+Anyone shipping software still using imake to build should be
+working on moving to something that is still adding support for
+new platforms and runtimes.

Index: pkgsrc/devel/imake/Makefile
diff -u pkgsrc/devel/imake/Makefile:1.25 pkgsrc/devel/imake/Makefile:1.26
--- pkgsrc/devel/imake/Makefile:1.25    Wed Mar  7 11:57:29 2018
+++ pkgsrc/devel/imake/Makefile Sun Mar 17 11:15:21 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2018/03/07 11:57:29 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2019/03/17 11:15:21 wiz Exp $
 
-DISTNAME=              imake-1.0.7
-PKGREVISION=           4
+DISTNAME=              imake-1.0.8
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=util/}
 EXTRACT_SUFX=          .tar.bz2

Index: pkgsrc/devel/imake/distinfo
diff -u pkgsrc/devel/imake/distinfo:1.15 pkgsrc/devel/imake/distinfo:1.16
--- pkgsrc/devel/imake/distinfo:1.15    Sat Sep 17 17:49:36 2016
+++ pkgsrc/devel/imake/distinfo Sun Mar 17 11:15:21 2019
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2016/09/17 17:49:36 richard Exp $
+$NetBSD: distinfo,v 1.16 2019/03/17 11:15:21 wiz Exp $
 
-SHA1 (imake-1.0.7.tar.bz2) = 52e236776133f217d438622034b8603d201a6ec5
-RMD160 (imake-1.0.7.tar.bz2) = 7a8d7b830463c1c429a8ad8349324e607ea255fb
-SHA512 (imake-1.0.7.tar.bz2) = b3527c8fead25c6e093e1fe4a39e60ff210212dcd323e206505b9e872a3f36d9db85f85cab5a6f0fa914fa5c558ef54b499b2b13ccd66739223e4e72ef805d08
-Size (imake-1.0.7.tar.bz2) = 156543 bytes
+SHA1 (imake-1.0.8.tar.bz2) = 2f70696d64119416c26d88d50d74b29185f27663
+RMD160 (imake-1.0.8.tar.bz2) = e7208565e48a23ec85deb2154cb58b067f692fdf
+SHA512 (imake-1.0.8.tar.bz2) = 5352b0148664506c8eb7ba80f95fced146d150398673547ba0b2c7c966a382bc21de43dfb8e0d74e38a0a563f16ddbec48bf8c8e6daa1a0899a95403579d7728
+Size (imake-1.0.8.tar.bz2) = 159398 bytes
 SHA1 (patch-imake.c) = b5a2b60288de82aab7db0ef6ab218c42490bc10f
-SHA1 (patch-imakemdep.h) = c41c80360c5ea91a19d1b5e6c32dfebd5ec66ff6
+SHA1 (patch-imakemdep.h) = 12b05670954812197d18008c0209112e77d79826

Index: pkgsrc/devel/imake/patches/patch-imakemdep.h
diff -u pkgsrc/devel/imake/patches/patch-imakemdep.h:1.6 pkgsrc/devel/imake/patches/patch-imakemdep.h:1.7
--- pkgsrc/devel/imake/patches/patch-imakemdep.h:1.6    Sat Sep 17 17:49:36 2016
+++ pkgsrc/devel/imake/patches/patch-imakemdep.h        Sun Mar 17 11:15:21 2019
@@ -1,4 +1,4 @@
-$NetBSD: patch-imakemdep.h,v 1.6 2016/09/17 17:49:36 richard Exp $
+$NetBSD: patch-imakemdep.h,v 1.7 2019/03/17 11:15:21 wiz Exp $
 
  - Configure for pkgsrc: never set FIXUP_CPP_WHITESPACE as pkgsrc now
 always uses a whitespace-preserving cpp and fixing it twice causes
@@ -14,13 +14,13 @@ reasonable thing to do.
 
  - Add support for __aarch64__
 
---- imakemdep.h.orig   2013-08-17 10:11:06.000000000 +0000
+--- imakemdep.h.orig   2019-03-16 23:26:24.000000000 +0000
 +++ imakemdep.h
 @@ -229,7 +229,7 @@ in this Software without prior written a
   *     all colons).  One way to tell if you need this is to see whether or not
   *     your Makefiles have no tabs in them and lots of @@ strings.
   */
--#  if defined(sun) || defined(SYSV) || defined(SVR4) || defined(hcx) || defined(WIN32) || defined(__SCO__) || (defined(AMOEBA) && defined(CROSS_COMPILE)) || defined(__QNX__) || defined(__sgi) || 
defined(__UNIXWARE__)
+-#  if defined(sun) || defined(SYSV) || defined(SVR4) || defined(hcx) || defined(WIN32) || defined(__SCO__) || (defined(AMOEBA) && defined(CROSS_COMPILE)) || defined(__QNX__) || defined(__sgi) || 
defined(__UNIXWARE__) || defined(__LCC__)
 +#  if 0
  #   define FIXUP_CPP_WHITESPACE
  #  endif



Home | Main Index | Thread Index | Old Index