aboutsummaryrefslogtreecommitdiff
path: root/news/tin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* devel/icu: update to 67.1Jan Beich2020-04-231-1/+1
| | | | | | | | | Changes: http://site.icu-project.org/download/67 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=532707
* devel/icu: update to 66.1Jan Beich2020-03-131-0/+1
| | | | | | | | Changes: http://site.icu-project.org/download/66 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=528343
* news/tin: update to 2.4.4Kevin Bowling2020-01-191-1/+1
| | | | | | | | | | | changelog http://bzr.tin.org/doc/CHANGES Approved by: krion (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D23266 Notes: svn path=/head/; revision=523591
* news/tin: update to 2.4.3Kevin Bowling2019-11-291-2/+2
| | | | | | | | | Approved by: krion (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D22562 Notes: svn path=/head/; revision=518619
* news/tin: take maintainerKevin Bowling2019-11-261-1/+1
| | | | | | | | | Approved by: krion (mentor) Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D22555 Notes: svn path=/head/; revision=518481
* Returns johans's ports to the pool after safekeeping his commit bit.Rene Ladan2019-11-041-1/+1
| | | | Notes: svn path=/head/; revision=516744
* Drop the ipv6 virtual category for n* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514143
* devel/icu: update to 65.1Jan Beich2019-10-031-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/65 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=513733
* news/tin: Spell *_CONFIGURE_ON correctlyTobias Kortkamp2019-09-191-4/+4
| | | | | | | There is no opt_CONFIGURE_ARGS helper. Notes: svn path=/head/; revision=512341
* devel/icu: update to 64.1Jan Beich2019-03-271-1/+1
| | | | | | | | | | | Changes: http://site.icu-project.org/download/64 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 236325 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19479 Notes: svn path=/head/; revision=496981
* devel/icu: update to 63.1Jan Beich2018-10-231-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/63 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 232300 Exp-run by: antoine Notes: svn path=/head/; revision=482830
* devel/icu: update to 62.1Jan Beich2018-06-291-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/62 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 229359 Exp-run by: antoine (only 10.4) Notes: svn path=/head/; revision=473551
* devel/icu: update to 61.1Jan Beich2018-04-061-1/+1
| | | | | | | | | | | Changes: http://site.icu-project.org/download/61 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 227042 Exp-run by: antoine MFH: 2018Q2 (required by Firefox 61) Notes: svn path=/head/; revision=466648
* Update to tin 2.4.2Johan van Selst2017-12-251-2/+2
| | | | Notes: svn path=/head/; revision=457218
* devel/icu: update to 60.1Jan Beich2017-11-091-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/60 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 223373 Exp-run by: antoine Notes: svn path=/head/; revision=453790
* devel/icu: update to 59.1Jan Beich2017-09-251-1/+1
| | | | | | | | | | | | - Temporarily keep C++98 working in consumers for Clang's default -std= Changes: http://site.icu-project.org/download/59 PR: 218788 Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version) Exp-run by: antoine Notes: svn path=/head/; revision=450556
* Update to tin 2.4.1Johan van Selst2016-12-271-2/+4
| | | | Notes: svn path=/head/; revision=429672
* devel/icu: update to 58.1Jan Beich2016-11-191-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/58 PR: 214384 Exp-run by: antoine Approved by: office (bapt) Notes: svn path=/head/; revision=426525
* chinese/tin: drop PORTREVISION as it has no effectJan Beich2016-11-111-1/+1
| | | | | | | PR: 214384 Notes: svn path=/head/; revision=425887
* - Update devel/icu to 57.1.Tijl Coosemans2016-09-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=422711
* Bump PORTREVISION for the icu revert.Mathieu Arnold2016-07-061-1/+1
| | | | | | | | | | | | This time not bumping lang/php70, but devel/php70-intl which is the one really depending on icu. PR: 205120 With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418153
* devel/icu: bump PORTREVISION on missing dependent portsPietro Cerutti2016-07-061-0/+1
| | | | | | | Reported by: rakuco Notes: svn path=/head/; revision=418128
* - Update to tin 2.3.4Johan van Selst2016-06-291-9/+8
| | | | | | | - Make implicit dependencies on icu and slrnface explicit Notes: svn path=/head/; revision=417760
* Update to tin 2.3.3 "Kinloch"Johan van Selst2016-04-261-1/+1
| | | | | | | ftp://ftp.tin.org/pub/news/clients/tin/v2.3/CHANGES Notes: svn path=/head/; revision=414071
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-6/+6
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* news/tin: document ncurses requirement (USES+=ncurses)John Marino2016-02-051-1/+1
| | | | | | | approved by: infrastructure blanket Notes: svn path=/head/; revision=408191
* Update tin to 2.3.2Johan van Selst2016-01-161-1/+1
| | | | Notes: svn path=/head/; revision=406242
* Update tin to 2.3.1Johan van Selst2015-07-091-2/+1
| | | | Notes: svn path=/head/; revision=391676
* Fix build when compiling without NLSJohan van Selst2014-08-311-0/+4
| | | | | | | | PR: 193149 Submitted by: vas@mpeks.tomsk.su Notes: svn path=/head/; revision=366815
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-2/+2
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* - Please poudriere build by using @sample (better and simpler)Johan van Selst2014-05-241-4/+4
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=355009
* Update to tin 2.2.1Johan van Selst2014-05-041-50/+22
| | | | Notes: svn path=/head/; revision=352959
* Switch from ispell to aspell-ispellBaptiste Daroussin2014-01-281-1/+1
| | | | Notes: svn path=/head/; revision=341596
* - Update tin to 2.2.0Johan van Selst2013-12-271-14/+11
| | | | | | | - Enable STAGE support Notes: svn path=/head/; revision=337797
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | news) Notes: svn path=/head/; revision=327759
* Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.Boris Samorodov2013-09-041-1/+1
| | | | | | | | | | | 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
* - Fix buildMartin Wilke2013-06-111-5/+1
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=320521
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* Update PCRE to 8.32Martin Matuska2012-12-101-1/+1
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Convert to new options frameworkJohan van Selst2012-06-271-1/+1
| | | | Notes: svn path=/head/; revision=300111
* Convert to new OPTIONS style (no functional changes)Johan van Selst2012-06-141-18/+17
| | | | Notes: svn path=/head/; revision=299284
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Remove conditional checks for FreeBSD 6.XPav Lucistnik2012-03-021-6/+1
| | | | | | | | | PR: ports/165608 Submitted by: pgollucci Approved by: portmgr (hat) Notes: svn path=/head/; revision=292531
* Use PORTREVISION?= instead of = to avoid overriding revision of chinese/tinJohan van Selst2012-02-151-1/+1
| | | | | | | Reported by: erwin Notes: svn path=/head/; revision=291445
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* Update to tin 2.0.1Johan van Selst2011-12-291-1/+1
| | | | Notes: svn path=/head/; revision=288218
* Remove optional dependencies and comments related to the removal ofDoug Barton2011-09-301-6/+1
| | | | | | | security/pgp6 Notes: svn path=/head/; revision=282656
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - 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
* Fix maintainer field for slave portsJohan van Selst2011-08-221-1/+1
| | | | Notes: svn path=/head/; revision=280159