summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-10-24Add missing pangox-compat dependency in wxGTK24 and wxGTK26.joerg12-20/+24
Recursive bump for the new dependency.
2012-10-24Don't declare a method OVERRIDE() if the base class doesn't have it.joerg2-1/+15
2012-10-24Don't define a function inline without providing the implementation.joerg3-1/+29
2012-10-24Don't return without value.joerg2-1/+15
2012-10-24Fix missing system header, inconsistent function definitions, return; injoerg34-20/+657
non-void functions. Bump revision.
2012-10-24Fix the clang build by using the proper compiler builtins instead ofjoerg2-3/+34
touching the stack and frame pointer directly. Especially the latter is problematic, since the compiler is not really required to use it.
2012-10-24Define ANY, newer sip versions no longer provide it.joerg4-8/+52
2012-10-24Note update of graphics/gnuplot to 4.6.0nb4.he1-1/+2
2012-10-24Add a patch to avoid gnuplot always segfaulting on a NULL pointerhe3-3/+20
de-reference on the first command. Bump pkgrevision.
2012-10-24Updated textproc/pxp to 1.2.3jaapb1-1/+2
2012-10-24Updated package to its latest version, 1.2.3, and cleaned up package byjaapb6-49/+101
adding license, making native code support conditional on the architecture as in other OCaml packages and adding PLIST_VARS support. Changelog (excluding bugfixes and changes to deal with new versions of other packages): - 1.2.1: Revised documentation Addition: Pxp_event.unwrap_document Addition: Pxp_dtd.Entity.lookup Addition: node method entity_id Addition: Pxp_event.close_entities Removed: Pxp_core_types_type, Pxp_type_anchor. Pxp_core_types has now three submodules A, S, I taking over the roles Removed: E_pinstr_member. Instead, E_pinstr events are emitted Renaming, and addition: `Entry_content has been renamed to `Entry_element_content. A new `Entry_content with different semantics has been added, now conforming to a standard production. Improvement: The parser also accepts a BOM as UTF-8 sequence. Also, the autodetection of the encoding for UTF-16 has been enhanced - 1.2.0test*: New ~minimization option for the [write] and [display] methods (user wish). Improvement: better control what is printed as DTD for document#write and #display - 1.1.95: Addition of ulex lexing. Revised namespace handling: There are now namespace_scope objects keeping the scoping structure of the namespaces. The namespace_info stuff has been removed. The "display" methods can print XML while respecting the scoping structure. New exceptions Namespace_not_managed, Namespace_prefix_not_managed, Namespace_not_in_scope (all replacing Not_found). Methods of namespace_manager may raise these exceptions. The event-based representation of XML is now symmetrical to the tree-based representation, such that it is possible to convert one representation into the other without loss. The type of events had to be changed to achieve this effect. The new module Pxp_event contains functions for the event-based representation. Addition of pxp-pp, the PXP preprocessor. - 1.1.94: The Pxp_reader module has been completely rewritten. This fixes some problems with relative URLs. - Pxp_yacc has been split up into four modules: Pxp_tree_parser contains now the parser API returning object trees, Pxp_dtd_parser is the parser API returning DTDs, Pxp_ev_parser is the event-based API, and Pxp_core_parser is the core of the parser. Pxp_yacc is still available as compatibility API. As part of the module redesign, Pxp_types includes now parts of its interface from Pxp_core_types_type. I hope this style of programming is comprehensible. - The event-based parser can now preprocess namespaces. Furthermore, there are normalization filters. - 1.1.92: The whole lexing stuff has been restructured. There is a new tool, lexpp, that generates the lexers from only five files. Furthermore, much more 8 bit character sets are now supported as internal encodings. In previous versions of PXP, the internal representation of the XML trees was restricted to either UTF-8 or ISO-8859-1. Now, a number of additional encodings are supported, including the whole ISO-8859 series. - 1.1.91: The curly braces can now even be used inside attributes, and escape from normal XML parsing. There is a new entry point Entry_expr for event-based parsing that expects either a single element, a single processing instruction, or a single comment, or whitespace. This allows more fine-grained control of what is parsed. There is now a "pull parser". In contrast to the "push parser" introduced in 1.1.90, the calling order of parser and parser user have been inverted, i.e. the user calls the parser to get ("pull") the next event instead of letting the parser call back a user function ("push"). An interesting application is that O'Caml's lazy streams can be used to analyze events. An example can be found in examles/pullparser. - 1.1.90: This version introduces a new event-based interface in Pxp_yacc. For start tags, end tags, data strings, and several other things that are found in the XML source so-called events are generated, and a user function is called for every event. See the directory examples/eventparser for examples. Another innovation is support for curly braces as escape characters. Inside elements, the left curly brace escapes from XML parsing and starts a foreign parser until the matching right curly brace is found: <element> ... { foreign syntax } ... </element> The curly braces are borrowed from the XQuery draft standard. They cannot yet be used inside attribute values. Curly braces are mostly useful in conjunction with event-based parsing, because it is not yet possible to include the "value" of the curly brace expression into XML trees. It is even possible to call the XML parser from the foreign parser as subparser. However, there not yet enough entry points for the event-based parser (e.g. you cannot parse just the following processing instruction, only misc* element misc* or whole documents are possible).
2012-10-24Restore opensc-pkcs11.so functionnality on NetBSD-6.0. libpthread shallmanu5-3/+103
not be loaded by dlopen(), therefore we remove the useless dependency on -lpthread
2012-10-24Updated math/fftw to 3.3.2nb2wiz1-1/+2
2012-10-24If a native pthreads implementation is available, also installwiz2-3/+13
libfftw3_threads. Bump PKGREVISION.
2012-10-24Restore opensc-pkcs11.so functionnality on NetBSD-6.0. libpthread shallmanu5-4/+49
not be loaded by dlopen(), therefore we remove the useless dependency on -lpthread
2012-10-24Reexport libxml2 from hwloc.asau3-4/+6
Reexport hwloc from openmpi. This should fix builds with MPI_TYPE=openmpi.
2012-10-23Fix connection failures to WHOIS servers with IPv6 addresses from hostsshattered5-9/+30
without IPv6 connectivity. Patch taken from Debian bug report 542148. Also delint.
2012-10-23Remove a trailing colon from an asm statement that was introduced inapb2-7/+6
revision 1.2 of patches/patch-src-post-planar-eq2.c. Apparently, some versions of gcc don't like an empty clobber list in an asm statement. This should fix PR 47035 from David Shao.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau447-1262/+448
2012-10-23upgrade to lasso-2.3.6manu1-1/+2
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau368-1019/+368
2012-10-23Upgrade to lasso 2.3.6 in order to completely fix the libxml 2.9 dependencymanu11-218/+680
ChangeLog Since 2.3.5: * fix a bug when receiving a signature using the InclusiveNamespaces PrefixList by copying namespace declaration from upper level at the level of the signed node. * fix compilation warning on recent version of GCC
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau669-1886/+670
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau6-15/+6
Mark packages that don't or might probably not have staged installation.
2012-10-23Updated devel/p5-Git-Repository to 1.27wen1-1/+2
2012-10-23Update to 1.27wen2-7/+6
Upstream changes: 1.27 Thu Oct 11 2012 [ENHANCEMENTS] - Git::Repository::Command skips non-executable files when searching for a git command in the PATH [TEST] - Fixed tests failing with a directory named git in the PATH (RT #80117)
2012-10-23Restore INSTALLATION_DIRS and krb5.buildlink3.mk, lost in previous.schmonz1-9/+12
Indent while here.
2012-10-23Use std::cin consistently to reference standard inputmarkd3-3/+19
2012-10-23Remove xextproto/buildlink3.mk where it is pulled in via libXxf86vm.wiz1-2/+1
2012-10-23Remove xextproto/buildlink3.mk where libXext is pulled in viawiz7-14/+7
Xtst, Xi, or Xrandr.
2012-10-23Remove xextproto/buildlink3.mk in most cases where it occurs withwiz215-432/+215
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
2012-10-23As drochner remarks, the problem with missing xextproto is, once again,wiz2-5/+3
that libXext/bl3.mk doesn't include xextproto/bl3.mk. Since the supposed gains for this are minimal and the annoyances are high, do include xextproto/bl3.mk in libXext/bl3.mk.
2012-10-23Fix compilation with new FFMPEGmarkd3-3/+102
2012-10-23Add itstool as build dependency.wiz1-1/+2
2012-10-23Add xextproto buildlink3.mk, needed at least on NetBSD-5.1 with modularwiz1-1/+2
xorg.
2012-10-23Update to knc 1.7.elric3-35/+7
2012-10-22Note PKGREVISION bump of sysutils/burnrh1-1/+2
2012-10-22Make this compile with the current GNUstep. Bump PKGREVISION.rh5-12/+47
2012-10-22Note udpate of Cenon to 3.9.6rh1-1/+2
2012-10-22Update Cenon to 3.9.6rh4-117/+376
Notable changes include: + New, Images: save as BMP, GIF, JPG, PNG (saves a lot of diskspace) + New, ProjectSettings: Units of measure for the document + New, Inspector: Inspector Accessory, replacing the Text item + Groups can be selected by "Select equal Color" (menu item: Edit -> Select Color) + LayerDetails: new switch to tell a layer whether to be used for batch production. + Image: selection handling improved - select at border or inside according to preferences setting - for clipped images: select at or inside clipped area + Empty text will be removed, no asterisk '*' when clicking around in text mode + Fix, pasting of several layers to one layer keeps order of graphics elements + Fix, Image: splitting of clipped image keeps image behind path + Fix, Text: creating a text at the right border of the document, now sets the correct text box in all zoom steps + Fix, Text with Paragraph/Character-Colors is working again + Fix, Text: improvements of redisplay after editing text + Build Contour: Text offset Y fixed again for vertical centered text + Cosmetics in Inspectors, Knobs, etc. + Fix, Apple: scrolling without clutter + PS-Import: error-tolerant import of PostScript from Windows applications like Corel-Draw, Eurocut, etc., that often contain garbage before data. + Fix, PS-Import via GhostScript: imported objects get a default color + Fix, PS-Import: issues with GhostScript 8.56 and above hopefully solved (not tested yet) + Fix, Gerber-Export: small fixes like export of open Paths + Fix, Apple: position of the contour of mirrored text corrected + Fix, Apple: newly created text gets textbox a little heigher to be displayed more safely + Fix, Apple: workaround - finally it's now possible to save Cenon documents compatible with OpenStep and GNUstep + Fix, Apple: workaround - it's now possible to save 4 bit images on Apple + Fix, Apple: workaround for new color spaces added in OS X >= 10.4 Some colors turned to black on saving. + Apple: search of Cenon files in Library/Application Support/Cenon added + Documentation updated
2012-10-22Add patches missing from previous commitrh2-0/+58
2012-10-22Note PKGREVISION bump of edcommonrh1-1/+2
2012-10-22Make this compile with libobjc2. Bump PKGREVISION.rh2-3/+5
2012-10-22Note PKGREVISION bump of ObjectiveLibrh1-1/+2
2012-10-22Make ObjectiveLib compile with libobjc2. Bump PKGREVISIONrh4-2/+51
2012-10-22Note update of cdplayer to 0.5.1rh1-1/+2
2012-10-22Update cdplayer to 0.5.1. Changes are bugfixes only.rh3-15/+11
2012-10-22Note PKGREVISION bump of cddb-bundlerh1-1/+2
2012-10-22Make cddb-bundle compile with stdbool.h under C99. Bump PKGREVISIONrh4-3/+65
2012-10-22Updated graphics/cairo-gobject to 1.12.6wiz1-1/+2