Commit graph

50 commits

Author SHA1 Message Date
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
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
2017-11-30 06:13:34 +00:00
Mark Linimon
8416961f94 Mark some ports failing on armv6, for errors classified as "clang_werror".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 16:00:49 +00:00
Thomas Zander
b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00
Jan Beich
f5f47a5a4e devel/nspr, security/nss: drop version from SONAME
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
2016-10-09 12:10:02 +00:00
Dmitry Marakasov
da41a16871 - Update to 1.21.1
- 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)
2016-09-09 20:12:44 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Koop Mast
d138701abc Part 2 of adding USE_GNOME=intltool to ports that require it.
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@
2015-08-05 07:39:47 +00:00
Antoine Brodin
caca546154 Cleanup plist 2014-11-21 23:55:49 +00:00
Tijl Coosemans
5795addbba Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)
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)
2014-05-17 16:57:14 +00:00
Steve Wills
80585b3c8b - Update to 1.18.0
PR:		ports/186783
Submitted by:	swills (myself)
Approved by:	John Prather <john.c.prather@gmail.com> (maintainer)
2014-02-15 16:10:53 +00:00
Steve Wills
1460fcabef - Fix build on 10.0 and 11-CURRENT
PR:		ports/181196
Submitted by:	myself
Approved by:	maintainer timeout (john.c.prather@gmail.com, >4 months)
2013-12-19 20:11:14 +00:00
Baptiste Daroussin
28bf02d683 Add NO_STAGE all over the place in preparation for the staging support (cat: net-im) 2013-09-20 22:13:34 +00:00
Baptiste Daroussin
de15f3b2a3 Add an explicit dependency on pkgconf 2013-09-06 14:23:20 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Martin Wilke
fb3520254a - Convert to OptionsNG
- Trim header

Reviewed by:	beat, bapt, kwm
2013-03-05 17:07:43 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Pawel Pekala
be49b56bef - Update to version 1.13.1
- Add options for OSC2005 msg timeout and Kerberos support

PR:		ports/167086
Submitted by:	Golyashov Sergey <svvord@ulona.org>
Approved by:	maintainer
2012-04-21 08:25:39 +00:00
Ruslan Makhmatkhanov
d2b0530df3 - update to 1.12.0 [1]
- fix pkg-plist problem

PR:		164391
Submitted by:	Golyashov Sergey <svvord at ulona dot org>
Approved by:	maintainer
2012-02-01 03:25:24 +00:00
Pawel Pekala
a26c6001f2 Depend on security/nss, fixes misssing dep when net-im/libpurple and
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
2011-10-18 20:01:09 +00:00
Joe Marcus Clarke
85010d78d3 Update Pidgin and friends to 2.10.0. See
http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this
release.
2011-08-27 17:28:25 +00:00
Joe Marcus Clarke
d3dddab162 Actually commit the libpurple shared lib bump.
Reported by:	pointyhat via pav
2011-07-07 07:05:19 +00:00
Emanuel Haupt
6e774929fa Fix build with with libpurple.8
PR:		158070
Submitted by:	Mark Atkinson <atkin901@gmail.com>
Approved by:	John Prather <john.c.prather@gmail.com> (maintainer)
2011-06-21 20:55:07 +00:00
Joe Marcus Clarke
95c1e39c93 Chase the libpurple shared lib version. 2011-06-19 21:25:44 +00:00
Wen Heping
9bf93c12a1 - Update to 1.11.2
PR:		ports/152501
Submitted by:	John Prather <john.c.prather@gmail.com> (maintainer)
2010-11-24 07:29:11 +00:00
Wen Heping
a9a5dd2d84 - Update to 1.11.0
PR:		ports/151610
Submitted by:	John Prather <john.c.prather@gmail.com> (maintainer)
2010-10-21 08:24:00 +00:00
Martin Wilke
63a9df4147 - Update to 1.10.1
PR:		148479
Submitted by:	John Prather <john.c.prather@gmail.com> (maintainer)
2010-07-12 03:02:23 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Emanuel Haupt
b17183777e Fix build
PR:		147089
Submitted by:	freebsd@nagilum.org
Approved by:	John Prather <john.c.prather@gmail.com> (maintainer)
2010-05-27 09:45:08 +00:00
Pav Lucistnik
690a7326fe - Mark BROKEN: does not build with pidgin 2.7
Submitted by:	John Prather <john.c.prather@gmail.com> (maintainer)
2010-05-26 07:43:50 +00:00
Joe Marcus Clarke
96018cc682 Update Pidgin and friends to 2.7.0. See
http://developer.pidgin.im/wiki/ChangeLog for the list of changes.  Also,
enable Tcl 8.5 support.

