Commit graph

184388 commits

Author SHA1 Message Date
christos
6289cdd551 Fix the bloody fpos_t/off_t mess. 2012-03-23 22:32:59 +00:00
markd
ca5b6c88d5 Don't try and find qjson. If it did happen to find it would
try and build and install a test app.
2012-03-23 22:19:07 +00:00
ryoon
bab44dddfe Fix build with gcc<4.5.
For example, fix build on DragonFly 3.0.1.
See https://bugzilla.mozilla.org/show_bug.cgi?id=621446
2012-03-23 22:01:45 +00:00
marino
5371baabab devel/bzr: USE_TOOLS+= msgfmt 2012-03-23 21:56:55 +00:00
marino
9a598e54ea sysutils/rox: Fix indirect linking error on DragonFly 2012-03-23 21:46:07 +00:00
marino
f9b990ab3e net/bind99: Fix undefined reference to `main'
DragonFly build was broken during the linking of driver.so
----
libtool: link: cc -o driver.so .libs/driver.o -L/wrkobjdir/net/bind99/work/.buildlink/lib
/usr/lib/crt1.o: In function `_start':
crt1.c:(.text+0x149): undefined reference to `main'
*** Error code 1
----

This has been seen on other platforms:
Fedora: http://lists.fedoraproject.org/pipermail/scm-commits/2011-November/683368.html
Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=406399

Not building dlzexternal is the solution the worked in the above reports.
It works for DragonFly as well, and the PLIST is not affected.
2012-03-23 21:25:01 +00:00
asau
d9c50ce3c0 Updated math/openaxiom to 1.4.1 2012-03-23 21:21:57 +00:00
asau
f8d9d9fa63 Add forgotten patches. 2012-03-23 21:21:36 +00:00
asau
1b075e0f04 Update to OpenAxiom 1.4.1
Changes in OpenAxiom-1.4.1

Algebra

The domain ScriptFormulaFormat and the package ScriptFormulaFormat1 have been removed.


Changes in OpenAxiom-1.4.0

This release introduces the following changes from the base document
("AXIOM: The Scientific Computation System" by Jenks and Sutor).

Compiler

  * The compiler now accepts interpreter-style unnamed functions.
  * The compiler now generate far better (Lisp) codes for Spad libraries
    or scripts. The compiler now applies more aggressive (but sound)
    optimizations, including domain inlining, type propagations.
  * The compiler now accepts interpreter-style unnamed functions.
  * Parameterized macros are now supported by the compiler.
  * The compiler now support exception handling. In particular,
    the try/finally programming construct was added to support reliable
    resource management (e.g. opening/closing or creating/removing files.)

Algebra

In addition to novelties in OpenAxiom-1.3.0, the following types have been
added to OpenAxiom-1.4.0:

  * The category BooleanLogic has been added.
    It is now extended by PropositionalLogic and BitAggregate.
    The domain SingleInteger now satisfies BooleanLogic.
  * It it now possible to obtain the string representation of a
    DoubleFloat value. The function

       string: DoubleFloat -> %

    was added to the domain String
  * A function matrix is now exported by the category MatrixCategory
    to allow construction of matrices whose entries can be succinctely
    described by a function. For instance, the 4-by-4 Hilbert matrix
    may be expressed as

       m: Matrix Fraction Integer := matrix(4,4,(i,j) +-> 1/(i+j))

    Note that the third argument is a function that computes the value
    of the (i,j)th entry.
  * The category StringCategory was removed as it was essentially redundant
    with the category StringAggregate.
  * The category MappingCategory is now part of the algebra as a builtin
    category constructor.
  * The following operators

       less?: (%,NonNegativeInteger) -> Boolean
       more?: (%,NonNegativeInteger) -> Boolean
       size?: (%,NonNegativeInteger) -> Boolean

    have been moved from the category Aggregate to StreamAggregate
    where they seem more appropriate.
  * The domain InnerTaylorSeries now satisfies the category BiModule.
  * The domains FreeModule and OrderedFreeMonoid now satisfy the newly
    added FreeMonoidCategory.
  * The list of domains for OpenAxiom program manipulation has been expanded.
  * Support for range and segment bindings now includes RangeBinding.

Boot

Boot, the programming language used to write the OpenAxiom compiler,
has been vastly improved. Lisp codes are being phased out.
2012-03-23 21:20:46 +00:00
ryoon
64d1a0ebbf Fix build with gcc<4.5.
For example, fix build on DragonFly 3.0.1.
See https://bugzilla.mozilla.org/show_bug.cgi?id=621446
2012-03-23 19:35:05 +00:00
marino
ba9186b5ab print/a2ps: Fix mempcpy for DragonFly
a2ps is inconsistent with it's use of mempcpy.  For lib/path-concat.c and
lib/strftime.c, it's looking for "mempcpy", but for src/regex.c it is
looking for __mempcpy.

DragonFly has mempcpy in string.h, so just patch the problematic
lib/path-concat.c to stop it from being redefined.  HAVE_MEMPCPY isn't
defined correctly and if it were it would break at regex.c.  The string.h
header and mempcpy definition are mutually exclusive in strftime.c file
so this one didn't need a patch.
2012-03-23 18:44:23 +00:00
marino
2da6dd898f sysutils/libgtop: Unbreak DragonFly again
Libgtop on DragonFly is built using FreeBSD-specific files.  The systems
are diverging and it's getting harder to keep this package from breaking
everytime it's updated.  This minor point upgrade broke it!
2012-03-23 17:29:51 +00:00
obache
6b27e05411 Fixes MASTER_SITES's subdir. 2012-03-23 13:12:48 +00:00
obache
0e5113fc8d Kill roff file check with `file' command.
Some platform does not have `file' utility, others does not recognize `roff'
format as PR 46245.

