summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-02-15Note PKGREVISION bump of awstats.minskim1-1/+2
2005-02-15Security fix for http://www.securityfocus.com/archive/1/390368.minskim4-5/+184
Patches from awstats CVS. Bump PKGREVISION.
2005-02-15Updated fontforge to 20050209adam1-1/+2
2005-02-15Changes 9-Feb-2005:adam3-6/+7
* Use freetype's FT_Outline_Get_Bitmap to make freetype rasterize from our internal data structures. Use freetype by default for the fontview and metricsview (except in some cases). * The bitmap dlg didn't work for multilayered fonts when told to use freetype to rasterize. * If we had a contour nested inside another, and did an Overlap Exclude with the nested contour selected, then that contour was not excluded. * The []Correct Direction check box when importing PostScript, didn't do anything. (or rather it did, but got overrulled later) * In bitmap only fonts, bitmaps created without moving the width line would get lost. * Added a scripting command "SelectByColor" * Don't apply transformations to glyphs which aren't worth outputting * Moving control points with the get point info command had problems in quadratic splines. * When adding type42 support I broke multiple master support. * Werner provided a patch to add a trailing newline to my type1 fonts. * Support for PaintType==2 and stroked fonts. * Various problems with the clustering command * Oops, somehow a patch reverted and things didn't work on systems without iconv * worked on a couple of other configuration problems for the mac * Some people install libraries without headers. Be prepared. * Uniscribe (MS unicode text layout routines) may ignore either the GPOS or the GSUB table depending on the script, and may even refuse to use the font at all if it doesn't have the right stuff in GPOS/GSUB. A Hebrew font must have both a GPOS and a GSUB. If it doesn't the font is not used. A latin font need not have either, but if it doesn't have GSUB then GPOS won't be used.
2005-02-15Apparently autoconf 2.5x has some very sane reasons for not using atv3-11/+42
cache file by default; one of them is that recursion isn't re-parsing the values correctly (and hosing up on multiple spaces in things like CPPFLAGS). Amusingly enough, this hosage does not happen with a site cache file such as the one generated by autoswc. The switch to using :Q on these variables tripped over this stupidity bug, so turn off the Cyrus configure.in stupidity where it tries to force use of a cache file. Fixes PR pkg/29375 and PR pkg/29380.
2005-02-15python23 updatedrochner1-1/+2
2005-02-15update to 2.3.5drochner14-299/+83
This is a bug-fix release. It contains the fix for http://www.python.org/security/PSF-2005-001/ which we added in 2.3.4nb7.
2005-02-15it's 2005, not 2004.grant2-4/+4
2005-02-15add some info about using icc.grant1-1/+37
2005-02-15honour LDFLAGS when linking the `bits' binary.grant1-3/+4
2005-02-15don't override the CPPFLAGS and LDFLAGS environment variables, add togrant1-6/+6
them instead.
2005-02-15add support for icc, the Intel C++ Compiler (Linux).grant5-3/+233
icc is a high performance compiler suite for Linux/i386 and ia64, and is free for non-commercial use. see: http://www.intel.com/software/products/compilers/clin/ for more information. tested with icc version 8.0 and 8.1 on Slackware 10/i386.
2005-02-15The libtool wrapper should always do the compiler wrapper transformations,jlam2-4/+8
so move the setting for _WRAP_ARG_PP.LIBTOOL out of conditional areas of bsd.wrapper.mk and set it globally in bsd.buildlink3.mk with the rest of the libtool wrapper variables.
2005-02-15note update of p5-Mail-ClamAV to 0.13.grant1-1/+2
2005-02-15update p5-Mail-ClamAV to 0.13.grant2-6/+5
changes since 0.12: 0.13 Fri Oct 22 06:44:19 PM 2004 - Updated example code to use the new CL_SCAN_* constants. - Added CL_SCAN_STDOPT to exports. - Added backwards compatible constants.
2005-02-14Note update of taglib to 1.3.1.chris1-1/+2
2005-02-14Fix PR pkg/29370, update taglib to 1.3.1chris3-6/+7
Changes between 1.3 and 1.3.1 are: Fixed Ogg Vorbis length detection on AMD-64 Fixed crash on some invalid MP3s (regression from 1.2 to 1.3) where corruped tags caused crashes or out of memory errors Clear the ID3v1 track number when attempting to set it to a value greater than 255 (8-bit value) Fixed crash in invalid APE tags where the number of tag items didn't match up with the number actually present Added other additional sanity checks to the APE parsing code that should make it more robust Fixed Makefile problem that caused the apeitem.h header to not be installed and made it impossible to use the APE API directly
2005-02-14Note update of xterm.minskim2-3/+3
2005-02-14Fixed two quoting errors. Where $pkgdir had been written, $$pkgsrc had beenrillig1-3/+3
meant. Approved by jlam.
2005-02-14Update xterm to 200.minskim3-19/+5
Changes: * increase color pairs value for xterm-256color and xterm-88color to match ncurses, which has an experimental option to support this. * modify ifdef's to make AIX use termios rather than termio; the struct sizes for the two were not the same. * improve CF_WITH_IMAKE_CFLAGS configure macro script for OSMAJORVERSION and OSMINORVERSION values, e.g., for Tru64 and AIX. * modify ifdef to define USE_POSIX_TERMIOS for Darwin (patch by Min Sik Kim). * modify find_utmp() to initialize the whole utmpx struct (except ut_id), since that is needed for OSF1 4.0D to prevent an infinite loop on exit. * add configure check before adding -D_POSIX_SOURCE since some platforms predefine it, e.g., cygwin. * add simplified sed expressions in CF_IMAKE_CFLAGS configure script macro to ensure value for PROJECTROOT is quoted on Solaris, i.e., when nested \( and \) are not interpreted correctly. * correct DEC rectangle operations to reset state after completing the operations. * modify CASE_ST handling in charproc.c to ensure that the parse state is reset even if xterm is not currently processing an OSC or other string (patch by Johnny Billquist forwarded by Matthias Scheler, NetBSD xsrc/29003). * fix OS/2 build for innotek_libc (patch by David Yeo). * fix a regression from patch #197 fix for Debian #277832 which disowned the selection if it was scrolled, e.g., by the user pressing return at the bottom of the screen (Debian #291787). * move the warning/exit for missing $DISPLAY into the error handler in case -display is given, and the connect fails for some other reason.
2005-02-14Note update of gnome2-games to 2.8.3.jmmv1-1/+2
2005-02-14Update to 2.8.3:jmmv2-6/+5
Aisleriot: - Fixed Helsinki and Neighbor is click-to-move mode. - Fix Will-o-the-Wisp to stop it making incorect moves. Gataxx: - Remove a C99ism, we should compile with gcc 2.98 again. - Handle missing themes better. Gnometris: - Handle missing themes better. Iagno: - Fix a crasher in the hard AI. - Handle missing themes better. Klotski: - Redraw the board properly when starting a new game. Same GNOME: - Handle missing themes better.
2005-02-14Make file(1) happy about plist-clash.pl. Fixes PR#29366 by Akio OBATA.cube2-4/+3
Welcome to version 4.04.
2005-02-14Added benchmarks/blogbench.xtraeme2-2/+4
2005-02-14Initial import of blogbench-1.0.xtraeme4-0/+30
Blogbench is a portable filesystem benchmark that tries to reproduce the load of a real-world busy file server. It stresses the filesystem with multiple threads performing random reads, writes and rewrites in order to get a realistic idea of the scalability and the concurrency a system can handle.
2005-02-14Add some more debugging annotations for the work log to note split argsjlam1-3/+3
and skipped args.
2005-02-14Move some Darwin-specific code from arg-pp-main into arg-pp-darwin-gcc.jlam2-19/+23
2005-02-14Teach the libtool wrapper about the same types of transformations thatjlam1-1/+3
the compiler wrapper already knows to do. This should protect "-install_name ..." from wrapper transformations within the libtool wrapper on Darwin and fixes PR pkg/29215. Software that properly use libtool don't pass an explicit "-install_name ..." because libtool always generates its own such argument when building the (Darwin) shared library. However, not every piece of software, including the ones like lang/tcl that pkgsrc converted to use libtool, will use libtool in the documented fashion. Longer term, those packages should be fixed properly, but we will still need the libtool wrapper to avoid transforming arguments that the compiler wrapper itself doesn't transform, e.g. for MIPSpro and -LANG:*.
2005-02-14Note update of conglomerate to 0.9.0.jmmv1-1/+2
2005-02-14Update to 0.9.0:jmmv4-62/+203
This is the first 0.9 release - the main editing widget has been rewritten since the last release (0.7.16). Please download it and try to break things (and fix them - patches gratefully acepted!). The new code fixes a long-standing problem where Conglomerate would crash when loading certain documents. This has now been fixed (we believe), so that Conglomerate should now be able to load and display any well-formed XML document. The design is simpler and should enable us to implement more sophisticated effects in the future (e.g. table editing). Unfortunately, whilst it's better than it was at loading files, it's now less stable when it comes to editing them. There are quite a few bugs still present in the new implementation - for example, "span tags" are invisible if present in a document loaded off disk (freshly created span tags appear as expected). This and other bugs can be seen below a tracker bug ( bug # 143769 ); please file bugs with editing and attach them to this tracker bug. New Translations: * Simplified Chinese (zh_CN) (Funda Wang) Updated Translations: * Czech (cs) (Miloslav Trmac) * German (de) (Frank Arnold) * Greek (el) (Kostas Papadimas) * Canadian English (en_CA) (Adam Weinberger) * British English (en_GB) (David Lodge) * Spanish (es) (Francisco Javier F. Serrador) * French (fr) (Michèle Garoche) * Dutch (nl) (Daniel van Eeden) Enhancements * Major rewrite of the main editing widget (David Malcolm) (Nickolay V. Shmyrev) * Improvements to menu icons and keyboard shortcuts (Alan Horkan) * Beginnings of work on a table-editing plugin for DocBook (David Malcolm) Fixes * Fixes to i18n framework (Michèle Garoche) (Geert Stappers) (Marcel Telka) Fixes to improve stability of basic editing (Nickolay V. Shmyrev) * Fixed the random document generator to use the correct text "Lorem ipsum" text from Cicero's "de Finibus Bonorum et Malorum", based on http://lipsum.com/ (David Malcolm) * Cleaned up to fix bug # 145096 (David Malcolm) * Fixed simple word-wrapping in new editor widget (I hope) bug # 143994 (David Malcolm)
2005-02-14Make this work correctly as a binary package.jschauma2-6/+21
Bump PKGREVISION.
2005-02-14Apply patch from Mailman maintainers to fix vulnerability described in:tv3-3/+34
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0202
2005-02-14Fix typo in previous (should have ended the line with &&).tv1-2/+2
2005-02-14Remove "test ... -ef ...", which is unportable. Currently this is causingtv1-2/+1
syntax errors (and unchanged example files to be left behind) on Interix; it probably causes a problem on others. (This test appears to work around a case where two files were exactly the same by inode, and have the script *not* delete the file in that case. I'm not exactly sure why that is desirable at all.)
2005-02-14Note PKGREVISION bump of bibtex2html.minskim1-1/+2
2005-02-14Install documentation and update the man page to point to the correctminskim2-2/+19
location. This fixed PR pkg/29371. Bump PKGREVISION.
2005-02-14Bumped PKGREVISION for the last change (allowing more terminals forrillig1-2/+2
NetBSD).
2005-02-14Allow more virtual terminal devices to be found on NetBSD.rillig2-8/+20
Approved by jlam.
2005-02-14Specify minimum required version of ocaml in BUILD_DEPENDS.minskim1-2/+2
2005-02-14Remove redundant PERL definition in CONFIGURE_ENV.minskim1-3/+1
2005-02-14Disable pkgviews installation until ocaml supports it.minskim1-3/+1
2005-02-14Note update of docbook-xsl to 1.68.1.jmmv1-1/+2
2005-02-14Update to 1.68.1:jmmv3-6/+8
This release adds localization support for Farsi (thanks to Sina Heshmati) and improved support for the XLink-based DocBook NG db:link element. Other than that, it is a minor bug-fix update to the 1.68.0 release. The main thing it fixes is a build error that caused the XSLT Java extensions to be jarred up with the wrong package structure. Thanks to Jens Stavnstrup for quickly reporting the problem, and to Mauritz Jeanson for investigating and finding the cause. Also use .tar.bz2 distfile.
2005-02-14Fix quoting.uebayasi3-6/+6
2005-02-14Don't complain if "${PREFIX}/etc/ppp" isn't empty during deinstallationtron1-2/+2
because the configuration created by the user might still be in that directory.
2005-02-14note update of clamav to 0.83.grant1-1/+2
2005-02-14update to 0.83.grant4-17/+17
changes since 0.82 (summarized): * clamd: change default value of StreamMaxPort to 2048 * freshclam: add support for Foreground (requested by Jeremy Kitchen <kitchen*scriptkitchen.com>) * clamav-milter: Added --whistlist-file and --sendmail-cf options When in SESSION mode, not all sessions would send END other changes are documentation and misc. bug fixes.
2005-02-14Fix quoting.uebayasi1-2/+2
2005-02-14Fix quoting.uebayasi1-2/+2
2005-02-14Updated libusb to 0.1.10 [adam 2005-02-14]adam1-1/+2