summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-05-11Unused.wiz6-150/+0
2004-05-11Update bmake to 20040511 which syncs with -current (and 2.0).sjg3-14/+16
We now use bmake/boot-strap for simpler building. New location for distfile. Changes to bmake include: o allow quoted strings on lhs of conditionals o issue warning when extra .else is seen o print line numer when errors encountered during parsing from string. o posix fixes - remove '-e' from compat mode - add support for '+' command-line prefix. o fix for handling '--' on command-line.
2004-05-11Note the following updates:recht1-1/+6
- mono to 0.91 - glitz to 0.1.2 - cairo to 0.1.23 - libgdiplus to 0.5 - winelib to 0.2
2004-05-11Update to winelib-0.2 (part of mono beta 1)recht4-10/+30
Sadly, there's no real news file avaiable. So, I guess it's the usual bug-fixes and optimizations.
2004-05-11update to libgdiplus-0.5 (part of mono beta1)recht5-19/+43
Sadly, there's no real news file avaiable. So, I guess it's the usual bug-fixes and optimizations.
2004-05-11update to cairo-0.1.23recht3-7/+7
Fixes for gcc 3.4 ----------------- Fix prototype mismatches so that cairo can be built by gcc 3.4. Updates to track glitz ---------------------- Various fixes to support the latest glitz snapshot (0.1.2). Gradient updates ---------------- Radial gradients now support both inner and outer circles. Transformed linear gradients are now properly handled. Fixes for extend type reflect. Glitz updates ------------- Converted shading routines to use fixed point values and introduced a shading operator structure for more efficient shading calculations. Support compositing with mask surface when mask is solid or multi-texturing is available. PNG backend cleanups -------------------- Fix output to properly compensate for pre-multiplied alpha format in cairo. Add support for A8 and A1 image formats. Bug fixes --------- Avoid crash or infinite loop on null strings and degeneratively short splines. New? bugs in cairo_clip ----------------------- There are some fairly serious bugs in cairo_clip. It is sometimes causing an incorrect result. And even when it does work, it is sometimes so slow as to be unusable. Some of these bugs may not be new, (indeed cairo_clip has only ever had a braindead-slow implementation), but I think they're worth mentioning here.
2004-05-11update to glitz-0.1.2recht3-7/+7
Sadly, there's no real news file avaiable. So, I guess it's the usual bug-fixes and optimizations.
2004-05-11Update to mono-0.91 (beta1).recht10-124/+150
Too many changes to list them all. For a complete list see: http://www.go-mono.com/archive/beta1/beta1.html Some of the higlights: - Global Assembly Cache (GAC) - CLS support in the C# compiler - new SQL expression parser - new Interpreter
2004-05-11Use INFO_FILES= libcdio.info and remove thereed2-5/+4
info files from the PLIST. (Since they are automatically registered when using INFO_FILES.) (Okay'd by maintainer, M.Drochner.)
2004-05-11s/malloc.h/stdlib.h/ for darwin/freebsddanw2-1/+15
2004-05-11+ mimedefang-2.43, tkinfo-2.8 [pkg/25528].wiz1-3/+3
- xscreensaver-4.15.
2004-05-11xscreensaver packages update to 4.15.wiz1-1/+4
2004-05-11Update to 4.15:wiz10-47/+44
* New hacks, `wormhole', `mismunch', `noof', and `pacman'. * `phosphor' and `apple2' include vt100 emulators now: this means you can do "phosphor -program top", or can use either program as an xterm replacement: "apple2 -text -fast -program 'xemacs -nw'". * `analogtv' (and related) fill the screen better. * The '-gradient' option works in `atlantis' now. * Minor updates to `blinkbox', `queens', `endgame', `glmatrix', `mirrorblob', `blocktube', and `molecule'. * Integrated SuSE's "external passwd helper" support. * Marginally better /tmp handling in various programs. * Updated config defaults for xplanet 1.0.3. * Portability fixes.
2004-05-11kdebase3 PKGREVISION bump.markd1-1/+2
2004-05-11kde Makefiles get the permissions for kcheckpass correct so don't needmarkd1-8/+5
to fix up here. Also ksysguardd should not be setuid root, however on NetBSD (at least) it needs to be setgid kmem (should be fixed to not need this). Bump PKGREVISION.
2004-05-11fixes for darwindanw6-8/+63
2004-05-11malloc.h fix for darwin/freebsddanw2-1/+8
2004-05-11add patches from GNOME CVS to make this build on darwindanw3-2/+29
2004-05-11Make build with gcc3. Make it use buildlink3. Closes PR 22281.wiz15-106/+713
2004-05-11kgrantpty permissions are set properly in the kde Makefile so we dontmarkd1-8/+1
need to fix up here.
2004-05-11Add buildlink3 file.wiz1-0/+24
2004-05-11Ted update.markd2-3/+16
2004-05-11Fix date in previous entry.seb1-2/+2
2004-05-11Note update of databases/py-bsddb3 to version 4.2.4nb1.seb1-1/+2
On NetBSD current with native threads it seems this python module can't be imported by a non-thread aware python without it core dumping. Hence restrict accepted python packages to threaded ones if native threads are supported by the platform.
2004-05-11update homepage, add commented out master site for 0.4.1 versiondillo1-2/+4
(the one listed on the homepage is down)
2004-05-11+xbeeb-0.4.1dillo1-1/+2
2004-05-11Update Ted to version 2.16markd28-87/+86
Changes since version 2.14 (Ted 2.16 Apr 18, 2004) * Fixed some bugs, in particular a crash after you deleted a table near the end of a document. Additionally many bugs relating to (foot)notes were fixed. * More navigation keys work like in MS-Word. * Refresh of some of the translations and spelling dictionaries. * Support for a second custom print command to support both ghostview for print preview and xpp for double sided printing. (Ted 2.15 Apr 5, 2004) * Norwegian window texts * Printing (and so pdf conversion) of embedded macpict images * Bug fixes. * Mapping between rtf, PostScript and X11 fonts revisited. Preparations for the integration with the GhostScript font installation. Fonts can be embedded in the printout to print on any printer. * Separated Spanish Spanish texts and Argentinial Spanish texts. * Many fixes to support Central European and Greek files. * Very thoroughly tested by Jonathan Drews and Axel Schwarzer.
2004-05-11Use the correct checksum. Maybe the distfile was a "pre-release" versionmartti1-3/+3
when I updated this package to 2.1.9? Anyway, this is the official distfile to use.
2004-05-11On NetBSD current with native threads it seems this python module can'tseb2-1/+33
be imported by a non-thread aware python without it core dumping. Hence restrict accepted python packages to threaded ones if native threads are supported by the platform. Bump PKGREVISION for that. Provide a buildlink3.mk file mostly to help bl3ified packages to pick up the right python packages with respect to this threading issue.
2004-05-11Enable pkgviews installation.uebayasi1-1/+4
2004-05-11Provide a buildlink3.mk.snj1-0/+28
2004-05-11No longer used.snj2-119/+0
2004-05-11Convert to buildlink3.snj3-7/+7
2004-05-11Enable pkgviews installation.minskim1-1/+3
2004-05-11Add a NetBSD-specific file (${FILESDIR}/_cdio_netbsd.c) only onminskim1-1/+5
NetBSD; this file doesn't compile on other platforms, at least not on Linux.
2004-05-11This does not need buildlink2.snj1-2/+1
2004-05-11configure needs pkg-config; add build dependency on pkgconfig.minskim1-1/+2
2004-05-11Convert to buildlink3.snj3-12/+13
2004-05-11Remove support for buildlink2.snj1-7/+3
2004-05-11Enable pkgviews installation.minskim1-1/+3
2004-05-11Convert to buildlink3.snj5-15/+15
2004-05-11Convert to buildlink3.snj4-28/+23
2004-05-11Note update of fprot-workstation-bin to version 4.4.2. The 4.4.1simonb1-1/+2
distfile is no longer available. - Drop the DIST_SUBDIR needed when previous version of the distfile changed without a version change. - Neaten up DISTNAME generation a little. Package changes include: o A critical virtual memory bug has been fixed in f-prot-milter. o We have moved all installation instructions into the HTML documentation doc_{ms|fs|ws} and have removed the INSTALL file. o Minor internationalization bugfix in scan-mail.pl. o Improved handling of encrypted archives. o We have obfuscated some of the test-case results in Anomy using simple rot13 to prevent false positives of the f-prot archive. o Minor improvement of MIME handling. o Further enhancements of scanning password encrypted zip files. o Minor bug-fixes in the F-Prot daemon.
2004-05-11Update to version 4.4.2 - the 4.4.1 distfile is no longer available.simonb3-14/+10
- Drop the DIST_SUBDIR needed when previous version of the distfile changed without a version change. - Neaten up DISTNAME generation a little. Package changes include: o A critical virtual memory bug has been fixed in f-prot-milter. o We have moved all installation instructions into the HTML documentation doc_{ms|fs|ws} and have removed the INSTALL file. o Minor internationalization bugfix in scan-mail.pl. o Improved handling of encrypted archives. o We have obfuscated some of the test-case results in Anomy using simple rot13 to prevent false positives of the f-prot archive. o Minor improvement of MIME handling. o Further enhancements of scanning password encrypted zip files. o Minor bug-fixes in the F-Prot daemon.
2004-05-11Convert to buildlink3.snj3-4/+27
2004-05-11--pkgsrcdir is no more.schmonz3-12/+6
2004-05-11Retire the bootstrap script's --pkgsrcdir argument. Now that we'reschmonz1-4/+2
part of pkgsrc, we don't need to be told where it is.
2004-05-10Enable pkgviews installation.minskim1-1/+5
2004-05-10Do not override CC and CFLAGS.minskim2-1/+21
2004-05-10Use INSTALL_* instead of CP to set permission correctly.minskim1-5/+7