summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-09-07* LICENSE=gnu-lgpl-v2.1.obache4-21/+135
* use install.py instead os SCons for staged installation support. * drop to build python binding. Bump PKGREVISION.
2011-09-07Remove inet6 option -- the configure script doesn't recognize the argumentwiz2-13/+1
the option added.
2011-09-07Kill some more uses of __weak_alias. This avoids duplicate symboljoerg2-1/+21
definitions (weak and non-weak). GNU as silently discards the weak symbol in this case, but LLVM is more strict.(weak and non-weak). GNU as silently discards the weak symbol in this case, but LLVM is more strict.
2011-09-07Don't use __weak_alias. This results in duplicate symbols being createdjoerg1-9/+1
in the output. GNU as silently discards one, LLVM is more strict in this regard.
2011-09-07USE_TOOLS+= gmakegdt1-1/+5
Build fails with BSD make. Reported to tor-talk@.
2011-09-06Add a comment explaining why curl is needed to fetch (https redirect).gdt1-1/+2
2011-09-06+ apache2-2.2.20, bzr-2.2.5, calibre-0.8.17, flightgear-2.4,wiz1-4/+7
kdiff3-0.9.96, openssh-5.9p1.
2011-09-06Convert print/acroread* packages to pkg_alternatives framework.cheusov14-53/+21
Now they can coexist on the system. pkgrevisions were bumped.
2011-09-06Add upstream bug report URL.wiz10-19/+28
2011-09-06Improve COMMENT, suggested by Snader_LB.wiz1-2/+2
2011-09-06update to 0.2.2.32drochner4-11/+17
Tor 0.2.2.32, the first stable release in the 0.2.2 branch, is finally ready. More than two years in the making, this release features improved client performance and hidden service reliability, better compatibility for Android, correct behavior for bridges that listen on more than one address, more extensible and flexible directory object handling, better reporting of network statistics, improved code security, and many many other features and bugfixes.
2011-09-06update to 2.24.6drochner3-7/+8
changes: -UI changes to Filechooser -bugfixes -translation updates
2011-09-06update to 1.4.3drochner2-6/+6
changes: bugfixes
2011-09-06Link libiconv.la against libcharset.la to fix the build on MirBSD.bsiegert3-6/+17
Bump PKGREVISION. Patch was first sent to tech-pkg, no one objected.
2011-09-06split giflib into 2 pkgs: one for the lib, one for cmd line utilsdrochner8-87/+282
2011-09-06Fix the logic so if a package sets EMUL_REQD to suse>=11.3, then use that in ↵abs2-9/+9
preference to SUSE_PREFER
2011-09-06Updated HOMEPAGE.obache1-2/+2
Noticed by Steve White via PR pkg/45332.
2011-09-06Updated net/yale-tftpd to 3.0nb5obache1-1/+2
2011-09-06Include <arpa/inet.h> for inet_ntoa additionally.obache4-30/+35
Fixes coredump with logging on platforms sizeof(int) != sizeof(char*). PR pkg/45243. Bump PKGREVISION.
2011-09-06+ Sigil-0.4.2, abcm2ps-6.4.3, abcmidi-20110829, dar-2.4.2,wiz1-25/+34
eric4-4.4.17, eric5-5.1.5, etm-877, feh-1.16, fluidsynth-1.1.5, fossil-201109020.1.19, fotoxx-11.09, gnutls-3.0.2, gtk2-2.24.6, horde-4.0.9, imp-5.0.11, ingo-2.0.5, kid3-2.0, kronolith-3.0.9, ktorrent-4.1.2, libdvbpsi-0.2.9, libfolks-0.6.1, mu-0.9.7, nettle-2.4, opera-11.51, poppler-data-0.4.5, rasqal-0.9.27 [needs raptor-2.0.0], scilab-5.5.3, source-highlight-3.1.5, turba-3.0.8, wdiff-1.0.0, wget-1.13.3, x264-devel-20110903, xterm-274.
2011-09-06PLIST fix for Linuxcheusov1-2/+2
2011-09-06revert previous commitcheusov1-2/+2
2011-09-06PLIST fix for Linuxcheusov1-2/+2
2011-09-06Updated textproc/mdocml to 1.11.7wiz2-3/+3
2011-09-06Update to 1.11.7:wiz4-22/+14
02-09-2011: version 1.11.7 Added demandoc utility for stripping away macros and escapes. This replaces the historical deroff utility. Also improved the mdoc and man manuals. 16-08-2011: version 1.11.6 Handling of tr macro in roff implemented. This makes Perl documentation much more readable. Hyphenation is also now enabled in man format documents. Many other general improvements have been implemented. Furthermore, a 64-bit Windows binary is now available at mdocml-win64.zip and a Mac OS X universal binary is available at mdocml-macosx.zip. 24-07-2011: version 1.11.5 Significant eqn improvements. mdocml can now parse arbitrary eqn input (although few GNU extensions are accepted, nor is mixing low-level roff with eqn). See the eqn manual for details. For the time being, equations are rendered as simple in-line text. The equation parser satisfies the language specified in the Second Edition User's Guide. This is also the first release featuring a distributed Windows binary, available at /binaries/mdocml-win32.zip. 12-07-2011: version 1.11.4 Bug-fixes and clean-ups across all systems, especially in makewhatis (note: still not connected to the general build and must be compiled with make makewhatis) and the man parser. This release was significantly assisted by participants in OpenBSD's c2k11. Thanks! 26-05-2011: version 1.11.3 Introduce locale-encoding of output with the -Tlocale output option and Unicode escaped-character input. See mandoc and mandoc_char, respectively, for details. This allows for non-ASCII characters (e.g., \[u5000]) to be rendered in the locale's encoding, if said environment supports wide-character encoding (if it does not, -Tascii is used instead). Locale support can be turned off at compile time by removing -DUSE_WCHAR in the Makefile, in which case -Tlocale is always a synonym for -Tascii. Furthermore, multibyte-encoded documents, such as those in UTF-8, may be on-the-fly recoded into mandoc input by using the newly-added preconv utility. Note: in the future, this feature may be integrated into mandoc. 12-05-2011: version 1.11.2 Corrected some installation issues in version 1.11.1. Further migration to libmandoc. Initial public release (this utility is very much under development) of makewhatis, initially named mandoc-db. This utility produces keyword databases of manual content mandoc-cgi, mandoc-tools, which features semantic querying of manual content.
2011-09-05Updated www/ikiwiki to 3.20110905schmonz1-1/+2
2011-09-05Update to 3.20110905. From the changelog:schmonz5-15/+15
* mercurial: Openid nicknames are now used when committing. (Daniel Andersson) * mercurial: Implement rcs_commit_staged so comments, attachments, etc can be used. (Daniel Andersson) * mercurial: Implement rcs_rename, rcs_remove. (Daniel Andersson) * mercurial: Fix viewing of a diff containing non-utf8 changes. (Daniel Andersson) * mercurial: Make both rcs_getctime and rcs_getmtime fast. (Daniel Andersson) * mercurial: Implement rcs_diff. (Daniel Andersson) * po: Add `LANG_CODE` and `LANG_NAME` template variables. (intrigeri) * Fix typo in Danish translation of shortcuts page that caused exponential regexp blowup. * Fix escaping of html entities in permalinks. * Fix escaping of html entities in tag names. * Avoid using named capture groups in heredoc code for oldperl compatibility. * Put in a workaround for #622591, by ensuring Search::Xapian gets loaded before Image::Magick. * Add unminified jquery js and css files to source. * Update to jquery 1.6.2, and jquery-ui 1.8.14. * Use lockf rather than flock when taking the cgilock, for better portability. * search: Fix encoding bug in calculation of maximum term size. * inline: When indexing internal pages for searching, use the url of the inlining page. * Fix comments testsuite to not rely on Date::Parse's ability to parse the date Columbus discovered America. Closes: #640350 * Avoid warning message when generating setup file if highlight is not installed. Closes: #637606 * Promote RPC::XML to a Recommends, since it's used by auto-blog.setup. Closes: #637603 * Fix web revert of a file deletion.
2011-09-05Pass --tag=CC to libtool. This fixes build failurecheusov4-12/+12
2011-09-05Add missing build tools "yacc" and "lex"cheusov2-2/+6
2011-09-05Add missing tool "pax"cheusov1-2/+2
2011-09-05Updated misc/py-anita to 1.23gson1-1/+2
2011-09-05Update misc/py-anita to 1.23. Changes since 1.21:gson2-6/+6
Support qemu 0.15, where the output of the "info block" monitor command has backwards-incompatibly changed to no longer include a "type" field. New command line option "--memory-size".
2011-09-05Include compiler.mkjoerg1-3/+3
2011-09-05Updated www/firefox36 to 3.6.21tnn1-1/+3
2011-09-05Update legacy firefox36 package to 3.6.21.tnn5-48/+8
Fixes some security issues: MFSA 2011-34 Protection against fraudulent DigiNotar certificates MFSA 2011-30 Security issues addressed in Firefox 3.6.20 MFSA 2011-24 Cookie isolation error MFSA 2011-23 Multiple dangling pointer vulnerabilities MFSA 2011-22 Integer overflow and arbitrary code execution in Array.reduceRight() MFSA 2011-21 Memory corruption due to multipart/x-mixed-replace images MFSA 2011-20 Use-after-free vulnerability when viewing XUL document with script disabled MFSA 2011-19 Miscellaneous memory safety hazards (rv:3.0/1.9.2.18)
2011-09-05Updated textproc/py-jinja2 to 2.6adam1-1/+2
2011-09-05Changes 2.6:adam2-6/+6
* internal attributes now raise an internal attribute error now instead of returning an undefined. This fixes problems when passing undefined objects to Python semantics expecting APIs. * traceback support now works properly for PyPy. (Tested with 1.4) * implemented operator intercepting for sandboxed environments. This allows application developers to disable builtin operators for better security. (For instance limit the mathematical operators to actual integers instead of longs) * groupby filter now supports dotted notation for grouping by attributes of attributes. * scoped blocks not properly treat toplevel assignments and imports. Previously an import suddenly "disappeared" in a scoped block. * automatically detect newer Python interpreter versions before loading code from bytecode caches to prevent segfaults on invalid opcodes. The segfault in earlier Jinja2 versions here was not a Jinja2 bug but a limitation in the underlying Python interpreter. If you notice Jinja2 segfaulting in earlier versions after an upgrade of the Python interpreter you don't have to upgrade, it's enough to flush the bytecode cache. This just no longer makes this necessary, Jinja2 will automatically detect these cases now. * the sum filter can now sum up values by attribute. This is a backwards incompatible change. The argument to the filter previously was the optional starting index which defaultes to zero. This now became the second argument to the function because it's rarely used. * like sum, sort now also makes it possible to order items by attribute. * like sum and sort, join now also is able to join attributes of objects as string. * the internal eval context now has a reference to the environment. * added a mapping test to see if an object is a dict or an object with a similar interface.
2011-09-05Note mozilla security updates.tnn1-1/+5
2011-09-05Update to firefox-6.0.1.tnn3-8/+7
Removes trust of fraudulent SSL certificates issued by DigiNotar.
2011-09-05Update to seamonkey-2.3.2.tnn2-6/+6
Removes trust of fraudulent SSL certificates issued by DigiNotar.
2011-09-05bumps of p5-MP3-Tag, toolame, wmmp3, xcdplayerdholland1-1/+5
2011-09-05void maindholland5-1/+71
2011-09-05Fix previous; it only depended on mysql-client.dholland1-1/+3
XXX: mysql51-server's bl3 file does not limit the version to less than 5.5; XXX: should it?
2011-09-05Use mysql.buildlink3.mk instead of explicitly depending on mysql51-server.dholland1-2/+3
As a precaution (given the known bodginess of this package) set MYSQL_VERSIONS_ACCEPTED to 51 (only) to preserve the previous behavior. Someone who has the hardware should probably test it on mysql55-server sometime.
2011-09-04Declare main correctly in test programs. gcc apparently doesn't care ifdholland3-1/+33
you attempt "int main(int argc, char *argv)" but clang does.
2011-09-04Implicit int return type is not valid in C++. (clang objects, and thendholland4-2/+52
the whole configure script fails.)
2011-09-04void maindholland12-1/+177
2011-09-04- Adjust cdrom access logic so all the BSDs go to the BSD cdrom code,dholland3-7/+25
not just FreeBSD and OpenBSD. - Update NOT_FOR_PLATFORM: the only BSD for which the cdrom code can actually work is DragonFly. The others are missing ioctls it uses. This could probably be fixed up readily by someone who knows how cdrom access is supposed to work, if any such person cares. - Allow clang until proven otherwise.
2011-09-04void maindholland4-11/+36
2011-09-04Fix void main, caught by clang.dholland8-31/+170
While here, fix other problems caught by gcc: - casting malloc instead of including <stdlib.h> - casting calloc instead of including <stdlib.h> - failing to include <time.h> with bad consequences for -current. PKGREVISION -> 5.