CVS log for ports/lang/gawk/Makefile
Up to [FreeBSD] / ports / lang / gawk
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.35: download - view: text, markup, annotated - select for diffs
Sat Jul 9 11:27:19 2011 UTC (7 months ago) by johans
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +4 -1 lines
Update GNU awk to new major release 4.0 Read the announcement and list of changes at http://lists.gnu.org/archive/html/info-gnu/2011-06/msg00013.html
Revision 1.34: download - view: text, markup, annotated - select for diffs
Tue Dec 28 17:59:17 2010 UTC (13 months, 1 week ago) by johans
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_7_4_0
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -3 lines
- Update GNU awk to 3.1.8 - Remove obsolete patch - Claim maintainership
Revision 1.33: download - view: text, markup, annotated - select for diffs
Tue Dec 28 08:11:15 2010 UTC (13 months, 1 week ago) by linimon
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +1 -1 lines
Reset krion@FreeBSD.org due to 6 months of inactivity and maintainer- timeouts. Hat: portmgr
Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Sep 9 21:51:23 2010 UTC (17 months ago) by pgollucci
Branches: MAIN
CVS tags: RELEASE_6_EOL
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +4 -1 lines
- prevent makeinfo banner from appearing in info/dir PR: ports/146826 Submitted by: Anonymous <swell.k@gmail.com> Approved by: maintainer timeout (krion ; 110 days)
Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon May 31 01:59:31 2010 UTC (20 months, 1 week ago) by ade
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +1 -0 lines
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri Apr 30 12:02:04 2010 UTC (21 months, 1 week ago) by mandree
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +0 -0 lines
Forced commit to record the PRs below as closed: PR: ports/146005 PR: ports/146115
Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Apr 30 11:50:43 2010 UTC (21 months, 1 week ago) by mandree
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -1 lines
Force system awk for build, to avoid failure on gawk upgrades. Commit requested by krion in private mail. PR: ports/146152 Submitted by: mandree Approved by: krion (maintainer) Approved by: garga (mentor)
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Apr 23 12:39:14 2010 UTC (21 months, 2 weeks ago) by krion
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +1 -2 lines
Update to 3.1.7 PR: ports/140093 ports/143229 Submitted by: johans@ Hung-Yi Chen <gaod@hychen.org>
Revision 1.27: download - view: text, markup, annotated - select for diffs
Mon Jan 5 20:36:28 2009 UTC (3 years, 1 month ago) by pav
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +1 -7 lines
- Remove conditional checks for FreeBSD 5.x and older
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Aug 21 06:17:29 2008 UTC (3 years, 5 months ago) by rafan
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +0 -1 lines
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk
- Remove CONFIGURE_TARGET hack in various bsd.*.mk
- USE_GNOME=gnometarget is now an no-op
Changes to individual ports, other than removing the CONFIGURE_TARGET hack:
= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
- comms/gnuradio
- science/abinit
- science/elmer-fem
- science/elmer-matc
- science/elmer-meshgen2d
- science/elmerfront
- science/elmerpost
= use x86_64 as ARCH
- devel/g-wrap
= other changes
- print/magicfilter
GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf
Total # of ports modified: 1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)
PR: 126524 (obsoletes 52917)
Submitted by: rafan
Tested on: two pointyhat 7-amd64 exp runs (by pav)
Approved by: portmgr (pav)
Revision 1.25: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:41:09 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +1 -0 lines
Bump portrevision due to upgrade of devel/gettext. The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed May 14 06:22:46 2008 UTC (3 years, 8 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +1 -2 lines
Update to 3.1.6
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat May 19 20:13:37 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Mar 4 09:53:08 2007 UTC (4 years, 11 months ago) by krion
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -3 lines
Update to 3.1.5
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Mar 4 09:20:33 2007 UTC (4 years, 11 months ago) by krion
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -1 lines
Grab maintainership.
Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Mar 4 02:12:33 2007 UTC (4 years, 11 months ago) by linimon
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
dd@ has had his port bit taken for safekeeping. Therefore, return these to the pool. Hat: portmgr
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Jul 11 10:30:37 2004 UTC (7 years, 7 months ago) by krion
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_4_EOL, RELEASE_4_11_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +9 -0 lines
Support WITHOUT_NLS Pet portlint
Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Feb 4 04:36:05 2004 UTC (8 years ago) by marcus
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
Add USE_GETTEXT and bump PORTREVISION. Submitted by: trevor Tested by: bento
Revision 1.17: download - view: text, markup, annotated - select for diffs
Fri Jan 23 18:12:00 2004 UTC (8 years ago) by trevor
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +1 -1 lines
Now gettext 0.12.1 is gettext-old.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Mar 7 06:05:30 2003 UTC (8 years, 11 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_8_0
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -0 lines
Clear moonlight beckons. Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Sep 11 04:09:46 2002 UTC (9 years, 5 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_0, RELEASE_4_7_0
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +7 -1 lines
On recent 5-CURRENT, stop configure from detecting wchar support, since gawk fails to build with wchar/mbstring support due to lack of wcscoll(). Approved by: dd (MAINTAINER)
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jun 9 02:30:34 2002 UTC (9 years, 8 months ago) by dd
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +9 -5 lines
Update to 3.1.1. PR: 38712 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jul 11 09:02:17 2001 UTC (10 years, 7 months ago) by dd
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
portlint is stupid in some ways, but shut it up as much as possible anyway.
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jul 11 08:53:07 2001 UTC (10 years, 7 months ago) by dd
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -6 lines
Update to 3.1.0 and take over as maintainer from ports@. The only non
vendor-induced change is that this port now installs igawk and awklib
(this accounts for the removal of patch-a{a,b}). As far as I can
tell, there was never a reason not to do this (other than that
patch-sec1 hardcoded the wrong path to mktemp, so igawk couldn't
work).
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue May 29 06:01:14 2001 UTC (10 years, 8 months ago) by kris
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -2 lines
There is no longer any reason to mark this port MANUAL_PACKAGE_BUILD: bento builds packages in clean chroots, and anyway the original problem no longer occurs.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Jan 3 22:19:35 2001 UTC (11 years, 1 month ago) by andreas
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Changed maintainer to ports, I want to reduce my personal workload. Maybe I take over again in the future if I have more time for this.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Aug 13 02:57:10 2000 UTC (11 years, 6 months ago) by kris
Branches: MAIN
CVS tags: RELEASE_4_2_0, RELEASE_4_1_1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Upgrade to gawk 3.0.6
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Apr 12 06:18:30 2000 UTC (11 years, 10 months ago) by obrien
Branches: MAIN
CVS tags: RELEASE_4_1_0, RELEASE_3_5_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
Convert to the PORTNAME - PORTVERSION syntax.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Oct 23 19:27:06 1999 UTC (12 years, 3 months ago) by andreas
Branches: MAIN
CVS tags: RELEASE_4_0_0, RELEASE_3_4_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -8 lines
Update to new version 3.0.4 Recommended update because of bugs in versions < 3.0.4 (as Dirk reports). Recommendation: probably it would be useful to import this version into -current, let it settle there for a month and then merge it into 3.x-STABLE. Submitted by: dirk.meyer@dinoex.sub.org (Dirk Meyer) Reviewed by: andreas@FreeBSD.ORG
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:46:46 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Aug 25 06:34:34 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Change Id->FreeBSD.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Jan 27 07:41:19 1999 UTC (13 years ago) by fenner
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
${MASTER_SITE_GNU} got rearranged in December; let's catch up.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Nov 13 07:42:20 1998 UTC (13 years, 3 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_2_2_8
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Mark this port MANUAL_PACKAGE_BUILD, this is what happens to zsh with gawk installed on 2.2-stable. ------- ===> Configuring for zsh-3.0.5 loading cache ./config.cache configuring for zsh 3.0.5 checking host system type... i386-unknown-freebsd2.2.7 : checking for mawk... no checking for gawk... gawk : gawk -f ./signames.awk /usr/include/sys/signal.h > signames.h gawk -f ./rlimits.awk /usr/include/sys/resource.h > rlimits.h cc -c -I.. -I. -I. -DHAVE_CONFIG_H -O -pipe builtin.c In file included from builtin.c:3634: rlimits.h:7: parse error before character 034 *** Error code 1 Stop.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 26 07:43:49 1998 UTC (13 years, 3 months ago) by asami
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
No need to use += for variables defined only once.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Oct 21 18:52:03 1998 UTC (13 years, 3 months ago) by andreas
Branches: GNU
CVS tags: v3_0_3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
New port gawk
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Oct 21 18:52:03 1998 UTC (13 years, 3 months ago) by andreas
Branches: MAIN
Initial revision
