Bug 156888 - Update lang/nawk to version 20110506
Summary: Update lang/nawk to version 20110506
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-08 18:00 UTC by Pedro F. Giffuni
Modified: 2011-05-12 09:00 UTC (History)
0 users

See Also:


Attachments
file.diff (2.38 KB, patch)
2011-05-08 18:00 UTC, Pedro F. Giffuni
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro F. Giffuni 2011-05-08 18:00:16 UTC
Update to latest version:
May 6, 2011:
        added #ifdef for isblank.
        now allows -ffoo as well as -f foo arguments.
        (thanks, ruslan)

May 1, 2011:
        after advice from todd miller, kevin lo, ruslan ermilov,
        and arnold robbins, changed srand() to return the previous
        seed (which is 1 on the first call of srand).  the seed is
        an Awkfloat internally though converted to unsigned int to
        pass to the library srand().  thanks, everyone. 

        fixed a subtle (and i hope low-probability) overflow error
        in fldbld, by adding space for one extra \0.  thanks to 
        robert bassett for spotting this one and providing a fix.

        removed the files related to compilation on windows.  i no
        longer have anything like a current windows environment, so
        i can't test any of it.

Fix: Patch attached:

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-08 18:00:24 UTC
Maintainer of lang/nawk,

Please note that PR ports/156888 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156888

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-08 18:00:27 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 ota 2011-05-10 09:57:38 UTC
Whom it may concern:

I will approve the patch.
Thank you for posting.

Hiro

On Sun, 8 May 2011 17:00:24 UT
Edwin Groothuis <edwin@FreeBSD.org> wrote:

> Maintainer of lang/nawk,
> 
> Please note that PR ports/156888 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156888
> 
> -- 
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2011-05-10 20:29:08 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Frederic Culot freebsd_committer freebsd_triage 2011-05-12 08:44:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2011-05-12 08:59:01 UTC
culot       2011-05-12 07:58:53 UTC

  FreeBSD ports repository

  Modified files:
    lang/nawk            Makefile distinfo 
    lang/nawk/files      patch-main.c patch-run.c 
  Log:
  - Update to 20110506
  
  PR:             ports/156888
  Submitted by:   Pedro Giffuni <giffunip@tutopia.com>
  Approved by:    Yoshihiro Ota <ota@j.email.ne.jp> (maintainer)
  
  Revision  Changes    Path
  1.41      +1 -1      ports/lang/nawk/Makefile
  1.22      +2 -2      ports/lang/nawk/distinfo
  1.2       +6 -6      ports/lang/nawk/files/patch-main.c
  1.4       +7 -6      ports/lang/nawk/files/patch-run.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Frederic Culot freebsd_committer freebsd_triage 2011-05-12 08:59:10 UTC
State Changed
From-To: open->closed

Committed. Thanks!