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
This commit is contained in:
parent
61c41bf30b
commit
67a4de46ee
2 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue