Bug 142206 - Update lang/nawk to 20091126
Summary: Update lang/nawk to 20091126
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: Nemo Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-31 20:20 UTC by Pedro F. Giffuni
Modified: 2010-01-07 09:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.72 KB, patch)
2009-12-31 20:20 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 2009-12-31 20:20:02 UTC
Minor fixes (from FIXES file)
Nov 26, 2009:
        fixed a long-standing issue with when FS takes effect.  a
        change to FS is now noticed immediately for subsequent splits.

        changed the name getline() to awkgetline() to avoid yet another
        name conflict somewhere.
Feb 11, 2009:
        temporarily for now defined HAS_ISBLANK, since that seems to
        be the best way through the thicket.  isblank arrived in C99,
        but seems to be arriving at different systems at different
        times.

Oct 8, 2008:
        fixed typo in b.c that set tmpvec wrongly.  no one had ever
        run into the problem, apparently.  thanks to alistair crooks.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-31 20:20:09 UTC
Maintainer of lang/nawk,

Please note that PR ports/142206 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/142206

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-31 20:20:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 ota 2010-01-07 05:35:02 UTC
The change looks reasonable and please accept the patch.

Thanks,
Hiro

On Thu, 31 Dec 2009 20:20:09 UT
Edwin Groothuis <edwin@FreeBSD.org> wrote:

> Maintainer of lang/nawk,
> 
> Please note that PR ports/142206 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/142206
> 
> -- 
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2010-01-07 06:00:54 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Nemo Liu freebsd_committer freebsd_triage 2010-01-07 09:21:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nemoliu

i'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-01-07 09:25:32 UTC
nemoliu     2010-01-07 09:25:23 UTC

  FreeBSD ports repository

  Modified files:
    lang/nawk            Makefile distinfo 
    lang/nawk/files      patch-makefile 
  Log:
  - Update to 20091126
  
  PR:     ports/142206
  Submitted by:   Pedro F. Giffuni <giffunip@tutopia.com>
  Approved by:    Yoshihiro Ota <ota@j.email.ne.jp> (maintainer)
  
  Revision  Changes    Path
  1.38      +1 -2      ports/lang/nawk/Makefile
  1.19      +3 -3      ports/lang/nawk/distinfo
  1.3       +7 -7      ports/lang/nawk/files/patch-makefile
_______________________________________________
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 Nemo Liu freebsd_committer freebsd_triage 2010-01-07 09:25:37 UTC
State Changed
From-To: open->closed

Committed. Thanks.