Emanuel Haupt
23f4bc23b2
Update to 1.6.4. This fixes various segfaults.
...
Changelog: http://wiki.znc.in/ChangeLog/1.6.4
PR: 215238
Submitted by: dbaio@bsd.com.br (maintainer)
MFH: 2016Q4
2016-12-12 12:58:23 +00:00
Dmitry Marakasov
b54959cb77
- Create znc user/group
...
- Set permissions properly on ETCDIR
- Add an information on znc user/group to pkg-message
- Pass maintainership to dbaio
PR: 200005
Submitted by: josh+freebsd@zevlag.com , dbaio@bsd.com.br
2016-11-23 11:43:13 +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
Mathieu Arnold
a0bcd2cf68
Use USES=pathfix where applicable.
...
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00
Dmitry Marakasov
fa34eac785
- Cosmetic fixes
2016-10-10 19:33:25 +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
Rene Ladan
7536b2017c
Reset jase@'s ports after taking in his commit bit for safekeeping.
...
With hat: portmgr-secretary
2016-09-18 11:45:56 +00:00
Dmitry Marakasov
ec76fdf6e2
- Verbosify build
...
- Switch to USES=ssl
Approved by: portmgr blanket
2016-09-11 17:45:09 +00:00
Bryan Drewery
ac8386a166
Remove unneeded iconv hack.
...
This would still be needed with 10+ after the removal of const
on iconv(3) in src r281550, but now with the use of ICU in
1.6 it is no longer using iconv(3).
2016-08-03 21:56:47 +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
fb8d8ab5f9
devel/icu: bump PORTREVISION on dependent ports
2016-07-06 07:34:12 +00:00
Pietro Cerutti
66b2b46153
irc/znc: avoid depending on a particular ICU version
...
PR: 209855
Submitted by: gahr
Approved by: maintainer (timeout)
2016-06-20 12:51:32 +00:00
Dmitry Marakasov
e87a8bd319
- Fix trailing whitespace in pkg-messages
...
Approved by: portmgr blanket
2016-05-19 11:09:14 +00:00
Mathieu Arnold
a9dcad2fff
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
...
With hat: portmgr
Sponsored by: Absolight
2016-04-01 14:08:37 +00:00
Bryan Drewery
2a46a56d54
Update to 1.6.3.
2016-02-29 17:15:41 +00:00
Thomas Zander
6e90301e53
Update to upstream release 1.6.2, cleanup port
...
Cleanups:
- USE_OPENSSL
- Convert to OPTION helpers
- Remove no longer necessary patch for modperl
- Sort OPTIONs
- Correct compiler flags detection in configure script
PR: 205473
Submitted by: matthew@reztek.cz
Reviewed by: riggs
Approved by: maintainer timeout
2016-01-18 18:58:34 +00:00
Dmitry Marakasov
58726887cb
- Add missing file to plist
...
- Add LICENSE_FILE
Approved by: portmgr blanket
2015-11-05 10:43:53 +00:00
Mathieu Arnold
7f0f664d7e
Drop 8 support.
...
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
2015-10-15 14:55:14 +00:00
Akinori MUSHA
06f6949775
Update to 1.6.1 and unbreak the CHARSET option
...
PR: 202380
Approved by: maintainer timeout
2015-09-01 13:52:37 +00:00
Dmitry Marakasov
f9ebdca288
- Add CPE info
...
- While here, add archive/ directory to MASTER_SITES as distfile may be _moved_ there
Approved by: portmgr blanket
2015-05-11 03:04:01 +00:00
Mark Felder
a41c8d2b99
Fix building against LibreSSL
...
Upstream is accepting this change and it will land in the next release.
PR: 198387
2015-04-16 15:18:45 +00:00
Bryan Drewery
2b61e4ab4e
- Update to 1.6.0. This requires a C++11 compiler and library.
...
PR: 198060
Submitted by: Matthew Connelly <freebsd-bugs@maff.im>
Approved by: maintainer timeout
2015-03-11 16:04:49 +00:00
Baptiste Daroussin
b6bb709058
Cleanup plist
2014-10-27 13:00:21 +00:00
Marcus von Appen
734b63302e
- Convert ports of irc/ and lang/ to new USES=python
...
Approved by: portmgr (implicit)
2014-10-20 17:52:16 +00:00
Adam Weinberger
c144d6b20f
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
2014-07-15 15:38:31 +00:00
Jase Thew
8d4b1105dd
irc/znc: Update to 1.4
...
PR: 191034
Submitted by: bradleythughes@fastmail.fm
Changes: http://wiki.znc.in/ChangeLog/1.4
2014-06-20 21:54:10 +00:00
Jimmy Olgeni
5e38556079
Remove indefinite articles and trailing periods from COMMENT, plus
...
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt)
2014-06-13 07:36:27 +00:00
Rene Ladan
8b7b090a2a
irc/znc: Fix USE_PYTHON version number, it should be 3+ not 2+
...
Submitted by: antoine
2014-06-01 15:37:41 +00:00
Rene Ladan
ca4ecbb419
Update consumers of lang/python31 or higher to use Python version 3.X
...
and consumers of lang/python31 or lower to use Python 2.X
This is in preparation of removing lang/python31 which expired on 2014-06-01
While here apply some fixes for textproc/codespell:
- USE_XZ -> USES=tar:xz
- remove unneeded USE_PYTHON_RUN line
Approved by: python (mva)
2014-06-01 15:28:44 +00:00
Pietro Cerutti
b3c3ea25da
- Convert to USES=tcl
2014-02-20 10:09:24 +00:00
Jase Thew
4a384af9ba
- Update to 1.2
...
- Modernise OPTIONS configuration
- Support custom LOCALBASE
- Stage support
Changes: http://wiki.znc.in/ChangeLog/1.2
2014-02-07 20:09:51 +00:00
Baptiste Daroussin
313cb94889
Part 2 at removing now useless FETCH_ARGS redifition
2014-01-03 01:12:59 +00:00
Baptiste Daroussin
f30824b2ef
Add NO_STAGE all over the place in preparation for the staging support (cat: irc)
2013-09-20 18:44:49 +00:00
Baptiste Daroussin
46c6877a4a
Convert to new perl framework
...
Submitted by: az
2013-09-17 06:12:35 +00:00
William Grzybowski
ea6f0fdd1e
irc/znc: add rc.d script
...
- Add rc.d script
PR: ports/179190
Approved by: maintainer (timeout)
2013-06-27 12:36:31 +00:00
Jase Thew
3b928a9984
- Add patch to fix null pointer dereferences in webadmin module
...
Reported by: Albert Kult (via email)
Obtained from: 2bd410ee55
Security: 19751e06-c798-11e2-a373-000c29833058
2013-05-28 14:21:35 +00:00
Marcus von Appen
a3a0715f38
- Convert USE_ICONV=yes to USES=iconv
...
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising
2013-04-27 11:59:28 +00:00
Baptiste Daroussin
26b2bed6dd
Convert irc to USES=pkgconfig
2013-04-23 10:51:39 +00:00
Jase Thew
caf90266b5
- Update to 1.0
...
- Convert to new OPTIONSng
- Add UPDATING entry noting the automatic modification of configuration file
Changes: http://wiki.znc.in/ChangeLog/1.0
Feature safe: yes
2012-11-28 23:02:15 +00:00
Jase Thew
3fc566249d
- Convert to new format Makefile header
...
- Assume maintainership [1]
Approved by: miwi [1]
Feature safe: yes
2012-11-13 21:45:57 +00:00
Martin Wilke
da7749abb6
- Update to 0.206
...
PR: 167008
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-04-21 19:03:42 +00:00
Martin Wilke
1675042e59
- Update to 0.204
...
PR: 164424
Submitted by: Jase Thew <freebsd@beardz.net>
2012-01-28 17:49:31 +00:00
Martin Wilke
dccab2315e
- Update to 0.202
...
- Add LICENSE
- Change IPv6 option default to On
- Fix typo in WITH_TCLALLOWALL/WITHOUT_TCL IGNORE message
- Fix CONFIGURE_ARGS for PYTHON option
- Add check for EXTRA option to SASL option (required to build)
PR: 159952
Submitted by: Jase Thew <freebsd@beardz.net>
2011-10-23 15:52:36 +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
Martin Wilke
5516d36dd5
- Update 0.098
...
PR: 156421
Submitted by: Jase Thew <freebsd@beardz.net>
2011-05-26 04:03:46 +00:00
Martin Wilke
ec1c43d014
- Update to 0.096
...
PR: 152273
Submitted by: Jase Thew <freebsd@beardz.net>
2010-12-17 09:29:13 +00:00
Martin Wilke
8f1bee8fd4
- Update to 0.094
...
PR: 149964
Submitted by: Jase Thew <freebsd@beardz.net>
2010-09-11 11:35:24 +00:00
Martin Wilke
2cd5627b20
- Update to 0.092
...
PR: 148346
Submitted by: Jase Thew <freebsd@beardz.net>
Feature safe: yes
2010-07-06 06:52:40 +00:00
Martin Wilke
712e546e62
- Update to 0.090
...
PR: 174661
Submitted by: Jase Thew <freebsd@beardz.net> (maintainer)
2010-06-12 15:55:35 +00:00
Martin Wilke
b2b1ec6e88
- Update to 0.080
...
PR: 144368
Submitted by: Jase Thew <freebsd@beardz.net> (maintainer)
2010-03-08 23:14:29 +00:00