o Add DIST_SUBDIR since a y4m video sample fetched when WITH_PGO
has a name that is too generic.
o Add RESTRICTED specifically for the same y4m video sample when
WITH_PGO. This sample cannot be mirrored even though the port may
still be both packaged and redistributed.
o Be pedantic when declaring port variables to insure slave port
safety
o No PORTREVISION bump since there was neither functionality nor
PLIST change
runs its signal handlers, not to a random thread that happens to be
executing at the time when signal arrives. This functionality has been
lost since Python 2.3, possible cause is that the linux implementation
of POSIX threads always delivered signal to the main thread. This
bug results in rather annoying inability to terminate threading script
with ^C for example and there could be other issues as well.
Bump PORTREVISION.
PR: ports/131080
Submitted by: Andriy Pylypenko <bamby@sippysoft.com>
Approved by: MAINTAINER's timeout
Esmska is a cross-platform application for sending SMS messages over the
Internet.
Features:
* Send SMS to various operators (local or international)
* Supports all common operating systems (Linux, Windows, Mac OS, etc.)
* Free, under open-source licence GNU AGPL3
* Import contacts from other programs (DreamCom) and formats (vCard)
* Send SMS to multiple recipients at once
* History of sent messages
* Pluggable operator system - easy to provide support for more operators
directly by users
* Extensive possibilities of changing appearance
* Many other planned features
WWW: http://esmska.googlecode.com
PR: ports/131865
Submitted by: martinko <gamato (AT) users.sf.net>
- Add optional libsigsegv support
- Take over maintainership from ade
Thanks to pav for an exp-run on pointyhat
PR: ports/131618
Approved by: portmgr (marcus, pav)
o Change handling -fpic/-fPIC option, radically.
[NOTE]
I don't know what CFLAGS+=-fpic(-fPIC) doesn't inherit to liveMedia's
Makefile, yet. But many people reported this issue. So I don't believe
to inherit CFLAGS, and I directly replace CFLAGS in liveMedia's Makefile
by sed(1).
Related PR: ports/129156, ports/131299 [1]
Pointed out by: many people
by the OpenSolaris DTrace community.
It's worth noting that not all of these scripts will work. They are
either too Solaris specific or the probes have not yet been implemented.
As more probes are implemented more scripts will work.
WWW: http://www.opensolaris.org/os/community/dtrace/dtracetoolkit/
PR: ports/132079
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>