summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-08-30bl3 on gettext-lib, PKGREVISION++gdt3-3/+9
2007-08-30bl on gettext-lib, PKGREVISION++gdt1-2/+3
2007-08-30Ensure that installed files are not world writeable. While here,joerg1-15/+19
add DESTDIR support. Bump revision.
2007-08-30Don't rely on differences in the value of DISTNAME that rely onjlam12-24/+24
"immediate" versus "lazy" evaluation of the value. Just explicitly define a variable (COMPAT_PKG) that holds the value that's needed in each of the compat* packages, and use it within Makefile.common. This was an attempt to solve PR pkg/36863, but it doesn't look like pkglint or lintpkgsrc understand this more straightforward variable construction either.
2007-08-30Fix path to wish. Add DESTDIR support. Bump revision.joerg1-5/+12
2007-08-30Use RCD_SCRIPT_SRC instead of copying by hand.joerg1-4/+2
2007-08-30Fix bash scripts to actually use a normal Bourne shell. Bump revision.joerg1-2/+4
2007-08-30Fix Perl reference.joerg1-1/+3
2007-08-30Fix path to and depend on Perl. Bump revision.joerg3-9/+16
2007-08-30Set RCD_SCRIPT_SRC instead of copying directly.joerg1-3/+2
XXX this is not really an RC script.
2007-08-30When checking for -lpanel, explicitly link -lncurses as well.joerg2-1/+24
Fixes the detection on DragonFly.
2007-08-30Set RCD_SCRIPT_SRC and let the normal file substitutions take carejoerg1-5/+2
of the rest.
2007-08-30Replace patches with CONFIGURE_ARGS argument and post-install target.wiz4-35/+6
Remove unnecessary SUBST_* section.
2007-08-30librsvg2 updated to 2.18.2.wiz1-1/+2
2007-08-30Modular Xorg support.joerg1-1/+7
2007-08-30Update to 2.18.2:wiz2-6/+6
2007-08-29 Dom Lachowicz * NEWS: update * configure.in: 2.18.2 2007-08-21 Emmanuel Pacaud * rsvg-styles.c: fix a typo preventing the compilation. 2007-08-20 Dom Lachowicz * NEWS: update * configure.in: 2.18.1
2007-08-30When installing a bash script, depend on it and fix the path to bash.joerg1-3/+5
Bump revision.
2007-08-30Modular Xorg support.joerg1-1/+5
2007-08-30Fix various portability glitches.joerg5-1/+129
2007-08-30Fix linker usage.joerg5-2/+45
2007-08-30Include OSS backend on DragonFly. Bump revision.joerg4-2/+31
XXX The configure check is completely bogus.
2007-08-30De-interactive. Drop motf from PLIST, add a MESSAGE to tell the userjoerg6-13/+68
to create it instead. Bump revision.
2007-08-30CHECK_INTERPRETER_SKIP expects a filename or pattern. Fix.joerg1-2/+2
2007-08-30Fix build on DragonFly. Should be easy to adopt for other systemsjoerg2-6/+37
lacking pselect.
2007-08-30Installs bash script, so depend on it and bump revision.joerg1-2/+5
2007-08-30Fix interpreter pathes and add dependency on Perl and bash asjoerg1-9/+28
they are used. Bump revision.
2007-08-30Note gstreamer and vice updates.wiz2-5/+5
2007-08-30Update to 1.22:wiz8-95/+19
* Changes in VICE 1.22 ====================== ** C128 changes --------------- - Added 2 MHz mode support (experimental). - The cursor keys are mapped differently in C64-mode now. - Fixed C64-mode autostart support. ** VIC20 changes ---------------- - Improved the sound emulation where the 'volume change click' is concerned, and normalized the audio output level. ** VIC-II --------- - The VIC-II border mode can be selected now (normal, full, debug). - Some sprite fixes needed for Krestage 3 demo. ** Drive changes ---------------- - Improved drive LED emulation. ** Unix changes --------------- - Fixed the "black screen" bug caused by some X11 library security update. - Fixed the usb support for bsd based platforms. - Changed the preferred libdir and docdir for netbsd and freebsd. - Xaw/XRandR fullscreen mode is supposed to work. ** C1541 changes ---------------- - Fixed some unlynx bugs.
2007-08-30Update to 0.10.14:wiz3-7/+32
Changes since 0.10.13: * Audio dither and noise-shaping when reducing bit-depth * RTSP and SDP helper libraries added * Experimental buffering element "queue2" now supports pull-mode and file-based buffering. * Support for more 32-bit video pixel layouts * Various fixes and improvements Bugs fixed since 0.10.13: * 380625 : [x*imagesink] add 'handle-expose' property * 385527 : oggmux sometimes gets DELTA flag on output wrong near start * 402076 : videoscale 4-tap method broken for downscaling * 437169 : [xvimagesink] add property to disable Xv double-buffering * 441264 : queue2 support to do buffering on a file * 442553 : [v4lsrc] doesn't output segments in GST_FORMAT_TIME * 442557 : [videorate] doesn't handle latency queries * 442944 : Audiotestsrc can overflow on seeks * 444523 : [queue2] Pull mode support * 444630 : Compilation error with fsseko (from gstqueue2.c) -- unabl... * 445505 : [queue2] It does not work in pull mode with oggdemux * 446551 : [queue2] Buffering is not working properly if it is set t... * 446572 : [queue2] Division by zero * 446972 : warning when compiling gstoggdemux.c * 449156 : Regression in CVS for decodebin2 * 450875 : Missing files in po/POTFILES.in * 451707 : [tag] UTF-8 in ID3v1 tag not correctly decoded * 451908 : [ffmpegcolorspace] regression: doesn't accept GST_VIDEO_C... * 454264 : Playbin fails to " play " image url after a movie url * 456656 : [API] Addition of audio buffer clipping function to gstaudio * 460978 : gst_audio_buffer_clip outputs warnings * 152864 : [PATCH] GstAlsaMixer doesn't support signals * 360246 : [audioconvert] Optionally apply dithering * 394061 : Add support for Subviewer subtitles * 420326 : Base payloader class has wrong property types and ranges * 451145 : [vorbisdec] errors out on 0-sized packets * 459204 : [PATCH] [playbin] gst_play_base_bin_get_streaminfo_value_...
2007-08-30Update to 0.10.14:wiz3-7/+14
Changes since 0.10.13: * State change handling improvements * New improved GstController API * Multi-queue fixes and enhancements * Fewer dynamic library relocations * Various other fixes and improvements * Parallel installability with 0.8.x series * Threadsafe design and API Bugs fixed since 0.10.13: * 457322 : registry is read twice on startup * 406632 : pkgconfigify the check for Check in configure.ac * 423700 : [multiqueue] leaks memory when flushing * 437457 : saving relocations for GstElementDetails * 444648 : [API] add GstParamSpecFraction * 444820 : build error with grammar.tab.c * 448794 : state changes are racy with decodebin after rewrite for 0... * 449197 : [capsfilter] Should set src pad caps on buffer * 449226 : Incomplete ghostpads in xml session save * 449493 : minor quoting fix in gst-feature.m4 macro * 450711 : [GstController] Improve extensibility by providing a GstC... * 451939 : [API] add GST_TAG_LICENSE_URI and GST_TAG_COPYRIGHT_URI * 459501 : gst_registry_lookup_feature_locked is slow * 462558 : Regression in async state change handling * 462752 : make gst_element_class_set_details_simple args const * 430682 : multiqueue doesn't output data on unlinked pads properly * 462085 : registry feature hash can access invalid memory * 357959 : buffer_alloc is not proxied through tee * 374639 : GstTee doesn't handle pad list resyncs properly * 449414 : [capsfilter] Copy of passed GstCaps taken instead of refe... * 453732 : [PATCH] multiqueue returns wrong internally linked pads
2007-08-30note chat/centerim updatejnemeth1-1/+2
2007-08-30PLIST: remove share/centericq -> remove share/centerimjnemeth2-3/+4
2007-08-30Fixed build failure on NetBSD 3.0:rillig1-2/+2
kttcp.c:121: warning: assignment discards qualifiers from pointer target type
2007-08-30Fixed building with g++-3.3.6 on NetBSD.rillig2-6/+19
2007-08-30Updated mail/fetchyahoo to 2.11.0obache1-1/+2
2007-08-30Update fetchyahoo to 2.11.0.obache2-6/+6
v2.11.0 08/28/07 * fix "can't find message" error with new Yahoo internals * replace html character entities in msg summaries v2.10.9 07/28/07 * add safe-download option (Thanks Riley) * add support for .dk Danish Yahoo (thanks Sune Jorgensen) * better parsing of e-mail addresses in From_ line (thanks Eric Peterson) * patch for retrieving multiple folders (thanks sniper11) v2.10.8 06/08/07 * fix "can't find message" bug v2.10.7 02/24/07 * fix an off-by-one bug in marking messages unread * fix bug with msgs wrongly marked read (thanks Paul Marcos) * fix EmptyTrashBefore / EmptyBulk bug (thanks Sridhar Boovaraghavan) * fix quota parsing,but only when emptytrashbefore or emptybulk is chosen :( * fix parsing of sender when they are in contact list * mark messages unread in spool if they are (thanks Martin Fick) * fix for new de no-messages message (thanks Ulrich Brandle)
2007-08-30Add missing entry when Carbon is enabled.obache1-1/+2
2007-08-30docbook-xsl updated to 1.73.1.wiz2-3/+3
2007-08-30Update to 1.73.1. Changes only provided as unreadably big changelog.wiz3-121/+186
2007-08-30libidn updated to 1.0.wiz2-3/+3
2007-08-30Update to 1.0:wiz2-6/+7
* Version 1.0 (released 2007-07-31) ** Command-line tools, examples, etc are now licensed under GPL version 3. The library is still licensed under LGPL v2.1 for compatibility reasons (it is included in glibc). ** Updated documentation as per license change. ** Update gnulib files. ** Update translations. ** API and ABI is backwards compatible with the previous version. * Version 0.6.14 (released 2007-05-31) ** Libidn is now developed using Git instead of CVS. A public git mirror is available from <http://repo.or.cz/w/libidn.git>. If you have pulled from this repository before this release, you need to erase your clone because it has been re-generated from scratch. ** API and ABI is backwards compatible with the previous version.
2007-08-30Add TEST_TARGET.wiz1-1/+3
2007-08-30librsvg2 updated to 2.18.1.wiz2-4/+3
2007-08-30Update to 2.18.1:wiz3-14/+13
Version 2.18.0 - Support for some of the SVG 1.2 comp-op properties - Less-blurry output - Marker orientation is fixed - Support compressed SVG from the GdkPixbuf plugin - CSS fixes - Better support for SVG conditionals - Support for SVG 1.1's shape-rendering and text-rendering properties
2007-08-30libgnomeprint updated to 2.18.1.wiz2-3/+3
2007-08-30Update to 2.18.1:wiz3-7/+9
libgnomeprint 2.18.1 * Fix a crash in Gedit caused by a typo. (Jeremy Messenger, Joe Marcus Clarke) * Fix compiler warnings (Damien Carberry, Michael Wolf) * Updated translations: - fi (Ilkka Tuohela) - ga (Ignacio Casal Quinteiro) - si (Danishka Navin) - ta (Tirumurthi Vasudevan) - vi (Pham Thanh Long)
2007-08-30Need glib2>=2.14.0.obache1-2/+2
2007-08-30Updated p5-IO-Socket-SSL to 1.08.wiz2-3/+3
2007-08-30Update to 1.08:wiz2-6/+6
v1.08 - make sure that Scalar::Util has support for dualvar (Makefile.PL,SSL.pm) because the perl-only version has has no dualvar
2007-08-30gnumeric-current updated to 1.7.11.wiz2-3/+3