Commit graph

61 commits

Author SHA1 Message Date
Mathieu Arnold
8b4093cba5 Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-12-02 11:58:21 +00:00
Antoine Brodin
5f1b6eb976 Fix pidgin build when python symlink is not present 2016-11-24 21:02:34 +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
Joe Marcus Clarke
47c1a3f6f2 Grrr, remove an .endif no longer needed. 2016-01-06 15:37:07 +00:00
Joe Marcus Clarke
c9f9bf102e Use a better Perl fix.
PR:		205951
Submitted by:	 Piotr Kubaj
2016-01-06 15:36:44 +00:00
Joe Marcus Clarke
80d6bd47bb Only do the Perl fix if Perl is enabled.
Reported by:	Mike Harding <mvharding@gmail.com>
2016-01-06 15:33:22 +00:00
Joe Marcus Clarke
7c5dc80198 Update to 2.10.12. See https://developer.pidgin.im/wiki/ChangeLog
for changes in this release.
2016-01-05 20:43:49 +00:00
Koop Mast
2f0486b647 Part 1 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-02 20:23:55 +00:00
Joe Marcus Clarke
441553d6ec Update to 2.10.11 and fix the build with the ncurses port.
Submitted by:	Matthias Apitz <guru@unixarea.de> (ncurses fix)
2014-12-02 16:26:44 +00:00
Tijl Coosemans
edb7229dd4 Split devel/gettext in devel/gettext-runtime and devel/gettext-tools. The
first contains runtime libraries such as libintl and the latter contains
developer tools such as msgfmt.  Ports that use gettext will usually need
a LIB_DEPENDS on gettext-runtime and a BUILD_DEPENDS on gettext-tools.

USES=gettext-runtime can be used to set a LIB/BUILD/RUN_DEPENDS on
devel/gettext-runtime and USES=gettext-tools can be used to set a
BUILD/RUN_DEPENDS on devel/gettext-tools.  USES=gettext is now the same
as "USES=gettext-runtime gettext-tools" meaning a LIB_DEPENDS on
devel/gettext-runtime and a BUILD_DEPENDS on devel/gettext-tools.

Update gettext to 0.19.3.

Remove :oldver from converters/libiconv and devel/gettext-runtime.  Leave
symlinks with the old library versions to avoid the need to bump
PORTREVISION on a large number of dependent ports.  When most of the
dependent ports have had normal version updates, PORTREVISION can be
bumped on the remaining ones (low number) and the links can be removed.

Fix some ports that installed files in lib/locale instead of share/locale.

PR:		194038
Reviewed by:	bapt
Exp-run:	antoine
Approved by:	portmgr (antoine)
2014-11-29 18:22:32 +00:00
Ryan Steinmetz
8ae860d4c2 - Update to 2.10.10
With hat:	ports-secteam
Security:	d057c5e6-5b20-11e4-bebd-000c2980a9f3
2014-10-24 01:58:25 +00:00
Tijl Coosemans
ec94e4d5eb Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
2014-07-05 12:19:32 +00:00
Tijl Coosemans
a57b09a9e2 Fix gettext detection.
PR:		190299
2014-05-27 21:13:42 +00:00
Tijl Coosemans
62198ae6ed Strip libraries.
Requested by:	mandree
2014-05-20 21:12:35 +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
Matthias Andree
9914ed9e2e USES_GNOME=gnomehack -> USES=pathfix
Approved by:	marcus@ (maintainer)
2014-02-05 19:56:17 +00:00
Joe Marcus Clarke
6b80e5077d Update to 2.10.8.
See https://developer.pidgin.im/wiki/ChangeLog for a list of changes in this
release.

While here, convert to STAGE and update LIB_DEPENDS.
2014-02-04 05:31:32 +00:00
Dmitry Marakasov
27d195667d - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [np])
Approved by:	portmgr (bdrewery)
2013-10-22 13:59:53 +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
Joe Marcus Clarke
fdfeee3f1b Fix a crash with the cap plugin.
PR:             176851
Submitted by:   Ivan Klymenko <fidaj@ukr.net>
2013-03-24 20:39:21 +00:00
Joe Marcus Clarke
98a9e47b64 Update to 2.10.6. 2012-07-09 01:07:15 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +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
5288ef9c4f Fix a bug where chat rooms/channels can appear multiple times. This is
taken from http://developer.pidgin.im/ticket/14351 .

PR:		158814
Submitted by:	Armin Pirkovitsch <armin@frozen-zone.org>
2011-07-19 08:01:35 +00:00
Joe Marcus Clarke
684af42bfc Update Pidgin and friends to 2.9.0. See
http://developer.pidgin.im/wiki/ChangeLog for a list of changes in this
release.
2011-07-02 22:13:21 +00:00
Joe Marcus Clarke
65509f1f9e Update to 2.8.0. See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.
2011-06-19 21:17:03 +00:00
Joe Marcus Clarke
b6b6a6c985 Update to 2.7.1. See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes. [1]

