pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/imake Update to 1.0.5:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7964276c4af
branches:  trunk
changeset: 604328:c7964276c4af
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue May 29 14:22:27 2012 +0000

description:
Update to 1.0.5:

1.0.5:
Adam Jackson (1):
      Silence useless pedantry warning from find(1) when running cleanlinks.

Alan Coopersmith (8):
      Remove unused variable in get_sun_compiler_versions
      Strip trailing whitespace
      Add const attributes to fix gcc -Wwrite-strings warnings
      Rework temp filename pointers into const & non-const parts
      Convert error logging functions to normal idioms
      Fix a bunch of "too many arguments for format" warnings
      xmkmf.man: Remove instructions for "X Consortium" monolithic build tree
      imake 1.0.5

1.0.4:
Alan Coopersmith (4):
      config: upgrade to util-macros 1.8 for additional man page support
      config: Remove unnecessary calls from configure.ac
      Use autoconf standard HAVE_MKSTEMP instead of HAS_MKSTEMP
      imake 1.0.4

Gaetan Nadon (1):
      config: update AC_PREREQ statement to 2.60

Yaakov Selkowitz (5):
      Allow for EXEEXT in appman_DATA rule
      Use AC_PROG_SED to find sed
      Use standard .gitignore with custom section for imake
      mkdirhier: use mkdir -p
      Nuke RCS tags

diffstat:

 devel/imake/Makefile |  5 ++---
 devel/imake/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 0b074d7734d2 -r c7964276c4af devel/imake/Makefile
--- a/devel/imake/Makefile      Tue May 29 14:20:45 2012 +0000
+++ b/devel/imake/Makefile      Tue May 29 14:22:27 2012 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2012/02/10 16:33:40 bsiegert Exp $
+# $NetBSD: Makefile,v 1.13 2012/05/29 14:22:27 wiz Exp $
 
-DISTNAME=              imake-1.0.3
-PKGREVISION=           1
+DISTNAME=              imake-1.0.5
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=util/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 0b074d7734d2 -r c7964276c4af devel/imake/distinfo
--- a/devel/imake/distinfo      Tue May 29 14:20:45 2012 +0000
+++ b/devel/imake/distinfo      Tue May 29 14:22:27 2012 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2012/02/10 16:33:40 bsiegert Exp $
+$NetBSD: distinfo,v 1.4 2012/05/29 14:22:27 wiz Exp $
 
-SHA1 (imake-1.0.3.tar.bz2) = 625a974dd0fe4c4e9d7ec036fc7b079ec05185f1
-RMD160 (imake-1.0.3.tar.bz2) = 5cbd5f23fc8360a10cb36c367405f5950443349d
-Size (imake-1.0.3.tar.bz2) = 139230 bytes
+SHA1 (imake-1.0.5.tar.bz2) = 1fd3dca267d125ad86583d7f9663b6ff532cddd1
+RMD160 (imake-1.0.5.tar.bz2) = 0d29d2168b737c7fbe3420933625b4a883e1173f
+Size (imake-1.0.5.tar.bz2) = 148503 bytes
 SHA1 (patch-imakemdep.h) = 9238bdaa7095056b20d96bd0387474d416c533ba



Home | Main Index | Thread Index | Old Index