aboutsummaryrefslogtreecommitdiff
path: root/net-im/zephyr
Commit message (Collapse)AuthorAgeFilesLines
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* 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
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* converters/libiconv:Tijl Coosemans2015-04-151-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove const qualifier from iconv(3) to match POSIX: http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html - Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is defined because the base system iconv supports these extensions too. Add/remove patches to/from ports to call iconv with non-const arguments. This breaks some ports on FreeBSD 10 because base system iconv.h still has the const qualifier. Fix this by letting USES=iconv add a build dependency on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG defined) instead of the base system iconv.h. This exposed some ports that link with libiconv when it is available instead of using libc iconv. In these cases one of the following changes has been made: - patch configure scripts to test for libc iconv first - add ac_cv_lib_iconv_libiconv=no or similar to CONFIGURE_ARGS to disable some configure tests - converters/wkhtmltopdf: this includes Qt4 so add a patch from devel/qt4 - lang/gcc5-aux: respect CFLAGS and friends during configure such that LIBICONV_PLUG is defined in the iconv test, also switch to external gettext - mail/gnarwl: replace patches with CPPFLAGS/LIBS - multimedia/ffmpeg2theora: remove iconv test from SConstruct and use ICONV_LIB in port Makefile instead, also fix a bug in subtitles.c - net-im/licq: finish conversion to cmake - net-mgmt/bandwidthd, net-mgmt/icinga, net-mgmt/nagios, net-mgmt/nagios4: don't need iconv - textproc/p5-XML-TinyXML: finish conversion to USES=perl5 Other changes: - databases/qdbm and slaves: respect CFLAGS and friends, also enable bzip2 and lzo support - games/ldmud: respect CFLAGS and friends - graphics/inventor: replace some patches with MAKE_ARGS/MAKE_ENV to respect CFLAGS and friends, also remove FreeBSD/alpha patch and add missing xorg dependencies PR: 199099 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384038
* Simplify plistBaptiste Daroussin2014-10-311-6/+1
| | | | Notes: svn path=/head/; revision=371966
* - Fix missing library problems when the linker enforces explicit linkingTijl Coosemans2014-08-261-0/+18
| | | | | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366215
* Add USES=readline to fix build on -current.Adam Weinberger2014-08-171-1/+1
| | | | Notes: svn path=/head/; revision=365147
* - Add USES=libtoolTijl Coosemans2014-07-092-3/+6
| | | | | | | - Add MAKE_JOBS_UNSAFE=yes (target that generates two files runs twice) Notes: svn path=/head/; revision=361363
* - Stage supportMartin Wilke2014-01-312-4/+12
| | | | Notes: svn path=/head/; revision=341966
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-im) Notes: svn path=/head/; revision=327756
* - Unbreak parallel (-jX) builds: add missing inter-source dependenciesAlexey Dokuchaev2013-08-091-7/+15
| | | | | | | | | - Drop leading indefinite article from the COMMENT - Add missing HEIMDAL_DESC, use new syntax for LIB_DEPENDS - Improve the order of the knobs within the Makefile Notes: svn path=/head/; revision=324426
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-1/+1
| | | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising Notes: svn path=/head/; revision=316662
* - Convert to OptionsNGMartin Wilke2013-03-051-7/+3
| | | | | | | | | - Trim header Reviewed by: beat, bapt, kwm Notes: svn path=/head/; revision=313460
* - Default OPTIONS value "no" now means "on", so change to "off"Pav Lucistnik2012-06-101-1/+2
| | | | | | | | | - Mark heimdal variant BROKEN Reported by: pointyhat Notes: svn path=/head/; revision=298931
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+0
| | | | | | | | | | | | - 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 to 3.0.1Martin Wilke2011-03-186-90/+53
| | | | | | | | PR: 155455 Submitted by: Benjamin Kaduk <kaduk-fbsd@MIT.EDU> (maintainer) Notes: svn path=/head/; revision=271201
* - Mark BROKEN on 6.X: bad plistPav Lucistnik2010-09-181-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=261382
* - Use . /etc/rc.subr directlyPhilip M. Gollucci2010-09-101-1/+1
| | | | | | | | PR: ports/150453 Submitted by: Ben Kaduk <kaduk-fbsd@mit.edu> (maintainer) Notes: svn path=/head/; revision=260903
* - Fix build on CURRENT [1]Baptiste Daroussin2010-09-083-1/+18
| | | | | | | | | | - Fix build on 6.4 [2] Submitted by: Benjamin Kaduk <kaduk-fbsd _at_ mit.edu> [1] (maintainer) Reported by: pointy hat (erwin) [1], pointy hat (pav) [2] Notes: svn path=/head/; revision=260757
* This is an enterprise-class instant messaging/notification system.Baptiste Daroussin2010-09-037-0/+191
It was developed as part of MIT's Project Athena, and has a unique design that leads to the ability to develop a unique sense of community. WWW: http://zephyr.1ts.org/ PR: ports/141790 Submitted by: Ben Kaduk <kaduk at mit.edu> Notes: svn path=/head/; revision=260493