summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-04-21Update clutter to 1.2.6.obache2-6/+6
Clutter 1.2.6 (19/04/2010) =============================================================================== * List of changes since Clutter 1.2.4 > Check if the TexturePixmap actor have an allocation before asking for its allocation box, to avoid a costly re-layout. > Handle spurious GLX_BufferSwapComplete events more gracefully than an assertion failure. > Fix a memory leak in the atlas. > Use the right constant when calling GetClassLongPtr() in the win32 event handling code; this fixes a compilation issue on win64. > Check the size of the Pango layouts in the cache to avoid blowing cache slots. > Remove the need for using a function introduced by GLib 2.18, to keep our current requirements. > Documentation fixes in Clutter and COGL Many thanks to: Fridrich Strba Neil Roberts Owen W. Taylor Rob Bradford Robert Bragg
2010-04-21Let tex-tipa-doc use DISTFILES from TeX Live 2009. No functional change.minskim2-7/+7
2010-04-21Updated wm/windowmaker to 0.92.0nb11wiz1-1/+2
2010-04-21Add patch fixing a problem with Qt applications on 64bit machines,wiz3-3/+100
from Debian via Helge Mühlmeier in PR 43178. Bump PKGREVISION.
2010-04-21Add tex-circle{,-doc}.minskim2-2/+6
2010-04-21Import tex-circle-doc-2009 as print/tex-circle-doc.minskim4-0/+20
This is documentation for tex-circle.
2010-04-21Import tex-circle-2009 as print/tex-circle.minskim4-0/+27
This package provides circles in math mode that can be used for the nextstep operator of temporal logic, in conjunction with \Box and \Diamond (latexsym) or \square and \lozenge (amssymb). LaTeX circles \circ and \bigcirc are not of the right size. The circles are taken from the font lcircle10. The package contains some hacks to approximate the right size and this solution is definitely not sufficient to give a high quality output.
2010-04-21Note update of sysutils/ruby-quota package to 0.5.1nb9.taca1-1/+2
2010-04-21Remove debugging printf() on Linux.taca3-11/+19
Bump PKGREVISION.
2010-04-21Add tex-changepage{,-doc}.minskim2-2/+6
2010-04-21Import tex-changepage-doc-1.0c as print/tex-changepage-doc.minskim4-0/+20
This is documentation for tex-changepage.
2010-04-21Import tex-changepage-1.0c as print/tex-changepage.minskim4-0/+27
The package provides commands to change the page layout in the middle of a document, and to robustly check for typesetting on odd or even pages. Instructions for use are at the end of the file. The package is an extraction of code from the memoir class, whose user interface it shares. It is intended the this package will eventually replace the chngpage package, which is distributed with the package.
2010-04-20Note update of www/typolight28-translations package to 20100420.taca1-1/+2
2010-04-20Update typolight28-translations package to 20100420.taca3-12/+12
Update Latvian and Russian language files.
2010-04-20Note update of databases/mysql51-{client,server} package to 5.1.45.taca1-1/+3
2010-04-20Update mysql51-client/mysql51-server package to 5.1.45.taca7-17/+42
This is maintainous release and please refer for full changes: http://dev.mysql.com/doc/refman/5.1/en/news-5-1-45.html Added a patch for recent security problem to mysql51-server, too. http://secunia.com/advisories/39454
2010-04-20Fix typo in patch description.wiz2-4/+4
2010-04-20Fix HOMEPAGE, from diro@nixsyspaus.org.wiz1-2/+2
2010-04-20pkg_install-20100421:joerg2-5/+5
Fix an off-by-one in the check for properly sized pkgdb entries. It rejected perfectly valid entries.
2010-04-20note update of lang/mawk to 1.3.4zafer1-1/+2
2010-04-20forgot to remove patches.zafer5-173/+0
2010-04-20Update mawk to 1.3.4 (via wip/mawk)zafer2-15/+15
Changelog: 20091220 + bump version to 1.3.4 + update INSTALL and README files. + improve configure checks for math library. + change test for NaN to use sqrt() rather than log() to work around cygwin's partly broken math functions. + add/use isnanf() to work around other breakage in cygwin math functions. + add configure check for _XOPEN_SOURCE, etc., needed to define proper function pointer for sigaction, e.g., on Tru64. + add check for sigaction function pointer, whose POSIX form is absent from the cygwin header. + extend MAWKBINMODE, adding a third bit which when set will suppress the change for RS or ORS to use CR/LF rather than LF. This is used for MinGW to make the "check" rule in a build work, for instance. + add configure check for functions used for pipe/system calls, e.g., for MinGW where these are absent. + add runtime check for floating-point underflow exceptions + fix an old 1.3.3 bug in re_split(), which did not check properly for the end of buffer; this broke on Tru64. + drop obsolete config-user, v7 and atarist subdirectories + improve configure checks for sigaction, making the definitions used in fpe_check.c consistent with matherr.c + build fixes for AIX, Tru64. + add configure check for 'environ'. + remove redundant setlocale() calls; only LC_CTYPE and LC_NUMERIC are used. 20091213 + add makedeps.sh script to aid in updating object dependencies in Makefile.in + use "mkdir -p" rather than mkdirs.sh (suggested by Aleksey Cheusov). + reformatted this file, to simplify extraction of contributor names. + update config.guess and config.sub > patches by Jonathan Nieder: + modify CF_DISABLE_ECHO autoconf macro to ensure that command lines in Makefile.in begin with a tab. + the makefile does not use $(MAKE); remove the SET_MAKE substitution. + add some files to the "make clean" rule, in case make gets interrupted in the middle of a rule. + add a maintainer-clean rule to the makefile, to remove files which could be regenerated. + fix an unescaped "-" in man/mawk.1 + remove an unneeded cast in bi_funct.c + fix an unused parameter warning in matherr.c + drop unused line_no parameter from compile_error() and its callers. + convert makescan.c to ANSI C, do further cleanup of that file. + split-out scancode.h from scan.h
2010-04-20note update of geography/geos to 3.2.2zafer1-1/+2
2010-04-20remove geos from list. done.zafer1-2/+1
2010-04-20Update geos to 3.2.2zafer2-6/+6
Changelog: 2010-04-18 09:34 Sandro Santilli <strk@keybit.net> * [r2978] tests/unit/capi/GEOSGetCentroidTest.cpp: Forgot to add this, since I added the Makefile.am line.. 2010-04-17 21:55 Sandro Santilli <strk@keybit.net> * [r2975] NEWS, capi/geos_c.cpp, capi/geos_c.h.in, capi/geos_ts_c.cpp, configure.in, source/headers/geos/version.h.vc, tests/unit/Makefile.am: Back-port fix of GEOS-context leakage 2010-04-07 14:01 Mateusz Loskot <mateusz@loskot.net> * [r2973] source/dirlist.mk: Ported r2967 update to branches/3.2 2010-04-07 13:35 Mateusz Loskot <mateusz@loskot.net> * [r2969] nmake.opt: Removed NDEBUG from CPPFLAGS of debug build configuration (Ticket #338) 2010-03-29 17:50 Mateusz Loskot <mateusz@loskot.net> * [r2966] ., autogen.bat, nmake.opt, source/algorithm/distance/DistanceToPoint.cpp: Added NMake 10.x version to be recognized by nmake.opt (ported from trunk) 2010-03-29 16:21 Sandro Santilli <strk@keybit.net> * [r2963] ChangeLog: Update ChangeLog 2010-03-26 12:35 Mateusz Loskot <mateusz@loskot.net> * [r2956] source/headers/geos/platform.h.vc: platform.h.vc: disable min/max macros substitution (ported from trunk) 2010-03-26 12:03 Mateusz Loskot <mateusz@loskot.net> * [r2953] source/headers/geos/operation/union/CascadedPolygonUnion.h: Added GEOS_DLL with Microsoft-specific __declspec attribute missing from CascadedPolygonUnion class 2010-03-26 12:00 Mateusz Loskot <mateusz@loskot.net> * [r2951] source/geom/GeometryList.cpp: geom\GeoemtryList.cpp: missing implementation of GeometryList::size() function. 2010-03-26 11:57 Mateusz Loskot <mateusz@loskot.net> * [r2949] source/Makefile.vc: source\Makefile.vc: added missing geom\GeometryList.cpp 2010-03-26 11:52 Mateusz Loskot <mateusz@loskot.net> * [r2947] nmake.opt: nmake.opt: Added missing GEOS_DLL_EXPORT to CPPFLAGS 2010-03-19 15:09 Sandro Santilli <strk@keybit.net> * [r2945] NEWS, capi/geos_ts_c.cpp: Improve formatting for GEOSisValidReason_r (issue #329) 2010-03-18 18:28 Sandro Santilli <strk@keybit.net> * [r2943] NEWS: Add bugfix item 2010-03-18 18:26 Sandro Santilli <strk@keybit.net> * [r2942] source/headers/geos/operation/valid/IsValidOp.h, source/operation/valid/IsValidOp.cpp, tests/xmltester/tests/general/TestValid.xml: Fix false-positive return from IsValidOp. This is done better than in trunk, so will backport later. 2009-12-30 17:55 Mateusz Loskot <mateusz@loskot.net> * [r2836] source/Makefile.vc: Ported fix for missing CoordinateSequenceFactory?.cpp from makefile.vc (Ticket #313) 2009-12-14 19:21 Paul Ramsey <pramsey@cleverelephant.ca> * [r2830] capi/geos_c.h.in, configure.in, source/headers/geos/version.h.vc: Back up the versions to 3.2.1 for 3.2 branch
2010-04-20Note addition of sysutils/gio-fam and revision bump for devel/glib2.jmmv1-1/+3
2010-04-20Add and enable gio-fam.jmmv1-1/+2
2010-04-20Initial import of gio-fam:jmmv3-0/+34
This package provides a backend for GIO to provide notifications on file and directory alterations using FAM (or Gamin) as the monitoring system.
2010-04-20Drop fam support from devel/glib2; I'll readd this as sysutils/gio-fam.jmmv6-108/+131
This functionality can easily be built as a loadable module, so it should not be conditional on a build-time option. Split the Makefile into two parts so that the sysutils/gio-fam package can reuse most of it. Bump PKGREVISION to 1.
2010-04-20Note update of abcm2ps.minskim1-1/+2
2010-04-20Update abcm2ps to 5.9.13.minskim3-7/+10
This version fixes several security vulnerabilities including Secunia Advisory SA39345. For other changes, see share/doc/abcm2ps/Changes.
2010-04-20Note PKGREVISION bump of dvipsk.minskim1-1/+2
2010-04-20Avoid integer overflow (CVE-2010-0739).minskim3-2/+21
Patch from TeX Live repository (Revision 17559).
2010-04-20the .pc file refers to the gconf one, so we need to propagatedrochner1-1/+2
the dependency
2010-04-20avoid catpage regenerationtnn1-1/+7
2010-04-20can't depend on checkperms; it's distfile is gzipped.tnn1-1/+2
2010-04-20- avoid catpage regenerationtnn2-3/+7
- fix typo in comment
2010-04-20- irssi-0.8.15, konversation-1.2.3, libdrm-2.4.20, mtools-4.0.13,wiz1-7/+1
nano-2.2.4, openssl-0.9.8n.
2010-04-20+ bftpd-2.8, bitlbee-1.2.6, bouml-4.20, calibre-0.6.48, clutter-1.2.6,wiz1-11/+18
empathy-2.30.0.2 [GNOME 2.30], gbdfed-1.6, gedit-2.30.2 [GNOME 2.30], geos-3.2.2 [pkg/43181], glabels-2.2.8, libspectre-0.2.5, pbzip2-1.1.1, puzzles-8924, py-gtksourceview-2.10.1, py-sqlalchemy-0.6.0 [pkg/43180], subversion-1.6.11, weechat-0.3.2.
2010-04-20Merge bmake-20100414joerg28-4711/+2869
2010-04-20Import bmake-20100414:joerg7-0/+322
- Resolve argv[0] with realpath if needed - Add :tA to realpath(3)ify variables - Support for .info, .warning, .error, .ERROR - Unit tests for .ERROR / .error; never make .ERROR the default target - Fix for .ALLSRC being populated twice - Support for .MAKE_MODE, .MAKE.MAKEFILE_PREFERENCE, .MAKE_DEPENDFILE - Haiku support - Improved diagnostics for .for with multiple variables - Rewrite bootstrap to not use make - Fix for -m .../ - Add support for .unexport - Catch typoes in .el*if etc - Fix parsing of :S;...;...; applied to .for loop iterators appearing in dependency lines
2010-04-20On QNX libtool wasn't inferring the tag and sysexits is needed.seanb1-3/+5
2010-04-20mpack 1.6nb1is1-1/+2
2010-04-20Remove one more /usr/tmp.is3-11/+20
2010-04-204.7.2 disappeared from the distribution site, was replaced by 4.7.3drochner3-7/+8
which fixes some minor bugs
2010-04-204.10.1 disappeared from the distribution site, was replaced by 4.10.2drochner2-6/+6
which fixes a regression in the new-style error handling of C++ ctors
2010-04-20pkg_install-20100420:joerg15-112/+274
Extract dependencies of libarchive from the pkgconfig file and thereby drop knowledge of the needed libraries. At least some versions of HP-UX are known to not support %zu, add a workaround. This is using the black list approach for now. Recognize xz as compression type for pkg_create. The first time an error is hit while fetching packages, try to reget from the same position. This works around the server closing the connection while fetching dependencies.
2010-04-20Add workaround for broken pread/pwrite. This is needed at least onjoerg8-90/+207
HP-UX.
2010-04-19Note initial addition of p5-Net-Server-Coro version 0.8 asseb1-1/+2
net/p5-Net-Server-Coro into The NetBSD Packages Collection. The Perl 5 module Net::Server::Coro implements multithreaded server for the Net::Server architecture, using Coro and Coro::Socket to make all reads and writes non-blocking. Additionally, it supports non-blocking SSL negotiation.
2010-04-19Add & enable p5-Net-Server-Coroseb1-1/+2