Commit graph

167140 commits

Author SHA1 Message Date
wiz
0e5478d051 Add options.mk from wip (was included already). 2011-01-03 09:13:26 +00:00
dsainty
f5c11a063e Since ilmbase 1.0.2 is not reliably usable on some platforms, bump required
version to 1.0.2nb1.
2011-01-03 08:47:54 +00:00
dsainty
45daac5630 Include <cstring> to declare memcpy(), used by blurImage(). No
PKGREVISION bump required, no functional change on platforms
where this previously built.

Fixes building graphics/openexr under Ubuntu 10.10.
2011-01-03 08:04:25 +00:00
dsainty
a6d82b0fbd Include <cstring> to declare memset(), used from ImathMatrix.h in
inlines.  Bump PKGREVISION, as this modifies the installed header
as used by other packages.

Partially fixes building graphics/openexr under Ubuntu 10.10.
2011-01-03 07:58:43 +00:00
obache
2d6e78f0e4 Fixes patch for DragonFly BSD for if_wavelan_ieee.h's path.
PR#44321 by Sascha Wildner.

Still broken for 2.8.2, because `struct wi_req' is disabled in
the include file, but it was changed in DragonFly master.
2011-01-03 07:38:57 +00:00
adam
0bb36053f3 PLIST fix: some files are not installed on Mac OS X; pkglint clean-up 2011-01-03 05:58:49 +00:00
obache
4bd80b86ce Disable ld-version-script for Interix.
PR#44291.
2011-01-03 03:11:14 +00:00
obache
4e380257ac Some patches for DragonFly.
* need to include sys/socket.h, PR#44313.
* same signature as Linux and NetBSD for PAM related functions.
2011-01-03 02:39:32 +00:00
taca
3a56800430 Note update of www/geeklog to 1.7.1.1 (1.7.1sr1). 2011-01-03 01:58:44 +00:00
taca
53b855e02b Update geeklog package to 1.7.1.1 (1.7.1sr1), security fix.
Jan 2, 2011 (1.7.1sr1)
------------

This release addresses the following security issue:

Aung Khant of the YGN Ethical Hacker Group reported an XSS in the admin's
configuration panel.
2011-01-03 01:57:24 +00:00
obache
be0c2e789e Note upstream ticket URL. 2011-01-03 01:44:59 +00:00
obache
b86912322f Add an patch for DragonFly BSD usb headers.
PR#44320 by Rumko.
2011-01-03 01:40:46 +00:00
schnoebe
43f71ed1a2 Update to tkabber 0.11.1
Change log:

Main changes in 0.11.0

    * New tabbed user interface. Tab headers now occupy several rows and
      tab bar can be docked to the left and right sides of chat window
    * Roster filter
    * Added support for pixmaps (in particular emoticons) JISP archives
      (XEP-0038)
    * Added support for SOCKS4a and SOCKS5 proxy for the main connection
    * Added user location support (XEP-0080)
    * Added user mood support (XEP-0107)
    * Added user activity support (XEP-0108)
    * Added user tune support (XEP-0118)
    * Added entity capabilities (XEP-0115 v.1.5, only reporting) support
    * Added basic robot challenges support (XEP-0158, v.0.9)
    * Added partial data forms media element support (XEP-0221, v.0.2,
      URIs and images only)
    * Roster is now exported to XML instead of Tcl list
    * Added support for entity time (XEP-0202)
    * Tkabber version is now reported in disco#info (XEP-0232)
    * Moved deprecated Jabber Browser (XEP-0011) to an external plugin
    * Moved Jidlink file transfer to an external plugin
    * Added several new plugins: attline, ctcomp, custom-urls,
      floatinglog, gmail, openurl, presencecmd, receipts
    * Many fixes and enhancements
2011-01-03 00:21:19 +00:00
schnoebe
24007e4c10 Updated chat/psi to 0.14 2011-01-02 23:53:36 +00:00
schnoebe
f1a465fe7b Bring psi up to the current release version, 0.14:
Changes
-------
  New in 0.14
  - Added color options to the chat window.
  - Can now specify a reason for kick/ban in groupchat.
  - Improved User Info window, to show more fields and photo view/save.
  - Support for Enchant as an alternative to Aspell.
  - Commandline interface now supports choosing profile and setting status.
  - D-BUS interface now supports setting status and indicating sleep/wake.
  - Fixed voice calling compatibility bugs with Pidgin and Empathy.
  - Various other minor improvements and bugfixes.

  New in 0.13
  - Voice calls (Jingle RTP).
  - Basic XMPP URI handler.
  - Ability to permanently trust certificates at connect time.
  - Mini command system (Ctrl+7 in chat window).
  - Various bugfixes.
2011-01-02 23:53:12 +00:00
jdolecek
6205c5bfaf make compile on systems without O_DIRECT (i.e. Mac OS 10.6) 2011-01-02 17:45:05 +00:00
obache
1f3904ba24 Fixes build on DragonFly-2.8.2. 2011-01-02 14:46:38 +00:00
obache
00932248ef Fixes build on DragonFly-i386. 2011-01-02 13:01:44 +00:00
wiz
644194356a Updated textproc/mdoclint to 1.13 2011-01-02 12:42:06 +00:00
wiz
4e6116b6be Accept 2011. Bump version. 2011-01-02 12:40:37 +00:00
obache
0a3c4e733c Fixes build on DragonFly-2.8.2 for SCTP support. 2011-01-02 12:23:32 +00:00
schmonz
9126d8de8b Updated www/ikiwiki to 3.20101231 2011-01-02 05:13:26 +00:00
schmonz
edb965d1e9 Update to 3.20101231. From the changelog:
* Better support for serving the same site on multiple urls. (Such as
     a http and a https url, or a ipv4 and an ipv6 url.)
     (Thanks, smcv)
   * API: urlto without a defined second parameter now generates an url
     that starts with "/" (when possible; eg when the site's url and cgiurl
     are on the same domain).
   * Now when users log in via https, ikiwiki sends a secure cookie, that can
     only be used over https. If the user switches to using http, they will
     need to re-login. (smcv)
   * inline: Display feed buttons for nested inlines, linking to the inlined
     page's feed. (Giuseppe Bilotta)
   * goldtype: New theme, based on blueview, contributed by Lars Wirzenius.
   * po: do not override homepage title when it was overridden. (intrigeri)
   * Set HTML::Template's parent_global_vars option to allow using parameters
     like title_overridden that do not appear on the template. (intrigeri)
     (See https://rt.cpan.org/Public/Bug/Display.html?id=64158)
   * inline: Force an absolute page location when the inline postform is used.
   * editpage, comment: Clean up title when editing or creating a page or
     comment.
   * teximg: Use `[` and `]` instead of not recommended `$$`. (Paul Menzel)
     Closes: #596084
   * monotone: Improve version parsing to support patch and development
     versions of the monotone binary. (tommyd3mdi)
   * highlight: Support highlight 3.2+svn19 (note that released version 3.2
     is not supported). Closes: #605779 (David Bremner)
   * Add a second parameter to the rcs_diff hook, and avoid bloating memory
     reading in enormous commits.
   * git: Fix bug involving attempting to web revert a commit that included
     changes to attachments.

Updating during the freeze for bugfixes to this leaf package.
2011-01-02 05:13:02 +00:00
adam
a8c14e7a68 * Replace patch-ab with SUBST to enable LIBTOOL in gui.pro; fixes the problem
with ssse3 extension and other future additions to gui.pro.
* Use CONFIGURE_ARGS instead of 'license-acceptance' file to enable open
  source licence.
* qmake.conf for Interix (patch-ai) is no longer needed since PkgSrc's
  qmake.conf replaces all mkspecs in pre-configure.
2011-01-01 21:39:06 +00:00
gson
d5e009a96e note update of net/py-boto to 1.9b 2011-01-01 17:52:47 +00:00
gson
3c231e7acd Update net/py-boto from 1.6b to 1.9b. Changes include:
- Support for RDS, BootFromEBS, Spot Instances, and more
 - Fixes Issue 251, a problem with POST when using Eucalyptus
 - Fixes serious S3 issue (245) and issue 243 and 244
 - Adds support for Autoscale, CloudWatch, ELB.
 - Adds support for new SQS features
Also, added 26 to PYTHON_VERSIONS_ACCEPTED.
2011-01-01 17:51:06 +00:00
wiz
87e21b4801 Only include nspr and threads bl3.mk files when threading is enabled;
otherwise they are not pulled in by the base package and the buildlink
step fails. (Broke avidemux.)
2011-01-01 14:03:42 +00:00
obache
37d2a23553 Fixes installation when SHELL is not a Bone shell like. 2011-01-01 13:39:14 +00:00
obache
512a8b7801 and USE_PKGLOCALEDIR=yes. 2011-01-01 13:18:36 +00:00
obache
f2fdc879e6 As PLIST, it is expected that enable translations, so add buildink with
gettext-lib and msgfmt to USE_TOOLS.
2011-01-01 13:17:29 +00:00
obache
dfb11a33ca * as PLIST, it is expected enable translations support, so add buildlink
with gettext-lib and msgfmt to USE_TOOLS.
* let to not depend on lang/ruby, it wll conflicts with PKG_ALTERNATIVES.
2011-01-01 13:10:37 +00:00
obache
965d7272f4 Fixes for DragonFly-2.8.2. 2011-01-01 12:42:28 +00:00
obache
5a3f094d49 Using xgettext, msguniq, msgmerge and msgfmt. 2011-01-01 12:34:14 +00:00
obache
710ac4d051 Fixes build failure on DragonFly-2.8.2.
* not have libresolv, but required functions in libc.
* need to include <sys/socket.h> exactly in some place.
2011-01-01 12:13:10 +00:00
obache
d434b895e6 Need msgfmt to install message catalogue.
While here, exactly buildlink with gettext-lib and set USE_PKGLOCALEDIR.
2011-01-01 09:08:06 +00:00
obache
20efb847ad Add DragonFly support.
(for patch-ad, NetBSD support is already in, reuse for DragonFly).
2011-01-01 05:43:28 +00:00
obache
c498cf8b5c Fixes last commit
* This package is not DESTDIR ready (need pwlib to be ready first).
* "do-install" must be changed to "post-install", or INSTALL_DIRS will not
  errect.
2011-01-01 05:09:17 +00:00
jnemeth
95993f663d new file for 2011 2011-01-01 05:05:27 +00:00
obache
60cac3ed1a Some paths adjustments for x86_64. 2011-01-01 03:48:54 +00:00
obache
e7035eac5f Need to use externanl gettext-lib if using external neon,
or failed to build.
2011-01-01 03:10:10 +00:00
dmcmahill
f3e7799943 Updated print/latex-mk to 2.1 2010-12-31 21:57:29 +00:00
dmcmahill
1f1e4c5651 Update to latex-mk-2.1
--------------------------------
Release Notes for LaTeX-Mk-2.1
--------------------------------
- Fixed a bug in the quoting of lgrind related variables.  The
  result is that the clean target didn't quite work right.

- Improved quoting in the latex-mk script to better handle
  the case of a file name with spaces in it.

--------------------------------
Release Notes for LaTeX-Mk-2.0
--------------------------------
- Added support for the bibunits package

- Fix a bug when exporting xfig figures to pdf (they were exporting
  to postscript instead).

- No longer install the .dvi or .ps versions of the manual.

- Fix a bug where PDFLATEX_FLAGS wasn't being properly
2010-12-31 21:55:50 +00:00
obache
133f8caf63 include <sys/socket.h> additionally for socket related things.
fixes build failure on DragonFly.
2010-12-31 16:39:22 +00:00
obache
e4f2b2e8a3 At the previous bump to 1.0.21nb1, dependency on libtiff was added,
so also need to add buildlink libtiff here.
PR#44298.
2010-12-31 15:38:24 +00:00
obache
9fad8de534 Fixes build on DragonFly. 2010-12-31 14:36:07 +00:00
obache
1c662470a8 Updated graphics/rabbit to 0.9.2 2010-12-31 10:47:40 +00:00
obache
69e88fbae1 Update rabbit to 0.9.2.
== 0.9.2: 2010-12-31

A release for Matz.

=== Improvements

==== Theme

  * Added Debian theme. [Added by Youhei SASAKI]
  * cairo backend:
    * Supported line_cap.
    * Supported line_join.
    * Supported Pixbuf as pattern source.
    * Supported matrix transformation of pattern.
  * default-slide: Supported line width customization.
    * @default_headline_line_width
    * @default_headline_line_params
    * @default_headline_line_expand
  * tag:
    * Added margin-top tag.
    * Added margin-bottom tag.
  * slide-logo: Supported slide logo width/height/position customization.
    * @slide_logo_width
    * @slide_logo_height
    * @slide_logo_position
  * Added ranguba theme.

==== Information Window

  * Showed rest time before timer start. [Suggested by Yukihiro Matsumoto]
  * Showed the current slide. [Suggested by Yukihiro Matsumoto]
  * Supported keyboard/mouse operations from information window.
    [Suggested by Yukihiro Matsumoto]

=== Thanks

  * Youhei SASAKI
  * Yukihiro Matsumoto
2010-12-31 10:47:07 +00:00
obache
c9153f72af + ipa-2.0.9 [pkg/44300] 2010-12-31 10:24:13 +00:00
obache
b65fa0cc3c This package is using GNU Configure script.
Changed to GNU_CONFIGURE=yes so that pksrc hooks for GNU Configure will be
invoked and fixes PR#44299.
2010-12-31 07:57:14 +00:00
wiz
cd643eaeb3 Fix pkglint warning. 2010-12-31 06:21:33 +00:00