Sun Aug 15 02:31:54 2010 UTC ()
Update cproto to 4.7i.
Based on PR#43763 by Kamel Derouiche, additionaly, some clean up.

2010/07/14 (4.7i)
- escape dashes used in manpage, to work with groff (patch by Kenneth
  Pronovici)
- add RPM and Debian build scripts, for testing.
- add configure checks for ctags and lint program.
- fix strict compiler warnings, e.g., using const.
- support DESTDIR variable in makefile.
- drop mkdirs.sh, use "mkdir -p"
- several improvements to configure macros
  - quoted ifelse() params
  - distinguish Darwin 9 from previous releases
  - ignore stderr in check for gcc version, to work with c89 wrapper.
- use consistent date and formatting in the CHANGES file, for processing
  contributor's information using a script.
- update config.guess, config.sub

2009/09/3 (4.7h)
- updated configure macros CF_ADD_CFLAGS CF_GCC_ATTRIBUTES CF_GCC_WARNINGS
  CF_XOPEN_SOURCE
- update config.guess, config.sub

2008/11/19 (4.7g)
- modify cpp command to redirect stderr to /dev/null if -q option is given,
  for consistency with the non-cpp mode (report by Nicolas Limare).
  https://bugs.launchpad.net/ubuntu/+source/cproto/+bug/275248
- add configure --disable-leaks option.
- use configure macro CF_XOPEN_SOURCE macro to make mkstemp() prototyped on
  Linux.
- remove isascii() usage.
- code cleanup, to remove K&R relics.
- update config.guess, config.sub


(obache)
diff -r1.1.1.1 -r1.2 pkgsrc/devel/cproto/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/devel/cproto/distinfo
diff -r1.1.1.1 -r0 pkgsrc/devel/cproto/Makefile.version

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/cproto/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/cproto/Makefile 2008/10/25 06:15:38 1.1.1.1
+++ pkgsrc/devel/cproto/Makefile 2010/08/15 02:31:53 1.2
@@ -1,29 +1,18 @@ @@ -1,29 +1,18 @@
1# $NetBSD: Makefile,v 1.1.1.1 2008/10/25 06:15:38 bjs Exp $ 1# $NetBSD: Makefile,v 1.2 2010/08/15 02:31:53 obache Exp $
2# 2#
3 3
4.include "Makefile.version" 4DISTNAME= cproto-4.7i
5 
6DISTNAME= cproto 
7PKGNAME= cproto-${CPROTO_VERSION} 
8CATEGORIES= devel 5CATEGORIES= devel
9MASTER_SITES= ftp://invisible-island.net/cproto/ 6MASTER_SITES= ftp://invisible-island.net/cproto/
 7EXTRACT_SUFX= .tgz
10 8
11MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://invisible-island.net/cproto/ 10HOMEPAGE= http://invisible-island.net/cproto/
13COMMENT= Generates function prototypes from C source 11COMMENT= Generates function prototypes from C source
14 12
15PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
16 14
17WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} 
18GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
19### 16USE_TOOLS+= yacc lex
20### XXX I cannot figure out why it won't build without bash. 
21### If you can fix this, please do. 
22### 
23USE_TOOLS+= bash bison flex 
24CONFIG_SHELL= ${BASH} 
25 
26INSTALL_MAKE_FLAGS+= prefix=${DESTDIR:Q}${PREFIX:Q} 
27INSTALL_MAKE_FLAGS+= mandir=${DESTDIR:Q}${PREFIX:Q}/${PKGMANDIR:Q}/man1 
28 17
29.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/cproto/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/cproto/distinfo 2008/10/25 06:15:38 1.1.1.1
+++ pkgsrc/devel/cproto/distinfo 2010/08/15 02:31:54 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2008/10/25 06:15:38 bjs Exp $ 1$NetBSD: distinfo,v 1.2 2010/08/15 02:31:54 obache Exp $
2 2
3SHA1 (cproto.tar.gz) = 7a7f9964770b2091074964ba2906f687519942d6 3SHA1 (cproto-4.7i.tgz) = 325639213a7c252720e75a88f699a13bcbf16942
4RMD160 (cproto.tar.gz) = 95ad5c790af622d491117a4f346b13b895622047 4RMD160 (cproto-4.7i.tgz) = 5c594d9a936d2fa8f34389f95fa46f6b486f69f2
5Size (cproto.tar.gz) = 149616 bytes 5Size (cproto-4.7i.tgz) = 159739 bytes

File Deleted: pkgsrc/devel/cproto/Attic/Makefile.version