Commit graph

199324 commits

Author SHA1 Message Date
cheusov
f12377b7ec Fix for Minix. Thanks to Thomas Cort. ++pkgrevision 2013-04-06 08:39:31 +00:00
wiz
7976743c62 Needs libXfixes now (PR 47721) 2013-04-06 08:18:01 +00:00
rodent
9971a1cb19 'Please use "${TEST}" instead of "test".' 2013-04-06 04:11:44 +00:00
rodent
cdd3752457 "Definition of PKG_SKIP_REASON is deprecated. Use PKG_FAIL_REASON instead." 2013-04-06 04:07:24 +00:00
rodent
94fbe74e04 '"@comment $NetBSD$" expected.' 2013-04-06 04:03:36 +00:00
rodent
648218e98c 'Please use "${TRUE}" instead of "true".' 2013-04-06 03:59:24 +00:00
rodent
170121df49 "Definition of USE_DIRS is deprecated. You can just remove it." 2013-04-06 03:54:38 +00:00
rodent
a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00
markd
68c442f9ce s/grantier/granatier/ 2013-04-06 03:32:43 +00:00
markd
aad433589c Fix name of committer on packages I added the other day 2013-04-06 03:29:19 +00:00
markd
2a42c60e9c Install info files. Bump PKGREVISION.
Fixes PR pkg/47391
2013-04-06 03:16:50 +00:00
obache
e25f1ca3a9 prevent to force MACHINE_ARCH=i386 on Cygwin, for cygwin64. 2013-04-06 02:49:57 +00:00
obache
de952ed035 fixes for renaming CYGWIN=>Cygwin 2013-04-06 01:46:06 +00:00
dholland
a6abf2be53 Not MAKE_JOBS_SAFE. 2013-04-06 01:16:50 +00:00
markd
898d0cdd1f Bump ABI_DEPENDS to current version. 2013-04-05 23:10:12 +00:00
markd
afc73616a5 Disable building tests as they dont build on DragonFly and they are
not needed.  PR pkg/47715.  Bump PKGREVISION
2013-04-05 23:07:19 +00:00
christos
b24d8ba9ae welcome to pl2.
- support for multi-cpu state reporting
- fix bug with storage calculation (use frsize instead bsize)
2013-04-05 18:20:08 +00:00
adam
5eede55c64 Updated devel/cppcheck to 1.59 2013-04-05 15:16:18 +00:00
adam
3863940b5c Changes 1.59:
Commandline/Settings changes:
 * New option to enable warnings but not style messages: --enable=warning
 * Cppcheck used to skip includes where the header filename is enclosed in <>. You can now include these headers also by using -I. It is still not required to include these headers so feel free to try it and then include the headers that give you the best results. The biggest problem with including many headers is that analysis gets slow.

New checks:
 * New POSIX checks: pipe() buffer size, redundant calls of set/get user id, too big value passed to usleep(), buffer overflow when using write()
 * Storing getc() return value in char variable and comparing to EOF.
 * Detect redundant bitand operations
 * Find suspicious equality comparisons like: if(a == 0) a == 1;
 * Warn about using malloc() for classes containing virtual methods, std::-objects or constructors
 * Portability check that warns when using NULL as argument to variadic function. It has undefined behaviour on some implementations.

Improvements:
 * Improved lookup for functions and types
 * Switched to TinyXml2 as XML library
 * Improved checking for uninitialized struct members, variable scopes that can be reduced and unused functions

GUI:
 * Remember last path in open file dialog
 * Added command line parameter to open a results file
 * Bug in statistic calculation fixed

Additionally, lots of false positives and bugs have been fixed and several existing checks have been improved.
2013-04-05 15:14:03 +00:00
ryoon
6a709f9da9 Update xulrunner and firefox to 20.0. 2013-04-05 13:31:13 +00:00
ryoon
95c2c18928 Update to 20.0
Changelog:
    NEW
    Per-window Private Browsing. Learn more.
    NEW
    New download experience. Learn more.
    NEW
    Ability to close hanging plugins, without the browser hanging
    CHANGED
    Continued performance improvements around common browser tasks (page loads, downloads, shutdown, etc.)
    DEVELOPER
    Continued implementation of draft ECMAScript 6 - clear() and Math.imul
    DEVELOPER
    New JavaScript Profiler tool
    HTML5
    getUserMedia implemented for web access to the user's camera and microphone (with user permission)
    HTML5
    <canvas> now supports blend modes
    HTML5
    Various <audio> and <video> improvements
    FIXED
    Details button on Crash Reporter (793972)
    FIXED
    Unity plugin doesn't display in HiDPI mode (829284)
    FIXED
    20.0: Security fixes can be found here

