Commit graph

209 commits

Author SHA1 Message Date
Jan Beich
ae60358af5 devel/icu: update to 61.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)
2018-04-06 15:53:16 +00:00
Johan van Selst
735709a3ac Update to tin 2.4.2 2017-12-25 11:43:02 +00:00
Jan Beich
99b0558e42 devel/icu: update to 60.1
Changes:	http://site.icu-project.org/download/60
ABI:		https://abi-laboratory.pro/tracker/timeline/icu4c/
PR:		223373
Exp-run by:	antoine
2017-11-09 02:31:47 +00:00
Jan Beich
a382198617 devel/icu: update to 59.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
2017-09-25 00:02:36 +00:00
Johan van Selst
04605e4790 Update to tin 2.4.1 2016-12-27 21:30:06 +00:00
Jan Beich
23a96f4a5f devel/icu: update to 58.1
Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
2016-11-19 18:21:20 +00:00
Jan Beich
7ec7f7f9f8 chinese/tin: drop PORTREVISION as it has no effect
PR:		214384
2016-11-11 11:58:55 +00:00
Tijl Coosemans
48f4591035 - Update devel/icu to 57.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)
2016-09-24 11:06:57 +00:00
Mathieu Arnold
7acca7e902 Bump PORTREVISION for the icu revert.
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
2016-07-06 22:10:14 +00:00
Pietro Cerutti
a32c042bc8 devel/icu: bump PORTREVISION on missing dependent ports
Reported by:	rakuco
2016-07-06 11:19:56 +00:00
Johan van Selst
b26a8069a2 - Update to tin 2.3.4
- Make implicit dependencies on icu and slrnface explicit
2016-06-29 12:23:06 +00:00
Johan van Selst
eb0d2a5956 Update to tin 2.3.3 "Kinloch"
ftp://ftp.tin.org/pub/news/clients/tin/v2.3/CHANGES
2016-04-26 20:35:07 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
John Marino
1024f17e4c news/tin: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-05 13:45:09 +00:00
Johan van Selst
e8ba5779a2 Update tin to 2.3.2 2016-01-16 17:16:36 +00:00
Johan van Selst
897a3b9a72 Update tin to 2.3.1 2015-07-09 19:16:10 +00:00
Johan van Selst
a8d6c8886f Fix build when compiling without NLS
PR:		193149
Submitted by:	vas@mpeks.tomsk.su
2014-08-31 19:19:55 +00:00
Adam Weinberger
272b1c5f9a Rename news/ patch-xy patches to reflect the files they modify. 2014-07-29 02:18:44 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
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
2014-06-25 05:35:31 +00:00
Johan van Selst
0b8fd39f3d - Please poudriere build by using @sample (better and simpler)
- Bump PORTREVISION
2014-05-24 11:13:09 +00:00
Johan van Selst
a2703243a4 Update to tin 2.2.1 2014-05-04 15:21:21 +00:00
Baptiste Daroussin
ef086f0077 Switch from ispell to aspell-ispell 2014-01-28 15:30:02 +00:00
Johan van Selst
33d7a827c1 - Update tin to 2.2.0
- Enable STAGE support
2013-12-27 20:20:30 +00:00
Baptiste Daroussin
b9522341aa Add NO_STAGE all over the place in preparation for the staging support (cat: news) 2013-09-20 22:31:15 +00:00
Boris Samorodov
9f7e7e1326 Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.
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)
2013-09-04 20:01:05 +00:00
Martin Wilke
cdc3589d71 - Fix build
Reported by:	pkg (DEVELOPER_MODE)
2013-06-11 02:18:11 +00:00
Marcus von Appen
95e7081976 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
  USE_GETTEXT=yes to USES=gettext while here
2013-04-27 18:25:24 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Johan van Selst
a619252257 Convert to new options framework 2012-06-27 19:52:13 +00:00
Johan van Selst
c48a6fe55b Convert to new OPTIONS style (no functional changes) 2012-06-14 20:44:16 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Pav Lucistnik
9cd91f3661 - Remove conditional checks for FreeBSD 6.X
PR:		ports/165608
Submitted by:	pgollucci
Approved by:	portmgr (hat)
2012-03-02 14:56:37 +00:00
Johan van Selst
9e28a3ead0 Use PORTREVISION?= instead of = to avoid overriding revision of chinese/tin
Reported by:	erwin
2012-02-15 13:47:30 +00:00
Martin Matuska
dbbf004162 Bump pcre library dependency due to 8.30 update 2012-02-14 12:45:35 +00:00
Johan van Selst
a2cb3f3e81 Update to tin 2.0.1 2011-12-29 08:21:56 +00:00
Doug Barton
d3586a3ed6 Remove optional dependencies and comments related to the removal of
security/pgp6
2011-09-30 09:21:12 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
2011-09-23 22:26:39 +00:00
Johan van Selst
594c60cd17 Fix maintainer field for slave ports 2011-08-22 06:49:56 +00:00
Johan van Selst
178dcec815 - Fix build with WITH_CANLOCK option set.
- Fix build with FORCE_MAKE_JOBS by enforcing use of GNU make.

PR:		ports/158805
Submitted by:	mandree
2011-07-11 18:50:32 +00:00
Johan van Selst
21ec7cfc46 Update tin to 1.9.6
Although 1.9.x is still called unstable, it is quite stable these days
and used more than the old 1.8.3 version.
2011-07-09 13:15:26 +00:00
Johan van Selst
58760bf42d Port cleanup
- Honour WITHOUT_NLS
- Explicitly remove rw locale directory (fixes plist)
- Set maintainer explicitly (this is not a master port)
- Set CFLAGS/CPPFLAGS (these are passed automatically these days)
- Remove MD5 checksum
- Bump portrevision
2011-03-13 12:27:28 +00:00
Greg Larkin
afb4f48d31 - Chase security/libksba shlib version bump
Requested by:	kwm
Pointyhat to:	glarkin
2010-12-16 02:34:07 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Johan van Selst
4aaac0b5f9 Update my mail address to @FreeBSD.org
Feature safe:   yes
2010-02-23 18:07:14 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Johan van Selst
d17c0027ce - Introduce OPTIONS
- Add tin_ prefix to manpages mbox.5 and mmdf.5
2009-04-10 11:02:54 +00:00
Johan van Selst
f0e11d59dc Take up maintainership 2009-02-13 07:48:03 +00:00
Andrey A. Chernov
838a1baaa6 1) Add WITHOUT_TIN_MAILBOX_MANPAGES knob
2) Drop my maintainership

PR:             127509
Submitted by:   "N.J. Mann" <njm@njm.me.uk> (1)
2008-09-28 15:44:09 +00:00