aboutsummaryrefslogtreecommitdiff
path: root/net-im/pidgin-sipe
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* net-im/pidgin-sipe: fix build on GCC architecturesPiotr Kubaj2020-10-211-1/+1
| | | | | | | New glib needs newer GCC. Notes: svn path=/head/; revision=552878
* net-im/pidgin-sipe: fix build on GCC architecturesPiotr Kubaj2020-07-191-0/+2
| | | | | | | | | | | Set -Wno-error: cc1: warnings being treated as errors purple-plugin.c:165: warning: missing initializer MFH: 2020Q3 (fix build blanket) Notes: svn path=/head/; revision=542560
* net-im/pidgin-sipe: update to 1.24.0, pet portlintPiotr Kubaj2019-09-214-33/+23
| | | | | | | | | | | | | | | | | | | | | Update the port to 1.24.0. Add explicit dependencies which are installed and linked to anyway for libdbus, gstreamer1 and farstream. Add USES=gnome. Pet portlint by moving some entries. Fix OCS2005 option, which had misspelled DESC and CONFIGURE_ENABLE entries, so it didn't even work. Remove unneeded patch. PR: 240347 Approved by: john.c.prather@gmail.com (maintainer timeout), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21714 Notes: svn path=/head/; revision=512509
* For ports that are marked BROKEN on armv6, and also fail to build onMark Linimon2017-11-301-0/+1
| | | | | | | | | | | | | armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run Notes: svn path=/head/; revision=455167
* Mark some ports failing on armv6, for errors classified as "clang_werror".Mark Linimon2017-05-271-1/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=441850
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-1/+1
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* devel/nspr, security/nss: drop version from SONAMEJan Beich2016-10-091-0/+1
| | | | | | | | | | | | | | | | | | | | | No other downstream appends synthetic library version, and doing so causes underlinking due to fragile build system (see below). Not to mention being unable to swap out bundled libs from upstream builds. $ cc -lplds4 -L/usr/local/lib /usr/lib/crt1.o: In function `_start1': crt1_c.c:(.text+0xa6): undefined reference to `main' /usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np' /usr/local/lib/libplds4.so: undefined reference to `pthread_create' /usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init' /usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam' /usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam' PR: 213144 Exp-run by: antoine Notes: svn path=/head/; revision=423591
* - Update to 1.21.1Dmitry Marakasov2016-09-093-14/+21
| | | | | | | | | | | - While here, switch to USES=localbase and options helpers PR: 211880 Submitted by: w.schwarzenfeld@utanet.at Approved by: john.c.prather@gmail.com (maintainer) Notes: svn path=/head/; revision=421636
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-3/+3
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Part 2 of adding USE_GNOME=intltool to ports that require it.Koop Mast2015-08-051-1/+1
| | | | | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@ Notes: svn path=/head/; revision=393574
* Cleanup plistAntoine Brodin2014-11-211-4/+0
| | | | Notes: svn path=/head/; revision=373023
* Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)Tijl Coosemans2014-05-172-38/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to "USES=libtool tar:bzip2". Bump PORTREVISION on all dependent ports and modernise them as well (USES, LIB_DEPENDS, staging). audio/pidgin-musictracker: - Replace LIBS with LDFLAGS. - Disable static plugin. net/online-desktop: Remove obsolete patches. net-im/mbpurple: - Drop pkgconf dependency. - Replace post-patch with MAKE_ARGS. - Use standard do-build. net-im/pidgin-audacious-remote: Disable static plugin. net-im/pidgin-birthday-reminder: Disable static plugin. net-im/pidgin-fetion: Replace pkg-plist with PLIST_FILES. net-im/pidgin-guifications: - Drop USE_GNOME=gnomeprefix. - Replace LIBS with LDFLAGS. net-im/pidgin-hotkeys: - Drop CFLAGS=-fPIC. - Fix build on systems without gcc. net-im/pidgin-libnotify: - Use option helpers. - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. net-im/pidgin-manualsize: Fix build on systems without gcc. net-im/pidgin-privacy-please: - Replace a patch with CPPFLAGS and LDFLAGS. - Don't use USE_LDCONFIG for a plugin. net-im/pidgin-sipe: - Don't use USE_LDCONFIG for a plugin. - Drop PORTDOCS that don't contain useful documentation. - Patch configure with s/LDLAGS/LDFLAGS/ so LDFLAGS can replace LIBS. - Use option helpers and fix Kerberos option. - Remove obsolete CONFIGURE_ENV. security/pidgin-encryption: - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Disable static plugin. - Use option helpers. security/pidgin-otr: - Drop redundant comment about PORTREVISION. - Add USE_GNOME=gtk20. - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Port uses stack protector unconditionally so link with -lssp_nonshared when necessary like Mk/bsd.ssp.mk does. Approved by: portmgr (PORTREVISION bump on unstaged port) Notes: svn path=/head/; revision=354341
* - Update to 1.18.0Steve Wills2014-02-153-4/+10
| | | | | | | | | PR: ports/186783 Submitted by: swills (myself) Approved by: John Prather <john.c.prather@gmail.com> (maintainer) Notes: svn path=/head/; revision=344418
* - Fix build on 10.0 and 11-CURRENTSteve Wills2013-12-191-2/+2
| | | | | | | | | PR: ports/181196 Submitted by: myself Approved by: maintainer timeout (john.c.prather@gmail.com, >4 months) Notes: svn path=/head/; revision=336957
* 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
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-061-1/+1
| | | | Notes: svn path=/head/; revision=326504
* - Convert USE_GETTEXT to USES (part 3)Alex Kozlov2013-04-241-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316464
* - Convert to OptionsNGMartin Wilke2013-03-051-11/+8
| | | | | | | | | - Trim header Reviewed by: beat, bapt, kwm Notes: svn path=/head/; revision=313460
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to version 1.13.1Pawel Pekala2012-04-213-5/+20
| | | | | | | | | | | - Add options for OSC2005 msg timeout and Kerberos support PR: ports/167086 Submitted by: Golyashov Sergey <svvord@ulona.org> Approved by: maintainer Notes: svn path=/head/; revision=295177
* - update to 1.12.0 [1]Ruslan Makhmatkhanov2012-02-016-56/+13
| | | | | | | | | | | - fix pkg-plist problem PR: 164391 Submitted by: Golyashov Sergey <svvord at ulona dot org> Approved by: maintainer Notes: svn path=/head/; revision=290218
* Depend on security/nss, fixes misssing dep when net-im/libpurple andPawel Pekala2011-10-181-2/+3
| | | | | | | | | | | | net-im/pidgin are build without NSS support - this port still links to it when it's available and this behaviour can be disabled. PR: ports/160352 Reported by: Peter Jeremy <Peter.Jeremy@alcatel-lucent.com> Approved by: maintainer Notes: svn path=/head/; revision=283851
* Update Pidgin and friends to 2.10.0. SeeJoe Marcus Clarke2011-08-271-2/+2
| | | | | | | | http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this release. Notes: svn path=/head/; revision=280586
* Actually commit the libpurple shared lib bump.Joe Marcus Clarke2011-07-071-2/+2
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=277213
* Fix build with with libpurple.8Emanuel Haupt2011-06-213-0/+57
| | | | | | | | | PR: 158070 Submitted by: Mark Atkinson <atkin901@gmail.com> Approved by: John Prather <john.c.prather@gmail.com> (maintainer) Notes: svn path=/head/; revision=276038
* Chase the libpurple shared lib version.Joe Marcus Clarke2011-06-191-1/+2
| | | | Notes: svn path=/head/; revision=275862
* - Update to 1.11.2Wen Heping2010-11-243-18/+3
| | | | | | | | PR: ports/152501 Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) Notes: svn path=/head/; revision=265068
* - Update to 1.11.0Wen Heping2010-10-214-4/+25
| | | | | | | | PR: ports/151610 Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) Notes: svn path=/head/; revision=263391
* - Update to 1.10.1Martin Wilke2010-07-123-16/+4
| | | | | | | | PR: 148479 Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) Notes: svn path=/head/; revision=257653
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* Fix buildEmanuel Haupt2010-05-272-3/+12
| | | | | | | | | PR: 147089 Submitted by: freebsd@nagilum.org Approved by: John Prather <john.c.prather@gmail.com> (maintainer) Notes: svn path=/head/; revision=255174
* - Mark BROKEN: does not build with pidgin 2.7Pav Lucistnik2010-05-261-0/+2
| | | | | | | Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) Notes: svn path=/head/; revision=255108
* Update Pidgin and friends to 2.7.0. SeeJoe Marcus Clarke2010-05-221-1/+2
| | | | | | | | | | | http://developer.pidgin.im/wiki/ChangeLog for the list of changes. Also, enable Tcl 8.5 support. PR: 146607 Submitted by: dougb Notes: svn path=/head/; revision=254786
* - Update to 1.10.0Sylvio Cesar Teixeira2010-04-083-31/+34
| | | | | | | | | | | - Add support to NLS PR: ports/145464 Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) Approved by: itetcu (mentor, implicit) Notes: svn path=/head/; revision=252453
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Update to 1.9.1Martin Wilke2010-03-202-4/+4
| | | | | | | | PR: 144803 Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) Notes: svn path=/head/; revision=251303
* - Update to 1.9.0Martin Wilke2010-03-103-4/+5
| | | | | | | | PR: 144635 Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) Notes: svn path=/head/; revision=250875
* - Update to to 1.8.1Li-Wen Hsu2010-02-173-5/+6
| | | | | | | | | | PR: ports/144049 Submitted by: John Prather <john.c.prather AT gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=250017
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Update to 1.7.1Emanuel Haupt2009-12-202-4/+4
| | | | | | | | PR: 141100 Approved by: maintainer timeout (18 days) Notes: svn path=/head/; revision=246302
* - Update to 1.7.0Martin Wilke2009-10-213-6/+6
| | | | | | | | PR: 139803 Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) Notes: svn path=/head/; revision=243162
* - Update to 1.6.3Dmitry Marakasov2009-10-022-4/+4
| | | | | | | | PR: 139260 Submitted by: John Prather <john.prather@ticketmaster.com> (maintainer from another email) Notes: svn path=/head/; revision=242392
* - Update to 1.6.2Martin Wilke2009-08-292-7/+4
| | | | | | | | PR: 138286 Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) Notes: svn path=/head/; revision=240531
* - Remove remaining SFP references (switch these ports to SF)Dmitry Marakasov2009-08-271-1/+1
| | | | | | | Approved by: portmgr (pav) Notes: svn path=/head/; revision=240406
* Mark BROKEN pending an update for libpurple-2.6.1.Joe Marcus Clarke2009-08-221-0/+2
| | | | | | | Reported by: pointyhat via erwin Notes: svn path=/head/; revision=240091
* Chase the libpurple shared lib bump.Joe Marcus Clarke2009-08-201-1/+2
| | | | Notes: svn path=/head/; revision=239996
* - Update to 1.6.1Dmitry Marakasov2009-08-133-8/+6
| | | | | | | | | | - Switch to SFP PR: 137709 Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) Notes: svn path=/head/; revision=239454
* - Update to 1.6.0Dmitry Marakasov2009-08-114-25/+24
| | | | | | | | PR: 137614 Submitted by: John Prather <john.c.prather@gmail.com> (maintainer) Notes: svn path=/head/; revision=239332
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701