jasper
05e5a031bb
- use global MASTER_SITE_GCC
2010-10-14 08:03:46 +00:00
jasper
73787efbf7
- add MASTER_SITE_GCC here, instead of redefining it several times in the tree
2010-10-14 08:03:13 +00:00
sthen
afef0a0409
Remove a pcap_setnonblock() call which was added as a workaround for a
...
problem in OSX, it breaks reading from capture files. From Brian Keefer.
2010-10-14 07:29:44 +00:00
ajacoutot
b1a3967c38
Update to gmime-2.4.20.
2010-10-14 07:03:14 +00:00
jim
bb22217cac
Update to 2.6.3 from Tilo Stritzky t.stritzky at arcor.de and Sergey
...
Bronnikov estetus at gmail.com with input from jasper@. Sergey has agreed
to take maintainer.
ok jasper@
2010-10-14 00:02:24 +00:00
pirofti
aecefb4078
Update to youtube-dl-2010.10.03. Okay sthen@.
2010-10-13 19:36:01 +00:00
jasper
2033a5015b
- set SHARED_ONLY
2010-10-13 19:32:37 +00:00
jasper
0ec918b1ee
- regen WANTLIB here too
2010-10-13 19:12:56 +00:00
jasper
ccd1c9491a
- regen WANTLIB
...
- lowercase a comment
2010-10-13 19:12:33 +00:00
jasper
93d6759134
- remove the gtk1 flavor, which has been broken for two years.
...
- add pkgpath marker
- regen WANTLIB/PLIST
2010-10-13 18:40:23 +00:00
jasper
f7a727af9c
- get the cflags and libs from gkrellm, which makes more sense and fixes the build.
...
- add rcs id's to patches while here.
2010-10-13 17:34:26 +00:00
jasper
88c0ccc707
- add security fix for CVE-2010-3702.
...
ok kili@ naddy@
2010-10-13 17:29:37 +00:00
giovanni
6ea3d66dea
Update to 0.3.2.0
...
ok stephan@
2010-10-13 17:11:10 +00:00
ajacoutot
f51d703635
Update to vte-0.26.1.
...
- Pass the correct TERM value inside envp when spawning.
- Bugs fixed: Bug 631589 - set_emulation does not work in the python bindings.
2010-10-13 16:20:23 +00:00
jasper
70308c140c
- it helps to set REVISION for an existing subpackage
2010-10-13 15:04:28 +00:00
jasper
3adc58f72a
bumping downwards is somehow frowned upon..
2010-10-13 15:00:02 +00:00
naddy
d817296e22
We have both libsigc++-1.* and libsigc++-2.*. Require the libsigc++->=2
...
package for sigc-2.0. ok phessler@
2010-10-13 14:23:11 +00:00
jasper
bde4fd8027
Security fix for CVE-2010-3704. Patch from upstream poppler git.
2010-10-13 11:37:25 +00:00
jasper
cb60e78001
- remove now unneeded chunk
2010-10-13 11:35:53 +00:00
dcoppa
d9053d24ea
Link py-redis
2010-10-13 08:58:27 +00:00
dcoppa
4740ba6921
Import databases/py-redis, python bindings for the Redis key-value store.
...
From Remi Pointel
More to come (php, ruby, who knows)...
OK dcoppa@, landry@, benoit@
2010-10-13 08:55:11 +00:00
dcoppa
6eba282d02
Zap "--disable-debugger" from CONFIGURE_ARGS
...
No bump, as debugger was already disabled by default.
From Brad
2010-10-13 06:26:04 +00:00
robert
5e3833e642
Fix openssl update fallout. A similar diff was also submitted by benoit@
...
and he is okay with this one
2010-10-12 22:05:21 +00:00
jasper
bc5fba99b8
- bump to 1.8.5
2010-10-12 21:26:18 +00:00
jasper
3ebfa6e605
- update wesnoth to 1.8 series
...
- switch to new depends
looks ok to sthen,
tested by many on ports@
2010-10-12 20:33:17 +00:00
jasper
98743af3c8
- use gettext module and new style depend
2010-10-12 20:29:20 +00:00
jasper
0a9e38544d
- don't hardcode path to tcl headers
2010-10-12 20:13:47 +00:00
kili
58f240f01a
Zap glut, it has been replaced by freeglut.
...
ok sthen@ jasper@
(suggested a few days ago by freeglut maintainer Tobias Ulmer)
2010-10-12 20:13:44 +00:00
robert
c06abedde8
Fix OpenSSL update fallout by using a diff from bro ticket #247
...
which checks and uses the correct API
2010-10-12 20:12:52 +00:00
kili
ac3d6aa791
Zap glut, it has been replaced by freeglut.
2010-10-12 20:11:58 +00:00
kili
6278ec9e24
Remove konqueror-embedded, it's not maintained, it uses
...
an old kdelibs distfile.
prodded by robert@, sthen@ and brad.
2010-10-12 20:01:45 +00:00
kili
25ba40dd0f
Unlink konqueror-embedded, it's not maintained, it uses
...
an old kdelibs distfile.
2010-10-12 19:59:14 +00:00
robert
36904a728e
Check for EVP_PKEY_encrypt_old in by linking toe automagic test program
...
to -lcrypto and -lss. This fixes bacula "autodetecting" the OpenSSL version.
bump pkgnames
2010-10-12 19:47:06 +00:00
ckuethe
0517a43753
install missing header
2010-10-12 17:32:01 +00:00
jasper
c09474bc0f
sync
2010-10-12 16:49:38 +00:00
jasper
5a4e4d77c7
import py-daemon 1.6
...
This library implements the well-behaved daemon specification of PEP
3143, "Standard daemon process library".
[...]
ok sthen@
2010-10-12 16:49:09 +00:00
jeremy
8a77d5f794
Don't build C extensions inside gems during the fake stage, instead
...
build them during the build stage and install them during fake.
devel/ruby-gems doesn't have separate build and install commands, as
most gems are pure ruby code and don't need a separate build stage.
When ruby-gems is installing a gem with C extensions, it builds them
during the install. Since installing is done during the fake stage,
this meant that the extensions were getting built as root.
Previously, this was required, as gem's --user-install option was
broken. However, since that option has now been fixed, we use
it to install the gem to a temporary location as the current
user during build, and then mv and chown the files during fake.
Thanks to bernd@ for pointing out that the fixed --user-install
option allowed this.
ok landry
2010-10-12 16:03:41 +00:00
jeremy
71ecdc8e96
Modify FileUtils.mkdir_p to behave more like mkdir(1) -p. Instead of
...
attempting to create all intermediate directories and rescuing failures,
don't attempt to create directories that already exist. Fixes systrace
warnings when building ruby ports.
ok landry
2010-10-12 15:39:06 +00:00
sthen
44a262f24d
+py-lockfile
2010-10-12 14:54:00 +00:00
sthen
b37832e554
+py-minimock
2010-10-12 14:53:14 +00:00
sthen
f7d5bed302
import ports/devel/py-minimock, ok jasper@
...
MiniMock is a simple library for doing Mock objects with doctest. When
using doctest, mock objects can be very simple.
2010-10-12 14:52:42 +00:00
sthen
a70bc110a2
import ports/sysutils/py-lockfile, ok jasper@
...
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.
2010-10-12 14:51:56 +00:00
ajacoutot
b548ecd183
Clean up the cups-*able scripts.
...
Do not move out lptest as CUPS has no counterpart as spotted by armani@
2010-10-12 12:53:15 +00:00
bluhm
08570e8a30
update p5-IO-Socket-Multicast to 1.12
...
ok kevlo@ (MAINTAINER)
2010-10-12 10:13:12 +00:00
dcoppa
64fd614cb2
tyop in pkg/DESCR :(
...
While here, a better comment into Makefile as well...
2010-10-12 10:05:31 +00:00
sthen
c731b3abf1
Don't try and syslog during build, it interferes with aja's bulk builds
...
inside a chroot. ok ajacoutot@
2010-10-12 09:55:51 +00:00
dcoppa
0037f49f9f
Update to gnash-0.8.8
...
From Brad, who also takes maintainership.
OK dcoppa@, jasper@
2010-10-12 09:38:16 +00:00
jasper
fe25311b62
- fix build on a clean system:
...
we set MODPY_BUILDDEP=No, whilst providing PYTHON via CONFIGURE_ENV. this
lead configure to believe there actually was a python present on the system.
which wasn't, so set MODPY_BUILDDEP=Yes and adjust REGRESS_DEPENDS accordingly
ok aja@ landry@
2010-10-12 09:03:31 +00:00
landry
5103e57b1f
Update to webkit 1.2.5, prodded by a diff from brad
...
Fixes CVE-2010-3259 CVE-2010-3113 CVE-2010-1814 CVE-2010-1812 CVE-2010-1815
CVE-2010-3115 CVE-2010-1807 CVE-2010-3114 CVE-2010-3116 CVE-2010-3257
2010-10-12 08:43:05 +00:00
sebastia
2f6bf6bdf6
Update Jailkit to 2.13, only one minor bug fix. Patch sent by Remi Pointel
...
<remi.pointel _AT_ xiri.fr>
OK, landry@, jasper@
2010-10-12 07:55:02 +00:00