summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-10-28Fix two problem under Mac OS X:tron3-2/+26
1.) stpcpy() is a macro under at least Mac OS 10.6. Avoid build failures by not defining a dodgy prototype for it. 2.) Don't strip installed binaries to allow the dynamic linker to find symbols required by the shared library but defined by the application. This fixes PR pkg/41827 by Christopher M. Fuhrman. Bump package revision as the package built fine under Mac OS 10.5 before but didn't work.
2010-10-28Note update of the "firefox" package to version 3.6.12.tron1-1/+4
2010-10-28Update the following package:tron2-6/+6
- devel/nspr from 4.8.6.11 to 4.8.6.12 - devel/xulrunner from 1.9.2.11 to 1.9.2.12 - www/firefox from 3.6.11 to 3.6.12 Security issues fixed since previous versions: MFSA 2010-73 Heap buffer overflow mixing document.write and DOM insertion
2010-10-28Add PLIST support for natdynlinktonio2-1/+18
This unbreaks make package for darwin and linux
2010-10-28Note that this is also used by mail/sendmail-qtool/Makefilebouyer1-1/+2
2010-10-28Added mail/sendmail-qtool version 8.14.4bouyer1-1/+2
2010-10-28This package install the sendmail-qtool perl script (from the sendmailbouyer3-0/+33
distribution), which can move or delete entries in mail queue in a safe manner.
2010-10-28Revert previous, this patch is already in 0.96.4.bouyer3-35/+2
2010-10-28backport 2 fixes from the git repository. Without it, clamav wouldbouyer3-2/+35
fail to parse some PDF files. Bump PKGREVISION.
2010-10-28+httping 1.4.4zafer1-2/+2
2010-10-28Add tex-lastpage{,-doc}.minskim2-2/+6
2010-10-28Import tex-lastpage-doc-1.2f as print/tex-lastpage-doc.minskim4-0/+23
This is documentation for tex-lastpage.
2010-10-28Import tex-lastpage-1.2f as print/tex-lastpage.minskim4-0/+26
Reference the number of pages in your LaTeX document through the introduction of a new label which can be referenced like \pageref{LastPage} to give a reference to the last page of a document. It is particularly useful in the page footer that says: Page N of M.
2010-10-28Add tex-epsf{,-doc}.minskim2-2/+6
2010-10-28Import tex-epsf-doc-2.7.3 as print/tex-epsf-doc.minskim4-0/+37
This is documentation for tex-epsf.
2010-10-28Import tex-epsf-2.7.3 as print/tex-epsf.minskim4-0/+27
The original graphics inclusion macros for use with dvips; still widely used by Plain TeX users (in particular). For LaTeX users, the package is nowadays deprecated in favour of the more sophisticated standard LaTeX graphics bundle of packages (which are also available to Plain TeX users, either via its Plain TeX version, or through the support offered by etex).
2010-10-28Update tex-selectp to TeX Live r20185. No functional change.minskim2-6/+6
2010-10-28Note update of tex-tocbibind{,-doc}.minskim1-1/+3
2010-10-28Update tex-tocbibind{,-doc} to 1.5k.minskim4-14/+14
Changes: - Remove a superfluous message from the console output: "The document has [section|chapter] divisions"
2010-10-28Since HTML files are not installed, don't bother building them.adam1-4/+3
2010-10-28Updated devel/scmgit to 1.7.3.2adam2-5/+5
2010-10-28Changes 1.7.3.2:adam10-49/+75
This is primarily to push out many documentation fixes accumulated since the 1.7.3.1 release. Changes 1.7.3.1: * "git stash show stash@{$n}" was accidentally broken in 1.7.3 ("git stash show" without any argument still worked, though). * "git stash branch $branch stash@{$n}" was accidentally broken in 1.7.3 and started dropping the named stash even when branch creation failed. Changes 1.7.3: * git-gui, now at version 0.13.0, got various updates and a new maintainer, Pat Thoyts. * Gitweb allows its configuration to change per each request; it used to read the configuration once upon startup. * When git finds a corrupt object, it now reports the file that contains it. * "git checkout -B <it>" is a shorter way to say "git branch -f <it>" followed by "git checkout <it>". * When "git checkout" or "git merge" refuse to proceed in order to protect local modification to your working tree, they used to stop after showing just one path that might be lost. They now show all, in a format that is easier to read. * "git clean" learned "-e" ("--exclude") option. * Hunk headers produced for C# files by "git diff" and friends show more relevant context than before. * diff.ignoresubmodules configuration variable can be used to squelch the differences in submodules reported when running commands (e.g. "diff", "status", etc.) at the superproject level. * http.useragent configuration can be used to lie who you are to your restrictive firewall. * "git rebase --strategy <s>" learned "-X" option to pass extra options that are understood by the chosen merge strategy. * "git rebase -i" learned "exec" that you can insert into the insn sheet to run a command between its steps. * "git rebase" between branches that have many binary changes that do not conflict should be faster. * "git rebase -i" peeks into rebase.autosquash configuration and acts as if you gave --autosquash from the command line.
2010-10-28Remove patch-ad and Makefile changes intended to fix PR 43879 thatwiz4-36/+2
caused PR 44003. Fix PR 43879 by removing patch-ac which was added in 2004 to fix a problem on Darwin -- Darwins from at least 10.4 up don't need it any longer.
2010-10-28Updated security/pam-ldapadam1-1/+2
2010-10-28Changes 185:adam4-58/+73
* fix: LDAP write on userPassword fails when chasing referral and cached policy error is POLICY_ERROR_PASSWORD_EXPIRED * fix: only request attributes that are actually used * fix: canonicalize PAM_USER name
2010-10-28update misc/zyGrib to 3.9.6plunky1-1/+2
2010-10-28update to 3.9.6plunky2-6/+6
# 2010-10-25 : zyGrib Version 3.9.6 * Fix a bug in version 3.9.5 : sometimes the progress bar was not hidden after the opening of a file. # 2010-10-25 : zyGrib Version 3.9.5 * New data (thank you NOAA !) : wind gust. * Animation when loading files. * Can interrupt the loading of big files. * Fix a bug : rare crash when manipulating meteotables.
2010-10-28Added soelimadam1-1/+4
2010-10-28Pass LDFLAGS when building progs; required e.g. for -isysroot on MacOSXadam2-1/+15
2010-10-28add and enable ruby-gnome2-giojnemeth1-1/+2
2010-10-28Updated mail/ruby-actionmailer3 to 3.0.1nb1obache1-1/+2
2010-10-28* add missing dependency on ruby-mail.obache1-2/+4
* add "mail" to CATEGORIES Bump PKGREVISION.
2010-10-28Sync tex-dvipdfm-doc with tex-dvipdfm. No functional change.minskim2-6/+6
2010-10-28Note PKGREVISION bump of tex-hyphen-base.minskim1-1/+2
2010-10-28Add a missing '}' to the luatex configuration file.minskim3-6/+7
2010-10-27Don't accidentally compile in OSS support if oss option is unset.shattered2-4/+8
Revision++
2010-10-27Update tex-hyphen-base to TeX Live r20147.minskim3-74/+74
No change to the files pkgsrc installs.
2010-10-27additionally add LICENSE.zafer1-1/+2
2010-10-27note update of net/pure-ftpd to 1.0.29zafer1-1/+2
2010-10-27remove pure-ftpd from list. done.zafer1-2/+1
2010-10-27Update pure-ftpd to 1.0.29zafer2-6/+6
Changelog: Version 1.0.29: * Fixed corruption when downloading files larger than 4 Gb on a 32-bits arch. * Fixed error on exit on Linux. * Downloading should be slightly faster. Version 1.0.28: * When —autorename is enabled, an upload script will now get the final file name instead of the original one. * The ALLO command now checks for the actual disk space in addition to the virtual quota. * ABOR on OSX has been fixed. * Fixed the virtual quota computation after an atomic upload has been resumed. * Fixed AUTH_ENCRYPTED. * A workaround against spurious disconnections with ncftp has been implemented.
2010-10-27+ asterisk-1.8, digikam-1.5.0, gnome-keyring-2.32.1 [GNOME 2.32],wiz1-13/+14
gtar-1.24, horde-3.3.10, imp-4.3.9, libFS-1.0.3, libXaw-1.0.8, phpmyadmin-3.3.8, podofo-0.8.4, texmaker-2.1, tomboy-1.4.2 [GNOME 2.32], vala-0.10.1.
2010-10-27Fix installation in DESTDIR case.shattered1-2/+2
2010-10-27Also ignore null and union filesystems, bump revision.shattered3-4/+10
2010-10-27Updated x11/xf86-video-ati to 6.12.4nb4jakllsch1-1/+2
2010-10-27Backport upstream bugfix for PR#40149.jakllsch3-4/+101
"Save and restore the palettes on VT switch." upstream commits: 5efdf514ab0e5439114e8dd7a49105812155eb69 fc7aa6e3bbb86eaa2f34b827629f7e82cde65ac7
2010-10-27Set LICENSE.wiz4-4/+8
2010-10-27Updated audio/gst-plugins0.10-fluendo-mp3 to 0.10.15obache1-1/+2
2010-10-27Update gst-fluendo-mp3 to 0.10.15.obache3-17/+26
2010-10-21 Jorge Zapata <jzapata@fluendo.com> * src/flump3dec.c: (flump3dec_reset), (flump3dec_flush), (flump3dec_sink_chain), (flump3dec_check_for_xing), (flump3dec_drain_avail): * src/flump3dec.h: * win32/oa/config.h: Add a discont double check, checking the flag is not enough given that rtpmpadepay/rtpmpapay adds a discont flag on every buffer, so we also check the timestamps difference. Whenever we are looking for the Xing header and it is not found we must reset the bitstream. Add a cast to correctly display the needed bits. 2010-03-12 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.14 === 2010-03-12 Julien Moutte <julien@fluendo.com> * ChangeLog: I screwed up with the release process ! * configure.ac: Back to TRUNK. 2010-03-12 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.13 === 2010-03-12 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.13 === 2010-03-08 Josep Torra <josep@fluendo.com> * src/flump3dec.c: (flump3dec_sink_event): Do not drain in segment updates. 2009-10-28 Josep Torra <josep@fluendo.com> * Makefile.am: * autogen.sh: * configure.ac: Renamed 'decoder' folder to 'src' folder to follow the naming of the other plugins. 2009-10-28 Josep Torra <josep@fluendo.com> * configure.ac: Added handling of assemby code by automake. 2009-10-28 Josep Torra <josep@fluendo.com> * Makefile.am: Make autogen.sh being disted. 2009-09-16 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.12 === 2009-09-15 Thijs Vermeir <thijs@fluendo.com> * decoder/flump3dec.c: drain available frames before applying new segment 2009-08-24 Julien Moutte <julien@fluendo.com> * win32/oa/Makefile.am: Add OSSBUILD VCPROJ to dist. * win32/oa/config.h: Updated. 2009-03-07 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.11 === 2009-02-26 Julien Moutte <julien@fluendo.com> * Makefile.am: * configure.ac: * win32/Makefile.am: * win32/oa/Makefile.am: * win32/oa/config.h.in: Make sure we include Win32 in the release process. Autogenerate the config.h file with proper versioning. 2009-02-19 Julien Moutte <julien@fluendo.com> * decoder/flump3dec.c: (flump3dec_sink_event): Use gst_pad_push_event as it's faster. 2008-12-11 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.10 === 2008-11-21 Julien Moutte <julien@fluendo.com> * configure.ac: Use the CPU_TUNE macro. * decoder/Makefile.am: Use CPU_TUNE CFLAGS and LDFLAGS for exec stack. * decoder/flump3dec.c: (flump3dec_flush), (flump3dec_sink_chain), (flump3dec_drain_avail), (flump3dec_sink_event): * decoder/flump3dec.h: Clean up indentation and make sure we set the discont flag on audio buffers when required. This fixes non flushing seek with MP3 dec in the pipeline (looping). 2008-10-13 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.9 === 2008-10-13 Julien Moutte <julien@fluendo.com> * configure.ac: Make sure we don't set the Exec stack flag and don't build static libraries. * decoder/Makefile.am: Make naming of the LDFLAGS more consistent. 2008-09-15 Sergi Alvarez <salvarez@fluendo.com> * decoder/flump3dec.c: (flump3dec_src_query): Check for format_bytes and format_default like comment above says. Avoid dupped check. 2008-06-18 Paul Brossier <piem@fluendo.com> * configure.ac: back to TRUNK. === release 0.10.8 === 2008-06-09 Paul Brossier <piem@fluendo.com> * configure.ac: update to use AG_CHECK_IPP 2008-06-09 Paul Brossier <piem@fluendo.com> * configure.ac: update IPP lookup 2008-05-25 Julien Moutte <julien@fluendo.com> * COPYING: * README: * decoder/bitstream.c: * decoder/bitstream.h: * decoder/common.c: * decoder/common.h: * decoder/decode.c: * decoder/decode.h: * decoder/flump3dec.c: * decoder/flump3dec.h: * decoder/mp3-c-synth.c: * decoder/mp3-c.c: * decoder/mp3-c.h: * decoder/mp3-cos-tables.h: * decoder/mp3-ipp.c: * decoder/mp3-ipp.h: * decoder/mp3tl-priv.h: * decoder/mp3tl.c: * decoder/mp3tl.h: * decoder/table-bitalloc.h: * decoder/table-dewindow.h: * decoder/table-huffdec.h: * decoder/table-powtable-2.h: * decoder/table-powtable.h: * util/gen-pow-table-2.c: (main): Update copyrights. 2008-05-25 Julien Moutte <julien@fluendo.com> Patch by: Yoav Steinberg <yoav at monfort dot co dot il> * decoder/bitstream.c: (bs_getbytes): * decoder/bitstream.h: * decoder/common.h: * decoder/decode.c: (II_dequant_and_scale_sample), (I_dequant_and_scale_sample), (init_syn_filter): * decoder/flump3dec.c: (flump3dec_base_init), (gst_flump3dec_update_ts), (flump3dec_drain_avail): * decoder/mp3-c-synth.c: (mp3_SubBandSynthesis), (MPG_DCT_8): * decoder/mp3-c.c: (III_get_side_info), (III_dequantize_sample), (III_stereo), (III_antialias), (inv_mdct_s), (imdct_9pt), (init_mdct), (III_hybrid): * decoder/mp3-cos-tables.h: * decoder/mp3tl.c: (mp3tl_sync), (mp3tl_decode_frame): * decoder/table-dewindow.h: * decoder/table-powtable-2.h: * decoder/table-powtable.h: Fix code to support Win32 build. 2008-03-18 Kapil Agrawal <kapil@fluendo.com> * decoder/mp3tl.c: (mp3tl_new): Initializing freebitrate flag to true. (mp3tl_sync): changed the read_header arguments. * decoder/decode.c: (read_header): changed the first argument to mp3tl, changes to support free format bitrate and moved parsing of first 21 bits to a new function read_main_header.Fixes ticket #23. * decoder/mp3tl-priv.h: added free format related elements in mp3tl. * decoder/decode.h: included mp3tl-priv.h. 2008-02-25 Release Maker <nomail@fluendo.com> * configure.ac: Back to TRUNK. === release 0.10.7 === 2008-02-22 Josep Torra Valles <josep@fluendo.com> * configure.ac: Updated to compile with IPP version 5.3.1.062 2008-02-19 Kapil Agrawal <kapil@fluendo.com> * decoder/mp3tl.c: (mp3tl_sync): Fixed ticket #102. header and sync length were not considered while checking minimum frame size. 2007-12-14 Julien Moutte <julien@fluendo.com> * gst-fluendo-mp3.spec.in: Handle SElinux policy in the RPM. 2007-08-23 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: Add IPP 5.2, 5.3 & 5.3_beta to the list of versions to check for. * decoder/mp3-ipp.c: (ipp_decode_mp3): Use memmove instead of memcpy, and only copy when there are actually bytes to move. 2007-08-13 Jan Schmidt <thaytan@mad.scientist.com> * decoder/flump3dec.c: (flump3dec_src_event): * decoder/mp3-c-synth.c: (mp3_SubBandSynthesis): * decoder/mp3-c.c: (III_stereo): * decoder/mp3tl.c: (mp3tl_new): Fix some compiler warnings about unused variables. 2007-08-13 Josep Torra Valles <josep@fluendo.com> * decoder/bitstream.c: (h_rewindNbits), (h_rewindNbytes): * decoder/bitstream.h: * decoder/mp3-c.c: (III_huffman_decode): Partial fix for ticket #18. Disabled the optimization until a complete fix. ENABLE_OPT_BS = 0. 2007-07-26 Josep Torra Valles <josep@fluendo.com> * configure.ac: * decoder/Makefile.am: * decoder/bitstream.c: (h_setbuf): * decoder/bitstream.h: * decoder/decode.c: * decoder/huffman.c: deleted * decoder/huffman.h: deleted * decoder/mp3-c.c: (huffman_decoder): made inline Several optimizations related to huffman decoding. 2007-07-26 Josep Torra Valles <josep@fluendo.com> * decoder/mp3-c.c: (III_hybrid): Fixed a warning related to liboil. 2007-07-26 Josep Torra Valles <josep@fluendo.com> * decoder/Makefile.am: Added table-powtable-2.h to fix 'make dist'. 2007-06-07 Jan Schmidt <thaytan@mad.scientist.com> * decoder/flump3dec.c: (flump3dec_drain_avail): Don't output timestamps from an uninitialised variable when handling corrupted/skipped packets. 2007-06-06 Jan Schmidt <thaytan@mad.scientist.com> * decoder/common.h: Fix macro for marking unused function arguments. * decoder/mp3-c.c: (III_stereo): Guard against overflowing the arrays by limiting the subband iterator to 576. 2007-06-05 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: Add funrolling of the loops to the CFLAGS for a juicy speed boost. * decoder/decode.h: * decoder/mp3-c-synth.c: (mp3_SubBandSynthesis): * decoder/mp3-c.c: (III_get_scale_factors), (III_dequantize_sample), (inv_mdct_l), (inv_mdct), (III_hybrid), (c_decode_mp3): * decoder/mp3tl-priv.h: * decoder/mp3tl.c: (mp3tl_new), (mp3tl_decode_frame): Some fixes and optimisations, between that and funrolling loops, things are now 18% faster. * decoder/mp3-ipp.c: (decode_mp2), (ipp_decode_mp3), (mp3_SubBandSynthesis), (mp3_ipp_init), (mp3_ipp_flush), (mp3_ipp_close): Re-indent. 2007-06-01 Jan Schmidt <thaytan@mad.scientist.com> * decoder/mp3-c.c: (III_get_side_info), (III_dequantize_sample): * decoder/table-powtable-2.h: * decoder/table-powtable.h: * util/Makefile.am: * util/gen-pow-table-2.c: (main): Speed the C-only decoder up by 38% by pre-calculating some stuff instead of doing it over and over in an inner loop.
2010-10-27Add Trolltech Q Public License for math/cgal package.hauke1-0/+105