Commit graph

198968 commits

Author SHA1 Message Date
joerg
c2aac8d63f Don't try to use weak aliases. 2013-03-24 16:48:17 +00:00
joerg
25ee94139c Fix build with Clang and as unprivileged user. 2013-03-24 16:47:47 +00:00
joerg
c0a1a12a20 Add forgotten patch to fix build. 2013-03-24 16:46:37 +00:00
joerg
a0dfe45d85 Fix build with Clang. 2013-03-24 16:45:54 +00:00
joerg
917308a679 Fix PLIST for Python != 2.7 2013-03-24 16:44:37 +00:00
joerg
acc03a31db Revert, NSFramework_PrefsModule.m is automatically regenerated. 2013-03-24 16:42:10 +00:00
dholland
23334c7aa3 Needs asciidoc as well as xmlto; however, xmlto is only used at build time.
PKGREVISION -> 1
2013-03-24 16:21:56 +00:00
dholland
0ac8d6183c Add xmlto to BUILD_DEPENDS; seen in Joerg's build. 2013-03-24 16:12:33 +00:00
rodent
34d83c14d3 Fixed local username as NetBSD username typo. 2013-03-24 16:10:45 +00:00
rodent
357f1cfb86 Updated net/wpa_gui to 2.0 2013-03-24 16:08:01 +00:00
rodent
fc148378d0 Updated net/wpa_supplicant to 2.0 2013-03-24 16:07:32 +00:00
tsutsui
1e478ba1b1 Updated x11/mlterm to 3.1.9 2013-03-24 16:02:56 +00:00
tsutsui
942b63e6b5 Update mlterm to 3.1.9. (leaf package minor update)
Changes per doc/en/ReleaseNote:

ver 3.1.9
* Remove --enable-sixel option from configure, and add --disable-image option.
  That is, support sixel graphics by default unless configure with
  --disable-image option. (tool/w3m-remoteimg which doesn't depend on sixel
  graphics but on OSC 5379 show_picture also works on mlterm by default.)
* Separate SSH client functions to a dynamically loaded module (libptyssh)
  in platforms except win32.
* Treat key strings of "main" configuration file case-insensitively.
  (Both encoding=utf8 and ENCODING=utf8 are available.)
* Assign -M and -P options as the short options of --im and --clip.
* Add "allow_change_shortcut" (--shortcut) option which enables "set_shortcut"
  command of configuration protocol.
* Bug fixes:
  Fix the conflict of DCS(0x90) and the first byte of SJIS, GBK and so on.
  Fix the bug which disabled input and output of pty when configuration program
  such as mlconfig is started.
  Encode input character masked with 0x80 to the character encoding of pty
  if the value of mod_meta_mode option is 8bit. (Thanks to Vladimir Elisseev)
  Fix the bug which disabled Alt+symbol and Control+@ in win32.
  Fix the bug which disabled some shortcut key settings.
2013-03-24 16:02:13 +00:00
drochner
00164c1821 remove obsolete binding pkg 2013-03-24 15:19:54 +00:00
dholland
c0b34dd190 Remove another wrong CONFLICTS. sigh 2013-03-24 15:15:09 +00:00
rodent
437cdc028f Pull-up leaf package wpa_gui. Fully resolves PR pkg/47605. OK'd by wiz@ in
private mail.
2013-03-24 14:33:14 +00:00
rodent
338fa3388f Pull-up leaf package. Half-way resolves PR pkg/47605. OK'd by wiz@ in
private mail. Diffs were provided in PR.
2013-03-24 14:17:30 +00:00
kleink
ee65f52223 Updated www/py-flask-admin to 1.0.5. 2013-03-24 13:27:13 +00:00
kleink
97030aff85 Update py-flask-admin to 1.0.5.
1.0.5
* SQLAlchemy 0.8 support
* Choices and PostgreSQL Enum field type support
* Flask-BabelEx will be used to localize administrative interface
* Simple text file editor
* File admin has additional hooks: rename, edit, upload, etc
* Simple text file editor
* External links in menu
* Column descriptions
* Possibility to override master template
* Reworked templates. New âlayoutâ sample with completely different
  administrative UI
* Ability to customize wtforms widget rendering through form_widget_args
  property
