aboutsummaryrefslogtreecommitdiff
path: root/irc/znc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Update my email addressDanilo G. Baio2017-05-081-1/+1
| | | | | | | | Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10648 Notes: svn path=/head/; revision=440442
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* - Update to 1.6.5Wen Heping2017-03-141-1/+1
| | | | | | | | PR: 217772 Submitted by: dbaio@bsd.com.br(maintainer) Notes: svn path=/head/; revision=436114
* Update to 1.6.4. This fixes various segfaults.Emanuel Haupt2016-12-121-2/+1
| | | | | | | | | | | Changelog: http://wiki.znc.in/ChangeLog/1.6.4 PR: 215238 Submitted by: dbaio@bsd.com.br (maintainer) MFH: 2016Q4 Notes: svn path=/head/; revision=428409
* - Create znc user/groupDmitry Marakasov2016-11-231-2/+9
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=426896
* 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
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-211-4/+1
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* - Cosmetic fixesDmitry Marakasov2016-10-101-3/+2
| | | | Notes: svn path=/head/; revision=423687
* - 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
* Reset jase@'s ports after taking in his commit bit for safekeeping.Rene Ladan2016-09-181-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=422375
* - Verbosify buildDmitry Marakasov2016-09-111-2/+3
| | | | | | | | | - Switch to USES=ssl Approved by: portmgr blanket Notes: svn path=/head/; revision=421851
* Remove unneeded iconv hack.Bryan Drewery2016-08-031-7/+0
| | | | | | | | | 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). Notes: svn path=/head/; revision=419559
* 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 dependent portsPietro Cerutti2016-07-061-0/+1
| | | | Notes: svn path=/head/; revision=418119
* irc/znc: avoid depending on a particular ICU versionPietro Cerutti2016-06-201-2/+1
| | | | | | | | | PR: 209855 Submitted by: gahr Approved by: maintainer (timeout) Notes: svn path=/head/; revision=417155
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Update to 1.6.3.Bryan Drewery2016-02-291-1/+1
| | | | Notes: svn path=/head/; revision=409820
* Update to upstream release 1.6.2, cleanup portThomas Zander2016-01-181-38/+20
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=406604
* - Add missing file to plistDmitry Marakasov2015-11-051-0/+2
| | | | | | | | | - Add LICENSE_FILE Approved by: portmgr blanket Notes: svn path=/head/; revision=400836
* Drop 8 support.Mathieu Arnold2015-10-151-4/+0
| | | | | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694 Notes: svn path=/head/; revision=399346
* Update to 1.6.1 and unbreak the CHARSET optionAkinori MUSHA2015-09-011-3/+3
| | | | | | | | PR: 202380 Approved by: maintainer timeout Notes: svn path=/head/; revision=395755
* - Add CPE infoDmitry Marakasov2015-05-111-2/+3
| | | | | | | | | - While here, add archive/ directory to MASTER_SITES as distfile may be _moved_ there Approved by: portmgr blanket Notes: svn path=/head/; revision=386041
* - Update to 1.6.0. This requires a C++11 compiler and library.Bryan Drewery2015-03-111-5/+13
| | | | | | | | | PR: 198060 Submitted by: Matthew Connelly <freebsd-bugs@maff.im> Approved by: maintainer timeout Notes: svn path=/head/; revision=381014
* - Convert ports of irc/ and lang/ to new USES=pythonMarcus von Appen2014-10-201-2/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371288
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-1/+1
| | | | Notes: svn path=/head/; revision=361953
* irc/znc: Update to 1.4Jase Thew2014-06-201-1/+1
| | | | | | | | | PR: 191034 Submitted by: bradleythughes@fastmail.fm Changes: http://wiki.znc.in/ChangeLog/1.4 Notes: svn path=/head/; revision=358640
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* irc/znc: Fix USE_PYTHON version number, it should be 3+ not 2+Rene Ladan2014-06-011-1/+1
| | | | | | | Submitted by: antoine Notes: svn path=/head/; revision=356141
* Update consumers of lang/python31 or higher to use Python version 3.XRene Ladan2014-06-011-1/+1
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=356138
* - Convert to USES=tclPietro Cerutti2014-02-201-2/+1
| | | | Notes: svn path=/head/; revision=345202
* - Update to 1.2Jase Thew2014-02-071-51/+41
| | | | | | | | | | | - Modernise OPTIONS configuration - Support custom LOCALBASE - Stage support Changes: http://wiki.znc.in/ChangeLog/1.2 Notes: svn path=/head/; revision=343293
* Part 2 at removing now useless FETCH_ARGS redifitionBaptiste Daroussin2014-01-031-1/+0
| | | | Notes: svn path=/head/; revision=338513
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | irc) Notes: svn path=/head/; revision=327736
* Convert to new perl frameworkBaptiste Daroussin2013-09-171-5/+5
| | | | | | | Submitted by: az Notes: svn path=/head/; revision=327450
* irc/znc: add rc.d scriptWilliam Grzybowski2013-06-271-0/+1
| | | | | | | | | | - Add rc.d script PR: ports/179190 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=321885
* - Add patch to fix null pointer dereferences in webadmin moduleJase Thew2013-05-281-0/+1
| | | | | | | | | Reported by: Albert Kult (via email) Obtained from: https://github.com/znc/znc/commit/2bd410ee5570cea127233f1133ea22f25174eb28 Security: 19751e06-c798-11e2-a373-000c29833058 Notes: svn path=/head/; revision=319313
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* Convert irc to USES=pkgconfigBaptiste Daroussin2013-04-231-1/+1
| | | | Notes: svn path=/head/; revision=316344
* - Update to 1.0Jase Thew2012-11-281-52/+46
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=307945
* - Convert to new format Makefile headerJase Thew2012-11-131-6/+2
| | | | | | | | | | | - Assume maintainership [1] Approved by: miwi [1] Feature safe: yes Notes: svn path=/head/; revision=307397
* - Update to 0.206Martin Wilke2012-04-211-1/+1
| | | | | | | | PR: 167008 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Notes: svn path=/head/; revision=295226
* - Update to 0.204Martin Wilke2012-01-281-1/+1
| | | | | | | | PR: 164424 Submitted by: Jase Thew <freebsd@beardz.net> Notes: svn path=/head/; revision=289951
* - Update to 0.202Martin Wilke2011-10-231-5/+10
| | | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=284184
* - 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
* - Update 0.098Martin Wilke2011-05-261-5/+17
| | | | | | | | PR: 156421 Submitted by: Jase Thew <freebsd@beardz.net> Notes: svn path=/head/; revision=274671
* - Update to 0.096Martin Wilke2010-12-171-2/+3
| | | | | | | | PR: 152273 Submitted by: Jase Thew <freebsd@beardz.net> Notes: svn path=/head/; revision=266492