pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cproto Update cproto to 4.7i.
details: https://anonhg.NetBSD.org/pkgsrc/rev/87568fe7d790
branches: trunk
changeset: 578734:87568fe7d790
user: obache <obache%pkgsrc.org@localhost>
date: Sun Aug 15 02:31:53 2010 +0000
description:
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
diffstat:
devel/cproto/Makefile | 19 ++++---------------
devel/cproto/Makefile.version | 4 ----
devel/cproto/distinfo | 8 ++++----
3 files changed, 8 insertions(+), 23 deletions(-)
diffs (58 lines):
diff -r 6b3551206bb1 -r 87568fe7d790 devel/cproto/Makefile
--- a/devel/cproto/Makefile Sat Aug 14 19:12:57 2010 +0000
+++ b/devel/cproto/Makefile Sun Aug 15 02:31:53 2010 +0000
@@ -1,12 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/10/25 06:15:38 bjs Exp $
+# $NetBSD: Makefile,v 1.2 2010/08/15 02:31:53 obache Exp $
#
-.include "Makefile.version"
-
-DISTNAME= cproto
-PKGNAME= cproto-${CPROTO_VERSION}
+DISTNAME= cproto-4.7i
CATEGORIES= devel
MASTER_SITES= ftp://invisible-island.net/cproto/
+EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://invisible-island.net/cproto/
@@ -14,16 +12,7 @@
PKG_DESTDIR_SUPPORT= user-destdir
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
GNU_CONFIGURE= yes
-###
-### XXX I cannot figure out why it won't build without bash.
-### If you can fix this, please do.
-###
-USE_TOOLS+= bash bison flex
-CONFIG_SHELL= ${BASH}
-
-INSTALL_MAKE_FLAGS+= prefix=${DESTDIR:Q}${PREFIX:Q}
-INSTALL_MAKE_FLAGS+= mandir=${DESTDIR:Q}${PREFIX:Q}/${PKGMANDIR:Q}/man1
+USE_TOOLS+= yacc lex
.include "../../mk/bsd.pkg.mk"
diff -r 6b3551206bb1 -r 87568fe7d790 devel/cproto/Makefile.version
--- a/devel/cproto/Makefile.version Sat Aug 14 19:12:57 2010 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-# $NetBSD: Makefile.version,v 1.1.1.1 2008/10/25 06:15:38 bjs Exp $
-#
-
-CPROTO_VERSION= 4.7f
diff -r 6b3551206bb1 -r 87568fe7d790 devel/cproto/distinfo
--- a/devel/cproto/distinfo Sat Aug 14 19:12:57 2010 +0000
+++ b/devel/cproto/distinfo Sun Aug 15 02:31:53 2010 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/10/25 06:15:38 bjs Exp $
+$NetBSD: distinfo,v 1.2 2010/08/15 02:31:54 obache Exp $
-SHA1 (cproto.tar.gz) = 7a7f9964770b2091074964ba2906f687519942d6
-RMD160 (cproto.tar.gz) = 95ad5c790af622d491117a4f346b13b895622047
-Size (cproto.tar.gz) = 149616 bytes
+SHA1 (cproto-4.7i.tgz) = 325639213a7c252720e75a88f699a13bcbf16942
+RMD160 (cproto-4.7i.tgz) = 5c594d9a936d2fa8f34389f95fa46f6b486f69f2
+Size (cproto-4.7i.tgz) = 159739 bytes
Home |
Main Index |
Thread Index |
Old Index