Fixed in Firefox 20
MFSA 2013-40 Out-of-bounds array read in CERT_DecodeCertPackage
MFSA 2013-39 Memory corruption while rendering grayscale PNG images
MFSA 2013-38 Cross-site scripting (XSS) using timed history navigations
MFSA 2013-37 Bypass of tab-modal dialog origin disclosure
MFSA 2013-36 Bypass of SOW protections allows cloning of protected nodes
MFSA 2013-35 WebGL crash with Mesa graphics driver on Linux
MFSA 2013-34 Privilege escalation through Mozilla Updater
MFSA 2013-33 World read and write access to app_tmp directory on Android
MFSA 2013-32 Privilege escalation through Mozilla Maintenance Service
MFSA 2013-31 Out-of-bounds write in Cairo library
MFSA 2013-30 Miscellaneous memory safety hazards (rv:20.0 / rv:17.0.5)
2013-04-05 13:30:17 +00:00
rodent
b4f03026bb Updated audio/exaile to 0.2.14nb23 2013-04-05 11:24:46 +00:00
rodent
8d608e9c1b Updated sysutils/py-notify to 0.2.1 2013-04-05 11:21:42 +00:00
rodent
03bc9c2650 sysutils/py-notify doesn't exist anymore. Use DEPENDS to find it. Derive
PKGNAME from DISTNAME. Bump PKGREVISION.
2013-04-05 11:14:03 +00:00
rodent
d791ffd1c1 Update py-notify to 0.2.1. Resolves PR pkg/47698.
From http://download.gna.org/py-notify/:

"Releases in 0.1 development branch are still available on a separate page
for historical purposes. There is no reason to use them in production:
current stable 0.2 is both bug-free and faster, and more features can be
found in 0.3 development releases."

Package no longer needs buildlink3.mk file, as there is no shared library
installed. PLIST has many entries in PYSITELIB. Package uses PYDISTUTILS
to handle everything. pkg-config, libtool, and gmake are no longer needed.
HOMEPAGE and MASTER_SITES were updated. Added LICENSE. Passes pkglint.
2013-04-05 11:10:12 +00:00
wiz
dcfcd2e4c5 Updated x11/libdrm to 2.4.43 2013-04-05 09:13:16 +00:00
wiz
671162b905 Update to 2.4.43:
Alex Deucher (1):
      radeon: add pci ids for Richland APUs

Ben Widawsky (1):
      intel_chipset: Merge intel-gpu-tools chipsets

Benjamin Gaignard (2):
      tests: allow tests programs to be installed
      tests: allow tests programs to be installed (cumulative patch)

Chris Forbes (1):
      intel: fix length mask for Gen5/Gen6 3DSTATE_CLEAR_PARAMS

Inki Dae (1):
      libdrm/exynos: add test application for 2d gpu.

Jerome Glisse (1):
      radeonsi: make sure tile_split field are not garbage

Kenneth Graunke (1):
      intel/aub: Actually run BLT batches on the blit ring.

Maarten Lankhorst (1):
      configure.ac: bump version to 2.4.43 for release

Marcin Slusarz (2):
      nouveau: return error from pushbuf_validate
      nouveau: add a way to override single pushbuffer memory limits

Rob Clark (1):                                                                                                                                                                       freedreno: add freedreno DRM

Ville Syrjälä (2):
      intel_chipset: Use parens around macro arguments
      intel_chipset: Fix up VLV confusion
2013-04-05 09:13:07 +00:00
wiz
d8b3f1e5ec Updated x11/libXi to 1.7.1 2013-04-05 09:12:06 +00:00
wiz
6bde6f22f8 Update to 1.7.1:
Only a single fix: including the XFixes header to get the typedef for
PointerBarrier. Naturally, this adds a pkgconfig build-time dependency on
XFixes.

Why? The header shipped with 1.7 typedef'd PointerBarrier. If you #include
both XI and Xfixes headers, you will end up with a duplicate typedef.

This is not an issue on gcc >= 4.6 since the two typedef's are the same.
On earlier versions this will trigger an error. gcc 4.6 -pedantic-errors
will trigger the same error.

Peter Hutterer (2):
      Require XFixes for PointerBarrier, remove duplicate typedef                                                                                                                    libXi 1.7.1
2013-04-05 09:11:57 +00:00
tron
0b63a9379b Correct filename in new patch file to fix the build. 2013-04-05 07:59:20 +00:00
sbd
9d8345a50e Add the '-r' option to useradd/groupadd when no uid/git is given so that
a system account/group (differance id range) will be created.
2013-04-05 03:30:40 +00:00
christos
c42ffa3b92 update for multi-cpu load. 2013-04-05 01:03:05 +00:00
christos
cc5e3de4be add per cpu loads 2013-04-05 01:02:22 +00:00
adam
e36dbb494f Updated all postgresql packages; Removed postgresql83 2013-04-04 21:10:16 +00:00
adam
ea28815591 The PostgreSQL Global Development Group has released a security update to all current versions of the PostgreSQL database system, including versions 9.2.4, 9.1.9, 9.0.13, and 8.4.17. This update fixes a high-exposure security vulnerability in versions 9.0 and later. All users of the affected versions are strongly urged to apply the update immediately.
A major security issue fixed in this release, CVE-2013-1899, makes it possible for a connection request containing a database name that begins with "-" to be crafted that can damage or destroy files within a server's data directory. Anyone with access to the port the PostgreSQL server listens on can initiate this request.

