ajacoutot
45420cae19
Add missing calls to gtk.gdk.threads_{enter,leave} to fix the abort on
...
startup.
looks good to kurt@
2012-05-09 15:24:17 +00:00
jasper
dd7073a40f
import node-npm 0.0.3
...
Make Node Module is a build tool for making native node.js modules.
ok sthen@
2012-05-09 15:24:04 +00:00
ajacoutot
40a337aa16
Update to cyphertite-1.2.2.
...
from David Hill (maintainer)
2012-05-09 14:36:15 +00:00
ajacoutot
72fc7b989e
Update to libclog-0.6.1.
...
from David Hill (maintainer)
2012-05-09 14:35:53 +00:00
ajacoutot
c44f6f9b67
Update to libshrink-0.5.0.
...
from David Hill (maintainer)
2012-05-09 14:35:33 +00:00
ajacoutot
48c1f786ac
Wrap gtk.main, not app.main, thanks kurt@ :)
2012-05-09 14:28:54 +00:00
dcoppa
ffee4301e4
Monitor subtitle visibility better
...
From upstream svn
2012-05-09 14:19:36 +00:00
pascal
4001191856
forgot one patch
2012-05-09 13:53:28 +00:00
pascal
826ee3bbdd
Update to rakudo 2012.04.1.
2012-05-09 13:51:35 +00:00
pascal
4a5ed836cf
Update to nqp 2012.04.1.
2012-05-09 13:50:58 +00:00
pascal
a9ef031d4f
Update to parrot 4.3.0.
2012-05-09 13:36:45 +00:00
dcoppa
fe979a182c
bump after the wrong commit
2012-05-09 13:12:41 +00:00
dcoppa
f2068eec66
Oops. I dunno how this happened :(
2012-05-09 13:01:15 +00:00
dcoppa
0010293f0b
Fix compilation with gcc 4.7
...
Disable another Kad assertion probably resulting from bad data from
external sources
Both from upstream
2012-05-09 12:51:01 +00:00
pascal
afc1d3acf2
Enable the new 'cycles' rendering engine. There may still be some rough edges,
...
but overall it is working well. Initially requested and tested by peters at
schwertfisch dot de (thanks).
Also, remove mention of ffmpeg flavour from DESCR.
2012-05-09 12:45:50 +00:00
pascal
dc92efbf35
+ openimageio
2012-05-09 12:43:19 +00:00
pascal
1258c37e66
OpenImageIO is a library for reading and writing images, and a bunch
...
of related classes, utilities, and applications. There is a
particular emphasis on formats and functionality used in professional,
large-scale animation and visual effects work for film. OpenImageIO
is used extensively in animation and VFX studios all over the world,
and is also incorporated into several commercial products.
ok ajacoutot@
2012-05-09 12:42:06 +00:00
dcoppa
6b4c61c671
Update to i3-4.2
...
OK jasper@
2012-05-09 11:56:49 +00:00
mpi
524938b448
Update libusb-compat to 0.1.4, take maintainership.
...
ok dcoppa@, ajacoutot@
2012-05-09 09:43:07 +00:00
pea
b1b4ce465c
Bugfix update to 2.4.31
...
ok sthen@
2012-05-09 09:37:21 +00:00
dcoppa
e5d2ca44f5
Sync with patch that was committed upstream.
2012-05-09 09:35:08 +00:00
ajacoutot
19bba04a24
Sync with patch that was just committed upstream...
2012-05-09 08:34:42 +00:00
ajacoutot
86cce23279
Properly call gtk.gdk.threads_enter and gtk.gdk.threads_leave to prevent
...
abort() on startup due to gtk trying to unlock a uninitialized mutex.
looks good to kurt@
2012-05-09 08:30:14 +00:00
ajacoutot
ea24140a86
Properly call gtk.gdk.threads_enter and gtk.gdk.threads_leave to prevent
...
abort() on startup due to gtk trying to unlock a uninitialized mutex.
looks good to kurt@
ok pea@ (maintainer)
2012-05-09 08:29:37 +00:00
ajacoutot
a0e734b938
Bugfix update to gnutls-2.12.19.
2012-05-09 08:06:53 +00:00
jasper
3681ae85d3
- bump node requirement to the latest and greatest
2012-05-09 06:39:04 +00:00
jasper
41fa61f604
- Allow building of sub-packages (ie. node-sqlite3) with USE_SYSTRACE
...
set, also prevents downloading of the node distfile again.
from MAINTAINER
- add run dependency on sysutils/flock.
now node-sqlite3 builds fine.
2012-05-09 06:37:49 +00:00
ajacoutot
4ddcc497b1
Correct the utilization of the _POSIX_THREAD_PRIORITY_SCHEDULING feature
...
test macro.
from Brad
2012-05-09 06:30:38 +00:00
ajacoutot
ebd7a65a7b
Correct the utilization of the _POSIX_THREAD_PRIORITY_SCHEDULING feature
...
test macro.
from Brad (maintainer)
2012-05-09 06:29:42 +00:00
ajacoutot
c6cc5cfb1b
Don't overwrite THREAD_STACK_SIZE but use the default.
...
ok fgsch@
2012-05-09 06:21:12 +00:00
fgsch
183007f151
Allow to compile libdvdnav when another version is installed.
...
ajacoutot@ ok
2012-05-09 06:17:36 +00:00
sthen
fecd0a3f2c
minor fixes for app names in mupdf usage lines in the programs which were
...
renamed recently. pointed out by espie@
2012-05-08 22:49:46 +00:00
sthen
42b89bb2c5
update to PHP 5.3.13, fixing the fix for CVE-2012-2311 affecting CGI-based
...
setups (mod_php and FPM are unaffected). OK robert@.
2012-05-08 21:29:16 +00:00
sthen
f4acc97ae6
LOCALBASE->TRUEPREFIX, pointed out by aja@
2012-05-08 19:05:06 +00:00
landry
9e066f8bd8
Remove REGRESS_DEPENDS on xfce-utils which is in the Attic now.
...
Spotted by espie@
2012-05-08 18:30:28 +00:00
okan
551261c2b8
re-enable dmtx-utils
2012-05-08 17:58:12 +00:00
okan
4a9c90823b
use graphics/ImageMagick, now that the no_x11 FLAVOR is gone - can
...
re-enable in bulks now; force a min LIB_DEPENDS version check on
ImageMagick; idea from sthen@
ok sthen@ ajacoutot@
2012-05-08 17:57:26 +00:00
jasper
ec251be3fa
"fix" a line which emacs loudly complains about...
...
ok espie@
2012-05-08 17:38:21 +00:00
espie
6fb048701d
if this pipe exits with an error, it means some subdirs could not be
...
scanned. That's not a warning, that's a hard error.
2012-05-08 17:22:00 +00:00
espie
5c71e92661
if regress refers to non-existent ports, this BREAKS sqlports.
2012-05-08 17:21:21 +00:00
jasper
c9b9ea117b
- bump after recent node.port.mk change
2012-05-08 17:11:02 +00:00
jasper
0b067a06c4
- ensure the node version with fixed node-gyp is required
...
- fix some whitespace
ok MAINTAINER, sthen@
2012-05-08 17:10:43 +00:00
espie
366bf627e0
normalize depends
2012-05-08 17:07:30 +00:00
espie
2f7daaa920
typo in REGRESS_DEPENDS
2012-05-08 17:04:52 +00:00
okan
8d9eaf366b
since this port already has a RUN_DEPENDS on graphics/ImageMagick, use
...
the no-no_x11 FLAVOR of graphics/gifsicle.
ok merdely@ (MAINTAINER)
2012-05-08 16:31:46 +00:00
sthen
6a32b77017
update to re-rolled beret 1.2.1, from maintainer Brian Callahan
...
- Fixes a warning issued when building with clang.
- New tiles & minor game revisions.
- Fixes for the level editor.
2012-05-08 15:57:38 +00:00
sthen
7b5d1808c7
Fix node-gyp for native builds by using gmake (and add a run dep).
...
From Aaron Bieber, I also added a comment to the RUN_DEPENDS line.
2012-05-08 15:38:01 +00:00
okan
cae7ddee3a
remove no_x11 FLAVOR
...
feedback and ok sthen@
2012-05-08 15:31:58 +00:00
sthen
8d780aa613
Bump; no content changes, but this hasn't been touched for some years and
...
doesn't depend on anything, so it wouldn't get automatically updated so an
old package built with a pkg_create which used @ignore annotations wouldn't
have been replaced. pkg_add warning reported by kettenis@.
2012-05-08 15:18:17 +00:00
okan
e9debc04d7
- update to 1.8.78
...
- new HOMEPAGE/MASTER_SITES
- do not require USE_GROFF
- fix patches to use ${LOCALBASE} instead of hardcoding /usr/local
ok ajacoutot@
2012-05-08 13:04:48 +00:00