Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
chan_mgcp.so being built and installed causing PLIST issues.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(This is a security release, but pkgsrc already had patches from
upstream.)
This version corrects two heap overflows reported by our users:
- A small write overflow, reported by Justin Ferguson
- A large read overflow, reported by Ben Hawkes
|
|
This fixes PR 46787.
|
|
but changes the py-numpy binary package in order for math/py-scipy to build
successfully (at least on SmartOS). Bump PKGREVISION.
|
|
|
|
Changes unknown other than now supports Samsung Galaxy phones.
|
|
|
|
|
|
it is less than -1 to avoid kde4 session start hang
From: Sverre Froyen
Bump PKGREVISION
|
|
* Update configure script to force all platforms to use same installation
path as NetBSD
* The PLIST was built with fc-cache detected. This implicates fontconfig
as a dependency (without it, font still install but with a diff. name)
* like NetBSD, define HAVE_STDINT_H (other platforms may need it too)
Revbump required because package would have installed before without
PKG_DEVELOPER=yes, albeit incorrectly.
|
|
at least on -current
|
|
serious misbehavior (access to closed file descriptors, fd leaks)
which makes eg xentools completely unusable
bump PKGREV
|
|
a pure runtime dependency, and there is no need to participate
in recursive PKGREV bumps
|
|
since this is the general case these days and other cases are exceptions.
This simplifies development and prevents making some mistakes.
|
|
(PKG_DESTDIR_SUPPORT=none).
|
|
|
|
|
|
CoilMQ is a simple, configurable STOMP message broker (aka STOMP server)
written in Python. This project is inspired by the simple design of the Ruby
stompserver project by Patrick Hurley and Lionel Bouton. The goal of this
project is to provide a well-tested and well-documented Python implementation
with a good set of built-in functionality and numerous paths for extensibility.
|
|
Keep "none" a default value for PKG_DESTDIR_SUPPORT for now.
|
|
DragonFly doesn't have CIRCLEQ_* macros anymore. They were replaced
with TAILQ_*. As a result, DragonFly needs the provided sys/queue.h
to define them. Also, like NetBSD, it doesn't support streams, so
disable pty.
|
|
evidently forgot again to commit at the time.
|
|
|
|
Originally from wip with netbsd-6 patches sketched by yours truly and
finished/tested by Edgar Fuss.
The Quota module provides access to file system quotas. The
quotactl system call or ioctl is used to query or set quotas
on the local host, or queries are submitted via RPC to a
remote host. Mount tables can be parsed with getmntent and
paths can be translated to device files (or whatever the
actual quotactl implementations needs as argument) of the
according file system.
|
|
|
|
|
|
|
|
A well-behaved Unix daemon process is tricky to get right, but the required
steps are much the same for every daemon program. A DaemonContext instance
holds the behaviour and configured process environment for the program; use
the instance as a context manager to enter a daemon state.
|
|
|
|
|
|
Collection.
The lockfile package exports a LockFile class which provides a simple API for
locking files. Unlike the Windows msvcrt.locking function, the fcntl.lockf and
flock functions, and the deprecated posixfile module, the API is identical
across both Unix (including Linux and Mac) and Windows platforms. The lock
mechanism relies on the atomic nature of the link (on Unix) and mkdir
(on Windows) system calls. An implementation based on SQLite is also provided,
more as a demonstration of the possibilities it provides than as
production-quality code.
|
|
|
|
|
|
|
|
PR 46585 by maintainer Leonardo Taccari.
Pkgsrc changes:
* Switched to <../..mk/curses.buildlink3.mk>: now dvtm also works with
curses(3).
* Reset maintainership to pkgsrc-users@NetBSD.org.
Changes:
* on resize backfill text from the buffer if possible
* fix for a segfault in resize code
* support for the 8 basic highlighted colors
* compilation fixes for BSD curses and pdcurses (however the
latter doesn't actually work due to the select(2) driven event loop
of dvtm)
* some AIX fixes
* graphmode fixes
* fibonacci layout (not enabled by default)
* dynamic color changes depending on the window title configurable in
config.h
* window borders are now drawn using the colors specified in config.h
* rudimentary mouse support, that is mouse events will be passed to
the underlying terminal application
* relicense terminal emulation component from LGPL to ISC
* various source code cleanups (code reviews and patches are always
welcome)
|
|
avoid to specify nasty C string macro in the command line.
|
|
|
|
|
|
|
|
Support Virtual Disk(VDI,VHD,VMDK) by VirtualBox DSO (VBoxDDU.so).
Use ADAPTIVE_NP for some mutex.
Decrese mutex lock time at transfer task.
Print # of reload count to syslog.
LU updating (except connected LU).
Ignore reload error, and retry next reload by SIGUP.
Use gcc 4.1 atomic builtin functions.
Fix some memory leak at exit.
Accept up to two SCSI commands in one LUN loop.
Omit inaccessible PG on SendTargets. (when multiple PG specified)
Faster normal exit.
Remove extra warning by clang.
Add NetBSD rc script.
|
|
|
|
|
|
should be added to libXext/buildlink3.mk, but this has:
# XXX don't include xextproto/bl3 here; packages checking for xext.pc must
# include it theirselfes
requested by joerg because "most packages don't need it").
|