* German translation (WIP)
* Updated documentation
* Lots of bug fixes
2013-03-24 13:24:27 +00:00
jperkin
c4a2ba0ada SunOS needs -lm. Doesn't fix the build, but gets us further. 2013-03-24 11:30:10 +00:00
jperkin
6e1de96f86 Portability fixes. 2013-03-24 10:55:07 +00:00
sbd
47785d754e Fixing path to python with python is being call from a python script. 2013-03-24 09:11:01 +00:00
sbd
50e38d4dc1 Remove empty patch file. 2013-03-24 09:00:03 +00:00
spz
93a5acd734 mention the poppler update 2013-03-24 07:11:19 +00:00
spz
84c515fc07 Fix the following vulnerabilities:
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1788
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1789
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-1790
by updating to the latest stable version.

Changes against 0.22.1:
 core:
  * Correct rendering of underline and strike out annotations (Bug #61518)
  * Workaround broken jpeg stream definitions (Bug #61994)
  * SplashOutputDev: Restore CTM on early exits (Bug #61413)
  * SplashOutputDev: Make sure we don't try to paint in x < 0 (KDE Bug #315432)
  * Fix latin page labels. (Bug #61034)
  * Fix compilation with jpeglib9
  * Fix minor valgrind warning

 utils:
  * pdfimages: Fix extraction of some images (Bug #61168)

 build system:
  * Fix the build with automake-1.13

Changes against 0.22.0:
core:
 * Fix crash in some pdf files when extracting text (Bug #59561)
 * Fix crashes in wrongly formed files
 * Fix wrong warning when opening some files (Bug #58966)

build system:
 * Improve autoconf jpeglib.h detection (Bug #59186)

Changes against 0.20 include

Release 0.22.0
core:
 * Fix crash in invalid files that define a <= 0 bits per image value
 * Fix a few issues in JPX decoding when not using OpenJPEG
 * TextOutputDev: Use page size for max value in TextPage::visitSelection
 * Fix typo in error message

utils:
 * Fix pdfunite regression (Bug #58569)
 * Demo fixes and improvements

misc:
 * pdf-inspector improvements

Release 0.21.4
core:
 * SplashOutputDev: Fix crash when rendering in monochrome mode
 * SplashOutputDev: Fix line widths in monochrome mode (Bug #57294)
 * PSOutputDev: Fix crop on EPS conversion (Bug #30692)
 * TextOutputDev: Fix minor logic mistake
 * Fix assert on some malformed files (Bug #58257)
 * Move #include "jpeglib.h" into .cc file (Bug #57687)
 * Filter text that may end up being written to the shell
 * Fix windows compile warnings

glib:
 * Add poppler_annot_set_flags (Bug #58015)
 * Demo fixes and improvements

qt4:
 * Fix check_lexer on 32-bit systems

Release 0.21.3
core:
 * Splash: Implement bilinear image scaling (Bug #22138)
 * CairoOutputDev: Update fill and stroke color in startPage (Bug #54526)
 * Fix GooString::insert()
 * Allow large chars in TextPage
 * Fix crash on ActualText::end
 * Don't use memcpy to copy classes
 * Fix warnings

glib:
 * Check if words end with spaces (Bug #54504)
 * Ensure text is only computed on first render
 * Fix warnings while generating introspection file
 * Fix returns tag in PopplerAttachmentSaveFunc api doc
 * Minor demo fixes

Release 0.21.2
core:
 * CairoOutputDev: make drawImage work with images > 32767 in width/height
(Bug #56858)
 * CairoOutputDev: Fix soft mask when image resolution != smask resolution
(Bug #57070)
 * CairoOutputDev: Fix crash in CairoImageOutputDev with
setSoftMaskFromImageMask (Bug #57067)
 * Remove a check on fonts that we don't need (Bug #56753)
 * Misc code cleanups

utils:
 * pdftocairo: Add tiff output support (Bug #57006)
 * pdfunite: Fix -v (Bug #56817)
 * Misc code cleanups

Release 0.21.1
core:
 * Annotation improvements
 * Form improvements
 * CairoImageOutputDev: Support parameterized Gouraud shading (Bug #56463)
 * UTF validation fixes
 * Do not call drawing routines if we don't need non text (Bug #54617)
 * Fix Memory leak in CharCodeToUnicode (Bug #54702)

qt4:
 * Make LinkRendition properties available (Bug #55378)
 * Accessors for FormWidgetChoice::editChoice
 * Implement overprint

Release 0.21.0
core:
 * Support the modification of files with Encrypt
 * Annotation improvements
 * Form improvements
 * Splash: Implement DeviceN support
 * Splash: Avoid bogus memory error for tilingPattern
 * TextOutputDev: Allow multiple fonts in a TextWord
 * Kill the concept of base dir
 * PSOutputDev: Always write HiResBoundingBox (Bug #53159)
 * Convert UTF-16 to UCS-4 when reading toUnicode cmap
 * GooString formatting: add support for uppercase hexadecimal
 * Use error() instead of fprintf(stderr, ...) in Annot::layoutText
 * poppler-config.h: remove WITH_FONTCONFIGURATION_* macros

glib:
 * Annotation improvements
 * Add poppler_page_remove_annot()
 * Add poppler_document_new_from_stream
 * Add poppler_document_new_from_gfile
 * Add poppler_page_find_text_with_options (Bug #2951)
 * Demo improvements
 * Port tests and demo to GTK+3

qt4:
 * Add accessor methods for movie poster information
 * Make 'additional actions' available in Annotation API (Bug #53589)
 * Add whole-page search method to Poppler::Page
 * Small changes in tests

utils:
 * pdftohtml: Make the output more xhtml compliant
 * pdftohtml: Add -fontfullname. (Bug #49872)
 * pdftohtml: Do not invoke gs anymore

build system:
 * Add the possibility of using lcms1 even if lcms2 is installed
 * Remove extra fontconfig CFLAGS and LIBS
2013-03-24 07:09:23 +00:00
spz
f2f0702db0 fix http://secunia.com/advisories/51948/ by applying a patch taken from
svn.ircd-hybrid.org
2013-03-23 19:29:50 +00:00
wiz
660e8a9764 Readd i386 fix, but for Linux and NetBSD only.
Ok jperkin.
2013-03-23 19:10:45 +00:00
spz
fb3921025e update gits version to one that fixes http://secunia.com/advisories/52361/
Changelogs:

Fixes since v1.8.1.2
--------------------

 * The attribute mechanism didn't allow limiting attributes to be
   applied to only a single directory itself with "path/" like the
   exclude mechanism does. The fix for this in 1.8.1.2 had
   performance degradations.

 * Command line completion code was inadvertently made incompatible with
   older versions of bash by using a newer array notation.

 * Scripts to test bash completion was inherently flaky as it was
   affected by whatever random things the user may have on $PATH.

 * A fix was added to the build procedure to work around buggy
   versions of ccache broke the auto-generation of dependencies, which
   unfortunately is still relevant because some people use ancient
   distros.

 * We used to stuff "user@" and then append what we read from
   /etc/mailname to come up with a default e-mail ident, but a bug
   lost the "user@" part.

 * "git am" did not parse datestamp correctly from Hg generated patch,
   when it is run in a locale outside C (or en).

 * Attempt to "branch --edit-description" an existing branch, while
   being on a detached HEAD, errored out.

 * "git cherry-pick" did not replay a root commit to an unborn branch.

 * We forgot to close the file descriptor reading from "gpg" output,
   killing "git log --show-signature" on a long history.

 * "git rebase --preserve-merges" lost empty merges in recent versions
   of Git.

 * Rebasing the history of superproject with change in the submodule
   has been broken since v1.7.12.

 * A failure to push due to non-ff while on an unborn branch
   dereferenced a NULL pointer when showing an error message.

Also contains various documentation fixes.

Fixes since v1.8.1.3
--------------------

 * "git imap-send" talking over imaps:// did make sure it received a
   valid certificate from the other end, but did not check if the
   certificate matched the host it thought it was talking to.

Also contains various documentation fixes.

Fixes since v1.8.1.4
--------------------

 * Given a string with a multi-byte character that begins with '-' on
   the command line where an option is expected, the option parser
   used just one byte of the unknown letter when reporting an error.

 * In v1.8.1, the attribute parser was tightened too restrictive to
   error out upon seeing an entry that begins with an ! (exclamation),
   which may confuse users to expect a "negative match", which does
   not exist. This has been demoted to a warning; such an entry is
   still ignored.

 * "git apply --summary" has been taught to make sure the similarity
   value shown in its output is sensible, even when the input had a
   bogus value.

 * "git clean" showed what it was going to do, but sometimes ended
   up finding that it was not allowed to do so, which resulted in a
   confusing output (e.g. after saying that it will remove an
   untracked directory, it found an embedded git repository there
   which it is not allowed to remove). It now performs the actions
   and then reports the outcome more faithfully.

 * "git clone" used to allow --bare and --separate-git-dir=$there
   options at the same time, which was nonsensical.

 * "git cvsimport" mishandled timestamps at DST boundary.

 * We used to have an arbitrary 32 limit for combined diff input,
   resulting in incorrect number of leading colons shown when showing
   the "--raw --cc" output.

 * The smart HTTP clients forgot to verify the content-type that comes
   back from the server side to make sure that the request is being
   handled properly.

 * "git help remote-helpers" failed to find the documentation.

 * "gitweb" pages served over HTTPS, when configured to show picon or
   gravatar, referred to these external resources to be fetched via
   HTTP, resulting in mixed contents warning in browsers.

Also contains various documentation fixes.
2013-03-23 19:00:30 +00:00
joerg
ce6a45fdcc Don't pick up MySQL 5.6+ 2013-03-23 16:01:58 +00:00
joerg
8c9a25fe7e Include uvm/uvm_extern.h if it exists. Required for NetBSD/current. 2013-03-23 12:23:24 +00:00
joerg
68c7c100e1 Derive from NSObject to fix clang build. 2013-03-23 12:22:15 +00:00
joerg
e3093da41f Don't override IBOutlet and IBAction on NetBSD, the compiler has them
already. Bump revision.
2013-03-23 12:20:43 +00:00
joerg
3aa41ba28a Fix PLIST for Python 2.6. 2013-03-23 12:19:14 +00:00
joerg
7692e65337 Kill the .Dt override and restore installation a normal man page. 2013-03-23 12:18:19 +00:00
joerg
6febc23721 Don't pollute /tmp and mysteriously fail, if the directory is still
populated from an earlier build.
2013-03-23 10:17:18 +00:00
joerg
77c1398ef0 Regen. 2013-03-23 10:16:29 +00:00
joerg
03f7d63248 Fix build with Clang. 2013-03-23 10:15:26 +00:00
joerg
762798afd1 Don't force enable NETISO. 2013-03-23 10:06:12 +00:00
joerg
cb031ecd02 Deal with doxygen update. Bump revision. 2013-03-23 10:04:35 +00:00
joerg
b1f0589261 Snapshot version is 24.3.50.xxx, so check for < 24.3.50. 2013-03-23 10:03:05 +00:00
ryoon
6c19c472ea Updated www/seamonkey to 2.16nb1 2013-03-22 21:03:49 +00:00
ryoon
9988416c3a Bump PKGREVISION.
* Fix _res is not supported for multi-threaded programs. error.
  Reported by Jun Ebihara on tech-pkg@.
2013-03-22 21:02:45 +00:00
marino
4c20944475 editors/emacs24: Fix DragonFly regression 2013-03-22 18:05:09 +00:00
obache
697dc4ef44 include <cstring> for strncmp(). 2013-03-22 13:41:32 +00:00
obache
99f81590e4 add include <cstring> for strcmp(). 2013-03-22 13:37:21 +00:00
obache
9f88597fa3 fixes patch about cast for the case of __STDC_ISO_10646__ 2013-03-22 13:29:42 +00:00
obache
959269d5f7 add include <cstrin> for strlen. 2013-03-22 12:45:26 +00:00
obache
c3057cbd1b Updated net/mikutter to 0.2.1.1137 2013-03-22 12:18:01 +00:00
obache
bce6c5f7e7 Update mikuter to 0.2.1.1137.
(and update description, comments)

* Ruby 2.0 support
* fix to display tweet when adding data source related plugins
* rare crash at drawing TL
2013-03-22 12:17:34 +00:00
sbd
15456835b1 As jperkin@ has used an "ugly hack" to fix solaris packaging, the same
ugly hack can be used to fix the same problem on Linux.
2013-03-22 08:43:31 +00:00