aboutsummaryrefslogtreecommitdiff
path: root/textproc/msort
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64Mark Linimon2021-01-011-2/+3
| | | | | | | | | | | where appropriate. While here, pet portlint (Makevar order; whitespace). Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=559890
* This should not have been marked broken on powerpc64; the errorlog I lookedMark Linimon2017-05-251-1/+0
| | | | | | | at was from a previous revision of the Makefile. Notes: svn path=/head/; revision=441705
* Mark some ports failing on power64. In cases where the error messageMark Linimon2017-05-221-1/+2
| | | | | | | | | | | | was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills Notes: svn path=/head/; revision=441494
* - Unbreak the build: the problem was caused by header file named `limits.h'Alexey Dokuchaev2017-05-202-9/+19
| | | | | | | | | | | | present in the source tree which, with -I. option passed to the compiler, would sometimes be picked up instead of expected `/usr/include/limits.h'. Fix this by renaming local header file with a `${PORTNAME}_' prefix; - Convert CPPFLAGS/LDFLAGS/MAKE_ENV variables to USES+=localbase; - Rewrite condition expression in standard syntax to get rid of dependency on `shells/bash', and wrap an overly long line while I'm here. Notes: svn path=/head/; revision=441310
* Mark BROKEN: fails to buildAntoine Brodin2017-05-191-0/+2
| | | | | | | | | | | | In file included from info.c:34: In file included from /usr/local/include/uninum/uninum.h:19: /usr/local/include/gmp.h:1736:33: error: use of undeclared identifier 'UINT_MAX' __GMPZ_FITS_UTYPE_P (__gmp_z, UINT_MAX); Reported by: pkg-fallout Notes: svn path=/head/; revision=441260
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+0
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-1/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Mark as broken on aarch64: fails to link with sbrk.Mark Linimon2016-11-101-0/+2
| | | | | | | | | While here, pet portlint and remove stale ia64 lines. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425823
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Fixup some whitespace at the beginning of lines problems.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412342
* - Add LICENSE_FILEDmitry Marakasov2015-12-011-11/+6
| | | | | | | - Switch to new test system (note that some tests fail) Notes: svn path=/head/; revision=402741
* Reset maintainership:Baptiste Daroussin2014-12-021-1/+1
| | | | | | | | | | - Lots of maintainers timeout - unresponsive for almost a year PR: 195059 Notes: svn path=/head/; revision=373790
* devel/libuninum:Tijl Coosemans2014-10-051-1/+1
| | | | | | | | | - Add USES=libtool and bump dependent ports - Replace MAKE_ENV with CPPFLAGS - Add INSTALL_TARGET=install-strip Notes: svn path=/head/; revision=370119
* - Convert to USES=tkPietro Cerutti2014-02-211-10/+7
| | | | | | | | | - Add LICENSE - Convert to new LIB_DEPENDS format - STAGE-clean Notes: svn path=/head/; revision=345482
* Fix NO_STAGE attributionBaptiste Daroussin2013-09-221-1/+1
| | | | Notes: svn path=/head/; revision=327888
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+3
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* - Update to 8.53Cheng-Lung Sung2010-02-052-5/+4
| | | | Notes: svn path=/head/; revision=249279
* - Chase libtre shlib bumpMartin Wilke2009-12-221-2/+16
| | | | Notes: svn path=/head/; revision=246443
* - Change default Tcl/Tk version to 8.5Martin Matuska2009-02-231-0/+1
| | | | | | | | | - Bump PORTVERSION of ports affected Tested by: pointyhat (pav) Notes: svn path=/head/; revision=228909
* - Remove conditional checks for FreeBSD 5.x and olderWesley Shields2009-01-061-7/+1
| | | | | | | Approved by: pav Notes: svn path=/head/; revision=225333
* - Update to 8.52Cheng-Lung Sung2008-12-152-4/+4
| | | | Notes: svn path=/head/; revision=224276
* - Update to 8.51Cheng-Lung Sung2008-11-113-12/+12
| | | | Notes: svn path=/head/; revision=222715
* - Update to 8.50Cheng-Lung Sung2008-10-063-15/+15
| | | | Notes: svn path=/head/; revision=221272
* - Update to 8.49Cheng-Lung Sung2008-09-273-8/+8
| | | | Notes: svn path=/head/; revision=220903
* - Update to 8.48Cheng-Lung Sung2008-09-262-4/+4
| | | | Notes: svn path=/head/; revision=220834
* - Update to 8.47Martin Wilke2008-07-192-5/+5
| | | | | | | | | PR: 125492 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> Approved by: clsung (implicit) Notes: svn path=/head/; revision=217162
* - Update to 8.46Cheng-Lung Sung2008-06-242-4/+4
| | | | Notes: svn path=/head/; revision=215691
* - Update to 8.45Cheng-Lung Sung2008-06-132-5/+4
| | | | Notes: svn path=/head/; revision=214776
* 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 8.44Cheng-Lung Sung2008-04-212-4/+4
| | | | Notes: svn path=/head/; revision=211687
* - Update to 8.43Cheng-Lung Sung2008-04-112-4/+4
| | | | Notes: svn path=/head/; revision=211044
* - Update to 8.42Cheng-Lung Sung2007-10-173-18/+18
| | | | Notes: svn path=/head/; revision=201584
* - forgot to add patchCheng-Lung Sung2007-07-251-0/+11
| | | | Notes: svn path=/head/; revision=196236
* - require gettextCheng-Lung Sung2007-07-251-1/+2
| | | | | | | - fix build Notes: svn path=/head/; revision=196231
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Convert existing ports to a new bsd.tcl.mk orderPav Lucistnik2007-04-021-1/+1
| | | | | | | | | PR: ports/109097 Submitted by: Martin Matuska <martin@matuska.org> Tested on: pointyhat exp-run Notes: svn path=/head/; revision=189054
* - Update to 8.38Cheng-Lung Sung2007-03-065-41/+4
| | | | Notes: svn path=/head/; revision=186644
* - Fix broken caused by devel/libuninum upgrade.Cheng-Lung Sung2007-01-224-0/+36
| | | | | | | - bump PORTREVISION Notes: svn path=/head/; revision=182928
* - Update to 8.35Cheng-Lung Sung2007-01-122-4/+4
| | | | | | | - fix fetch problem reported by krismail Notes: svn path=/head/; revision=182131
* - Update to 8.34Cheng-Lung Sung2007-01-072-6/+8
| | | | | | | - take maintainership Notes: svn path=/head/; revision=181691
* - Update to 8.29 [1] [2]Cheng-Lung Sung2006-11-032-7/+5
| | | | | | | | | | - Reset maintainership to ports@FreeBSD.org [2] PR: ports/105071 [1], ports/105074 [2] Submitted by: Thomas Abthorpe <thomas_AT_goodking dot ca> [1], Gea-Suan Lin <gslin_AT_gslin dot org> [2] Notes: svn path=/head/; revision=176258
* - does not build in 4.xCheng-Lung Sung2006-08-161-1/+6
| | | | | | | | PR: ports/102054 Submitted by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=170775
* Add msort 8.27, sorting files in sophisticated ways.Cheng-Lung Sung2006-08-113-0/+48
PR: ports/101777 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=170333