gccmakedep: update to 1.0.4.

This is an alternate version of makedepend implemented as a shell script
wrapper around `gcc -M` - this has the advantage of supporting whatever
language versions & extensions the compiler supports, and not needing to
be updated for things like the new elifdef and elifndef constructs in C23.

Alan Coopersmith (8):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Update configure.ac bug URL for gitlab migration
      Add standard X.Org README.md file
      Build xz tarballs instead of bzip2
      gitlab CI: add a basic build test
      gitlab CI: stop requiring Signed-off-by in commits
      gccmakedep 1.0.4

Anderson Luiz da Silva (1):
      Add parsing of GCC option '-std='.

Emil Velikov (1):
      autogen.sh: use quoted string variables

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

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
This commit is contained in:
wiz 2024-03-03 10:08:57 +00:00
parent 096e20c273
commit 58f6e5a4cb
2 changed files with 7 additions and 7 deletions

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.2 2017/08/01 14:58:56 wiz Exp $
# $NetBSD: Makefile,v 1.3 2024/03/03 10:08:57 wiz Exp $
DISTNAME= gccmakedep-1.0.3
DISTNAME= gccmakedep-1.0.4
CATEGORIES= devel
MASTER_SITES= http://xorg.freedesktop.org/archive/individual/util/
EXTRACT_SUFX= .tar.bz2
EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://cgit.freedesktop.org/xorg/util/gccmakedep/

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/10/26 10:14:39 nia Exp $
$NetBSD: distinfo,v 1.5 2024/03/03 10:08:57 wiz Exp $
BLAKE2s (gccmakedep-1.0.3.tar.bz2) = 5b085d27639c8d23d5c8f060653dff99df0deb1a11a85c0b260173858264f384
SHA512 (gccmakedep-1.0.3.tar.bz2) = 563b2897770a4df2792ea3eae8183a1f9e78192b7efc9c8296ee68d1cba6e72fa962a88e3251bb780df776e2aa7e80d74d5096675c61526c232aefa4f9e6a5fc
Size (gccmakedep-1.0.3.tar.bz2) = 104766 bytes
BLAKE2s (gccmakedep-1.0.4.tar.xz) = 6a1a733a9b19108331fc215414765700c4cff7dab660dc1fa31aa06516869ba0
SHA512 (gccmakedep-1.0.4.tar.xz) = 7665923de51256720e7ae73c09f3c8c908c5cda2e204afac60e3c1ef45c7211cee303629ab9e53171df2a37765944a8a85a654bb1b2e90df9f497dff7d9d29a8
Size (gccmakedep-1.0.4.tar.xz) = 102704 bytes