PR:		146607
Submitted by:	dougb
2010-05-22 05:21:10 +00:00
Sylvio Cesar Teixeira
525ed5780d - Update to 1.10.0
- Add support to NLS

PR:		ports/145464
Submitted by:	John Prather <john.c.prather@gmail.com> (maintainer)
Approved by:	itetcu (mentor, implicit)
2010-04-08 20:53:41 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Martin Wilke
d77a39296d - Update to 1.9.1
PR:		144803
Submitted by:	John Prather <john.c.prather@gmail.com> (maintainer)
2010-03-20 19:12:33 +00:00
Martin Wilke
cdf89a89c9 - Update to 1.9.0
PR:		144635
Submitted by:	John Prather <john.c.prather@gmail.com> (maintainer)
2010-03-10 23:41:23 +00:00
Li-Wen Hsu
ceafe1dfae - Update to to 1.8.1
PR:		ports/144049
Submitted by:	John Prather <john.c.prather AT gmail.com> (maintainer)

Feature safe:	yes
2010-02-17 22:02:55 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Emanuel Haupt
bae5602d5f Update to 1.7.1
PR:		141100
Approved by:	maintainer timeout (18 days)
2009-12-20 14:35:12 +00:00
Martin Wilke
af39548c45 - Update to 1.7.0
PR:		139803
Submitted by:	John Prather <john.c.prather@gmail.com> (maintainer)
2009-10-21 11:48:21 +00:00
Dmitry Marakasov
dc0deb4f97 - Update to 1.6.3
PR:		139260
Submitted by:	John Prather <john.prather@ticketmaster.com> (maintainer from another email)
2009-10-02 23:17:13 +00:00
Martin Wilke
d7358f9e62 - Update to 1.6.2
PR:		138286
Submitted by:	John Prather <john.c.prather@gmail.com> (maintainer)
2009-08-29 22:08:26 +00:00
Dmitry Marakasov
8c9b17f3f8 - Remove remaining SFP references (switch these ports to SF)
Approved by:	portmgr (pav)
2009-08-27 15:04:16 +00:00
Joe Marcus Clarke
a778617e89 Mark BROKEN pending an update for libpurple-2.6.1.
Reported by:	pointyhat via erwin
2009-08-22 05:54:36 +00:00
Joe Marcus Clarke
d05885f120 Chase the libpurple shared lib bump. 2009-08-20 20:45:23 +00:00
Dmitry Marakasov
b69b0f1ea3 - Update to 1.6.1
- Switch to SFP

PR:		137709
Submitted by:	John Prather <john.c.prather@gmail.com> (maintainer)
2009-08-13 15:25:50 +00:00
Dmitry Marakasov
189a8c3d4d - Update to 1.6.0
PR:		137614
Submitted by:	John Prather <john.c.prather@gmail.com> (maintainer)
2009-08-11 14:26:29 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Martin Wilke
7b0351f219 - Update to 1.4.1
PR:		136165
Submitted by:	John Prather <john.c.prather@gmail.com> (maintainer)
2009-07-05 22:15:21 +00:00
Beat Gaetzi
db96ff1b51 - Update to 1.4.1
PR:		ports/135714
Submitted by:	John Prather <john.c.prather AT gmail.com> (maintainer)
2009-06-20 14:49:45 +00:00
Dmitry Marakasov
790156855f - Update to 1.4.0
- While here, use SF macro and fix some identation

PR:		134729
Submitted by:	John Prather <john.c.prather@gmail.com> (maintainer)
2009-05-21 13:41:47 +00:00
Martin Wilke
28a978dfd5 Pidgin Plug-in for OCS/LCS (Live Communication Server).
SIP/Simple protocol implementation for connect to LCS/OCS.

WWW: http://www.sourceforge.net/projects/sipe

PR:		ports/134349
Submitted by:	John Prather
2009-05-17 14:58:43 +00:00