Commit graph

2695 commits

Author SHA1 Message Date
dholland
3187eb2d41 Build fix for new glib2. 2012-05-10 02:44:33 +00:00
dholland
0b5938cc0f More build fixes for new glib2. 2012-05-09 03:57:45 +00:00
dholland
65e32e527a g_source_get_current_time is deprecated, and now fails in current glib2. 2012-05-07 18:54:44 +00:00
dholland
7e751949e4 Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
2012-05-07 01:53:12 +00:00
dholland
c2d0236712 Build fix for new glib2. 2012-05-06 20:04:50 +00:00
dholland
78dd824868 Build fixes for new glib2. 2012-05-06 20:03:03 +00:00
dholland
3bb7326a7f Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
caught by pkglint
2012-05-06 20:02:42 +00:00
dholland
c3ff67d440 Fix build with latest glib2. Since this requires touching patch-ab,
rename it to match.
2012-05-06 18:41:51 +00:00
dholland
f3996c31a5 Fix build with latest glib2. Based on patches from David Shao in PR 46392. 2012-05-06 17:53:44 +00:00
dholland
892c3c4a76 Set LICENSE (gnu-gpl-v2) 2012-05-06 17:53:22 +00:00
dholland
b5585b36cc Fix build with latest glib2. 2012-05-06 17:41:40 +00:00
dholland
367f6718e1 Whitespace, found by pkglint. 2012-05-06 17:41:30 +00:00
dholland
1168d9db1a Cope with CFLAGS and/or LDFLAGS being empty too. I don't entirely
understand what goes on without this change, but I was definitely
getting "-cflags -lflags -Wl..." as configure arguments, and now
it works.
2012-04-28 05:55:10 +00:00
dholland
510049794e Avoid infinite loop in configure script's options processing. 2012-04-27 16:53:13 +00:00
obache
a6d5ad9edc Recursive bump from icu shlib major bumped to 49. 2012-04-27 12:31:32 +00:00
obache
0088162eaf + emacs-jabber 2012-04-26 10:49:27 +00:00
obache
3070ac3ce2 Import emacs-jabber-0.8.0 as chat/emacs-jabber.
Based on PR 46270 by Aran Clauson, some clean up by me.

jabber.el is a Jabber client for Emacs. It may seem strange to have a chat
client in an editor, but consider that chatting is, after all, just a special
case of text editing.
2012-04-26 10:48:26 +00:00
drochner
de6bb6e978 libgcrypt builds against "nettle" now, no need to pull in libgcrypt 2012-04-25 16:27:50 +00:00
drochner
9754b43b47 update to 3.2.9
from the announcement:
There have been 212 changes since previous release which is almost the
Same as previous THREE stable releases combined.
The changes consist of the usual amount of bugfixes, however also a
substantial amount of new features have been added.

pkgsrc note: This removes the dependencies on fixed (old) versions
of tre and c-ares.
2012-04-25 15:55:42 +00:00
obache
dae9de6a93 handle empty LIBS correctly. 2012-04-25 12:20:48 +00:00
obache
65f4d550c2 Pass down CC, CFLAGS, LDFLAGS and LIBS to configure.
PR#46288 should be fixed.
2012-04-25 10:00:53 +00:00
gls
4a5060b5d0 Update chat/gajim to 0.15.
pkgsrc changes:
---------------
- Add a patch to fix CVE-2012-2093, taken from upstream repository.
- s/py-amkCrypto/py-crypto (py-amkCrypto is not maintained anymore upstream)

upstream changes:
-----------------

Gajim 0.15 (18 March 2012)

* Plugin system
* Whiteboard (via a plugin)
* Message archiving
* Stream managment
* IBB
* Nested roster group
* Roster filtrering
* UPower support
* GPG support for windows
* Spell checking support for windows

Gajim 0.14.4 (22 July 2011)

* Fix translation issue
* other minor fixes

Gajim 0.14.3 (19 June 2011)