For this package, all wildcard matched files are 'roff' man source files,
so it is safe to skip this check.
2012-03-23 11:26:18 +00:00
obache
c88c373e3f LICENSE=gnu-gpl-v2 2012-03-23 11:02:51 +00:00
obache
dbecaee7fe Add missing RCS Id to patch-aa. 2012-03-23 11:00:14 +00:00
taca
bd31760a6e + moodle-2.1.5 [security release], mysql-5.0.96,
mysql-5.1.62 [including security fix], mysql-5.5.22.
2012-03-23 10:09:23 +00:00
obache
383522908b gtk-doc is required to reconfigure.
fixes PR 46159.
2012-03-23 07:11:50 +00:00
wiz
cd87a39ee1 Mention freeze start.
While here, add successor entries for contao29*.
2012-03-23 06:11:43 +00:00
obache
aae01a132b former tclsh path fixes also resolve an unwanted symbolic link creation in
BUILDLINK_DIR.

Bump PKGREVISION.
2012-03-23 01:12:14 +00:00
asau
56ef146d30 Updated devel/fossil to 1.22 2012-03-22 23:13:33 +00:00
asau
2b54044f6f Update to Fossil 1.22.
Notable changes:

  * Greatly improved "diff" processing including the new --brief option,
    partial line matching, colorized in-line diffs, and better performance.
  * Promote "allow-symlinks" to a versionable setting
  * Harden the CGI processing logic against DOS attacks
  * Add the ability to run TH1 scripts after sync requests
  * Store the repository name in _FOSSIL_ as it is type in the "open" command,
    possibly as a relative pathname.
  * Make ".fslckout" the alternative name for the "_FOSSIL_" file.
  * Change the "ssh:" transfer method to allow all access regardless of
    user permission.
  * Improvements to the timeline messages associated with tag changes.
    (Requires a "fossil rebuild" to take effect.)
  * Various additions and fixes for the JSON API.
  * Improved merge-with-rename handling.
  * --cherrypick merges use their origin's commit message by default.
  * Added support for multiple concurrent logins per user.
  * Update to use SQLite version 3.7.11.
  * Various minor bug fixes.
2012-03-22 23:12:41 +00:00
wiz
8c554ad89d + xf86-video-vesa-2.3.1. 2012-03-22 23:00:21 +00:00
asau
10759d33a4 Updated www/cherokee to 1.2.101 2012-03-22 22:40:33 +00:00
asau
66dbe664de Update to Cherokee 1.2.105
Requested by Moritz Wilhelmy on IRC.


Vulnerabilities fixed:

* CVE-2011-2191
  Cross-site request forgery (CSRF) vulnerability in Cherokee-admin in Cherokee
  before 1.2.99 allows remote attackers to hijack the authentication of
  administrators for requests that insert cross-site scripting (XSS) sequences,
  as demonstrated by a crafted nickname field to vserver/apply.

* CVE-2011-2190
  The generate_admin_password function in Cherokee before 1.2.99 uses time and
  PID values for seeding of a random number generator, which makes it easier
  for local users to determine admin passwords via a brute-force attack.


New features (excerpt):

