ajacoutot
3be1450e73
x11/gtk+3 is needed at build time to compile demos/scrapbook.
...
reported by espie@, not reported by mpi@
2011-12-03 14:21:27 +00:00
dcoppa
395d06caab
FindRuby.cmake: use RbConfig::CONFIG instead of obsolete and
...
deprecated Config::CONFIG.
pointed out by Amit Kulkarni and jeremy@
2011-12-03 13:38:43 +00:00
benoit
66ee112ae3
- update py-altgraph to 0.9
2011-12-03 08:32:14 +00:00
jeremy
cd8b3c3096
Remove NO_REGRESS setting, now handled by ruby.port.mk.
2011-12-02 19:34:42 +00:00
ajacoutot
ea2155da30
Remove MAINTAINER as per his request.
2011-12-02 08:29:45 +00:00
shadchin
dbc4ea267e
Update to 1.0.0.
...
ok jasper@
2011-12-02 06:36:28 +00:00
gsoares
4fac37e636
update to 1.004
2011-12-01 12:32:37 +00:00
gsoares
8e99253606
SECURITY update to 1.003; zap groff while here
...
Fix CVE-2011-4114: PAR packed files are extracted to unsafe
and predictable temporary directories.
OK jasper@
2011-11-29 18:30:35 +00:00
jasper
bbcca1ebc9
- update to 1.6.2; you may need to run 'lein upgrade' if you already
...
have leiningen installed.
2011-11-29 17:42:17 +00:00
pirofti
e303d6c2df
Drop maintainership.
2011-11-27 11:08:48 +00:00
ajacoutot
959890994d
Brad take maintainer.
2011-11-26 10:23:31 +00:00
benoit
ea61a8de9d
- update py-parsing to 1.5.6
...
- regen PLIST
2011-11-26 09:58:40 +00:00
ajacoutot
e196055979
Update to gconf-editor-3.0.1.
2011-11-21 14:14:58 +00:00
mpi
94e772dbcc
Various changes for OpenBSD's backend with inputs from upstream.
...
Transfer completion notifications are now send asynchronously this should
prevent potential lock of applications using a different thread for polling
events.
Fix interrupt tranfers, reported by and helped to debug, sebastia@
Other minor improvements and style fixes.
Tested by sebastia@ and ajacoutot@
ok ajacoutot@
2011-11-18 15:18:50 +00:00
ajacoutot
d6e7c2c8e4
Minor update to glib2mm-2.30.1.
2011-11-18 12:27:36 +00:00
espie
cbb5e400a1
shrink, this lives in bsd.port.mk itself now
2011-11-18 11:16:23 +00:00
jasper
ed94ccf08f
Adjust patch a bit with upstream feedback
2011-11-18 11:11:33 +00:00
espie
dcfcc64920
switch to PROPERTIES
2011-11-18 10:29:37 +00:00
espie
5681953355
use PROPERTIES
2011-11-18 10:13:42 +00:00
espie
275447e210
FLAVOR:L and such things
2011-11-18 10:11:32 +00:00
jeremy
0f5b815afb
Upgrade to kgio 2.6.0 and fix regression tests (patches already
...
upstream and will be removed next version update).
2011-11-18 00:03:15 +00:00
jeremy
2472e1ab9e
Depend on newer version of ruby-hoe, as it doesn't work correctly with
...
the older version.
2011-11-17 17:31:39 +00:00
jeremy
85555bef70
Update ruby-hoe from 2.8.0 to 2.12.3, so that ruby-isolate functions
...
correctly.
2011-11-17 17:29:28 +00:00
kili
7a3ae63a54
+ py-guppy
2011-11-17 17:12:52 +00:00
kili
bcd51e60e0
Guppy-PE is a library and programming environment for Python,
...
currently providing in particular the Heapy subsystem, which supports
object and heap memory sizing, profiling and debugging. It also
includes a prototypical specification language, the Guppy Specification
Language (GSL), which can be used to formally specify aspects of
Python programs and generate tests and documentation from a common
source.
ok rpointel@
2011-11-17 17:12:11 +00:00
jeremy
16703d23fa
Update ruby ports to deal with the regress changes to ruby.port.mk.
...
Start using MODRUBY_REGRESS with ruby, rspec2, and testrb entries.
Switch away from manual do_regress targets where possible. Add
some patches to make regress tests run for some ports.
2011-11-17 16:08:00 +00:00
jeremy
270e5af39b
sync
2011-11-17 15:58:12 +00:00
pirofti
e120a88b9d
Remove SHARED marker from PLIST. Noticed by jeremy@, thanks.
2011-11-17 15:52:39 +00:00
jasper
d5992e0e2a
Adjust a bit to make it committable upstream.
2011-11-17 15:51:47 +00:00
jeremy
c51e7f8fd5
Update ruby-mocha to 0.9.12, since some dependent ports require
...
functionality not in 0.9.7.
2011-11-17 15:41:11 +00:00
jeremy
12822b1f75
Update ruby-isolate to 3.2.1, which eliminates the warnings it started
...
emitting after the rubygems 1.8 update.
Add a patch to fix use with gems with C extensions, using the
--user-install option.
Add a patch to not hide underlying error message when attempting to
activate a gem.
2011-11-17 15:39:15 +00:00
jeremy
726b2dbf0b
Update ruby-bundler to 1.0.21. Some dependencies are going to start
...
requiring this version.
2011-11-17 15:35:45 +00:00
jeremy
4c4ceaa5d1
Import ruby-daemon_controller 0.2.6
...
daemon_controller is a library for starting and stopping specific
daemons programmatically in a robust, race-condition-free manner.
It's not a daemon monitoring system like God or Monit. It's also not a
library for writing daemons.
It provides the following functionality:
Starting daemons. If the daemon fails to start then an exception
will be raised. daemon_controller can even detect failures that
occur after the daemon has already daemonized.
Starting daemons is done in a race-condition-free manner. If another
process using daemon_controller is trying to start the same daemon,
then daemon_controller will guarantee serialization.
daemon_controller also raises an exception if it detects that the
daemon is already started.
Connecting to a daemon, starting it if it's not already started.
This too is done in a race-condition-free manner. If the daemon
fails to start then an exception will be raised.
Stopping daemons.
Checking whether a daemon is running.
OK ajacoutot@
2011-11-17 15:33:29 +00:00
jeremy
91b2e97018
Import ruby-jeweler 1.6.4
...
Jeweler provides the noble ruby developer with two primary features:
* a library for managing and releasing RubyGem projects
* a scaffold generator for starting new RubyGem projects
OK sthen@
2011-11-17 15:28:42 +00:00
jeremy
e7e4a7493b
Import ruby-git 1.2.5
...
ruby-git provides an object-oriented interface to git's command line
interface, allowing for both read and write operations on git
repositories.
OK sthen@
2011-11-17 15:27:39 +00:00
sthen
34203448c2
bump EPOCH
...
Create /usr/ports/packages/i386/no-arch/p5-Devel-Symdump-2.07p1.tgz
Found newer package p5-Devel-Symdump-2.0601 in /usr/ports/plist/i386
Found newer package p5-Devel-Symdump-2.0604 in /usr/ports/plist/i386
2011-11-17 15:17:41 +00:00
jeremy
fa6e35ac80
Split rspec port into subdirs. Version 1 is still a single package,
...
but version 2 has 4 packages (core, expectations, mocks, and rspec).
Stick version 1 in a subdir named 1, and the version 2 packages
each in their own subdir.
Upgrade version 1 to 1.3.2, the latest version, as some ports depend
on >=1.3.0,<2.0. Because rubygems does not correctly handle the
case where two versions of the same library install different
binaries, manually hack the version 1 spec binary to work.
Both version 1 and version 2 ship with the autospec binary, so comment
it out from version 1 so the versions don't conflict.
This requires changes to dependent ports, which will be committed
shortly.
2011-11-17 15:15:26 +00:00
pirofti
1b79a18cd4
Polish up the toolchain:
...
- get rid of libtool and thus rpath bugs
- install libexec files as they're also needed
- copy the crt files in lib/gcc/i386-mingw32/3.4.5 as the
compiler looks for them in there and not in lib
- disable shared and thus lose the platform specific files
(noticed by jeremy@ as well)
- adapt the README after these changes
2011-11-17 14:41:58 +00:00
sthen
72323b1780
update to coccigrep 1.6
2011-11-17 14:27:14 +00:00
sthen
21f7b6f239
NOT_FOR_ARCHES -> NOT_FOR_ARCHS, from viq
2011-11-17 13:58:27 +00:00
robert
e5a4a9f138
replace pecl-pcntl with php-pcntl
2011-11-17 12:53:49 +00:00
jasper
ff23654173
- move away from gnu libtool now that gobject-introspection has been fixed.
2011-11-17 11:42:31 +00:00
jasper
eb90b4619e
*Finally* fix the issue where certain ports using GI and our ports libtool
...
would fail to build and had to switch to gnu libtool.
2011-11-17 11:39:49 +00:00
pirofti
a88e9cc331
Link mingw cross-tools.
2011-11-16 19:29:31 +00:00
pirofti
e4ec927d19
Developers, developers, developers!
...
Okay jasper@
2011-11-16 19:27:48 +00:00
sthen
367fd45838
belatedly add p5-MooseX-Aliases
2011-11-16 16:54:28 +00:00
robert
93923bd770
switch php to version 5.3 by default
2011-11-16 15:56:36 +00:00
ajacoutot
60dbfbb427
Fix obvious mistake in a patch.
2011-11-16 15:34:54 +00:00
jasper
6984f2b752
- bring back fixes to fix this on mips64*
...
ok sthen@
2011-11-16 15:12:53 +00:00
rpointel
f109a5837e
Update mercurial to 2.0.
...
ok wcmaier@ (maintainer).
2011-11-16 15:00:52 +00:00
sthen
9265a1cd5f
import p5-MooseX-Aliases, ok jasper@
...
The MooseX::Aliases module will allow you to quickly alias methods in
Moose. It provides an alias parameter for has() to generate aliased
accessors as well as the standard ones. Attributes can also be
initialized in the constructor via their aliased names.
2011-11-16 14:55:51 +00:00
kili
d91f251cd2
This library tries to call minimum system calls which are the
...
bottleneck of web servers.
ok jasper@
2011-11-16 14:14:05 +00:00
jasper
1dac86efa7
mark as broken on sparc64, as it requires pthread for reasons yet unknown.
...
ok sthen@
2011-11-16 12:47:07 +00:00
naddy
f24b6d785f
Update to 3.1.0 pl3.
...
Regression tests run successfully on alpha, arm, amd64, i386, mips64el,
powerpc.
sparc64 continues to be a bit flakey.
2011-11-16 12:08:32 +00:00
sthen
b7623542e0
bump; if.h changed (struct ifnet)
2011-11-15 23:30:30 +00:00
jasper
d9a4972b65
add missing build dependency
...
reminded by naddy@
2011-11-15 18:55:30 +00:00
jeremy
05e6385fe6
sync
2011-11-15 16:44:00 +00:00
jeremy
06db121ff3
Import ragel 6.7.
...
Ragel compiles executable finite state machines from regular languages.
It targets C, C++, and Ruby. Ragel state machines can not only recognize
byte sequences as regular expression machines do, but can also execute
code at arbitrary points in the recognition of a regular language. Code
embedding is done using inline operators that do not disrupt the regular
language syntax.
OK robert@
2011-11-15 16:35:15 +00:00
jasper
656dfe4619
hookup libplist
2011-11-15 15:08:25 +00:00
mpi
c13635d78c
Import libplist-1.4
...
Library for handling Apple binary and XML property lists.
ok sthen@
2011-11-15 11:05:22 +00:00
sthen
cdacd3bd99
switch the libexecinfo port to use marco's libbacktrace, sources modified
...
to produce a library named libexecinfo.so.XX, avoiding the need to patch a
bunch of places where it's used in other ports. with help from robert@
2011-11-14 19:14:18 +00:00
espie
06a9f74bc4
reuse the same pseudo-flavor that's needed for bootstrap the whole tree,
...
no need to pull in java when not needed.
2011-11-14 19:10:09 +00:00
ajacoutot
77e045e5d3
Unbreak after the move from libusb->libusb-compat.
...
thanks naddy@ for noticing.
2011-11-14 18:30:53 +00:00
dhill
d37b438d00
update to 0.5.0
2011-11-14 17:05:47 +00:00
dhill
993a712745
update to 0.4.0
2011-11-14 17:05:22 +00:00
sthen
bcb322f576
update to yasm-1.2.0 from Brad. deps built on amd64 by Brad, i386 by me.
2011-11-14 13:49:06 +00:00
sthen
8c89987489
update to NAnt 0.91 from maintainer Ryan Boggs
...
patch-Makefile from me
2011-11-14 13:48:27 +00:00
jasper
fa30e48d90
unbreak after libftdi moved to libusb-compat
2011-11-14 11:26:47 +00:00
kili
a3526bfd82
Partial functions from the base library, such as @head@ and @!!@,
...
modified to return more descriptive error messages, programmer
defined error messages, `Maybe' wrapped results and default values.
These functions can be used to reduce the number of unsafe pattern
matches in your code.
ok jasper@
2011-11-13 23:22:54 +00:00
kili
438780150c
This library provides an easy way to define command line parsers.
...
Most users will want to use the "System.Console.CmdArgs.Implicit"
module, whose documentation contains an example.
2011-11-13 22:41:25 +00:00
naddy
54c8f53a40
bump after SUBST_CMD fix
2011-11-13 22:29:21 +00:00
rpointel
971bb4763a
Update mxDatetime to 3.2.1.
...
looks good jasper@ aja@, ok sthen@.
2011-11-13 17:32:12 +00:00
pirofti
e6f6d3ee96
Disable on landisk. Takes forever to build. Okay ajacoutot@.
2011-11-13 16:07:09 +00:00
ajacoutot
4af9f2a2cf
Re-add the GDB py macros now that the gdb from ports can use them.
2011-11-13 15:16:17 +00:00
espie
40250aae9b
python/expat support
...
okay robert@, jasper@
2011-11-13 14:56:57 +00:00
ajacoutot
4bf950439d
-libusb
...
+libusb-compat
2011-11-13 13:57:28 +00:00
ajacoutot
f6b5cb15fd
Remove, superseded by libusb-compat.
2011-11-13 13:56:12 +00:00
ajacoutot
540e3a6b3d
libusb => libusb-compat
...
ok jasper@
2011-11-13 13:54:42 +00:00
ajacoutot
fcbe5f3ae2
Sync dependencies after move from libusb to libusb-compat and fix a
...
couple of fallouts. Note that these ports are only the ones that used to
have a direct dependency on devel/libusb so there may be some other
hidden ports that may break because of the switch. If that's the case,
no need to start ranting all over but instead tell me which one(s)
break. Thanks.
Note: sysutils/nut hasn't been fixed yet but will be today.
2011-11-13 13:54:04 +00:00
ajacoutot
dc0f620fbc
Import libusb-compat-0.1.3.
...
A compatibility layer allowing applications written for libusb-0.1 to work
with libusb-1.0. libusb-compat-0.1 attempts to look, feel, smell and walk
like libusb-0.1.
ok jasper@
2011-11-13 13:49:50 +00:00
jeremy
42c8529b0d
Remove devel/ruby-assistance. Development stopped about 4 years ago,
...
it is not useful by itself, and nothing currently depends on it.
Maintainer agrees.
2011-11-13 10:53:51 +00:00
ajacoutot
0f092bc18f
Bugfix update to glib2-2.30.2.
2011-11-12 13:14:21 +00:00
jasper
59cf1ae894
sync
2011-11-12 11:49:50 +00:00
jasper
7d2793602c
import emacs-haskell 2.8.0
...
Haskell-mode is a major Emacs mode for editing Haskell source code. It
provides syntax highlighting and automatic indentation and comes with
inf-haskell which allows interaction with an inferior Haskell
interactive loop such as the one of Hugs or GHCi.
from anton yabchinkskiy
ok sthen@
2011-11-12 11:49:29 +00:00
robert
0b9bd523d8
update to 8.20
...
ok jasper@
2011-11-12 11:12:08 +00:00
jasper
2d897413fc
this doesn't need to install libiberty
...
- resolves conflict with gcc-* (who probably shouldn't install it either)
2011-11-11 23:01:23 +00:00
jasper
c2a5121f0e
- make PKGNAME=${TARGET}-${DISTNAME} the default
2011-11-11 18:38:17 +00:00
jasper
258b54f6e3
start moving gnu toolchain components into their own DIST_SUBDIR, such as
...
gdb/. otherwise we would end up with several copies of the same distfile
for no good reason.
ok pirofti@
2011-11-11 18:33:03 +00:00
jasper
62f8d70566
this has got no GNU code, so make fix COMMENT
2011-11-11 17:30:08 +00:00
jasper
b1575e980c
- we're going to stick with 'uniarch', so fix HOMEPAGE
2011-11-11 17:24:12 +00:00
jasper
204ea86b6a
- make a clear distinction between the regular PATCHFILES which are for
...
the msp430 config files and the LTS patches.
2011-11-11 17:23:04 +00:00
jasper
52a9316b55
- update to 0.18
2011-11-11 15:48:39 +00:00
jasper
232867a782
sync
2011-11-11 15:13:04 +00:00
jasper
4acf90d8c6
removed unused cruft;
...
ok aja@
2011-11-11 15:12:50 +00:00
espie
367d281f8c
convert dconf to bsd.port.arch.mk
...
recognize small build needed for boostrapping
2011-11-11 11:39:13 +00:00
espie
526a7bb56e
better if doxygen has a bootstrap pseudo...
2011-11-11 11:38:31 +00:00
ajacoutot
9d2d148c50
Update to libgee-0.6.3.
...
- fix a buffer underflow.
2011-11-09 17:53:46 +00:00
jeremy
9c4d2b3822
Remove .require_paths from PLISTs from gems that used to use
...
them. After recent updates to the ruby interpreters, these
files are no longer created.
2011-11-09 00:17:37 +00:00
jeremy
04f7d6b587
Upgrade to 0.9.2.2 so that ruby 1.8 rake is the same version
...
as ruby 1.9 rake.
2011-11-09 00:08:50 +00:00
jeremy
96c8b1cf87
Update to rubygems 1.8.10. This makes the ruby 1.8 version
...
of rubygems pretty much the same as the version that ships with
with ruby 1.9.3.
2011-11-08 23:44:12 +00:00
jasper
1a6582078c
i doubt anyone cares about gnu coding standards, so drop the @info file
2011-11-08 20:23:00 +00:00
jasper
af047a18b6
- don't bogus info files
2011-11-08 13:00:21 +00:00
jasper
83a844b399
use ${PREFIX} here
2011-11-08 12:43:25 +00:00
jasper
d66f15d676
add a comment
2011-11-08 12:42:13 +00:00
jasper
22c6845a80
Don't install the xml syscall files which only contain Linux' syscalls.
2011-11-08 12:40:41 +00:00
jasper
117861902f
missing bump after DESCR change and fix REVISION vs REVISION-main while here.
2011-11-08 10:27:49 +00:00
dcoppa
48a2c54d90
SEPARATE_BUILD by default for CMake
...
from Vadim Zhukov
OK jasper@, espie@
2011-11-08 09:30:52 +00:00
rpointel
da05432aa7
Update py-asn1 to 0.1.1.
...
ok benoit@ (maintainer).
2011-11-08 06:36:38 +00:00
matthieu
35f854c605
Remove the blob about installing cvsps. It's a RUN_DEPEND now.
...
ok benoit@ (maintainer)
2011-11-07 22:49:42 +00:00
edd
5c9b1993f2
Update to radare2-0.8.8
...
OK jasper@
2011-11-07 22:06:46 +00:00
dcoppa
ae8bd2ab2a
Update to fribidi 0.19.2
...
from Brad
OK edd@
2011-11-07 09:15:56 +00:00
jasper
edfae0e0ad
- Remove OpenBSD long double workaround for Boost.Functional/Hash.
...
- Have Boost.Filesystem use statvfs().
from brad
ok aja@
2011-11-06 20:05:47 +00:00
jasper
64e978a250
spacing
2011-11-06 19:26:23 +00:00
jasper
4ba384b327
- apply LTS/20110716 patch for ptrdiff operations on stack pointer
2011-11-06 19:07:09 +00:00
jasper
ea5c096912
add homepage
2011-11-06 18:16:47 +00:00
jasper
f975035635
tyop spotted by nigel@
2011-11-04 12:42:20 +00:00
jasper
d165273a78
unbreak
2011-11-04 12:17:50 +00:00
stu
02df69771b
Update to tcllib-1.13. Some new patches, some patches went upstream.
...
Move less-used apps to examples/tcllib/apps.
Stop writing and overwriting regress.log.
Ok sebastia@
2011-11-04 11:45:21 +00:00
jasper
94970015e5
- regen WANTLIB
2011-11-04 09:18:43 +00:00
mpi
9649dd70c6
Add missing build depend spotted by nigel@ and fix two minor issues in the
...
backend.
Tested and ok ajacoutot@
2011-11-04 09:18:11 +00:00
jasper
d65315d0ce
- regen WANTLIB
2011-11-03 22:13:23 +00:00
naddy
206822f416
update timestamps so we won't re-run configure in build stage
2011-11-03 20:16:43 +00:00
jasper
3d1dad9bf9
- apply LTS/20110716 fix for unoptimized comparisons with multi-word literal integers
2011-11-03 17:03:40 +00:00
ajacoutot
8acb614545
Fix pkgconfig files.
2011-11-03 10:08:43 +00:00
ajacoutot
a8b87ec29f
Update to mono-addins-0.6.2.
2011-11-03 10:06:44 +00:00
rpointel
480439aedd
Update nose to 1.1.2.
...
ok martynas@.
2011-11-02 23:06:02 +00:00
jasper
9d122b03ba
- shrink and drop a patch by using a pre-configure target instead.
2011-11-02 17:51:32 +00:00
ajacoutot
3d17c567aa
Hook up libusb1.
2011-11-02 15:11:35 +00:00
mpi
ca07d5e3c4
Import libusb1 1.0.8
...
libusb is a library for USB device access from userland.
Note that the OpenBSD backend based on ugen(4) does not provide
asynchronous I/O.
with tests, tweaks and ok ajacoutot@
2011-11-02 14:31:56 +00:00
ajacoutot
beecfff1f8
+dbus-sharp
...
+dbus-sharp-glib
2011-11-02 12:48:51 +00:00
ajacoutot
eacfb8af93
Import dbus-sharp-glib-0.5.0.
...
dbus-sharp-glib is a fork of ndesk-dbus-glib, which provides GLib main
loop integration for dbus-sharp.
ok jasper@
2011-11-02 12:47:43 +00:00
ajacoutot
5c36eea6c9
Import dbus-sharp-0.7.0.
...
dbus-sharp is a fork of ndesk-dbus, which is a C# implementation of
D-Bus.
ok jasper@
2011-11-02 12:45:56 +00:00
jasper
dae9b3f523
- Remove the now unnecessary patches now the that wide character
...
support has been integrated
- Move the endian setting bits within endian.hpp header up above
Boost's own set of checks to try and guess the endianness of
the architecture so that the OpenBSD endian header is actually
used
- Sync the Boost.Math patch for enabling the long double support
on OpenBSD/hppa with what was submitted upstream and commited.
tested by aja@ and naddy@
from brad
ok aja@
2011-11-02 11:54:15 +00:00
ajacoutot
91db8e9d15
Update to mono-gdata-1.9.0.0.
2011-11-02 09:10:54 +00:00
naddy
1f7e52ef42
this requires arm-elf/binutils to build
2011-11-01 19:22:24 +00:00
jasper
4f6276b7e0
- update to 2.4.2
...
from brad (MAINTAINER)
tested in a bulk by me
2011-11-01 16:07:31 +00:00
ajacoutot
0666c6e529
Bring a patch from upstream that prevents 'dconf update' from crashing.
2011-11-01 13:54:25 +00:00
dcoppa
36a9f53d8d
Set CMAKE_SKIP_INSTALL_ALL_DEPENDENCY to true into cmake.port.mk.
...
This will tell CMake to skip rescanning the whole directory in the fake
stage: our ports infrastructure already takes care that fake happens
only after build.
From Vadim Zhukov
Tested in a bulk build and ok, jasper@
2011-11-01 11:10:33 +00:00
jasper
b90e8761fa
missing bump in -r1.24
2011-11-01 09:32:34 +00:00
ajacoutot
a79f1062b8
Missed a couple of dirs.
2011-10-31 17:13:08 +00:00
ajacoutot
de9470a1f6
Bugfix update to gconf2-3.2.3.
2011-10-31 16:29:56 +00:00
dcoppa
7086774f4c
bye bye libbfd
...
ok espie@
2011-10-31 10:08:53 +00:00
ajacoutot
1b057f6eb1
Simplify.
2011-10-30 12:49:49 +00:00
sebastia
7a0351bb5a
update itcl to 3.4.1.
...
OK stu@, jasper@
2011-10-30 07:36:05 +00:00
jasper
0dc1386b0d
- update to MooseX-POE-0.213
...
from Andreas Voegele
(any users of p5-Moose-Async still? otherwise Ill zap it in a few weeks)
2011-10-29 16:48:15 +00:00
jasper
0df5b7295f
- update to MooseX-Declare-0.35
...
from Andreas Voegele
2011-10-29 16:43:57 +00:00
jasper
02136bdb72
- update to MooseX-Method-Signatures-0.37
...
from Andreas Voegele
2011-10-29 16:42:33 +00:00
jasper
9e2d7af738
- update to Devel-Declare-0.006007
...
from Andreas Voegele
2011-10-29 16:38:59 +00:00
jasper
1fb3e46f6f
- update to B-Hooks-OP-Check-0.19
...
from Andreas Voegele
2011-10-29 16:32:50 +00:00
jasper
2f970df713
- update to Parse-Method-Signatures-1.003014
...
from Andreas Voegele
2011-10-29 16:31:26 +00:00
ajacoutot
1c86afc6cd
Sync dependencies after gconf2 lost its dependency to ORBit.
...
This should cover all fallout but there may be some dark corners which I
missed...
2011-10-29 08:12:31 +00:00
ajacoutot
1262b4af43
Remove ORBit support and use GDBus for IPC.
...
lots of WANTLIB fallout (fix coming right up)
bulk testing by jasper@, thanks
some sqlports clue from espie@
2011-10-29 08:10:12 +00:00
okan
0a9d40c452
- update to 1.10
...
- no need for groff
- sync patches
ok gsoares@
2011-10-28 22:38:15 +00:00
espie
7798de2518
disable SEPARATE_BUILD for now.
2011-10-28 14:51:47 +00:00
espie
a9f56ae2ac
real fix for the actual problem, from upstream, as found by Pascal Stumpf
2011-10-28 14:42:43 +00:00
robert
817a706192
disable werror
2011-10-28 12:40:20 +00:00
ajacoutot
b8a1b5f1ee
Remove some now uneeded patches.
2011-10-28 12:15:36 +00:00
stsp
f2112da014
Fix build with Subversion 1.7. Pointed out by and ok jasper
2011-10-28 11:11:29 +00:00
ajacoutot
c960b3a783
Properly enumerate video devices.
2011-10-27 09:34:40 +00:00
robert
b3a9391a22
match uint64_t and int64_t typedefs with the system ones to avoid confusion
...
in chrome for example
ok jasper@
2011-10-27 07:58:03 +00:00
gsoares
75915edf0e
update to 1.51
...
ok jasper@
2011-10-26 17:37:13 +00:00
ajacoutot
ceab2c1574
Bugfix update to gconf2-3.2.2.
2011-10-26 17:12:52 +00:00
ajacoutot
a730dfbf59
Major update to ptlib-2.10.3.
...
Some clue from espie@
Needed to work on an Ekiga update.
There are still some rought edges but they'll be worked in-tree.
This and the upcoming VoIP ports commits wouldn't have been possible
without Miod's soft couch ;-)
2011-10-26 16:59:09 +00:00
ajacoutot
7c45db96f2
Minor update to atk2mm-2.22.6.
2011-10-26 12:26:15 +00:00
ajacoutot
03e244618d
Minor update to pangomm-2.28.4.
2011-10-26 12:25:41 +00:00
jasper
c17a46a840
- update to 0.14.2
2011-10-26 11:52:13 +00:00
rpointel
66b59c5228
Update fossil to 20111021125253, from James Turner (maintainer).
2011-10-25 20:32:27 +00:00
jasper
6bc5fe56da
- update to 1.16
...
from brad
2011-10-24 18:52:18 +00:00
jasper
eef1ebef11
- update to 3.2.1
2011-10-24 17:56:16 +00:00
stu
a3222817eb
Improved DEPENDS, bump REVISION.
...
ok aja@, sebastia@
2011-10-24 05:59:26 +00:00
stsp
b30fe153de
Update to 1.7.1 (most importantly this release fixes several bugs in
...
'svn upgrade'), regen patches, and add a patch queued for 1.7.2 which
fixes 'svn update' for symlinks.
2011-10-23 09:51:56 +00:00
rpointel
f4308bf2fb
use MODPY_EGG_VERSION, idea from jasper@.
...
regen plist, to use MODPY_EGG_VERSION.
No bump because pkg does not change.
2011-10-22 09:07:18 +00:00
ajacoutot
5033821d99
Bugfix update to py-gobject3-3.0.2.
2011-10-21 22:51:25 +00:00
jasper
c52489701e
- update to 0.8.8 to unbreak after recent subversion update
2011-10-21 21:41:00 +00:00
espie
636a5c9ac4
CHMOD and CHOWN serve no useful purpose, they're just chown/chmod
2011-10-21 16:23:44 +00:00
ajacoutot
a8e353cf58
Missing BUILD_DEPENDS.
...
spotted by nigel@
2011-10-21 13:01:11 +00:00
jasper
c62c45c582
- update to 0.6, but disable the terminal for now which has some serious
...
issues.
2011-10-20 20:45:05 +00:00
rpointel
6bf42f1115
update pexpect to 2.3.
...
ok aja@.
2011-10-20 19:02:33 +00:00
ajacoutot
1a7e7c8d9f
+liblouis
2011-10-20 11:31:49 +00:00
ajacoutot
3be2d5c5b6
Import liblouis-2.3.0.
...
Liblouis is an open-source braille translator and back-translator. It
features support for computer and literary braille, supports contracted
and uncontracted translation for many, many languages <...>.
ok jasper@
2011-10-20 11:31:02 +00:00
ajacoutot
b643ba1dba
unix_signal_helper_thread: loop in read(2) on EINTR.
2011-10-19 15:04:45 +00:00
jasper
f64f934fab
- update to 1.83
...
from Alexander Shiryaev (MAINTAINER)
2011-10-19 11:38:47 +00:00
robert
1ab5c21fcb
fix patch
2011-10-19 06:42:44 +00:00
robert
e0a578ac22
Replace HAVE_MONOTONIC_CLOCK with CLOCK_MONOTONIC in an ifdef
...
ok ajacoutot@
2011-10-19 06:38:16 +00:00
ajacoutot
eb90465e00
Add another pkgpath marker to allow updating for old versions.
...
Found the hard way by sthen@
ok jasper@
2011-10-18 15:06:49 +00:00
espie
56902f8f20
fix build: prevent infinite recursion thru python.
...
also annotate gamin for bootstrap property, and mark haddock,no_deps as
a "real flavor", since it's only used for bootstrap anyways AND significantly
changes the build.
2011-10-18 06:46:24 +00:00
ajacoutot
cb5b3e1bd6
Update to libsoup-2.36.1.
2011-10-18 05:46:57 +00:00
jasper
a3e19fdf5d
add back patch that was removed in error
...
reminded by nigel@
2011-10-17 15:08:08 +00:00
ajacoutot
86abb119c2
Remove kvm from WANTLIB.
2011-10-17 14:37:31 +00:00
jasper
0a4e337db1
- update to 0.30.1
2011-10-17 11:38:42 +00:00
espie
b82fa57edb
use bsd.port.arch.mk, fix -gui subpackage deps
2011-10-17 10:24:52 +00:00
ajacoutot
8e994931c9
Fix lack of nopl support.
...
from Brad (maintainer)
2011-10-17 09:06:54 +00:00
ajacoutot
9c26d4c4d2
WANTLIB.
2011-10-17 06:41:43 +00:00
jasper
03373ee70d
fix tyop
2011-10-16 20:51:12 +00:00
schwarze
3ee3ad5c0f
Remove USE_GROFF and bump, to resolve the circular dependency
...
of ccache and groff on each other; problem reported by
Kusalananda Andreas Kaehaeri <dh dot kusalananda at gmail dot com>.
ok sthen@ (MAINTAINER)
2011-10-16 20:18:54 +00:00
ajacoutot
d00ebcc7ea
php5-mapscript => php-mapscript
2011-10-16 16:05:50 +00:00
ajacoutot
485d04e1b9
Update to libwnck-3.2.1.
2011-10-16 14:58:14 +00:00
bentley
c14ae6f926
+ophis
2011-10-14 22:30:40 +00:00
bentley
0faac92860
Import ophis-1.0.
...
Ophis is a cross-assembler for the 65xx series of chips. It supports
the stock 6502 opcodes, the 65c02 extensions, and syntax for the
"undocumented opcodes" in the 6510 chip used on the Commodore 64.
(Syntax for these opcodes matches those given in the VICE team's
documentation.)
ok jasper@
2011-10-14 22:29:57 +00:00
dcoppa
57eaee2ae8
Update to cmake-2.8.6
...
Fixed FindRuby.cmake module (from Vadim Zhukov)
Fixed FindJava.cmake and FindJNI.cmake modules when cmake is used
outside of our ports tree (problem reported and fix tested by
pirofti@)
Still "100% tests passed, 0 tests failed out of 197".
No fallout in a bulk build.
OK jasper@
2011-10-14 17:22:10 +00:00
ajacoutot
75974108f8
Bugfix update to glib2-2.30.1.
2011-10-14 15:25:40 +00:00
stsp
15dd757d5c
Apply a patch from upstream which fixes an assertion failure during merge.
...
Noticed by and ok mpi@
2011-10-14 10:13:05 +00:00
jasper
f034dc206f
Regen WANTLIB to unbreak.
2011-10-13 16:26:33 +00:00
naddy
03f8db2cc2
remove entries for distfiles that aren't referenced anywhere
2011-10-13 14:38:51 +00:00
ajacoutot
a1a0c76d57
Regen WANTLIB to unbreak.
2011-10-13 13:44:09 +00:00
stsp
98cf7af78b
Update to 1.7.0. ok mpi@
2011-10-13 11:22:58 +00:00
ajacoutot
a1ef17e0eb
libexecinfo is only needed for regression tests so no need to link the
...
main library with it.
While here, fmt(1) DESCR.
2011-10-12 07:41:04 +00:00
jasper
9cd83f4487
- update to 3.10.2
2011-10-11 21:12:41 +00:00
stsp
25ffae6907
Bump the -main subversion package to make sure it gets rebuilt with
...
fixed cyrus-sasl-2.1.25p0. Pointed out by sthen.
2011-10-11 09:59:45 +00:00
kurt
2b22cb91cb
- Eliminate systrace warning during post-extract. Reported by
...
Vadim Zhukov <persgray@gmail.com>.
2011-10-10 00:44:07 +00:00
dcoppa
6fefb66d93
Fix my lameness.
...
pointed out by espie@
2011-10-08 18:55:36 +00:00
ajacoutot
9736aa70d0
Sync, no pkg change.
2011-10-08 15:14:17 +00:00
kurt
f20936245e
- fix typo in FETCH_MANUALLY line. From rd@thrush.com.
2011-10-08 14:13:44 +00:00
rpointel
e7ff7c65f6
update urwid to 1.0.0.
...
ok benoit@.
2011-10-08 13:26:02 +00:00
ajacoutot
079b669f60
Enable test_peer regress test on OpenBSD.
2011-10-08 09:51:44 +00:00
ajacoutot
a9b2902d6d
Regress tests require higher limits.
2011-10-08 08:29:56 +00:00
ajacoutot
7d2f3c8c89
Remove gratuitous patch.
2011-10-08 07:51:23 +00:00
sthen
ca8f59d70d
update to pear-Console-Table 1.1.4; wen heping
2011-10-07 20:07:48 +00:00
sthen
ef08bfddbf
update to pear-Date 1.4.7; wen heping
2011-10-07 20:06:13 +00:00
sthen
26fb293926
various pear-Date-Holidays updates; Wen Heping, ok Johan Huldtgren (maintainer)
2011-10-07 20:03:13 +00:00
jasper
88492d34aa
add a new lts patch
2011-10-07 18:38:18 +00:00
ajacoutot
0436e7a85f
Enable all regress tests.
...
Remove some _g_snprintf patches that were left over.
2011-10-07 17:19:51 +00:00
kurt
6a13dc6824
- remove devel/jdk/1.5 and lang/kaffe
...
- adjust java.port.mk for their removal
- bump affected packages
okay jasper@
2011-10-07 13:54:30 +00:00
jasper
dd984a1b92
too bad, this still hangs every now and then on amd64..
2011-10-07 09:11:31 +00:00
kurt
9de09a4cb7
- switch from jdk/1.5 default bootstrap to lang/jamvm + Eclipse compiler
...
okay kili@
2011-10-07 02:04:12 +00:00
jasper
dc05f4651e
bluetooth on openbsd isn't really a moving target anymore with active
...
maintainers; and these ports were just rotting away. so move them to the
attic.
as discussed with and ok uwe@ (MAINTAINER) and aja@
2011-10-05 17:38:30 +00:00
jasper
7cadf9f855
unhook bluetooth-{libs,tools} and hcidump
2011-10-05 17:37:45 +00:00
jasper
baa887a2ca
- using RUN_DEPENDS=${BUILD_DEPENDS} is verboten, or you'll end up
...
having a runtime dependency on groff, ccache and nonsense like that.
2011-10-05 17:30:57 +00:00
jasper
4c919045fa
remove BROKEN-amd64, this has been building jolly fine now on amd64 for a while
...
as some mono update most likely fixed the issues observed (hanging builds).
ok ryan boggs (MAINTAINER)
2011-10-05 06:44:42 +00:00
jasper
d6529ddc7a
missing bump
2011-10-04 21:35:25 +00:00
ajacoutot
c3d1e686e7
sync
2011-10-04 14:39:10 +00:00
jasper
a7f5ae2080
fix COMMENT
2011-10-04 12:56:50 +00:00
jasper
7526ee46a2
- update to 1.9.4
2011-10-04 12:52:24 +00:00
nigel
e279341c39
Correct typo in glib-gettext.m4
...
ok landry@ aja@ (maintainer)
2011-10-04 09:37:09 +00:00
jasper
c932f94b32
reset maintainership
...
as requested by maintainer
2011-10-04 07:40:15 +00:00
ajacoutot
5c840dc440
Update to orc-0.4.16.
...
from Brad (maintainer)
2011-10-04 06:45:41 +00:00
landry
a8e6411554
Chase firefox36 update and bump to xulrunner 1.9.2.23.
2011-10-03 21:11:12 +00:00
landry
4b417acf04
Add patch from #650772 after lengthy bikeshedding. On OpenBSD, the
...
.so.x.y passed to PR_LoadLibrary() is never the same as the one on
linux, since the portstree controls the .x.y, so if the first dlopen()
fails, let's strip what's after .so and retry, since ld.so is clever
enough to open the correct lib if asked for libfoo.so. Allows me to
remove smth like 40 patches in all mozilla ports. Take maintainership
while here.
discussed with deraadt@
2011-10-03 17:54:23 +00:00
ajacoutot
a5e3542d11
Set DATADIRNAME in a consistent way now that glib-gettext.m4 has been
...
fixed.
2011-10-03 06:42:45 +00:00
ajacoutot
e8fb0d9bbd
Fix DATADIRNAME in glib-gettext.m4: on OpenBSD we install translation
...
files under share/locale, not lib/locale.
2011-10-03 06:40:28 +00:00
jasper
bcf412c2be
Fix build with -Werror (which turns out -Wbounded).
...
With and ok nicm@
2011-10-02 18:26:32 +00:00
ajacoutot
dc4f6bf048
It seems the @conflict marker format changed...
2011-10-02 16:11:11 +00:00
rpointel
29b4ee5e31
Update p5-Test-Weaken to 3.006000.
...
From Wen Heping (thanks).
2011-10-02 14:02:23 +00:00
ajacoutot
353002cba2
Fix path to the shared Mozilla plugins directory.
2011-10-02 13:31:03 +00:00
jasper
2d7d52f78d
- update to 0.60
...
from wen heping
2011-10-01 08:37:32 +00:00
ajacoutot
481b095fb1
Bugfix update to py-gobject3-3.0.1.
2011-09-30 20:53:59 +00:00
jasper
1fe1c1811b
sync, no pkg change
2011-09-30 18:12:27 +00:00
jasper
991dfa9e3a
Revert previous.
...
As discussed with kurt@ and daniel dickman
2011-09-30 09:10:18 +00:00
jasper
b7f1764c05
- fix CAIRO_SHARED_LIBRARY
2011-09-30 07:47:58 +00:00
jasper
038ec599ac
sync, no pkg change
2011-09-29 20:28:59 +00:00