summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-07-07This package doesn't really depend on p5-XML-Parser.. it only needed itjlam1-3/+2
for intltool. Bump the PKGREVISION for the changed dependencies.
2006-07-07Reorder sections to more closely follow pkgsrc Makefile guidelines.jlam2-8/+8
2006-07-07Make this package PKGMANDIR-aware.jlam1-3/+3
2006-07-07Add USE_TOOLS+=perl:run, which is kind of required from now on for packagescube1-2/+4
using Perl. It makes rt3 configure again. Bug reported by schmonz@, fixed by jlam@.
2006-07-07Rename <phase>_COOKIE variables to _COOKIE.<phase>. These are privatejlam25-160/+160
variables so there are no user-visible changes. This change just makes it a little easier to write for loops.
2006-07-07+ ja-trac-0.9.6.1, PR for trac.wiz1-2/+3
2006-07-07Note gnuradio-core and usrp PKGREVISION bumpswiz1-1/+3
for doxygen updated.
2006-07-07Update for doxygen-1.4.7: some file changes in the PLIST.wiz2-25/+739
Bump PKGREVISION.
2006-07-07Update for doxygen-1.4.7. Bump PKGREVISION.wiz2-7/+3
2006-07-07Depend on latest doxygen version (some file changes again).wiz1-2/+2
2006-07-07+ binutils-2.17, elm-me-2.4pl123, lftp-3.5.1, libidn-0.6.4,wiz1-4/+9
nut-11.5, radmind-1.6.1 [pkg/33938], shmux-1.0b9, trac-0.9.6.
2006-07-07Correct version number.wiz1-2/+2
2006-07-07sync with the rest of gimp-print (should use a shared Makefile snippet)drochner2-8/+7
2006-07-07update to 0.35drochner4-52/+26
changes: bugfix, build system improvements
2006-07-07Revert patch-aa to the previous revision and just add __NetBSD__ to the list.ghen2-20/+11
Suggested by joerg.
2006-07-07update to 2.14.1drochner2-8/+7
changes: - Fix build problem on cygwin - Fix segmentation fault on orb.shutdown() - Make it work on Python 2.5 and 64-bit platforms
2006-07-07update to 2.14.2drochner2-7/+6
changes: * fix the applyto element for the use_caret gconf key * Workaround for manual page inclusion, fixes #340173 * Fix for man cache logic and mansect elements * Updated translations
2006-07-07update to 0.5.7drochner7-34/+35
changes: * Restored disabling of VO deinterlacer when there are active deinterlacer plugins. I finally realised what was missing... * Added names to some windows for use in ~/.gxine/gtkrc: video, fs_toolbar, wm_toolbar. * Added a few name attributes to the toolbar XML and some example style info (commented out) to the default gtkrc for the full-screen toolbar. * When determining a default MRL title, resolve symbolic links. * Prevent text insertion before the system-wide startup script. * A couple of Undo shortcuts got missed in 0.5.6. * Fixed some problems with switching to/from full-screen. * Fixed a startup bug in the window size submenu. (Bug 1487691) * Fixed a bug which prevented the video window from being shrunk. (Ubuntu bug 46403) * Fixed a problem with update of the window size menu. * Hopefully fixed a Javascript crash-on-start bug. (Bug 1482697) * Added a watchdog which will abort gxine if it hangs for 30s. (Disabled by default.) * Italian translation from Diego Petten<C3><B2>. * Build fixes for autoconf 2.59c and later.
2006-07-07update to 2.14.2drochner3-8/+9
changes: * Support relative paths from command line. -trandlation updates
2006-07-07Updated editors/joe to 3.4adam2-4/+3
2006-07-07Changes 3.4:adam4-21/+19
- Paragraph reformatter and word wrap now handle '*' and '-' bullet lists. - Better internationalization (i18n) - Multi-file search and replace - JOE now restores cursor position in previously visited files. - Build and grep window work more like Turbo-C: the messages window is forced onto the screen when you hit ^[ = and ^[ -. - Syntax highlighter definition files (.jsf files) can now have subroutines. This eases highlighter reuse: for example, Mason and PHP can share the HTML highlighter. - I've changed the way JOE handles '-' and redirected input - Many bugs have been fixed. I've tried to address every issue in the bug tracker. Hopefully I didn't create too many new ones :-) - You can now define which characters can indent paragraphs. Also the default list has been reduced so that formatting of TeX/LaTeX files works better. - Highlighting now uses less CPU time and always parses from the beginning of the file (the number of sync lines option is deprecated). Here is a CPU usage comparison for scrolling forwards and backwards through a 35K line C file: - JOE now matches Thomas Dickey's implementation of my xterm patch (but configure xterm with --paste64). - File selection menu/completion-list is now above the prompt (which is more like bash). Also it is transposed, so that it is sorted by columns instead of rows. - "Bufed" (prompt for a buffer to edit), works like other file prompt commands: it's a real prompt with history and completion. - Automatic horizontal left scroll jumps by 5-10 columns. - New syntax files: troff, Haskell, Cadance SKILL, REXX, LUA, RUBY. Many of the existing syntax files have been improved.
2006-07-07update to 2.14.2drochner3-9/+9
changes: * fix muting issues in gnome sound recorder * add more tracks to default whitelist in gnome volume control * po/intltool updates (as for other gnome packages) * use GOption instead of popt * new/updated translations -bugfixes
2006-07-07mail/{sendmail,libmilter} -> 8.13.7tv1-1/+3
2006-07-07Update to 8.13.7; changelog below. (8.13.6nb3 already had the securitytv7-166/+29
fixes by patch.) While here, fix PR pkg/33821 by substituting pkgsrc's BINOWN, BINGRP, and INSTALL definitions into the installed share/sendmail/cf/Makefile. 8.13.7/8.13.7 2006/06/14 A malformed MIME structure with many parts can cause sendmail to crash while trying to send a mail due to a stack overflow, e.g., if the stack size is limited (ulimit -s). This happens because the recursion of the function mime8to7() was not restricted. The function is called for MIME 8 to 7 bit conversion and also to enforce MaxMimeHeaderLength. To work around this problem, recursive calls are limited to a depth of MAXMIMENESTING (20); message content after this limit is treated as opaque and is not checked further. Problem noted by Frank Sheiness. The changes to the I/O layer in 8.13.6 caused a regression for SASL mechanisms that use the security layer, e.g., DIGEST-MD5. Problem noted by Robert Stampfli. If a timeout occurs while reading a message (during the DATA phase) a df file might have been left behind in the queue. This was another side effect of the changes to the I/O layer made in 8.13.6. Several minor problems have been fixed that were found by a Coverity scan of sendmail 8 as part of the NetBSD distribution. See http://scan.coverity.com/ Note: the scan generated also a lot of "false positives", e.g., "error" reports about situations that cannot happen. Most of those code places are marked with lint(1) comments like NOTREACHED, but Coverity does not understand those. Hence an explicit assertion has been added in some cases to avoid those false positives. If the start of the sendmail daemon fails due to a configuration error then in some cases shared memory segments or pid files were not removed. If DSN support is disabled via access_db, then related ESMTP parameters for MAIL and RCPT should be rejected. Problem reported by Akihiro Sagawa. Enabling zlib compression in OpenSSL 0.9.8[ab] breaks the padding bug work-around. Hence if sendmail is linked against either of these versions and compression is available, the padding bug work-around is turned off. Based on patch from Victor Duchovni of Morgan Stanley. CONFIG: FEATURE(`dnsbl') and FEATURE(`enhdnsbl') used blackholes.mail-abuse.org as default domain for lookups, however, that list is no longer available. To avoid further problems, no default value is available anymore, but an argument must be specified. Portability: Fix compilation on OSF/1 for sfsasl.c. Patch from Pieter Bowman of the University of Utah.
2006-07-07Updated math/fftw to 3.1.2adam2-5/+3
2006-07-07Changes 3.1.2:adam2-7/+7
* Correct bug in configure script: --enable-portable-binary option was ignored! * Threads compilation fix on AIX: prefer xlc_r to cc_r, and don't use either if we are using gcc. * Updated FAQ to note that Apple gcc 4.0.1 on MacOS/Intel is broken, and suggest a workaround. configure script now detects Core/Duo arch. * Use -maltivec when checking for altivec.h.
2006-07-07+sound-juicerdrochner1-1/+2
2006-07-07Add sound-juicer-2.14.4, a CD ripper using the gstreamer framework.drochner6-0/+213
You'll need a set of gst plugins, depending on what you do. Eg gst-plugins0.10-flac for FLAC encoding, -ogg for OGG... Making all these full dependencies would revert the whole sense of "plugins".
2006-07-07Fix for gcc4: define alloca to __builtin_alloca if using gcc, from PR pkg/33930.ghen2-11/+20
2006-07-07USE_TOOLS+=perl <sigh>abs1-2/+2
2006-07-07Update to gmplayer-1.0rc8nb3 - Blue skin updated to 1.6abs2-7/+7
2006-07-07Update net/kiax to version 0.8.51 fixing the security issue in 0.8.5reinoud5-20/+22
From the change log: # Patched security flaw in iaxclient # Patched md5 to work on amd64 (Jasmin Buchert) # Added Malay translation (Mohd Effendi Jaafar)
2006-07-07Remove the commands that tried to make the ${X11BASE} directory if itjlam1-8/+2
didn't exist. Those commands were never run anyway, but moving the .MAIN target exposed these commands as unassociated.
2006-07-07LIBTOOL_OVERRIDE generally doesn't need to be specified anymore... justjlam64-133/+112
set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
2006-07-07LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE have slightly differentjlam1-13/+33
semantics in pkgsrc. Because libtool-override is run by default whenever USE_LIBTOOL is specified, LIBTOOL_OVERRIDE never needs to be defined, and some packages set it to nothing to avoid running libtool-override. However, shlibtool-override is only run if SHLIBTOOL_OVERRIDE is defined and non-empty. Split the code for libtool-override and shlibtool-override to reflect these differing semantics. This should make the PHP packages build again by not overriding libtool.
2006-07-07Note update of "gimp" package to version 2.2.11nb3.tron1-1/+2
2006-07-07Add "twain" plug-in to package list under Mac OS X. Bump package revisiontron2-3/+12
because binary package changed.
2006-07-07Configure script tests for SDL>=1.2.10, so depend on that version.wiz1-1/+4
2006-07-07Add direct dependency on libiconv.wiz2-2/+4
With default options, this was pulled in via arts->glib2->libiconv, so no (and especially no recursive) PKGREVISION bump.
2006-07-07Added textproc/o3read version 0.0.4.ghen1-1/+2
2006-07-07Import o3read package from http://siag.nu/o3read/ghen5-0/+56
o3read is a standalone converter for the OpenOffice.org swriter (*.sxw) and scalc (*.sxc) formats. It doesn't depend on OpenOffice or any other external tools or libraries. Example: unzip -p filformat.sxw content.xml | o3read | utf8tolatin1 There are three output modules: * o3read displays a dump of the parse tree * o3totxt creates plain text * o3tohtml creates html code The utility utf8tolatin1 converts from utf8 to 8859-1.
2006-07-07No need to define LIBTOOL_OVERRIDE explicitly since libtool-override.mkjlam1-2/+1
will search for libtool scripts up to ${OVERRIDE_DIRDEPTH} below ${WRKSRC} already.
2006-07-07Move the STEP_MSG outside of the .if.endif block so it's always printed.jlam1-3/+3
2006-07-07Add missing "rm" statement that was causing the libtool wrapper to bejlam1-1/+2
overwritten in the case where LTCONFIG_OVERRIDE was defined. As a side note, after analyzing the way that the original code in bsd.pkg.mk worked, I think we can nuke LTCONFIG_OVERRIDE completely, but we'll need a bulk build to verify this. The original code always replaced the libtool scripts because LIBTOOL_OVERRIDE is always defined in bsd.pkg.use.mk, so LTCONFIG_OVERRIDE essentially had no effect.
2006-07-07Make configure, install, and package barrier-aware even if NO_CONFIGURE,jlam3-6/+12
NO_INSTALL, or NO_PACKAGE are defined.
2006-07-07The build target needs to be barrier aware even in the NO_BUILD case.seb1-2/+4
Without this a straight make fails in pkgsrc/pkgtools/pkg_comp.
2006-07-07add a fix for a list content checking problem Hagen Boehm identifiedspz4-3/+68
add a typo correction in a comment
2006-07-07In all URLs, insist on the proper spelling of NetBSD.org.rillig1-2/+7
2006-07-07The TEST_TARGET "test" does not exist anymore. It is called "check" now.rillig1-2/+2
2006-07-07Updated audio/SDL_mixer to 1.2.7adam2-3/+3