summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-24Note evilwm-0.99.21tonio1-2/+2
2006-01-24Remove a blank line from a .po file that is breaking the build according tojmmv2-1/+14
the bulk build results. I hope that this fixes it (the patch was removed during the update...).
2006-01-24This needs msgfmt plurals.jmmv1-1/+2
2006-01-24In the FTPHOST compatibility mode, there was a slash missing whenrillig1-2/+2
constructing REPORTS_DIR out of FTPHOST and FTPURL.
2006-01-24This is a GNU configure.joerg1-3/+3
2006-01-24Use DT_REG / DT_DIR directly if available and fall back to DTTOIFjoerg2-6/+47
if not. Bail out with an explicit error if none is present.
2006-01-24Fix errno. Honour CFLAGS.joerg55-6/+769
2006-01-24security/heimdal and net/openafs conflict because of:wiz2-3/+5
bin/compile_et bin/kpasswd bin/pagsh Addresses PR 32610 and PR 32612 by Ola Eriksson.
2006-01-24security/heimdal and arla conflict with each other because of:wiz2-3/+5
bin/mk_cmds lib/libroken.la lib/libsl.la lib/libss.la man/man3/arg_printusage.3 man/man3/getarg.3 Addresses PR 32610 and PR 32611 by Ola Eriksson.
2006-01-24Make CUPS support optional using the pkgsrc option framework.ben3-29/+37
2006-01-24Ensure that decompress_cat and tarprog always have vaild default valuesjlam1-2/+3
in the case where the user makes bad option choices on the command line.
2006-01-24BUILDLINK_RECOMMENDED.subversion-base should be PKGVERSION bumped versiondarcy1-2/+2
of subversion-base, not subversion.
2006-01-24Unlimit the maximum number of open files when starting the daemon as itjmmv2-2/+5
requires more than the default 64. Bump PKGREVISION to 1. Fixes PR pkg/32602. I guess the real solution could be to modify mldonkey's source to unlimit this value itself, but I don't want to deal with (i.e., learn) ocaml code...
2006-01-24Re-add faad option, to enable mpeg4ip support (to share AAC files)tonio3-9/+21
2006-01-24Fix a typo in the recent adodb update.adrianp1-2/+2
2006-01-24Fix pkglint warnings.ghen1-3/+3
2006-01-24Add another CONFLICTS line for the correct spelling of BitTornado.joerg1-1/+2
2006-01-24Updated adodb/databases to 4.71adrianp1-1/+2
2006-01-24Update to version 4.71adrianp2-7/+7
> Recommended that all postgresql users upgrade to this version. > Fixes important postgresql security issues problems related > to binary strings. Thx to Andy Staudacher. http://secunia.com/advisories/18575/ > > Also several DSN bugs fixed, including one introduced in 4.70 > that corrupts underscores in the DSN, and in PHP5 DSN's did > not work. Added support for PDO DSN connections. > > Misc bug fixes.
2006-01-24Updated net/mydns-(mysql|pgsql) to 1.1.0.ghen1-1/+3
2006-01-24Update net/mydns-pgsql and net/mydns-mysql to mydns-1.1.0.ghen4-10/+8
This fixes vulnid:1747 (denial-of-service vulnerability). 18-Jan-2006 Don Moore <bboy@bboy.net> [1.1.0] - Implemented RFC 2136 (DNS UPDATE). See the manual for usage instructions. - Fixed minor bug in admin.php where if db_get_settings() failed, it might display an error message without consistent formatting. - Added two additional fields to the --verbose query log. The opcode of the query (QUERY or UPDATE), and a quoted field containing a description of the UPDATE performed, if the opcode was UPDATE. - Updated contrib/stats.php to handle new log fields. - Fixed bug in --dump-config -- if present, fields without default values ("no-listen", "soa-where", "rr-where", and "recursive") were not being dumped. - Made --dump-config dump ALL possible configuration options, even if no value was originally specified. As such, MyDNS will no longer warn the user when a config option doesn't have a value. It will be silently ignored. - Including <inttypes.h> after a suggestion by Christian Tschenett, to help things out on 64-bit platforms like OSX. If this creates problems on your platform, please let me know. - Modified admin.php to allow a backslash in the 'mbox' field, immediately preceding a dot. This is used in DNS to indicate the presence of a dot in the username part of the administrator's email address. There was an additional bug report from Andreas Grip that MyDNS was replying with the slashes doubled up in this case, but it appears to be a problem with the "dig" program, not MyDNS. - Fixed bug with "rr-where" clause -- conf.c was using "soa-where" instead. David Darville first reported this bug. Michael Gile submitted it two minutes later, with a patch. - Added "create_domain.pl" to the contrib/ directory. Thanks to Gerard de Brieder for this script. See contrib/README for more information. - Fixed bug in src/lib/rr.c (mydns_rr_load) that caused a segfault if origin was NULL (it was designed to allow NULL, but this version is the first to ever call it in that way). - Added support for NAPTR (RFC 2915) records. Users with existing MyDNS databases will need to alter their tables to allow "NAPTR" in the "type" column if they want to use NAPTR. - Renamed library functions mydns_parse_rr() and mydns_parse_soa() to mydns_rr_parse() and mydns_soa_parse(), for consistency. - Library functions mydns_rr_dup() and mydns_soa_dup() now fail (terminating the program) if out of memory. - Moved routines that parse data for individual RR types (RP, SRV, and NAPTR) into individual functions from mydns_rr_parse for clarity. - Fixed bug where AXFR might transmit incorrect information if a FQDN is used in the 'name' field. - Fixed AXFR bug with ALIAS enabled. Thanks to Sven Wegener for the patch. - Created file "README.mysql" to address various problems common while compiling with MySQL support. - Fixed "use of cast expressions as lvalues is deprecated" warning (caused compilation abort with --enable-debug). - Added hostname to beginning of SIGUSR1 status output. - Renamed "update" column in the soa table to "update_acl"; how could I be so stupid as to name a column "update"?! - Fixed a critical denial-of-service vulnerability.
2006-01-24Updated chat/bitlbee to 1.0.1tonio2-3/+3
2006-01-24Update chat/bitlbee to 1.0.1tonio2-6/+6
Version 1.0.1 (released 2006-01-14) hilights: - This version contains some of the changes from the current bzr tree, mainly bug fixes - AIM groupchat support - Fixes problems with MSN messages failing to arrive - Fixes problems with not seeing Jabber buddies online - Now handles MSN passwords with commas correctly - Code cleanup
2006-01-24Document MYDNS_USER and MYDNS_GROUP as user-settable variables.ghen1-1/+3
2006-01-24Reindent.ghen5-58/+56
2006-01-24asc updated to 1.16.3.wiz2-3/+3
2006-01-24Update to 1.16.3.0:wiz2-7/+6
ASC 1.16.3 released * If the player choses to continue playing a map after victory, the defeat-event will be deactivated * Windows version creates crash dumps * Fixed compilation problems with gcc 4.1 * Fixed lack of energy in campaign map 7 * Fixed message loading on 64 Bit machines (when loading Savegames / Email-Games) * Fixed memory allocation error * Fixed triggering unit lost message when viewing unit movement range * Fixed crash in AI * Fixed: unit could be loaded into itself * Fixed research transfer when starting new campaign map from old one * Fixed replay bug * Fixed: ai reduces movement of loaded units * Fixed: mines and objects could be placed in not visible areas * Fixed ammo transfer bug * Large amounts of ammo are reset on game load ASC 1.16.2 released * Updated unit production cost calculation * Now the campaign updates promised for 1.16.1 are really included :) * Fixed: moving transports one field at a time reduced movement cost for cargo in some situation * Fixed: ammo increase when transferring between units * Fixed: AI did not capture buildings * Fixed: AI problems refulling units in buildings * Fixed AI crash
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1256-1902/+2514
of the shlib major bump. PKGREVISION++ for the dependencies.
2006-01-24Add missing part for the last python24 fix.recht1-5/+1
2006-01-24Note py-feedparser update.schmonz1-1/+2
2006-01-24Update to 4.1. From the changelog:schmonz2-6/+6
* removed socket timeout * added support for chardet library
2006-01-24Remove a local extra dependency :-)xtraeme1-2/+1
2006-01-24Add missing patches missed in previous.xtraeme2-0/+25
2006-01-24Updated multimedia/transcode to 1.0.2xtraeme2-3/+3
2006-01-24Welcome to transcode-1.0.2.xtraeme31-895/+153
The list of changes is very very large... please see the NEWS/Changelog file or use the webbrowser, google... Now transcode uses bsd.options.mk for some dependencies: * liba52 (enabled) * freetype2 (enabled) * mjpegtools (enabled) * mpeg3 (enabled) * lzo (disabled) * libxml2 (enabled) * libdv (disabled) * gtk (disabled) * imagemagick (enabled) Enjoy it! I've used this version on my NetBSD/i386 -current and it worked correctly.
2006-01-24Remove ${PERL5_SITEARCH}/ from PERL5_PACKLIST.hiramatsu1-2/+2
2006-01-24- ffmpeg-develxtraeme1-2/+1
2006-01-24Added multimedia/ffmpeg-devel.xtraeme2-2/+4
2006-01-24Initial import of ffmpeg-devel-0.4.9pre1 from pkgsrc-wip, packagedxtraeme15-0/+1064
by zul at netbsd-fr dot org. Development version of ffmpeg, required in some new packages or updates.
2006-01-24Added multimedia/dvdstyler.xtraeme2-2/+4
2006-01-24Initial import of dvdstyler-1.5beta4.xtraeme4-0/+118
DVDStyler is a crossplatform DVD Authoring System. The main DVDStyler features are: * you can drag and drop MPEG files directly * you can import image file for background * you can create NTSC/PAL menus * you can place text and images anywhere on the menu screen * you can change font/color * you can put basic text buttons, change font/color and background color * you can copy and paste any menu object * you can set chapters for each movie * you can change post command for each movie
2006-01-24Added graphics/wxsvg.-xtraeme2-2/+4
2006-01-24Initial import of wxsvg-1.0beta5.xtraeme5-0/+238
wxSVG is C++ library to create, manipulate and render SVG files. Some python bindings and tools are also planned.
2006-01-24Added multimedia/gtranscode.xtraeme2-2/+4
2006-01-24Initial import of gtranscode-0.3 from pkgsrc-wip, packaged byxtraeme4-0/+38
Cesar Catrian. gtranscode is a GTK+ GUI (graphical use interface) front-end for transcode in order to make this powerful tool easier to use. transcode is a powerful video and audio processing tool that can read in just about any format of video and/or audio and convert to just as many different formats. In addition to transcode's extremely flexible modular concept for reading/writing different formats and codecs, it can apply filters, do re-sampling, resizing, cropping, and more. The cost from all this comes in the form of over 100 command line options which gtranscode aims to simplify.
2006-01-24Patch the default path for music-on-hold files.riz1-2/+3
2006-01-24Note that I have a working package of transcode-1.0.2, and that I'llxtraeme1-2/+3
commit soon ffmpeg-devel 0.4.9pre1.
2006-01-23anthy updated to 7100b.wiz2-3/+3
2006-01-23Update to 7100b, provided by Yamashiro, Jun in PR 32091.wiz4-30/+25
Changelog: * Change Japanese Kana-Kanji conversion algorithm. * Add placename dictonary. * Add (Japanese)Zipcode to placename converter dictionary. * Add English README file(${PREFIX}/share/doc/anthy/README.en). * Update Okinawa Dictionary(optional).
2006-01-23I killed this in 1998. Somehow it reappeared in such a way that a plaintv1-31/+0
cvs checkout did not see it (due to it being in Attic), but branch checkouts or updates would see it. Kill it again, and this time I really mean it.