Commit graph

183371 commits

Author SHA1 Message Date
minskim
f075147a45 Note PKGREVISION bump of lilypond. 2012-03-07 15:27:50 +00:00
minskim
0891e856b5 Reduce lilypond's dependencies on TeX. 2012-03-07 15:27:30 +00:00
wiz
7dfa4c7f56 + feh-2.4, mpg123-1.13.5, pkg-config-0.26 [wip], tea-32.0.0. 2012-03-07 15:26:05 +00:00
wiz
82166e5e5b Updated www/libmicrohttpd to 0.9.19 2012-03-07 15:12:36 +00:00
wiz
5f6b43c511 Update to 0.9.19:
Tue Jan 31 17:50:24 CET 2012
	Releasing 0.9.19. -CG

Mon Jan 30 20:02:34 CET 2012
	Fixed handling of garbage prior to first multipart boundary
	(#2126). -woof

Fri Jan 27 11:00:43 CET 2012
	Fixed postprocessor failure for applications that enclosed boundary
	in quotes (#2120). -woof

Tue Jan 24 16:07:53 CET 2012
	Added configure check for sin_len in 'struct sockaddr' and adding
	code to initialize this field if it exists now. -CG
2012-03-07 15:12:27 +00:00
hans
665d89b704 Fix build on SunOS.
Use correct header for endianness definitions and add a getpt() function.
2012-03-07 15:08:40 +00:00
he
8d1a7892c8 Remove patch-bo, which is indirectly responsible for placing
-R/usr/X11R7/lib early into the link line in extensions/source/plugin/unx/,
creating another instance of "the pixman problem" when trying to build
this package on NetBSD 5.1.  It appears that some other part of the
makefile setup for OpenOffice3 is now responsible for inserting the
appropriate -Wl,-R/usr/X11R7/lib into the linker line.
The resulting package has been verify to build and start up, and
fixes PR#46131.  Bump pkgrevision.
2012-03-07 15:07:23 +00:00
wiz
14a5e58e07 Updated sysutils/cdrtools to 3.01alpha07 2012-03-07 14:54:54 +00:00
wiz
d0f3373b15 Update to 3.01a07:
All:

-	The file COPYING has been reworded to be more obvious with
	explaining work limits.

-	A workaround for a bug in llvm-gcc-4.2 has been introduced in
	inc/avoffset.c. The llvm-gcc-4.2 bug caused an endless loop at an
	unexpected place.

-	New target "htmlxn" to only rebuild html versions of man pages
	only in case there was a change

-	The CSW packaging definitions in the schily makefilesystem was
	enhanced to permit referencing files in the package definition directory

-	include/schily/sigset.h added new macros: blocked_sigs(),
	block_sigs()

-	include/schily/fcntl.h now includes O_SEARCH for POSIX.1-2008 compliance.

-	Schily autoconf now tests for the size of mode_t, uid_t, gid_t, pid_t,
	dev_t, major_t, minor_t

-	Schily autoconf now defines a promoted type for mode_t that can be
	used together with varargs. This is needed as mode_t is smaller than
	int on some systems.

-	New autoconf tests for getdelim() and strncasecmp()

-	Added a workaround for a auto-dependency creation bug in the HP-UX
	c-compiler that resulted in wrong dependency files for all files
	in libshcily/stdio/ and for these files prevented an automated
	recompilation in case that an include file was changed.

-	Added links for:

	amd64-freebsd-cc.rul
	amd64-freebsd-gcc.rul

	amd64-openbsd-cc.rul
	amd64-openbsd-gcc.rul

	x86_64-darwin-cc.rul
	x86_64-darwin-gcc.rul
	x86_64-darwin-cc64.rul
	x86_64-darwin-gcc64.rul
	x86_64-darwin-cc32.rul
	x86_64-darwin-gcc32.rul

-	RULES/rules.loc now makes $(PTARGET) to depend on $(ARCHDIR) to
	support make -j 2

-	New include files include/schily/inttypes.h and include/schily/stdint.h

-	The script conf/makeinc is no longer confused by OpenBSD
	that has man.7 and mandoc.7 and both match on man*


Libschily:

-	New functions strstr() and wcsstr()

-	New libschily::fgetaline() and libschily::getaline() implement the
	functionality of the POSIX violating "getline()" from POSIX.1-2008.

-	New file libschily/abspath.c

-	New file libschily/resolvepath.c

-	New file libschily/mkdirs.c

-	An openat() emulation was added to libschily for platforms that
	miss openat().

-	An fchdir() emulation was added to libschily for platforms that
	miss fchdir()

-	libschily/at-defs.h new support file for internals from the *at()
	emulation

-	libschily/lxchdir.c new file to support chdir() to long
	path names

-	libschily/procnameat.c new file to support *at() functions in case
	that a newer /proc file system implementation is available

-	libschily/savewd.c new file to support to save the current working
	directory regardless of whether fchdir() is present or not.

-	libschily/wdabort.c new file with abort functions that are needed
	in libschily for the case that no system fchdir is available and
	an attempt to emulate *at() functions fails

-	New functions strcasecmp() and strncasecmp() for libschily.

-	New functions diropen() dirrdopen() dirclose() for libschily.
	These functions are needed in order to emulate fchdir() on platforms
	that do not support fchdir().

-	file_raise(NULL, FALSE) now also affects files that have been
	opened before the file_raise() call.


Libdeflt:

-	The function defltcntl() in libdeflt is now working and allows to
	select a case insensitive mode.

-	New function defltsect() in libdeflt allows to create sub-sections
	in configuration files. These subsections need to be named:
	"[section-name]" and the '[' must be at the beginning of a line.

Libfind:

-	libfind/walk.c now uses O_SEARCH to open directories

Cdrecord:

-	cdrecord man page corrected some small typos in the EXAMPLES section.

-	cdrecord has been converted to be able to run completely root-less
	and suid-root-less and with no script that calls pfexec(1). This
	works on OpenSolaris ONNV_140 or later because the functionality
	of pfexec(1) has been integrated into the kernel.

	To enable this feature. edit the file /etc/security/exec_attr and add:

	Basic Solaris User:solaris:cmd:::/usr/bin/cdrecord:privs=file_dac_read,sys_devices,proc_lock_memory,proc_priocntl,net_privaddr
	or
	Basic Solaris User:solaris:cmd:::/opt/schily/bin/cdrecord:privs=file_dac_read,sys_devices,proc_lock_memory,proc_priocntl,net_privaddr

	depending on where you install cdrecord.
	No special shell is needed anymore.


Cdda2wav (Maintained/enhanced by J

-	cdda2wav has been converted to be able to run completely root-less
	and suid-root-less and with no script that calls pfexec(1). This
	works on OpenSolaris ONNV_140 or later because the functionality
	of pfexec(1) has been integrated into the kernel.

	To enable this feature. edit the file /etc/security/exec_attr and add:

	Basic Solaris User:solaris:cmd:::/usr/bin/cdda2wav:privs=file_dac_read,sys_devices,proc_priocntl,net_privaddr
	or
	Basic Solaris User:solaris:cmd:::/opt/schily/bin/cdda2wav:privs=file_dac_read,sys_devices,proc_priocntl,net_privaddr

	depending on where you install cdda2wav.
	No special shell is needed anymore.


Readcd:

-	readcd has been converted to be able to run completely root-less
	and suid-root-less and with no script that calls pfexec(1). This
	works on OpenSolaris ONNV_140 or later because the functionality
	of pfexec(1) has been integrated into the kernel.

	To enable this feature. edit the file /etc/security/exec_attr and add:

	Basic Solaris User:solaris:cmd:::/usr/bin/readcd:privs=file_dac_read,sys_devices,net_privaddr
	or
	Basic Solaris User:solaris:cmd:::/opt/schily/bin/readcd:privs=file_dac_read,sys_devices,net_privaddr

	depending on where you install readcd.
	No special shell is needed anymore.
2012-03-07 14:54:44 +00:00
taca
7688d52802 Update some PHP pear packages:
lang/pear			1.9.4nb2
	graphics/pear-Image_Canvas	0.3.4
	www/pear-HTML_Select		1.3.1
2012-03-07 14:51:59 +00:00
taca
8e797c09a9 Update pear-HTML_Select package to 1.3.1.
Changelog:

QA release
Request #17352 PHP Deprecated: Function split() is deprecated
2012-03-07 14:50:57 +00:00
taca
22d09788a7 Update pear-Image_Canvas package to 0.3.4.
Changelog:

QA release
Bug #16947 Font-size in GD (with GD2) incorrect
Bug #17448 Font alignment for 90 degrees
Bug #18366 Call to undefined function ps_new()
Bug #18507 SVG output of multi-line axis labels is screwed up.
Bug #18549 setThickness not working on GD / PNG output
2012-03-07 14:50:22 +00:00
taca
a93655aa67 Update PEAR Archive_Tar included in this package to 1.3.9.
Release date: 2012-02-27 14:29 UTC
Release state: stable

Changelog:

* Fix Bug #16759: No error thrown from missing PHP zlib functions [mrook]
* Fix Bug #18877: Incorrect handling of backslashes in filenames on
  Linux [mrook]
* Fix Bug #19085: Error while packaging [mrook]
* Fix Bug #19289: Invalid tar file generated [mrook]

Bump PKGREVISION.
2012-03-07 14:49:06 +00:00
taca
c8cd2f60a9 Note update of www/contao211-translations package to 201202290. 2012-03-07 14:47:58 +00:00
taca
0d4d03d0d3 Update contao211-translations package to 201202290.
* Add Bulgarian language files.
* Update Russian language files.
2012-03-07 14:47:19 +00:00
wiz
c2e2c0401c Updated misc/dialog to 1.1.20120215 2012-03-07 14:46:03 +00:00
wiz
a75b8bab3f Update to 1.1.20120215:
2012/02/15
	+ modify menubox.c to use the same improvement as in checklist.c
	+ improve auto width computation for checklist widget by using
	  dlg_calc_list_width as in the non-auto case (Edho Arief).
	+ eliminate some bashisms in the sample scripts (Pedro Giffuni).
	+ makefile fixes from FreeBSD ports (Li-Wen Hsu):
	  + make --with-package option of configure script work.
	  + get LIBTOOL_VERSION from configure script, needed by
	    ${LIBTOOL_VERSION} in LIBTOOL_CREATE (LIB_CREATE in configure and
	    aclocal.m4)
	+ update cs.po and sr.po from
		http://translationproject.org/latest/dialog/
	+ updated configure script macros, improving CF_XOPEN_SOURCE among
	  other fixes.
2012-03-07 14:45:55 +00:00
wiz
c9542dda29 Updated audio/lame to 3.99.5 2012-03-07 14:43:56 +00:00
wiz
e1c19fc0b5 Update to 3.99.5:
LAME 3.99.5   February 28 2012

* Rogerio Brito
 * autotools: Fix compilation on alpha using proper ifdef guards. Thanks to Andres Mejia.
 * Small correction of the documentation.
* Robert Hegemann
 * Workaround for cygwin build problem. Tracker item [ 3480692 ] mingw-w64 compilation error
 * Fix for a problem when LAME is compiled with fast floating point math. It could result in bitrate bloat with silent input data.
 * Bug fix for tracker item [ 3486753 ] Artifacts at the beginning of decoded file
2012-03-07 14:43:47 +00:00
taca
035280742f Note addition of net/bind99 package version 9.9.0. 2012-03-07 14:26:40 +00:00
taca
31f3a0cc16 Add and enable bind99. 2012-03-07 14:26:18 +00:00
taca
b8e71188a0 Importing BIND 9.9.0 as pkgsrc/net/bind99.
Introduction

   BIND 9.9.0 is the first production release of BIND 9.9.

   This document summarizes changes from BIND 9.8 to BIND 9.9.
   Please see the CHANGES file in the source code release for a
   complete list of all changes.

New Features

* The new "inline-signing" option
* NXDOMAIN redirection
* "rndc flushtree <name>" command
* "rndc sync" command
* The new "rndc signing" command
* "auto-dnssec" zones
* Improves the startup time

And more.
2012-03-07 14:25:00 +00:00
wiz
9872cc90aa From Bug Hunting:
- add separate ffplay entry (besides the one for ffmpeg);
- remove doubled freepops entry;
- add slock-1.0;
- note that ssmtp-2.64 is needed for security.
2012-03-07 14:00:02 +00:00
wiz
f2ceeedb88 + coccigrep-1.8, cvsd-1.0.23, dnsmasq-2.60, drupal-6.25, eric4-4.5.1,
libXau-1.0.7, libXmu-1.1.1, modular-xorg-server-1.12.0,
  py-sqlalchemy-0.6.8, scala-2.9.1.1, texmaker-3.3.2,
  xorg-util-macros-1.16.2.
2012-03-07 13:58:39 +00:00
taca
494997675e Note update of TYPO3 packages:
www/typo3_45	4.5.12
	www/typo3_46	4.6.5

These are maintenance releases without security fix.
2012-03-07 12:56:23 +00:00
he
850117f532 Rewrite any -R<dir> into -Wl,-R<dir>. -R is the old form of -Wl,-R,
but our gcc re-orders them so that all -R args come at the front
of the "ld" invocation.  This messes up the relative search order,
and is at least partly responsible for "the pixman problem"
experienced on (at least) NetBSD 5.1.  This is as close as a general
fix as I can think of, and should fix PR#46130, although it possibly
doesn't fix every instance of this more general problem.
2012-03-07 12:55:53 +00:00
taca
f343095408 Update typo3_46 package to 4.6.5 (TYPO3 4.6.5).
2012-03-06  816834c                  [RELEASE] Release of TYPO3 4.6.5 (TYPO3 v4 Release Team)
2012-03-06  594422a                  [TASK] Raise submodule pointer (TYPO3 v4 Release Team)
2012-03-06  785c57f  #31560          [BUGFIX] Form: Confirmation value relies on label value (Oliver Hader)
2012-03-06  b65e7c6  #31561          [BUGFIX] Form: Add more semantic classes for elements (Oliver Hader)
2012-03-06  d2eb584  #17061          [BUGFIX] Translated mailform should use localized email (Michael Stucki)
2012-03-06  053fa54  #25003          [BUGFIX] Check minitems for TCAtree (Georg Ringer)
2012-03-06  bc0a1f6  #31711          [BUGFIX] Validation for multiple forms on one page (Niki Mueller)
2012-03-06  6ecadd5  #30162          [BUGFIX] Sporadic memcache error on server load (Dmitry Dulepov)
2012-03-06  678b01b  #30892          [BUGFIX] t3lib_BEfunc::getViewDomain() returns wrong or no domain (Jaume Prat)
2012-03-06  050b0f6  #33089          [BUGFIX] Media element does not recognize short YouTube links (Robert Heel)
2012-03-06  9d4b379  #28526          [BUGFIX] Unset stdWrap of select.pidInList (Marc Bastian Heinrichs)
2012-03-06  777dd7a  #33761          [BUGFIX] Remove early return in PageTreeDataProvider (Georg Ringer)
2012-03-06  46d11b5  #32467          [BUGFIX] Warnings in tcemain on iterating over unset columns (Mario Rimann)
2012-03-06  1c3e896  #33214          [BUGFIX] TypoLink: absolute urls when installed in subfolder (Nils Seinschedt)
2012-03-06  0b8e2e9  #32732          [BUGFIX] Add the title and increase width of the multiple select boxes (Thomas Layh)
2012-03-06  48f39b6  #23347,#30623   [BUGFIX] Misleading error with empty USER_INT (Philipp Gampe)
2012-03-05  3820d5f  #33160          [BUGFIX] tslib_pibase: Outdated PHPDoc comment for pi_loadLL() (Stefan Rotsch)
2012-02-29  7830f88  #34427          [TASK] Remove typo3/logomenu.php (Christian Kuhn)
2012-02-28  f0516cd                  [TASK] Raise submodule pointer (TYPO3 v4 Release Team)
2012-02-27  be1d6e4  #32600          [TASK] Add clear l10n cache when the user clear all cache (Dominique Feyer)
2012-02-27  d083f5a  #31460          [BUGFIX] flock() calls in TYPO3 prevent NFS hosting (Dmitry Dulepov)
2012-02-27  4844254  #32013          [BUGFIX] Fatal error if pear package http_request2 is installed (Philipp Gampe)
2012-02-27  44ec00b  #33866          [BUGFIX] show uid of reference in show_item.php (Johannes Feustel)
2012-02-27  27254e4  #32159          [TASK] Invalid SQL and bad code in tslib_fe (Dmitry Dulepov)
2012-02-27  ad4d468  #34135          [BUGFIX] PHP Warning when moving a record (Xavier Perseguers)
2012-02-21  fe06955  #25083          [BUGFIX] Content rendering: Definition lists in RTE are wrapped in p (Stanislas Rolland)
2012-02-19  c674ade  #30272          [BUGFIX] Don't save form protection error messages in session (Helmut Hummel)
2012-02-19  35ab732  #17947          [BUGFIX] TCE: error message if no label has been set in TCA (Mario Rimann)
2012-02-18  0f808fb  #34030          [BUGFIX] getAllowedItems called with one parameter too much (Stefan Neufeind)
2012-02-18  b0a6371  #33116          [BUGFIX] Scheduler BE module fails to load due to autoloader issues (Christian Kuhn)
2012-02-17  bc453f7                  [TASK] Additional unit tests for t3lib_div::mkdir and mkdir_deep (Loek Hilgersom)
2012-02-13  73dc398  #33897          [BUGFIX] htmlArea RTE: Target of localized string may be empty (Stanislas Rolland)
2012-02-13  45ecb4c  #33515          [BUGFIX][t3editor] (De-)Activating does not work in Chrome (Steffen Gebert)
2012-02-13  47f9312  #33889          [BUGFIX] htmlArea RTE: Default skin inconsistent with ExtJS xtheme-blue (Stanislas Rolland)
2012-02-12  729b93b  #32073          [BUGFIX] IRRE translation links shouldn't be shown if no parent (Georg Ringer)
2012-02-12  bf6adfb  #32650          [BUGFIX] Confusing error message in reports module (Markus Klein)
2012-02-12  6736402  #31573          [BUGFIX] .inc files still call cObj->checkEmail (Markus Klein)
2012-02-11  1bc7ba3  #28298          [BUGFIX] Resetting of input field to default when having a range fails (Philipp Kitzberger)
2012-02-10  6affdae  #21102          [BUGFIX] IRRE: Selected items remain in selector with foreign_unique (Stanislas Rolland)
2012-02-10  a9e4868  #28684          [BUGFIX] Formmail doesn't always use correct character set (Jigal van Hemert)
2012-02-10  0c8891e  #33457          [BUGFIX] RTE: Removing div from formatblock selector may not work (Stanislas Rolland)
2012-02-10  a270cd0  #32408          [BUGFIX] htmlArea RTE: CSS class names are lowercase in WebKit (Stanislas Rolland)
2012-02-09  ba84381  #19925          [BUGFIX] *IFSUB ignores l18n_cfg field (Stefan Galinski)
2012-02-09  eeddbce  #32253          [BUGFIX] Shortcut redirect ignores linkVars syntax (Stefan Galinski)
2012-02-09  2f03826  #33448          [BUGFIX] Loading of an IRRE element with subtabs freezes and breaks browsers (Stefan Galinski)
2012-02-09  e5a594c  #31252          [BUGFIX] saltedpasswords update task only updates 42 records (Mario Rimann)
2012-02-08  487bf94  #32693          [BUGFIX] TSconfig option hides table pages_language_overlay (Stefan Geith)
2012-02-08  51c33cf  #33697          [BUGFIX] SQL error in extension manager (Philipp Gampe)
2012-02-08  3aa0ca8  #32161          [BUGFIX] Invalid "unequal"-statement and string-quoting in SQL (Stefan Neufeind)
2012-02-07  569f7f5  #31761          [BUGFIX] Live search must implement search properties (Francois Suter)
2012-02-07  5dad87c  #20211          [BUGFIX] Release locked records during logout (Tolleiv Nietsch)
2012-02-07  e31b1c2  #24274          [BUGFIX] Prevent compression of scripts that use ajax.php (Steffen Kamper)
2012-02-07  9513c75  #33704          [BUGFIX] SQL parser does not support NULL as default value (Xavier Perseguers)
2012-02-06  e604334  #31959          [BUGFIX] "Show page" does not use a proper URL scheme (Dmitry Dulepov)
2012-02-06  147184a  #32136          [TASK] Reports module uses internal data of salted passwords (Dmitry Dulepov)
2012-02-06  ccf3b64  #33637          [BUGFIX] RTE: Some toolbar elements may not be correctly initialized (Stanislas Rolland)
2012-02-03  34a2b2f                  Revert "[BUGFIX] RTE: Some toolbar elements may not be correctly initialized" (Stanislas Rolland)
2012-02-03  0fe7280  #32422          [BUGFIX] Encoding error in TCEforms inline JavaScript (Manuel Stofer)
2012-02-03  7634e9e  #30352          [BUGFIX] Bookmarks to pages don't work (Stefan Galinski)
2012-02-03  74c0a47  #32046          [BUGFIX] t3lib_div::validPathStr() fails on certain file names (Dmitry Dulepov)
2012-02-03  8db8b53  #32877          [BUGFIX] htmlArea RTE: Changing the text color to black does not work (Stanislas Rolland)
2012-02-03  28d52ea  #33644          [BUGFIX] htmlArea RTE: Firefox may report error when setting a color (Stanislas Rolland)
2012-02-02  844be40  #33637          [BUGFIX] RTE: Some toolbar elements may not be correctly initialized (Stanislas Rolland)
2012-01-31  65bc925  #26690          [BUGFIX] Adjust shortcut mode labels for selected/current page (Stefan Neufeind)
2012-01-28  66df2c0                  Revert "[BUGFIX] Scheduler BE module fails to load due to autoloader issues" (Christian Kuhn)
2012-01-28  460ac97  #32580          [BUGFIX] Reports module shows unnecessary info text (Markus Klein)
2012-01-28  c0a45f1  #33116          [BUGFIX] Scheduler BE module fails to load due to autoloader issues (Dmitry Dulepov)
2012-01-28  c669bda  #23843          [BUGFIX] Broken datepicker on unsaved flexform sections (Stefan Rotsch)
2012-01-28  e9f765c  #32111          [BUGFIX] TYPO3 prompts to select position when there are no pages (Dmitry Dulepov)
2012-01-28  c9716ed  #32231          [BUGFIX] Unlimited memory limit handling in system status report (Mario Rimann)
2012-01-28  7940fac  #21591          [BUGFIX] Warnings in BE when using "Find filename" (Dmitry Dulepov)
2012-01-28  c98c767  #32261          [BUGFIX] Fix permissions and create group in mkdir_deep (Loek Hilgersom)
2012-01-28  e9d63ff  #32892          [BUGFIX] spriteManager for Clear RTE Cache icon (Felix Kopp)
2012-01-27  a31819b  #31300          [TASK] Improve debugTrail() to better handle includes (Markus Klein)
2012-01-26  1dd4147  #33466          [BUGFIX] htmlArea RTE: Some attributes wrongly unset by "Edit element" (Stanislas Rolland)
2012-01-26  2816aaf  #20069          [BUGFIX] Misinterpretation of memory_limit setting in install tool (Mario Rimann)
2012-01-26  1708c15  #33455          [BUGFIX] Marker not removed from file module (Ernesto Baschny)
2012-01-26  cf3d423  #30469          [BUGFIX] Sorting of localized records is wrong after copying (Stanislas Rolland)
2012-03-07 12:54:34 +00:00
taca
fb7d6e0575 Update typo3_45 package to 4.5.12 (TYPO3 4.5.12).
2012-03-06  cd448d5                  [RELEASE] Release of TYPO3 4.5.12 (TYPO3 v4 Release Team)
2012-03-06  cc0d923                  [TASK] Raise submodule pointer (TYPO3 v4 Release Team)
2012-03-06  fd59df3  #33089          [BUGFIX] Media element does not recognize short YouTube links (Robert Heel)
2012-03-06  004321b  #32732          [BUGFIX] Add the title and increase width of the multiple select boxes (Thomas Layh)
2012-03-06  95d6c66  #23347,#30623   [BUGFIX] Misleading error with empty USER_INT (Philipp Gampe)
2012-03-05  5910017  #33160          [BUGFIX] tslib_pibase: Outdated PHPDoc comment for pi_loadLL() (Stefan Rotsch)
2012-02-29  4424489  #34427          [TASK] Remove typo3/logomenu.php (Christian Kuhn)
2012-02-28  726bf5c                  [TASK] Raise submodule pointer (TYPO3 v4 Release Team)
2012-02-27  cc89244  #34135          [BUGFIX] PHP Warning when moving a record (Xavier Perseguers)
2012-02-24  888fe67  #29593          [BUGFIX] EM: make update window modal (Francois Suter)
2012-02-21  8eb7d80  #25083          [BUGFIX] Content rendering: Definition lists in RTE are wrapped in p (Tolleiv Nietsch)
2012-02-19  1fda8a3  #30272          [BUGFIX] Don't save form protection error messages in session (Helmut Hummel)
2012-02-19  ed8e160  #17947          [BUGFIX] TCE: error message if no label has been set in TCA (Mario Rimann)
2012-02-18  478db05  #34030          [BUGFIX] getAllowedItems called with one parameter too much (Stefan Neufeind)
2012-02-18  0417bfa  #33116          [BUGFIX] Scheduler BE module fails to load due to autoloader issues (Tolleiv Nietsch)
2012-02-17  990b81d                  [TASK] Additional unit tests for t3lib_div::mkdir and mkdir_deep (Loek Hilgersom)
2012-02-13  8e0bda4  #33897          [BUGFIX] htmlArea RTE: Target of localized string may be empty (Stanislas Rolland)
2012-02-13  4755e52  #33889          [BUGFIX] htmlArea RTE: Default skin inconsistent with ExtJS xtheme-blue (Stanislas Rolland)
2012-02-13  0d701dc  #33515          [BUGFIX][t3editor] (De-)Activating does not work in Chrome (Steffen Gebert)
2012-02-12  0076dcb  #30469          [BUGFIX] Sorting of localized records is wrong after copying (Stanislas Rolland)
2012-02-12  6c04d98  #30162          [BUGFIX] Sporadic memcache error on server load (Dmitry Dulepov)
2012-02-12  8d9730b  #32073          [BUGFIX] IRRE translation links shouldn't be shown if no parent (Georg Ringer)
2012-02-12  606192f  #32650          [BUGFIX] Confusing error message in reports module (Markus Klein)
2012-02-11  e833828  #28298          [BUGFIX] Resetting of input field to default when having a range fails (Philipp Kitzberger)
2012-02-10  cd481f9  #21102          [BUGFIX] IRRE: Selected items remain in selector with foreign_unique (Stanislas Rolland)
2012-02-10  d52d362  #33457          [BUGFIX] RTE: Removing div from formatblock selector may not workspaces (Stanislas Rolland)
2012-02-10  0bda8f8  #32408          [BUGFIX] htmlArea RTE: CSS class names are lowercase in WebKit (Stanislas Rolland)
2012-02-09  18b0764  #31252          [BUGFIX] saltedpasswords update task only updates 42 records (Mario Rimann)
2012-02-08  e5ee0ee  #30352          [BUGFIX] Bookmarks to pages don't work (Stefan Galinski)
2012-02-08  633657b  #29498          [TASK] Disable compression for inlineJs in Backend (Steffen Gebert)
2012-02-08  c91dfff  #25277          [BUGFIX] Prevent duplicate stdWrap for media content (Alexander Stehlik)
2012-02-07  cc18374  #20211          [BUGFIX] Release locked records during logout (Tolleiv Nietsch)
2012-02-07  91616be  #24274          [BUGFIX] Prevent compression of scripts that use ajax.php (Steffen Kamper)
2012-02-06  f690fc9  #31959          [BUGFIX] "Show page" does not use a proper URL scheme (Dmitry Dulepov)
2012-02-06  329f00d  #32136          [TASK] Reports module uses internal data of salted passwords (Dmitry Dulepov)
2012-02-06  ff5d585  #33637          [BUGFIX] RTE: Some toolbar elements may not be correctly initialized (Stanislas Rolland)
2012-02-03  7623013  #32422          [BUGFIX] Encoding error in TCEforms inline JavaScript (Manuel Stofer)
2012-02-03  1a885b5  #32046          [BUGFIX] t3lib_div::validPathStr() fails on certain file names (Dmitry Dulepov)
2012-02-03  ef1dd9a  #32877          [BUGFIX] htmlArea RTE: Changing the text color to black does not work (Stanislas Rolland)
2012-02-03  4667660  #33644          [BUGFIX] htmlArea RTE: Firefox may report error when setting a color (Stanislas Rolland)
2012-02-02  36d6182  #33642          [BUGFIX] RTE Text indicator does not work in Firefox in TYPO3 4.5 (Stanislas Rolland)
2012-02-02  5047f14  #33637          [BUGFIX] RTE: Some toolbar elements may not be correctly initialized (Stanislas Rolland)
2012-01-31  765f532  #27052          [BUGFIX] Context menu of page translation doesn't work in languages view (Andreas Wolf)
2012-01-28  0cb0977                  Revert "[BUGFIX] Scheduler BE module fails to load due to autoloader issues" (Christian Kuhn)
2012-01-28  308aba5  #32580          [BUGFIX] Reports module shows unnecessary info text (Markus Klein)
2012-01-28  40af75f  #33116          [BUGFIX] Scheduler BE module fails to load due to autoloader issues (Dmitry Dulepov)
2012-01-28  70a5331  #23843          [BUGFIX] Broken datepicker on unsaved flexform sections (Stefan Rotsch)
2012-01-28  1411391  #32111          [BUGFIX] TYPO3 prompts to select position when there are no pages (Dmitry Dulepov)
2012-01-28  aa6d46b  #32231          [BUGFIX] Unlimited memory limit handling in system status report (Mario Rimann)
2012-01-28  1c25d92  #21591          [BUGFIX] Warnings in BE when using "Find filename" (Dmitry Dulepov)
2012-01-28  a767877  #32892          [BUGFIX] spriteManager for Clear RTE Cache icon (Felix Kopp)
2012-01-27  fd261f9  #31300          [TASK] Improve debugTrail() to better handle includes (Markus Klein)
2012-01-26  e8c1d42  #33466          [BUGFIX] htmlArea RTE: Some attributes wrongly unset by "Edit element" (Stanislas Rolland)
2012-01-26  8070967  #20069          [BUGFIX] Misinterpretation of memory_limit setting in install tool (Mario Rimann)
2012-01-26  71257e5  #33455          [BUGFIX] Marker not removed from file module (Ernesto Baschny)
2012-03-07 12:53:40 +00:00
hans
3a78a390f9 Fix build on SunOS.
- include sys/cdefs.h in bundled proplib
- use nbcompat/endian.h if available
2012-03-07 11:39:39 +00:00
adam
7dedef2075 Changes 0.7:
* Upgraded libpng to version 1.4.9.
* Upgraded zlib to version 1.2.6-optipng.
* Resolved a rarely-occurring out-of-bounds memory access error in
  Z_RLE, by upgrading zlib.
* Added the popularly-requested option -strip.
  The only suboption currently supported is "-strip all".
* Added the option -clobber.
* Added the option -backup, as an alias of -keep.
* Added the option -silent, as an alias of -quiet.
* Deprecated the option -log.
* Changed the activity display output from STDOUT to STDERR.
* Allowed the option -preserve to save high-resolution timestamps
  on Unix, if the POSIX-1.2008 API is available.  This feature was
  previously available on Windows only.
* Fixed a minor precision error in the display of file size percents.
* Fixed a memory leak that occurred when reading broken GIF images.
* Fixed various build issues.
* Resolved all remaining compatibility issues with libpng-1.5.
* Added build support for clang.
* Reorganized the source directory structure.
2012-03-07 09:11:43 +00:00
obache
174d98ddbc Updated www/ja-trac to 0.12.3pl1 2012-03-07 05:12:36 +00:00
obache
6298145b9a Trac-0.12.3.ja1 (Mar 2, 2012)
* merge Trac-0.12.3
 * Japanize default Wiki pages
   - trac/wiki/default-pages/*
 * Japanize Wiki macros document
   - trac/wiki/intertrac.py
   - trac/wiki/interwiki.py

Trac 0.12.3 (February 6, 2012)
http://svn.edgewall.org/repos/trac/tags/trac-0.12.3

Trac 0.12.3 contains a few minor fixes and a few minor features:
 - added compatibility with Subversion 1.7 (#10414)
 - make it easier to troubleshoot common startup errors (#10024)
 - jQuery upgraded to 1.4.4 (#10001)
 - improved fine-grained permission handling in the source browser
   (#9976, #10208, #10110)
 - added compatibility with MySQL 5.5.3 utf8mb4 databases (#9766)
 - ... and dozens more fixes!
2012-03-07 05:12:25 +00:00
minskim
2c65c24114 Fix a typo. 2012-03-07 04:03:13 +00:00
minskim
73956a87ef Update package names for pdftex/pdflatex. 2012-03-07 04:00:04 +00:00
minskim
b2d2c42d1a Fix date. 2012-03-07 03:54:29 +00:00
minskim
5ac2b8b34d Note update of netbsd-www. 2012-03-07 03:53:43 +00:00
minskim
c6a204e06c Reduce netbsd-www's TeX dependencies.
It only needs netbsd-doc-print, rather than the whole teTeX.
2012-03-07 03:53:22 +00:00
minskim
bfd359f99b Note removal of cjk-lyx. 2012-03-07 03:23:26 +00:00
minskim
24b1adc7f3 Delete cjk-lyx, which has been merged with editors/lyx. 2012-03-07 03:21:27 +00:00
minskim
6efe941b94 Note PKGREVISION bump of tex2page. 2012-03-07 00:34:26 +00:00
minskim
c9a4ef8bc9 Reduce tex2page's dependencies on TeX. 2012-03-07 00:33:55 +00:00
elric
cefd49db18 Revert prior at request. 2012-03-07 00:19:08 +00:00
joerg
cb44dea684 Fix build on recent NetBSD 2012-03-06 23:38:04 +00:00
joerg
dd8322de22 Always install the man page. Bump revision. 2012-03-06 23:29:29 +00:00
joerg
2c726b49a6 Don't install cat pages. Bump revision. 2012-03-06 23:27:15 +00:00
joerg
13e29503ee Don't install a cat page. Bump revision. 2012-03-06 23:26:38 +00:00
joerg
51f315679e Don't bother with catpages. Bump revision. 2012-03-06 23:25:18 +00:00
minskim
89ae443484 Note PKGREVISION bump of pidgin-latex. 2012-03-06 23:08:29 +00:00
minskim
cecdedb2f8 Reduce pidgin-latex's dependencies on TeX. 2012-03-06 23:08:05 +00:00
bsiegert
5d2f4bdfd0 I am "responsible" for MirBSD support. 2012-03-06 22:03:26 +00:00