summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-09-13add comment to patchsno2-3/+4
2012-09-13fix typosno1-2/+2
2012-09-13Added editors/p5-Wx-Scintilla version 0.39sno1-1/+2
2012-09-13Adding new package for CPAN module Wx::Scintilla version 0.39 as requirementsno4-0/+57
of scheduled update of editors/p5-Padre package into editors/p5-Wx-Scintilla. Scintilla is a contributed project which means it will not be the latest by the time a new wxWidgets distribution is released. And on the scintilla front, the Perl 5 lexer is not 100% bug free even and we do not have any kind of Perl 6 support in Scintilla. The ambitious goal of this project is to provide fresh Perl 5 and maybe 6 support in Wx while preserving compatibility with Wx::StyledTextCtrl and continually contribute it back to Scintilla project.
2012-09-13Updated finance/gnucash to 2.4.11nb2wiz1-1/+2
2012-09-13Enable python bindings, bump PKGREVISION.wiz2-4/+16
(This package already depends on python via glib, so this change is effectively free! :) ).
2012-09-13Updated devel/hg-git to 0.3.3cegger1-1/+2
2012-09-13update to 0.3.3.cegger2-8/+8
This adds support for Mercurial 2.3
2012-09-13Adjust HOMEPAGE, SourceForge stopped hosting WordPress.asau1-2/+2
2012-09-13Move the setting of _USE_GCC_SHLIB=yes on SunOS from the gcc buildlink3 tosbd2-10/+9
mk/compiler/gcc.mk
2012-09-13Add a note about the PKGREVISION number and lang/gcc47-libssbd1-1/+4
2012-09-13When buildlinking with lan/gcc47 add a build dependence on lang/gcc47 andsbd1-4/+4
when needed a runtime dependence on {gcc47,gcc47-libs}.
2012-09-13Add gcc47-libssbd1-1/+2
2012-09-13Added lang/gcc47-libs version 4.7.0nb5sbd1-1/+2
2012-09-13Create the gcc47-libs package.sbd2-0/+77
This package contains _just_ the shared libraries from gcc47 that programs compiled with gcc need at runtime so that the entire gcc47 package does not have to be install. Because multiple packages cannot be build from the same PKGDIR and building components of gcc separately is problematic this package is build using a a couple of "cheap tricks": 1) gcc47 is built as before (including the libraries) but with a second RPATH compiled in to all programs. 2) This package has a BUILD_DEPENDS on lang/gcc47 and simply copies the shared libraries (except the java ones) to the second RPATH location (so as to not have conflicts with lang/gcc47). 3) When adding a runtime dependence the pattern '{gcc47,gcc47-libs}>=4.7.*' is used (i.e. the full gcc47 OR the gcc47-libs package can be used). 4) So that when a package that has the above dependence is installed pkg_add will, if neither gcc47 or gcc47-libs is installed, automatically install gcc47-libs the PKGREVISION of gcc47-libs should all ways be bumped so that it is at least 1 more than that of the lang/gcc47 package. (With a note in this packages Makefile and one to be placed in lang/gcc47's Makefile.)
2012-09-13Updated math/mathomatic to 16.0.4asau2-3/+3
2012-09-13CHANGES MADE TO MATHOMATIC 16.0.3 TO BRING IT UP TO THE NEXT VERSION:asau2-6/+6
09/09/12 - Allow use of editline library in Mathomatic, because somehow use of GPL libraries in LGPL code is not allowed, and GNU readline is GPL. I am so confused about this Debian bug#687063: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=687063 Based on the bug report's information sources, it appears he is saying the truth about this license issue, so I will have to upload new versions of Mathomatic with editline instead of readline to Debian. The only noticeable difference should be it doesn't save the history between Mathomatic sessions. I will comply with all that request it, though most distributions do not include editline, which has no major licensing restrictions. Readline is still perfectly usable and good as before, you just have to link it in yourself. 09/10/12 - Going to have to make a new release already, 2 days after the last one, so I can upload this readline licensing fix to Debian by linking with editline. There is no reason for anyone to upgrade to version 16.0.4, unless you wish to link with editline instead of readline. The proper code has been added. All you have to do is have the editline libraries loaded on your system, and run "make EDITLINE=1" to compile and link Mathomatic with editline. Mathomatic version 16.0.4 released Monday 09/10/12. CHANGES MADE TO MATHOMATIC 16.0.2 TO BRING IT UP TO THE NEXT VERSION: New command "set load" loads the current set options startup file again, displaying the startup file as it reads it in. If the file doesn't exist, or something is wrong, then an error message is displayed and the set command returns with failure. Accidently putting "load" in the startup file is now handled correctly. 08/09/12 - Allow "matho-primes all" and the command "list primes all" in Mathomatic to continually output consecutive prime numbers. 08/12/12 - Fixed any rman errors in the makefile so they won't be ignored. 08/17/12 - rmath and matho no longer set the debug_level or modulus_mode, so they can be set by the startup options file. 08/19/12 - Allow the repeat prefix on the approximate command, making it approximate and simplify as much as the calculate command does. Hopefully someday it will just give a temporary result, too. Numerical input into the symbolic math library now uses "repeat approximate" instead of just "approximate" to approximate the user's input, so the result is the same as the Mathomatic application's result. Disallow the same warnings to be repeatedly displayed, if the current warning is the same as the previous warning. 08/20/12 - Allow directory names as read command arguments, instructing the read command to change the current directory to the specified directory. Without any arguments, the read command now does an "ls" command in Unix/Linux, and "dir" under MS-Windows, listing the current directory contents. Running Mathomatic with a directory name argument now conveniently changes directory to that directory, then gives you the main prompt. 08/28/12 - Made "integer" type variables much more useful. For example, the following now happens generally: 1-> i^(4*integer) #1: i^(4*integer) 1-> simplify #1: 1 1-> i^((4*integer) + 1) #2: i^((4*integer) + 1) 2-> simplify #2: i 2-> i^((4*integer) + 2) #3: i^((4*integer) + 2) 3-> simplify #3: -1 3-> i^((4*integer) + 3) #4: i^((4*integer) + 3) 4-> simplify #4: -1*i 08/29/12 - Displays "Calculating..." whenever autocalc is used now. 08/30/12 - Added ability to set the normal text color. Still defaults to no color. Use "set color 0" to set the normal text color to green, as it has been for many years in the past. 08/31/12 - Removed the "set preserve_surds" option, since the approximate and calculate commands all take care of undoing that. The code remains, however "set preserve_surds" is no longer advertised. I have never used it. Surds are preserved, for accuracy's sake, by default. 09/05/12 - "set" as a null set option works now, so no one will have any trouble setting-up the set options startup file. Mathomatic version 16.0.3 released Saturday 09/08/12.
2012-09-13Updated net/p5-SOAP-Lite to 0.715abs2-6/+6
0.715 ! #75938 Change to warning / add configuration variable to allow XML tags starting with /xml/i ! #76902 Missing info in "SSL CERTIFICATE AUTHENTICATION" documentation ! #74577 work around/fixes for success with MS WS https/compressed ! #74308 SOAP-Lite fails for operations with period in name ! #73802 client did not set the encoding of the soap-envelope to 'iso-8859-1' in HTTP-request ! #75019 HTTP server doesn't process PIPE signal ! #72836 Processing a SOAP 1.2 request breaks the next SOAP 1.1 response ! #70381 SOAP-Lite performance ! #53375 comments after <?xml .. > ! #63693 Uninitalized value (again) ! #37360 Use of uninitialized variables in SOAP tests ! fixed encoding in xmlrpc keys ! #15176 problems with SOAP::Header ->value
2012-09-13Updated lang/gcc47 to 4.7.0nb4sbd1-1/+2
2012-09-13Add "$(prefix)/$(target_noncanonical)/lib/%M" to the RPATH gcc adds tosbd3-6/+6
all programs and shared libraries. Bump PKGREVISION.
2012-09-13Note update of ISC DHCP 4.2.4-P2:taca1-1/+5
net/isc-dhcp4 4.2.4p2 net/isc-dhclient4 4.2.4p2 net/isc-dhcpd4 4.2.4p2 net/isc-dhcrelay4 4.2.4p2
2012-09-13Update ISC DHCP package to 4.2.4p2 (ISC DHCP 4.2.4-P2).taca2-6/+6
Changes since 4.2.4-P1 ! An issue with the use of lease times was found and fixed. Making certain changes to the end time of an IPv6 lease could cause the server to abort. Thanks to Glen Eustace of Massey University, New Zealand for finding this issue. [ISC-Bugs #30281] CVE: CVE-2012-3955
2012-09-13Note update of BIND packages:taca1-1/+5
net/bind96 9.6.3.1.ESV.7pl3 net/bind97 9.7.6pl3 net/bind98 9.8.3pl3 net/bind99 9.9.1pl3
2012-09-13Update bind99 to 9.9.1pl3 (BIND 9.9.1-P3).taca2-6/+6
--- 9.9.1-P3 released --- 3364. [security] Named could die on specially crafted record. [RT #30416]
2012-09-13Update bind98 to 9.8.3pl3 (BIND 9.8.3-P3).taca2-7/+6
--- 9.8.3-P3 released --- 3364. [security] Named could die on specially crafted record. [RT #30416]
2012-09-13Update bind97 to bind-9.7.6pl3.taca2-6/+6
--- 9.7.6-P3 released --- 3364. [security] Named could die on specially crafted record. [RT #30416]
2012-09-13Update bind96 to bind-9.6.3.1.ESV.7pl3 (BIND 9.6-ESV-R7-P3).taca2-6/+6
--- 9.6-ESV-R7-P3 released --- 3364. [security] Named could die on specially crafted record. [RT #30416] 3358 [bug] Fix declaration of fatal in bin/named/server.c and bin/nsupdate/main.c. [RT #30522]
2012-09-13+ libmms-0.6.2obache1-1/+2
2012-09-12+ bacula-5.2.11, scmcvs-1.12.13, tor-0.2.2.39.wiz1-2/+4
2012-09-12- erlang (Its version doesn't follow upstream format exactly, R15B01 update ↵asau1-2/+1
was long ago.)
2012-09-12Updated lang/erlang-man to 15.1.2asau1-1/+2
2012-09-12Updated lang/erlang-doc to 15.1.2asau1-1/+2
2012-09-12Updated lang/erlang to 15.1.2asau1-1/+2
2012-09-12Update to Erlang/OTP R15B02asau7-54/+72
Changes in Erlang/OTP R15B01 Highlights: * Dialyzer: The type analysis tool Dialyzer is optimized to be generally faster. - It can now also run in parallel (default) on SMP systems and by this perform the analysis significantly faster (Thanks to Stavros Aronis and Kostis Sagonas) * The SSL application now has experimental support for the TLS 1.1 and 1.2 standards as well (Thanks to Andreas Schultz). * CommonTest: It is now possible to sort the generated html tables. A Netconf client (ct_netconf) which support basic netconf over ssh is added * Diameter: Statistics counters related to Diameter messages can now be retrieved by calling the diameter:service_info/2 function. * Various smaller optimizations in the Erlang VM * This release also contains 66 contributions from users outside the Ericsson team
2012-09-12Updated net/freeradius2 to 2.1.12nb4bouyer1-1/+2
2012-09-12Add patch from the freeradius git repository, fixing CVE-2012-3547.bouyer3-3/+19
Bump PKGREVISION
2012-09-12Added audio/py-dynampd version 1.1.0wiz1-1/+2
2012-09-12+ py-dynampd.wiz1-1/+2
2012-09-12Import py-dynampd-1.1.0 as audio/py-dynampd.wiz4-0/+44
DynaMPD allows you to get a dynamic playlist with MPD: it adds to your current playlist some tracks related to what you are currently listenning to. The similar tracks request is done using the Last.fm API (no registration required).
2012-09-12Added patches to make Qt use kqueue instead of fam for file system support.jaapb5-3/+44
Patches submitted by Sverre Froyen, see: http://mail-index.netbsd.org/pkgsrc-users/2012/01/19/msg015577.html
2012-09-12tex-shadethmis1-1/+2
2012-09-12Shaded theorem environment.is4-0/+49
2012-09-12Updated devel/xulrunner to 15.0.1ryoon1-1/+3
Updated www/firefox to 15.0.1
2012-09-12Update to 15.0.1ryoon5-13/+9
Changelog: FIXED Sites visited while in Private Browsing mode could be found through manual browser cache inspection (787743) NEW Silent, background updates NEW Support for SPDY networking protocol v3 NEW WebGL enhancements, including compressed textures for better performance NEW Localization in Maithili (see all available locales) CHANGED Optimized memory usage for add-ons DEVELOPER JavaScript debugger integrated into developer tools DEVELOPER New layout view added to Inspector DEVELOPER High precision event timer implemented DEVELOPER The CSS word-break property has been implemented. DEVELOPER New responsive design tool allows web developers to switch between desktop and mobile views of sites HTML5 Native support for the Opus audio codec added HTML5 The <audio> and <video> elements now support the played attribute HTML5 The <source> element now supports the media attribute FIXED Focus rings keep growing when repeatedly tabbing through elements (720987)
2012-09-12Updated graphics/MesaLib to 7.4.4nb6dsainty1-1/+2
2012-09-12Expose glXGetProcAddress.dsainty3-6/+20
The consequences of not making this patch are platform dependent - some build chains will still expose the symbols, but some will not. The API expects them to be exposed. Fixes Cairo 1.12.2 build on Ubuntu 11.10 and CentOS 6.3, presumably due to later versions of gcc (4.6.1 in the Ubuntu case). Bump PKGREVISION.
2012-09-12Instead of overwrite PKG_OPTIONS.snort with -inet6, drop inet6 fromobache2-7/+6
PKG_SUGGESTED_OPTIONS for SunOS. PR 46947.
2012-09-12USE_TOOLS+= xgettextjperkin2-4/+4
2012-09-12add patch from RedHat to fix integer overflow which can lead todrochner3-3/+22
crashes or possible code injection (CVE-2012-4405) bump PKGREV
2012-09-12xen-4.1.3drochner1-1/+3