Two lesser security fixes are also included in this release: CVE-2013-1900, wherein random numbers generated by contrib/pgcrypto functions may be easy for another database user to guess, and CVE-2013-1901, which mistakenly allows an unprivileged user to run commands that could interfere with in-progress backups. Finally, this release fixes two security issues with the graphical installers for Linux and Mac OS X: insecure passing of superuser passwords to a script, CVE-2013-1903 and the use of predictable filenames in /tmp CVE-2013-1902.
2013-04-04 21:08:25 +00:00
christos
e214f2bf0a bump patchlevel 2013-04-04 20:00:35 +00:00
christos
ff745d4c62 memory stats -> wrong type in getting some sysctls
cpu stats -> wrong sysctl getting cpu model
process stats -> netbsd5 was not defined leading to wrong process stats
2013-04-04 19:59:06 +00:00
markd
58421c6785 Update to KDE SC 4.10.2
missed commiting this the other day - thanks to Greg Oster for
noticing.
2013-04-04 19:30:03 +00:00
kleink
0237750578 Updated www/py-flask-flatpages to 0.5. 2013-04-04 18:21:31 +00:00
kleink
fb5380ac52 Update py-flask-flatpages to 0.5.
Version 0.5
~~~~~~~~~~
Released on 2013-04-01

* Change behavior of passing ``FLATPAGES_MARKDOWN_EXTENSIONS`` to
  renderer function, now whole :class:`FlatPages` instance passed as
  second argument, this helps user provide more robust renderer
  functions.
2013-04-04 18:20:35 +00:00
wiz
a97c2b44e9 Removed audio/padevchooser [wiz 2013-04-04] 2013-04-04 17:06:03 +00:00
wiz
cace0df5db Remove padevchooser; dead upstream and broken. 2013-04-04 17:05:38 +00:00
dholland
412bb13c79 Mark this BROKEN as it's unbuildable and dead upstream. It will probably
be removed in the near future.
2013-04-04 16:09:37 +00:00
dholland
6d8ce96e10 easyedit 2013-04-04 16:02:15 +00:00
dholland
7cccd5c5d6 Rev distfile patch: improve probing of terminfo. Should fix Joerg's build.
PKGREVISION -> 2.
2013-04-04 16:01:55 +00:00
jperkin
c45e8993fa Fix -arch argument on OSX. Gets us a working package on 32-bit at least,
64-bit is still unsupported.
2013-04-04 14:31:32 +00:00
obache
770bfa4469 fixes multiple times 'Added' ruby-gnome2-gobject-introspection entries. 2013-04-04 13:47:37 +00:00
obache
dce2242e02 Updated ruby-gnome2 packages to 1.2.5. 2013-04-04 13:45:42 +00:00
obache
fcd420f704 Update ruby-gnome2 to 1.2.5.
== Ruby-GNOME2 1.2.5: 2013-03-28

Crash bug fix release!

=== Changes

==== All

  * Fixes
    * Fixed crash bugs.
      [GitHub #138] [Reported by Takuma Nakajima]

=== Thanks

  * Takuma Nakajima

== Ruby-GNOME2 1.2.4: 2013-03-24

Ruby/WebKitGtk2 addition release!

=== Changes

==== All

  * Improvements
    * Start mswin64 support. (But it is not completed yet.)
      [GitHub #135] [Patch by usa]

==== Ruby/GLib2

  * Improvements
    * Reduce needless GBoxed object copy.

==== Ruby/GdkPixbuf2

  * Fixes
    * Fix build error by a typo.

==== Ruby/GtkSourceView2

  * Improvements
    * Support auto RPM install on CentOS 6.

==== Ruby/GObjectIntrospection

  * Improvements
    * Add method name to arguments validation failure message.
    * Support specific version loading.

==== Ruby/GTK3

  * Improvements
    * [windows] Add gschemas.compiled.
      [ruby-talk:406026] [Reported by Regis d'Aubarede]

==== Ruby/WebKitGtk2

  * New!
    [GitHub #136] [Patch by eumario]

=== Thanks

  * usa
  * Regis d'Aubarede
  * eumario
2013-04-04 13:40:24 +00:00
obache
00911224e9 Add missing PLIST entries for Win32 (currently, on Cygwin). 2013-04-04 13:31:55 +00:00