* Caching policies support
* Custom header can be defined inside rules
* Improved Index Page
* Kqueue is now used by default on MacOS X and *BSD
* New option to disable the use of SSLv2
* Wild cards are now supported in dirlist fields
* Redirection entries can be reordered
* ${vserver_name_req} in logger 'Custom'
* Cherokee-admin can be shut down from within
* TLS/SSL supports the 'IP per VServer' workaround now
* Virtual Server complex match support (OR rules)
* Redirection error handler has a 'default' option now
* New ${root_domain} macro in Advanced Virtual Hosting
* Failover load balancing plug-in
* cherokee-admin-launcher tool
* Information Source name resolution pre-caching
* Gzip and Default is configurable now (#1054)
* ${http_host}, ${http_referrer}, and ${http_user_agent} (#896)
* Much better OPTIONS support
* Documentation improvements
* Information Sources can be reordered now (*CGI handlers)
* X-Sendfile and X-Accel-Redirect support in the proxy
* Shared memory implementation (no longer SysV) (#537)
* Logger custom. New macro: ${http_cookie}
* Virtual Host regex group replacement (^ parameters)
* --with-cgiroot in configure
* -i / --disable-iocache param in cherokee-admin
* 'Server Info' extended to support accepts and timeouts
* cherokee-admin-launcher accepts SIGHUP now
* CTK_COOKIE security enhancement
* Enhanced pre-saving validations
* Interpreter env. vars can embedded $VARs evaluation
* QA bench can be run without installing Cherokee first
* OS tuning documentation
* Regex against full header match
* Nick name match is optional on VServers (#1075)
* Front-Line Cache (beta)
* Cherokee Distribution (beta)
* CHEROKEE_TRACE special "from=<ip>" support
* SSL/TLS Wizard
* SSI recursive includes
* "UNIX socket in a abstract namespace" support
* Adds SHA512 support to the MySQL validator
* HSTS (HTTP Strict Transport Security) support
2012-03-22 22:40:18 +00:00
markd
c0befdc436 Detect the version of recent xine's that have moved the version number
macros to xine/version.h
2012-03-22 22:08:29 +00:00
wiz
cc97bff046 Updated textproc/doclifter to 2.3nb4 2012-03-22 21:44:05 +00:00
wiz
94d8211372 Bump PKGREVISION for man pages fix. 2012-03-22 21:43:54 +00:00
wiz
b473bf8fe2 Avoid some confusion by not putting to-be-documented macros at the
beginning of a line.
2012-03-22 21:43:35 +00:00
ryoon
94ec3601b1 Bump PKGREVISION.
devel/nss is needed to buildlink.
Reported from tsustui@.
2012-03-22 21:36:08 +00:00
wiz
9643a09c08 Restrict copy pattern to avoid failure due to files/CVS not being copied. 2012-03-22 21:32:54 +00:00
ryoon
c98a1e8624 Fix build with gcc<4.5.
For example, fix build on DragonFly 3.0.1.
See https://bugzilla.mozilla.org/show_bug.cgi?id=621446
2012-03-22 21:14:24 +00:00
asau
9099d89556 Updated lang/polyml to 5.4.1 2012-03-22 20:49:07 +00:00
asau
26be040688 Update to Poly/ML 5.4.1
Changes in Poly/ML Version 5.4

Major New Features

 * Major rewrite of the X86 code-generator and combining the 32 and
   64-bit versions into a single module. It now supports the floating
   point instructions.
 * Changes to the way functions with polymorphic equality are
   handled to eliminate the "structural equality" code.
 * Uses the GMP library if that is available when Poly/ML is
   built otherwise falls back to the old Poly/ML code.

Minor Additions and Changes

 * Added a SingleAssignment structure
 * Support for the Itanium processor using the interpreted version.
 * Various bug fixes.
2012-03-22 20:48:43 +00:00
markd
652290d392 added tex-biblatex{,-doc} tex-logreq{,-doc} 2012-03-22 20:34:31 +00:00
markd
645fc9c81a add tex-biblatex{,-doc} tex-logreq{,-doc} 2012-03-22 20:23:34 +00:00
markd
7355d50a60 import tex-logreq-doc 1.0
Documentation for tex-logreq
2012-03-22 20:20:46 +00:00
markd
f456f11b57 import tex-logreq 1.0
The package helps to automate a typical LaTeX workflow that
involves running LaTeX several times, running tools such as
BibTeX or makeindex, and so on. It will log requests like
"please rerun LaTeX" or "please run BibTeX on file X" to an
external XML file which lists all open tasks in a machine-
readable format. Compiler scripts and integrated LaTeX editing
environments may parse this file to determine the next steps in
the workflow in a way that is more efficient than parsing the
main log file. In sum, the package will do two things: 1)
enable package authors to use LaTeX commands to issue requests,
2) collect all requests from all packages and write them to an
external XML file at the end of the document.
2012-03-22 20:19:53 +00:00
markd
9b78cb12f3 import tex-biblatex-doc 1.7
Documentation for tex-biblatex
2012-03-22 20:16:30 +00:00
markd
44e80d4549 import tex-biblatex 1.7
The biblatex package is a complete reimplementation of the
bibliographic facilities provided by LaTeX in conjunction with
BibTeX. It redesigns the way in which LaTeX interacts with
BibTeX at a fairly fundamental level. With biblatex, BibTeX is
only used (if it is used at all) to sort the bibliography and
to generate labels. Instead of being implemented in BibTeX's
style files, the formatting of the bibliography is entirely
controlled by TeX macros. Good working knowledge in LaTeX
should be sufficient to design new bibliography and citation
styles -- there is no need to learn BibTeX's postfix stack
language. Just like the bibliography styles, all citation
commands may be freely (re)defined. In fact, users need not
remain bound to BibTeX for use with biblatex: an alternative
bibliography processor biblatex-biber is available. Development
of biblatex and biblatex-biber is closely coupled; the present
release of biblatex is designed to work with biblatex-biber
version 0.9.3. The package needs e-TeX, and uses the author's
etoolbox and logreq packages. For users of biblatex-biber,
version 0.9 is required (at least; refer to the notes for the
version of biblatex-biber that you are using). Apart from the
features unique to biblatex, the package also incorporates core
features of the following packages: babelbib, bibtopic,
bibunits, chapterbib, cite, inlinebib, mcite and mciteplus,
mlbib, multibib, splitbib. There are also some conceptual
parallels to the natbib and amsrefs packages. The biblatex
package supports split bibliographies, multiple bibliographies
within one document, and separate lists of bibliographic
shorthands. Bibliographies may be subdivided into parts (by
chapter, by section, etc.) and/or segmented by topics (by type,
by keyword, etc.). The package is fully localized and can
interface with the babel package.
2012-03-22 20:15:12 +00:00
ryoon
c46d9972f4 Updated fonts/ricty-ttf to 3.1.3 2012-03-22 18:26:26 +00:00
ryoon
64ef026b1b Update to 3.1.3
* Upstream moves to github (https download using curl)

Changelog:
3.1.3
* Add Ricty Discord commandline option
* Add some commandline options

3.1.2
* Sync with Migu 20111002 (this change breaks backword compatibility)
* Add some commandline options
2012-03-22 18:25:44 +00:00
ryoon
0812d503b6 Updated fonts/migu-ttf to 20111002 2012-03-22 18:21:49 +00:00
ryoon
536657efe0 Update to 20111002
PR pkg/46169 from ISIHARA Takanori

Changelog:
* sync "M^+ TESTFLIGHT 043".
* fix a part of widths of strings problem.
* fix unvisible U+FFE3 under 12pt problem.
* change font file name. (ex. Migu-1P-regular.ttf -> migu-1p-regular.ttf)
* etc..
2012-03-22 18:20:33 +00:00
drochner
eb04964d7f oops, xineplug_decode_qt/w32dll are in PLIST.i386 2012-03-22 17:34:15 +00:00
adam
bf585aba54 Updated shells/tcsh to 6.18.01 2012-03-22 16:55:43 +00:00
adam
86bdc156cf Changes 6.18.01:
* new autorehash builtin to control how the internal command hash
  table is maintained.
* globstar globbing to allow ** and *** expansions
* euid, euser, egid variables.
* wait built-in is now interruptible
* new anyerror variable to control error handling in pipelines
2012-03-22 16:54:25 +00:00
ryoon
7add9f6135 Updated fonts/umefont-ttf to 0.437 2012-03-22 16:43:01 +00:00
ryoon
7c664c189e Update to 0.437
Changelog:
In Gothic (Sans-serif) family
 * Fix glyphs in Unicode : 0020-668f, 9475-ffff (first check)
 * Fix glyphs in SJIS : second check completed

In Minchi (Serif) family
 * Fix glyphs in Unicode : 0020-668f, 9470-ffff (first check)
 * Fix glyphs in SJIS : second check completed
2012-03-22 16:41:57 +00:00
sno
591ffcf2cc Updated devel/p5-namespace-clean to 0.23 2012-03-22 16:28:53 +00:00