diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-16 09:23:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-16 09:23:50 +0000 |
commit | c456f73e4ffeba9f7fdf68d42c154bb0781fe28f (patch) | |
tree | bf9a274e209ac6b601bb99afa0bfe0b5e260f7b7 /devel/cproto | |
parent | d4a14989ffb6084eeba1354b4d934e791cad0093 (diff) | |
download | pkgsrc-c456f73e4ffeba9f7fdf68d42c154bb0781fe28f.tar.gz |
Update to 4.7l, set LICENSE.
2014/01/01 (4.7l)
- add "docs" rule to makefile.
- correct configure check for yyname vs yytname, broken by 4.7i changes
- update config.guess
2013/10/25 (4.7k)
- modify configure script, etc., to support cross-compiles, e.g., to MinGW.
- updated configure macros
- support --datarootdir option
- various portability fixes for CF_XOPEN_SOURCE
- add checks for clang
- improve macros for checking for standard C compiler
- modified macros to support third parameter of AC_DEFINE used by autoheader
- update config.guess, config.sub
2011/01/02 (4.7j)
- amend a check for function name to allow cases such as this:
int (foo)();
which is distinct from a function-pointer, e.g.,
int (*foo)();
- modified configure script to deprecate ${name-value} in favor of standard
${name:-value}.
- update config.guess, config.sub
Diffstat (limited to 'devel/cproto')
-rw-r--r-- | devel/cproto/Makefile | 6 | ||||
-rw-r--r-- | devel/cproto/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile index 6f775b7d228..c35898e7b59 100644 --- a/devel/cproto/Makefile +++ b/devel/cproto/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2012/10/31 11:16:48 asau Exp $ -# +# $NetBSD: Makefile,v 1.4 2015/01/16 09:23:50 wiz Exp $ -DISTNAME= cproto-4.7i +DISTNAME= cproto-4.7l CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/cproto/ EXTRACT_SUFX= .tgz @@ -9,6 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://invisible-island.net/cproto/ COMMENT= Generates function prototypes from C source +LICENSE= public-domain GNU_CONFIGURE= yes USE_TOOLS+= yacc lex diff --git a/devel/cproto/distinfo b/devel/cproto/distinfo index 2cac1ff5dfd..59e1a4ff413 100644 --- a/devel/cproto/distinfo +++ b/devel/cproto/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2010/08/15 02:31:54 obache Exp $ +$NetBSD: distinfo,v 1.3 2015/01/16 09:23:50 wiz Exp $ -SHA1 (cproto-4.7i.tgz) = 325639213a7c252720e75a88f699a13bcbf16942 -RMD160 (cproto-4.7i.tgz) = 5c594d9a936d2fa8f34389f95fa46f6b486f69f2 -Size (cproto-4.7i.tgz) = 159739 bytes +SHA1 (cproto-4.7l.tgz) = 528d7b172cf206ad5b399e9c48d66eaa5029db86 +RMD160 (cproto-4.7l.tgz) = ef856c9c141919efa7e5b034494765a15ee5b2aa +Size (cproto-4.7l.tgz) = 164473 bytes |