* Fix history viewer
* Fix closing roster window
* Prevent some erros with metacontacts

Gajim 0.14.2 (07 June 2011)

* Fix CPU usage when testing file transfer proxies
* Fix invalid XML char regex
* Fix subscription request window handling
* Fix URL display in chat message banner
* Other minor bugfixes
2012-04-17 20:57:09 +00:00
wiz
4c69043671 Reset maintainer, developer resigned. 2012-04-15 22:07:36 +00:00
wiz
6dc4abe4b7 Reset maintainer, developer has left the building 2012-04-15 22:00:58 +00:00
wiz
aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00
dholland
9a4f62e2e6 Mark BROKEN; has not been buildable in some years. Will be removed in
due course unless someone fixes it. (Successor is chat/centerim.)
2012-04-07 17:31:12 +00:00
obache
fc88dc1dae Update pidgin to 2.10.3.
(fixes CVE-2011-3594, CVE-2011-4601, CVE-2011-4602, CVE-2011-4603, CVE-2011-4939
 and CVE-2012-1178)

version 2.10.3 (03/26/2012):
	* Fix buddies not going offline.

version 2.10.2 (03/14/2012):
	General:
	* Fix compilation when using binutils 2.22 and new GDK pixbuf. (#14799)
	* Fix compilation of the MXit protocol plugin with GLib 2.31. (#14773)

	Pidgin:
	* Add support for the GNOME3 Network dialog. (#13882)
	* Fix rare crash. (#14392)
	* Add support for the GNOME3 Default Application dialog for configuring
	  the Browser.

	libpurple:
	* Support new connection states and signals for NetworkManager 0.9+.
	  (Dan Williams) (#13859)

	AIM and ICQ:
	* Fix a possible crash when receiving an unexpected message
	  from the server. (Thijs Alkemade) (#14983)
	* Allow signing on with usernames containing periods and
	  underscores. (#13500)
	* Allow adding buddies containing periods and underscores. (#13500)
	* Don't try to format ICQ usernames entered as email addresses.
	  Gets rid of an "Unable to format username" error at login. (#13883)

	MSN:
	* Fix possible crashes caused by not validating incoming messages as
	  UTF-8. (Thijs Alkemade) (#14884)
	* Support new protocol version MSNP18. (#14753)
	* Fix messages to offline contacts. (#14302)

	Windows-Specific Changes:
	* Fix the installer downloading of spell-checking dictionaries (#14612)
	* Fix compilation of the Bonjour protocol plugin. (#14802)

	Plugins:
	* The autoaccept plugin will no longer reset the preference for unknown
	  buddies to "Auto Reject" in certain cases. (#14964)

version 2.10.1 (12/06/2011):
	Finch:
	* Fix compilation on OpenBSD.

	AIM and ICQ:
	* Fix remotely-triggerable crashes by validating strings in a few
	  messages related to buddy list management.  Thanks to Evgeny Boger
	  for reporting this!  (#14682)

	Bonjour:
	* IPv6 fixes (Linus Lüssing)

	Gadu-Gadu:
	* Fix problems linking against GnuTLS. (#14544)

	IRC:
	* Fix a memory leak when admitting UTF-8 text with a non-UTF-8 primary
	  encoding.  (#14700)

	Jabber:
	* Fix crashes and memory leaks when receiving malformed voice
	  and video requests.  Thanks to Thijs Alkemade for reporting this!

	Sametime:
	* Separate "username" and "server" when adding new Sametime accounts.
	  (#14608)
	* Fix compilation in Visual C++. (#14608)

	SILC:
	* Fix CVE-2011-3594, by UTF-8 validating incoming messages before
	  passing them to glib or libpurple.  Identified by Diego Bauche
	  Madero from IOActive.  (#14636)

	Yahoo!:
	* Fetch buddy icons in some cases where we previously weren't. (#13050)

	Windows-Specific Changes:
	* Fix compilation
2012-04-04 13:20:06 +00:00
rhaen
9c66c2dcbf - Updated to 6.78
- Added dependency p5-Test-Differences

Changes:
6.78  Wed Dec 7 20:29:45 GMT 2011
    - Prevent an IPv6 test failure

6.77  Fri Dec 2 03:55:14 GMT 2011
    - Prevent a test failure in 06_online.t if the host is K-lined

6.76  Tue Nov 29 03:24:55 GMT 2011
    - DCC.pm: Fix DCC RESUME, it was broken
    - NickReclaim.pm: Make it more robust and prevent an error from being
      raised when we quit from IRC.
2012-04-01 18:30:45 +00:00
hans
59d2126f17 Revert the patch that added locale support by buildlinking against
converters/libiconv, which did break on NetBSD. Instead, disable nls
explicitly and set CFLAGS.SunOS when using gcc>=4.6.
2012-04-01 18:30:34 +00:00
shattered
9f8392573c Update to 1.6.21. Notable changes:
- Added CIDR support to eggdrop. This includes accepting and matching b/e/I
    masks and user hosts in cidr notation.
  - Added a msg-rate config variable, to replace the current #define msgrate
    in server.mod.
  - Replaced most dns.mod preprocessor definitions with config variables.
  - Added a configure option to set the handlen while keeping compatibility with
    the older method of editing eggdrop.h directly.

  - Explicitly offer both --enable-tcl-threads and --disable-tcl-threads
    configure options that can forcefully enable or disable threaded Tcl
    library support.

  - Fixed a remote DoS in the CTCP parsing code introduced by the servmsg.c
    buffer overflow patch by Nico Golde.
    Reference: CVE-2009-1789
  - Work around Tcl8.5.10 bug 3371644 (strings starting with # could crash
    in Tcl_ConvertElement()).
  - tcl_maskhost could crash the bot.
  - Fixed a potential crash in read_lang() with lines > 512 characters in
    language files. Added support for lines of unlimited size.
  - Fixed dns.mod SIGBUS crashes on 64-bit Sparc.
  - Fixed a crash when restarting, related to bind log.
2012-03-31 21:52:56 +00:00
taca
de0ab2936c Bump PKGREVISION reflecting the default Ruby's version change. 2012-03-22 14:25:25 +00:00
obache
5968cd2a27 Remove -enumtypes rurles.
It may break installed header files from gst-plugins0.10-base as PR 46229.
2012-03-20 11:17:49 +00:00
markd
d48463723f Update to 1.4
A brief selection of highlights since v1.3.1:
* URL and email detection in text views has been rewritten from scratch, greatly
  improving the handling of various types of URLs and the contexts they might
  appear in.
* Extensive improvements to IRC formatting code handling, including the return
  of background color support.
* Extensive, sometimes full rewrites of user interface elements such as nearly
  all context menus, the URL Catcher and the Warning Dialogs system for a long
  list of user interface improvements and bug fixes.
* Improved SSL connection behavior.
* Translation support and various other improvements in several bundled scripts.
* Expanded Python scripting support via the introduction of an API support
  package.
* Support for more IRC numerics.
* Various bugfixes to input line command handling and connection behavior.
2012-03-20 10:36:40 +00:00
obache
2cd654bab6 Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
obache
214f3a9a55 bump PKGREVISION from python default change to 2.7. 2012-03-10 10:56:12 +00:00
obache
f95b46146d python also required for build only, ride on last update. 2012-03-10 08:49:11 +00:00
obache
1d62c10176 py-expat is just required to build.
Bump PKGREVISION.
2012-03-10 08:47:15 +00:00
obache
3bdb1ba7cd LICENSE=gnu-lgpl-v2.1 2012-03-10 08:41:47 +00:00
obache
72d25191ad Add missing RCS id to patch file. 2012-03-10 08:38:34 +00:00
obache
ff1bb62bb6 Python for build only.
Bump PKGREVISION.
2012-03-10 08:33:07 +00:00
wiz
8b5589a2ea Bump PKGREVISION for python default version change to 2.7.
py-* not affected, since it built different versions depending on the
setting already.
2012-03-09 12:33:57 +00:00
fhajny
0d49175d31 Patcj to make the SunOS condition in libgadu a bit more generic. 2012-03-09 11:45:01 +00:00
minskim
c1f9fae288 Reduce pidgin-latex's dependencies on TeX. 2012-03-06 23:08:05 +00:00
ryoon
45f8f27196 Recursive PKGREVISION bump for xulrunner, nss, and nspr. 2012-03-06 17:38:53 +00:00
wiz
e0808f0de0 More pcre PKGREVISION bumps. 2012-03-03 12:54:15 +00:00
wiz
ee311e3b36 Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
hans
718bbf4bcf Recursive bump from devel/boost-libs update. 2012-02-29 16:32:19 +00:00
hans
5cda040260 Override configure checks for gmp and iconv, seems --without-gmp and
--without-iconv is not enough.
2012-02-28 17:37:42 +00:00
hans
db627d9b5c Don't use xargs when creating the libraries. This can result in xargs
invoking libtool twice, creating a library with most of the objects
missing.
2012-02-28 17:37:10 +00:00
drochner
9abc36593a use vala-0.14 for build because it doesn't want to build with 0.12
anymore, probably due to seemingly innocuous changes to
gobject-introspection, from Patrick Welche per PM
cvs: ----------------------------------------------------------------------
2012-02-21 22:49:18 +00:00
sbd
d6e34b1b58 Add "PKG_GROUPS=nobody" as its default group for bitlbee.
(Some systems have a 'nogroup' instead of a 'nobody' group.)
2012-02-21 22:10:15 +00:00
sbd
f75c7fffcc Add 'libresolv' hack for Linux. 2012-02-21 06:27:38 +00:00
hans
55ea3e0e9d Uses perl. 2012-02-17 13:46:46 +00:00
hans
54c8799333 Fix build on SunOS. 2012-02-16 16:13:51 +00:00
hans
cc8229d99d Include strings.h for rindex(), fixes build on SunOS. 2012-02-16 16:11:24 +00:00
hans
3853ba4d1f Fix build on SunOS. 2012-02-16 16:04:52 +00:00
hans
b3f11ce974 Fix build on SunOS. Also fix a few things that gcc46 complains about. 2012-02-16 15:50:15 +00:00
hans
ed19eb9970 Fix build on SunOS. 2012-02-16 15:37:55 +00:00
hans
8948fa317c Fix destdir build. 2012-02-16 15:36:31 +00:00
hans
2303554286 Fix build on SunOS. 2012-02-16 15:28:19 +00:00
hans
ca21c23fbb Build locales, buildlink against libiconv. 2012-02-16 15:26:41 +00:00
hans
3c2357aace Fix build on SunOS. 2012-02-16 15:12:49 +00:00
hans
32a83d8064 Fix build on SunOS. 2012-02-16 15:00:58 +00:00
hans
607421ac31 Fix build on SunOS. 2012-02-16 13:50:52 +00:00
hans
724ed656b7 Fix build on SunOS. 2012-02-16 13:39:26 +00:00
sbd
0e4ac4504b Comply the the C++ spec by making a variable that is assigned the result
of a strchr(const char *, int c) call a constant.
2012-02-08 00:12:37 +00:00
sbd
9502b658af SET_LIBDIR=yes 2012-02-08 00:09:56 +00:00
wiz
6b5bd8d27a Revbump for
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)

Enjoy.
2012-02-06 12:39:17 +00:00
marino
20f26e89dd chat/telepathy-idle: Fix indirect linking error on DragonFly only 2012-01-24 23:32:24 +00:00
sbd
0baf031533 Recursive dependency bump for databases/gdbm ABI_DEPENDS change. 2012-01-24 09:10:50 +00:00
wiz
a630027a43 Update to 0.5.
0.5 (2012-01-20)

- cmake support (autoconf still supported)

- portability fixes
2012-01-20 15:05:05 +00:00
sbd
0fea84f4dc Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2012-01-17 21:43:18 +00:00
obache
368da44445 gsed related clean up.
* Stop to treat NetBSD's sed as GNU sed, not full compatible.
  * Then, no need to reset TOOLS_PLATFORM.gsed for NetBSD if USE_TOOLS+=gsed and
    real GNU sed is required.
  * In addition, convert simple USE_TOOLS+=gsed to conditionally, without NetBSD.
* convert {BUILD_,}DEPENDS+=gsed to USE_TOOLS, all tools from gsed are real gsed.
2012-01-14 07:44:33 +00:00
obache
615c758c19 Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. 2012-01-13 10:54:43 +00:00
sbd
179bfba5de Add missing mk/termcap buildlink.
Fix the -I order on the cc command line.

Bump PKGREVISION
2012-01-09 23:08:56 +00:00
sbd
2a24dd931d Add missing mk/termcap buildlink.
Fix the -I order on the cc command line.

Bump PKGREVISION
2012-01-09 22:32:22 +00:00
drochner
f7562db1de clean up in some cases where the faked "libgnutls-config" script
is not needed anymore
2012-01-09 14:53:31 +00:00
obache
78cb977b26 Recursive bump from boost-libs shlib bump. 2012-01-09 02:54:24 +00:00
fhajny
d39ed889a7 Update ejabberd to 2.1.10.
Bug fixes:

* Erlang/OTP compatibility
- Support Erlang/OTP R15B regexp and drivers (EJAB-1521)
- Fix modules update in R14B04 and higher
- Fix modules update of stripped beams (EJAB-1520)

* XMPP Core
- Fix presence problem in C2S after first unavailable (EJAB-1466)
- Fix bug on S2S shaper when TLS is used
- Prevent overload of incoming S2S connections

* XEPs
- BOSH: Get rid of useless mnesia transaction (EJAB-1502)
- MUC: Don't reveal invitee resource when room informs invitor
- Privacy: Activate "Blocked Contacts" to current c2s connection (EJAB-1519)
- Privacy: Always allow packets from user's server and bare jid (EJAB-1441)
- Pubsub: Add hooks for node creation/deletion (EJAB-1470)
- Shared Rosters: support groupname@vhost in Displayed Groups (EJAB-506)
- Vcard: Fix error when lowercasing some search results (EJAB-1490)
2012-01-07 23:02:03 +00:00
fhajny
af93f05122 Update ejabberd to 2.1.9.
Changes:

* Core ejabberd
- Decrease CPU usage caused by tls:send with large data
- Escape iolist correctly when NIFs are disabled (EJAB-1462)
- Fix code to satisfy Dialyzer warnings
- Fix compilation in Windows
- Replace calls of OTP’s Binary, since they would require R14

* LDAP
- Document ldap_tls_cacertfile and ldap_tls_depth options (EJAB-1299)
- Log an error when an LDAP filter is incorrect (EJAB-1395)
- New options: ldap_tls_cacertfile and ldap_tls_depth (EJAB-1299)
- New option: ldap_deref_aliases (EJAB-639)
- Match ldap_uidattr_format case-insensitively (EJAB-1449)

* MUC
- Support for multiple entry with same nick to MUC rooms (EJAB-305)
- Support voice request and approvement
- New room option: allow_private_messages_from_visitors
- New room options: allow_voice_requests and voice_request_min_interval
- Include status 110 in presence to new occupant (EJAB-740)
- Fix mod_muc_log crash when first log entry is room destroy (EJAB-1499)
- Many fixes and improvements in mod_muc

* Pubsub
- Enable pubsub#deliver_notification checking (EJAB-1453)
- Fix Denial of Service when user sends malformed publish stanza (EJAB-1498)

* ODBC
- Fix ODBC account counting (EJAB-1491)
- Optimized mod_roster_odbc:get_roster

* Miscellanea:
- New SASL SCRAM-SHA-1 authentication mechanism (EJAB-1196)
- New option: resource_conflict (EJAB-650)
2011-12-21 13:42:36 +00:00
dholland
746eebf6ab Fix HOMEPAGE, from Snader_LB 2011-12-18 15:31:34 +00:00
sbd
2daf223d40 Add missing mk/termcap buildlink.
Bump PKGREVISION
2011-12-17 23:42:40 +00:00
sbd
fff33cfa82 Add missing mk/termcap buildlink.
Respect LDFLAGS

Bump PKGREVISION
2011-12-17 10:14:52 +00:00
marino
057631d902 chat/tzc: Add DragonFly and FreeBSD support
DragonFly and FreeBSD don't build libdes with Kerberos IV.  Likely the
modification of removing -ldes and adding -lcrypt could have been done
entirely with changing LDFLAGS, but conservately sed subsitition was used
in order to avoid changing library linking order and possibly breaking
other platforms.
2011-11-28 19:44:14 +00:00
marino
2378bc10b3 chat/zephyr: Add DragonFly and FreeBSD support
DragonFly and FreeBSD don't build libdes with Kerberos IV, and at least
DragonFly doesn't have heriod support.  Sed substition within the Makefile
was required due to requirements conflicts between platforms.
2011-11-28 19:42:39 +00:00
marino
085c0aa2de chat/quirc: Fix build with modern GCC 2011-11-27 23:49:38 +00:00
joerg
06a6cd7750 Try to deal with OpenSSL changes and stricter GCC warnings. 2011-11-27 19:35:27 +00:00
marino
e8d86d6323 chat/centericq: stdlibc++ too old for DragonFly
Centericq hasn't been updated by the author since 2005.  The hash_map classes
that it uses were deprecated and finally removed from gcc.  They are not
available in gcc4.4, the default DragonFly compiler.  This packages is being
masked for DragonFly 2.10 and later.
2011-11-26 17:21:15 +00:00
joerg
a09c2c2126 string.h is always good. 2011-11-25 21:33:11 +00:00
joerg
74dc552d51 Always include string.h 2011-11-25 21:31:13 +00:00
marino
ed6ce3202d chat/kmess: Fix DragonFly breakage
Conditionally add <strings.h> for DragonFly.
No PKGREVISION bump required.
2011-11-23 22:36:27 +00:00
marino
76b4418ef7 chat/gloox: Fix DragonFly breakage
Gloox probably never built on DragonFly.  These two patches use __DragonFly__
macro to fix the missing header problem, so no PKGREVISION bump required.
2011-11-23 19:37:56 +00:00
marino
43647f68e1 chat/gajim: Add msgfmt to USE_TOOLS
Required to build on DragonFly.
2011-11-23 19:33:56 +00:00
marino
15562c147d chat/telepathy-logger: Add msgfmt to USE_TOOLS
Required to build on DragonFly.
2011-11-23 19:30:08 +00:00
marino
e4e9add174 chat/libfolks: Add msgfmt to USE_TOOLS
Required to build on DragonFly.
2011-11-23 19:27:38 +00:00
joerg
55642258f5 Fix build with GCC 4.5 2011-11-22 18:02:31 +00:00
sbd
d82cb3e038 Recursive bump for graphics/ImageMagick buildlink addition. 2011-11-20 22:11:21 +00:00
schnoebe
5bebdb965a pkg/45157
Mention security/qca2-gnupg on the line with GnuPG support.
2011-11-20 18:07:46 +00:00
tonio
b9f3f8ac88 Fix problem with msn connect, reported by Frédéric Fauberteau
The patch is obtained using revisions 824 and 825 of the bitlbee repository
2011-11-18 21:06:19 +00:00
tron
c7e1109719 Add missing file "share/irc/help/nuser" to package list and bump
revision because the binary package changed.
2011-11-16 08:28:29 +00:00