aboutsummaryrefslogtreecommitdiff
path: root/lang/gawk
Commit message (Collapse)AuthorAgeFilesLines
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Update mpfr to 4.0.1 release and bump PORTVERSION of dependent ports.Alex Dupre2018-04-191-1/+1
| | | | Notes: svn path=/head/; revision=467751
* - Add LICENSEDmitry Marakasov2018-04-031-0/+4
| | | | | | | | | - Enable testing Approved by: portmgr blanket Notes: svn path=/head/; revision=466290
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-0/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* ${RM} already has -f.Mathieu Arnold2016-10-211-1/+1
| | | | | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=424411
* Update to GNU awk 4.1.4Johan van Selst2016-09-123-4/+6
| | | | | | | https://lists.gnu.org/archive/html/info-gnu/2016-08/msg00013.html Notes: svn path=/head/; revision=421962
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* - Bump PORTREVISION for dependency change in r389707Sunpoet Po-Chuan Hsieh2015-06-151-1/+1
| | | | Notes: svn path=/head/; revision=389708
* - Use USES=readline instead of USES=readline:portSunpoet Po-Chuan Hsieh2015-06-151-1/+1
| | | | | | | | | | | | gawk works fine with readline from base and readline.mk handles readline dependency (from base or ports) correctly. PR: 200408 Submitted by: sunpoet (myself) Approved by: johans (maintainer, via email) Notes: svn path=/head/; revision=389707
* - Force linking with readline from portsJohan van Selst2015-05-231-4/+3
| | | | | | | | | | | Note that gawk works fine with readline from base, but it would break dependency tracking if we get this wrong PR: 200408 Submitted by: sunpoet Notes: svn path=/head/; revision=387131
* Update to GNU awk 4.1.3 (bugfix release)Johan van Selst2015-05-213-8/+9
| | | | Notes: svn path=/head/; revision=386948
* Now with patch :(Johan van Selst2015-05-012-11/+11
| | | | Notes: svn path=/head/; revision=385094
* Completely redo the update to 4.1.2.Johan van Selst2015-05-014-18/+9
| | | | | | | Apologies for breaking it earlier. Notes: svn path=/head/; revision=385093
* Backout r385089 and unbreak againAntoine Brodin2015-05-012-5/+17
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=385090
* Update patch files, forgotten in previous commitJohan van Selst2015-05-012-17/+5
| | | | | | | This fixes a fatal patch error Notes: svn path=/head/; revision=385089
* Backout r385057Antoine Brodin2015-05-013-7/+5
| | | | | | | | | No PORTEPOCH needed, it doesn't build anywhere With hat: portmgr Notes: svn path=/head/; revision=385086
* - Update to GNU awk 4.1.2Johan van Selst2015-04-303-5/+7
| | | | | | | | http://lists.gnu.org/archive/html/info-gnu/2015-04/msg00011.html - Use readline from base Notes: svn path=/head/; revision=385057
* Cleanup plistBaptiste Daroussin2014-10-271-3/+0
| | | | Notes: svn path=/head/; revision=371587
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-012-13/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=359957
* Fix build without texinfo in baseBaptiste Daroussin2014-06-251-1/+1
| | | | Notes: svn path=/head/; revision=359227
* Fix installation on FreeBSD < 10Johan van Selst2014-04-213-5/+16
| | | | | | | | | Avoid running undefined RM command on files outside STAGEDIR Submitted by: antoine Notes: svn path=/head/; revision=351677
* Update to GNU AWK 4.1.1 (bugfix release),Johan van Selst2014-04-203-3/+6
| | | | | | | http://lists.gnu.org/archive/html/info-gnu/2014-04/msg00000.html Notes: svn path=/head/; revision=351619
* - Enable STAGE supportJohan van Selst2013-12-292-25/+21
| | | | | | | - Simplify options handling Notes: svn path=/head/; revision=338016
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-041-1/+2
| | | | | | | | | | | It's value is "--with-libiconv-prefix=/usr/local" for systems before 100043 with ports libiconv and to use at systems post 100043 with base iconv it's value is "" (NULL). Co-authors: bapt, madpilot and bsam (me) Notes: svn path=/head/; revision=326316
* - Make optional dependency on libmpfr explicit in GNU awkJohan van Selst2013-06-291-0/+9
| | | | | | | | | | This adds support for multiple-precision floating-point computation PR: ports/180004 Submitted by: Dan Lukes <dan@obluda.cz> Notes: svn path=/head/; revision=322035
* Add updated patch file, forgotten in previous commitJohan van Selst2013-05-151-4/+4
| | | | | | | | PR: ports/178669 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Notes: svn path=/head/; revision=318256
* - Update GNU Awk to 4.1.0Johan van Selst2013-05-153-9/+35
| | | | | | | Details in http://lists.gnu.org/archive/html/info-gnu/2013-05/msg00003.html Notes: svn path=/head/; revision=318249
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Use correct flag for --export-dynamicJohan van Selst2013-03-171-5/+4
| | | | | | | | PR: ports/176981 Submitted by: Green Dog <fiziologus@gmail.com> Notes: svn path=/head/; revision=314439
* Update gawk to 4.0.2Johan van Selst2012-12-273-4/+5
| | | | Notes: svn path=/head/; revision=309538
* Convert to new options frameworkJohan van Selst2012-06-271-1/+3
| | | | Notes: svn path=/head/; revision=300115
* Remove @dirrmtry commands for directories not created anymoreJohan van Selst2012-04-231-4/+0
| | | | | | | Reported by: bapt Notes: svn path=/head/; revision=295340
* - Update GNU awk to 4.0.1Johan van Selst2012-03-313-14/+3
| | | | | | | | | - Remove patch for configure script (fixed upstream) Feature safe: yes Notes: svn path=/head/; revision=294039
* Update GNU awk to new major release 4.0Johan van Selst2011-07-095-26/+21
| | | | | | | | Read the announcement and list of changes at http://lists.gnu.org/archive/html/info-gnu/2011-06/msg00013.html Notes: svn path=/head/; revision=277394
* - Update GNU awk to 3.1.8Johan van Selst2010-12-285-22/+10
| | | | | | | | - Remove obsolete patch - Claim maintainership Notes: svn path=/head/; revision=267081
* Reset krion@FreeBSD.org due to 6 months of inactivity and maintainer-Mark Linimon2010-12-281-1/+1
| | | | | | | | | timeouts. Hat: portmgr Notes: svn path=/head/; revision=267047
* - prevent makeinfo banner from appearing in info/dirPhilip M. Gollucci2010-09-091-1/+4
| | | | | | | | | PR: ports/146826 Submitted by: Anonymous <swell.k@gmail.com> Approved by: maintainer timeout (krion ; 110 days) Notes: svn path=/head/; revision=260885
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Force system awk for build, to avoid failure on gawk upgrades.Matthias Andree2010-04-301-1/+2
| | | | | | | | | | | | Commit requested by krion in private mail. PR: ports/146152 Submitted by: mandree Approved by: krion (maintainer) Approved by: garga (mentor) Notes: svn path=/head/; revision=253469
* Update to 3.1.7Kirill Ponomarev2010-04-233-5/+5
| | | | | | | | PR: ports/140093 ports/143229 Submitted by: johans@ Hung-Yi Chen <gaod@hychen.org> Notes: svn path=/head/; revision=253089
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-052-7/+1
| | | | Notes: svn path=/head/; revision=225297
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=218938
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=214430
* Update to 3.1.6Kirill Ponomarev2008-05-145-56/+5
| | | | Notes: svn path=/head/; revision=213016
* Fix coredump while running with nonexistent files.Kirill Ponomarev2007-09-031-0/+29
| | | | | | | | PR: ports/115014 Submitted by: Kirill Nuzhdin <kirill@rad.chem.msu.ru> Notes: svn path=/head/; revision=198708
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-8/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Fix build with gcc41Kirill Ponomarev2007-03-232-0/+35
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=188086
* Update to 3.1.5Kirill Ponomarev2007-03-047-239/+47
| | | | Notes: svn path=/head/; revision=186481
* Grab maintainership.Kirill Ponomarev2007-03-041-1/+1
| | | | Notes: svn path=/head/; revision=186478