Also, add a patch to fix compatibility with ICQ 6. [2]

PR:		147758 [1]
Submitted by:	pluknet <pluknet@gmail.com> [1] (based on)
		Eugene Dzhurinsky <bofh@redwerk.com> [2]
Obtained from:	http://developer.pidgin.im/ticket/11836 [2]
2010-06-13 21:29:04 +00:00
Joe Marcus Clarke
68dd04711b Bump PORTREVISION and add USE_GETTEXT where missing.
PR:		147257
2010-05-31 22:52:40 +00:00
Joe Marcus Clarke
449ab6e952 Remove the NLS hooks I missed in the initial commit. NLS support is
required.
2010-05-23 20:22:38 +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
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
Joe Marcus Clarke
62a3a506ab Updat to 2.6.6. See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.

Feature safe:	yes
2010-02-21 02:24:01 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Joe Marcus Clarke
ede2a74ede Allow these ports to report the correct set of protocol modules.
PR:		138042
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com>
2009-08-22 17:21:47 +00:00
Joe Marcus Clarke
7f37df543a Update to 2.6.1. See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.
2009-08-20 20:41:32 +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
Joe Marcus Clarke
abf9f73c7f Update to 2.5.4.
* Add OPTIONS for all of the dynamic chat protocol modules
* Add plist support for WITHOUT_GNUTLS
* Add the myspace chat protocol
* Install the man pages

See http://developer.pidgin.im/wiki/ChangeLog for a list of release
changes.

PR:		130488
Submitted by:	dougb
2009-01-14 02:29:06 +00:00
Joe Marcus Clarke
9860142901 Update to 2.5.0. See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes in this release.
2008-08-21 21:38:15 +00:00
Joe Marcus Clarke
8557c070e5 Update to 2.4.3. See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.

Submitted by:	dougb
2008-07-02 05:58:24 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Joe Marcus Clarke
7ecbb3e64b Add a missing dependency on libSM.
Reported by:	Kris Moore <kris@pcbsd.org>
2008-05-21 17:19:00 +00:00
Joe Marcus Clarke
7fbf2d47c4 * Update distinfo with new checksum. This distfile was re-rolled to fix a
configure script generation problem
* Add a missing dependency on xscrnsaver for pidgin [1]

Reported by:	pointyhat via pav [1]
2008-05-20 21:53:46 +00:00
Joe Marcus Clarke
39c6b76553 Update to 2.4.2. See http://developer.pidgin.im/wiki/ChangeLog for the list
of changes.
2008-05-19 06:16:08 +00:00
Joe Marcus Clarke
b17ad7767e Update to 2.4.0. See http://developer.pidgin.im/wiki/ChangeLog for a list
of changes.
2008-03-02 05:31:23 +00:00
Joe Marcus Clarke
f9ff108d37 Update pidgin to 2.3.1, and chase the shared lib version bump. See
http://developer.pidgin.im/wiki/ChangeLog for the list of changes.
2007-12-13 04:20:54 +00:00
Joe Marcus Clarke
ba7ebe914e Update to 2.2.2. See http://developer.pidgin.im/wiki/ChangeLog for all
of the changes.
2007-10-29 15:02:03 +00:00
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Joe Marcus Clarke
227e7b37a9 Update to 2.2.0. See http://pidgin.im/ChangeLog for the list of changes
in this release.
2007-09-17 19:46:15 +00:00
Joe Marcus Clarke
5a7e2e873e Update to 2.1.0.
libpurple:
* Core changes to allow UIs to use second-granularity for scheduling. Pidgin and Finch, which use the glib event loop, were changed to use g_timeout_add_seconds() on glib >= 2.14 when possible. This allows glib to better group our longer timers to increase power fficiency. (Arjan van de Ven with Intel Corporation)
* No longer linkifies screennames containing @ signs in join/part notifications in chats
* With the HTML logger, images in conversations are now saved. NOTE: Saved images are not yet displayed when loading logs.
* Added support for QIP logs to the Log Reader plugin (Michael Shkutkov)

Pidgin:
* Ensure only one copy of Pidgin is running with a given configuration directory. The net effect of this is that trying to start Pidgin a second time will raise the buddy list. (Gabriel Schulhof)
* Undo capability in the conversation window
* The formatting toolbar has been reorganized to be more concise.
* A new status area has been added to the top of conversations to provide additional detail about the buddy, including buddy icon, protocol and status message.
* Show idle times in the buddy list as days, hours, seconds

Finch:
* There's support for workspaces now (details in the manpage)
* There's a new custom window manager, Irssi
* Some improvements for tab-completion, tooltip and the password entries
* Some bugs regarding search results fixed
* A new DBus-script to create a docklet for finch
* Support for showing empty groups in the buddy list (Eric Polino)
2007-08-04 21:43:56 +00:00
Joe Marcus Clarke
a5e4a66620 * Update to 2.0.2
* Make GnuTLS the default SSL provider (over NSS) to avoid crashes reported
  by some users
2007-06-17 04:22:57 +00:00