pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/43763: Update devel/cproto to 4.7i



>Number:         43763
>Category:       pkg
>Synopsis:       Update devel/cproto to 4.7i
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Aug 14 18:30:00 +0000 2010
>Originator:     Derouiche
>Release:        NetBSD 5.0.2
>Organization:
>Environment:
NetBSD Khaarasan 5.0.2 NetBSD 5.0.2 (GENERIC) #0: Sat Feb  6 17:53:27 UTC 2010  
builds%b7.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-2-RELEASE/i386/201002061851Z-obj/home/builds/ab/netbsd-5-0-2-RELEASE/src/sys/arch/i386/compile/GENERIC
 i386
>Description:
Amont changes:
=============

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

2008/01/1 (4.7f)
- add symbol for __gnuc_va_list
- add some data for c99 syntax to test-cases, e.g., long long.
- review/fix some additional places where need_temp() call is needed.
- fix a reference to unallocated storage when reading from standard input
  (Fedora #315061).
- minor updates to configure script macros
- update mkdirs.sh (for parallel makes)
- update config.guess, config.sub
- rename install.sh to install-sh

>How-To-Repeat:
n/a
>Fix:
$ diff -ruN Makefile.orig Makefile
--- Makefile.orig       2010-08-14 16:37:58.000000000 +0000
+++ Makefile    2010-08-14 19:21:06.000000000 +0000
@@ -3,10 +3,10 @@
 
 .include "Makefile.version"
 
-DISTNAME=      cproto
-PKGNAME=       cproto-${CPROTO_VERSION}
+DISTNAME=      cproto-${CPROTO_VERSION}
 CATEGORIES=    devel
 MASTER_SITES=  ftp://invisible-island.net/cproto/
+EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://invisible-island.net/cproto/
@@ -23,7 +23,4 @@
 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
-
 .include "../../mk/bsd.pkg.mk"

$ diff -ruN Makefile.version.orig Makefile.version
--- Makefile.version.orig       2010-08-14 17:06:32.000000000 +0000
+++ Makefile.version    2010-08-14 17:06:48.000000000 +0000
@@ -1,4 +1,4 @@
 # $NetBSD$
 #
 
-CPROTO_VERSION=        4.7f
+CPROTO_VERSION=        4.7i




Home | Main Index | Thread Index | Old Index