aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/centerim/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net-im)
* - Update to 7.31.0sunpoet2013-07-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi
* - adoption of USES and optionsNGjgh2013-05-021-39/+32
| | | | Approved by: portmgr (bapt@)
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-271-1/+1
| | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: zeising
* - Fix build on 9.x/10.Xdhn2012-02-071-4/+0
| | | | | | PR: ports/164767 Submitted by: Alexandr Kovalenko <never@nevermind.kiev.ua> Approved by: Frank Altpeter <frank@altpeter.de> (maintainer)
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2
| | | | | | | | | - 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
* - Chase gpgme shared lib bump.jlaffaye2011-07-211-1/+1
| | | | | | - Add an entry to UPDATING Reviewed by: tabthorpe
* - Update to 4.22.10wen2011-01-191-2/+1
| | | | | | | PR: ports/153455 Submitted by: Pascal Stumpf <Pascal.Stumpf@cubes.de> Approved by: maintainer(timeout, >20 days) Feature safe: yes
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* Chase the ftp/curl shlib version bump.roam2010-04-031-1/+2
|
* - Mark BROKEN on HEAD: fails to build with new utmpxmiwi2010-03-201-0/+4
| | | | Reported by: pointyhat
* - Update to 4.22.9miwi2009-12-181-1/+1
| | | | | PR: 141625 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
* - Update to 4.22.8miwi2009-09-301-4/+2
| | | | | PR: 139234 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
* Chase the fribidi shared lib bump.marcus2009-08-231-1/+1
|
* - Chase security/gpgme update.wxs2009-07-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Most changes are just PORTREVISION and LIB_DEPENDS fixes. However, the following ports require a patch to use the new gpgme correctly: deskutils/kdepim3 deskutils/kdepim3 deskutils/kdepim3 deskutils/kdepim3 deskutils/kdepim4 deskutils/kdepim4 deskutils/kdepimlibs4 deskutils/kdepimlibs4 deskutils/kdepimlibs4 finance/qhacc mail/mutt-devel net-im/ayttm net-im/centericq net-im/centerim net-im/centerim-devel security/openvas-libnasl These patches were submitted by various people and documented in ports/135911. PR: ports/135911
* - Update to 4.22.7garga2009-02-241-2/+2
| | | | | PR: ports/132000 Submitted by: maintainer
* - Fix python path in some bundled scriptsamdmi32009-02-041-1/+5
| | | | | | PR: 130672 Submitted by: myself Approved by: Frank Altpeter <frank at altpeter dot de> (maintainer)
* Bump the version of the curl shared library after the ftp/curl updateroam2009-01-231-1/+2
| | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working.
* - Update to 4.22.6amdmi32008-11-071-2/+1
| | | | | PR: 128649 Submitted by: Frank Altpeter <frank at altpeter dot de> (maintainer)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 4.22.5clsung2008-04-181-1/+1
| | | | | PR: ports/122841 Submitted by: maintainer (Frank Altpeter)
* - Update to 4.22.3miwi2008-03-211-2/+2
| | | | Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer via mail)
* - Update to 4.22.2miwi2007-12-121-6/+3
| | | | | PR: 118280 Submitted by: frank@altpeter.de (maintainer)
* Updating to centerim 20070824.lx2007-10-061-2/+3
| | | | | PR: ports/115958 Submitted by: Frank Altpeter <frank@altpeter.de>
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* - Update to 4.22.1miwi2007-07-041-7/+6
| | | | | PR: 114065 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
* - Update to 20070518miwi2007-06-091-2/+3
| | | | | PR: 113452 Submitted by: Frank Altpeter <frank@altpeter.de> (maintainer)
* Add centerim 4.22.0, a text mode menu- and window-driven IM interface.clsung2007-04-191-0/+118
PR: ports/110331 Submitted by: Frank Altpeter <frank at altpeter.de>