Bug 146172 - Update lang/nawk to 20100209
Summary: Update lang/nawk to 20100209
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-30 05:10 UTC by Pedro F. Giffuni
Modified: 2010-05-19 06:50 UTC (History)
0 users

See Also:


Attachments
file.diff (9.27 KB, patch)
2010-04-30 05:10 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 2010-04-30 05:10:02 UTC
- Update to 20100209: minor change according to FIXES:
	i give up.  replaced isblank with isspace in b.c; there are
	no consistent header files.
- Remove calloc, snprintf patches, they were never considered
 important upstream.
- Old patches from OpenBSD to extend awk with bitwise operations (based on gawk).
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-30 05:10:44 UTC
Maintainer of lang/nawk,

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

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-30 05:10:46 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Wen Heping freebsd_committer freebsd_triage 2010-04-30 07:29:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-05-19 06:44:41 UTC
wen         2010-05-19 05:44:33 UTC

  FreeBSD ports repository

  Modified files:
    lang/nawk            Makefile distinfo 
    lang/nawk/files      patch-run.c 
  Added files:
    lang/nawk/files      patch-awk.h patch-lex.c patch-proto.h 
  Removed files:
    lang/nawk/files      patch-b.c patch-lib.c 
  Log:
  - Update to 20100209
  
  PR:             ports/146172
  Submitted by:   Pedro Giffuni <giffunip@tutopia.com>
  Approved by:    maintainer(timeout, >2 weeks)
  
  Revision  Changes    Path
  1.39      +1 -1      ports/lang/nawk/Makefile
  1.20      +3 -3      ports/lang/nawk/distinfo
  1.1       +15 -0     ports/lang/nawk/files/patch-awk.h (new)
  1.2       +0 -67     ports/lang/nawk/files/patch-b.c (dead)
  1.1       +39 -0     ports/lang/nawk/files/patch-lex.c (new)
  1.4       +0 -29     ports/lang/nawk/files/patch-lib.c (dead)
  1.1       +10 -0     ports/lang/nawk/files/patch-proto.h (new)
  1.3       +66 -3     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 5 Wen Heping freebsd_committer freebsd_triage 2010-05-19 06:47:40 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!