summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-05-12Update the amanda packages to 2.4.4p2. From Paul Shupak in pkg/24550,bouyer41-905/+967
with some additionnal fixes by me.
2004-05-12Include the package name in this +DISPLAY. (When installing anotherreed1-3/+3
package, I saw this message about "To make use of the MIDI capabilities" but didn't know what package it was for.) And also remove "pkgsrc/" from the package names (since could be done with binary packages too).
2004-05-12Make this package build with thread-enabled Tcl, and simplify patchesminskim4-23/+18
by using -ltcl and -ltk instead of version-dependent tcl library name such as -ltcl83 and -ltk83.
2004-05-12update to xine-ui-0.99.1drochner6-142/+78
changes: This release is a major update on xine-ui. It comes with a big cleanup of the user interface, including an improved context menu, and lots of details of the included "xitk" toolkit. Additionally, this release fixes some security issues (referenced in XSA-2004-2). Therefore, we recommend you to upgrade as soon as possible, especially if you are using xine to play URLs/MRLs you obtained from also fix some pthread_mutex abuse, and use GNU readline for xine-remote
2004-05-12update to xine-lib-1-rc4drochner8-58/+27
changes: This release improves playback of some streams, reduces flickering of OSD and brings a whole bunch of updated libraries. It does also fix a vulnerability in xine's RTSP streaming code. See XSA-2004-3 for more information! XXX powerpc asm stuff needs to be checked XXX didn't test the "arts" stuff
2004-05-12Add missing patches and disable PKGVIEW installation for now until therecht5-5/+88
issues with modules are sorted out.
2004-05-12repair some damages:drochner6-8/+96
-properly libtoolize some libraries to get dynamically loadable modules, use a hack from SDL to make libtool work with nasm (thanks wiz for the hint) -run aclocal and autoconf, otherwise the autoconf version skew scews things up XXX we shouldn't use autoconf et al for the build but commit patches to configure and Makefile.in -make sure we don't get trapped by the X11R6 freetype2 nonsense
2004-05-12Note update of python23 to 2.3.3nb3 and python23-pth to 2.3.3nb4.recht1-1/+3
2004-05-12- Merge bugfixes from python 2.3 maintenance branch:recht7-7/+94
o weakref object's garbage collection problem. o save unnecessary startup-time memory allocation of 100KB+ from intobject. via FreeBSD ports - Enable pkgviews installation. Bump PKGREVISION for the bugfixes.
2004-05-12tkinfo was updated.minskim1-2/+1
2004-05-12Update tkinfo to 2.8. Patch provided by guru at nscl dot msu dot eduminskim4-19/+18
in PR pkg/25528. While here, switch to Tk 8.4. Changes since 2.5: Version 2.8 (22-March-2004): Removed a subtle bug found by Haakon Riiser; now works correctly with identically named info files in different directories. Version 2.7 (21-March-2004): Will now also accept a menu item of the dir file on the command line (closes Debian bug #149387). Included /usr/share/info in default directory list (for Debian). Some documentation updates. Now includes TkInfo.xpm from Debian (under GPL). Options are now read from system-wide app-defaults file as advertised. Version 2.6 (25-June-2003): Minor fixes needed for Tcl/Tk 8.4. This still works with older versions of Tcl/Tk.
2004-05-12Mention how SETGIDGAME and the other GAME vars are set per default.jschauma11-13/+125
Add commented-out definitions for all OPSYS - please adjust.
2004-05-12No USE_BUILDLINK2 package sets USE_FORTRAN any longer -- convert supportwiz2-40/+3
to bl3 and remove f2c's buildlink2.mk file.
2004-05-12Avoid detection of jdk, which causes a build failure (missing bl3 files) ifjmmv1-1/+13
found. While here, add some PRINT_PLIST_AWK tricks so that print-PLIST DTRT.
2004-05-12This needs libpixman >= 0.1.1.jmmv1-1/+2
2004-05-12Unused.wiz1-30/+0
2004-05-12Give package a reasonable PKGNAME, and reorder lineswiz1-5/+5
for pkglint. CATEGORIES:s/local/sysutils/. Addresses PR 25542.
2004-05-12Explicitly disable upx.minskim1-1/+2
2004-05-12No longer used.snj1-29/+0
2004-05-12Convert to buildlink3.snj1-10/+11
2004-05-12Convert to buildlink3.snj1-5/+5
2004-05-12Address PR pkg/25313 with the new GAME variables, as well asjschauma2-6/+51
remove hardcoded definitions of CC and CFLAGS.
2004-05-12INSTALL_GAME should be exported a as BSD_INSTALL_GAMEjschauma1-2/+4
2004-05-12Introduce new variables:jschauma3-14/+56
SETGIDGAME: specifies whether or not certain games are installed setgid GAMEGRP: the group owning games if SETGIDGAME is set GAMEOWN: the user owning games if SETFIDGAME is set GAMEMODE: the mode to install games as Use these to provide INSTALL_GAME (for example for PR pkg/25313), and set them to meaningful values under NetBSD.
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