Commit Graph

10122 Commits

Author SHA1 Message Date
ajacoutot
e1a57d4328 Update to sdl-mixer-1.2.12.
from Brad
2012-04-05 11:41:32 +00:00
ajacoutot
8a0c9e0366 Update to sdl-image-1.2.12.
from Brad
2012-04-05 11:40:46 +00:00
ajacoutot
b697253b59 Update to sdl-gfx-2.0.23.
from Brad
2012-04-05 11:39:29 +00:00
jasper
009f1a0cca - drop this patch, treating X_LIBS as special isn't needed anymore, this used
to upset pkgconfig/libtool/configure (pick one, aja and i forgot which one..)

tested in a full bulk build.

ok aja@
2012-04-05 11:39:19 +00:00
sthen
57f96e1c05 update to fossil 1.22 from James Turner, minor tweak from me 2012-04-04 22:49:48 +00:00
jasper
e8bd897ada sync patch 2012-04-04 17:24:29 +00:00
jasper
78666079a1 - add two more LTS patches 2012-04-04 15:41:25 +00:00
jasper
75dc8f6ad7 - update to 0.19, which among various changes adds support for
the MSP430-JTAG-ISO on non-linux platforms, but due to lack of hardware
this hasn't been tested on openbsd..
2012-04-04 15:30:59 +00:00
ajacoutot
6766fefb32 Update the gio-kqueue patch to the latest release. 2012-04-04 13:41:38 +00:00
jasper
03e8a68aa5 fix manpage rendering with mandoc, from Kristaps Dzonsons 2012-04-04 12:55:59 +00:00
sthen
c6c6312924 Doxygen also needs --english-only on mips64, not just mips64el
Pointed out by Val on ports@
2012-04-04 10:15:32 +00:00
ajacoutot
c423f3767f Add comment about having no dependencies. 2012-04-04 07:54:55 +00:00
landry
3842d3f534 Tighten dependency on devel/gobject-introspection>=1.31.20, bump 2012-04-04 07:37:18 +00:00
ajacoutot
39247360ed Pick a less generic variable for a MODULE: VERSION -> NPM_VERSION
no objection from jeremy@
2012-04-04 05:48:15 +00:00
sthen
dda8d2a30a Attempt #2 at handling doxygen on mips64el. Rather than using a FLAVOR,
just set CONFIGURE_ARGS on mips64el, don't provide a way to build with
--english-only on other arch (as the only reason for using this seems to
be to work around compiler/toolchain problems). Avoids oddity with
out-of-date reported by fgsch@.

Also make sure the arch check is done after including bsd.port.arch.mk;
ARCH was in my environment when I tested before, sigh... this problem
reported by kili@.

"it's shorter than the previous version, so it's automagically ok" kili@ ;)
2012-04-03 23:15:23 +00:00
jeremy
1f3fa71a68 Hookup new node ports 2012-04-03 18:58:01 +00:00
jeremy
442fc07583 Import node-generic-pool-1.0.9.
Generic resource pool. Can be used to reuse or throttle expensive
resources such as database connections.

OK sthen@
2012-04-03 18:47:26 +00:00
jeremy
19d897862e Import node-fibers-0.6.4.
This extension provides a fiber/coroutine implementation for nodejs.  It
also ships with a futures implementation that wraps existing nodejs
async functions, allowing synchronous style code that handles exceptions
properly and doesn't block the nodejs event loop.

OK sthen@
2012-04-03 18:46:03 +00:00
jeremy
0b6e3d3de8 Allow cross-compiling Windows ruby extensions using mingw
OK pirofti@
2012-04-03 18:15:18 +00:00
ajacoutot
4abe536500 Update to stable libgdata-0.12.0. 2012-04-02 15:59:08 +00:00
ajacoutot
2cc6b87dea Remove xsa@ from maintainer as per his request. 2012-04-02 13:06:42 +00:00
jeremy
728ba90dfb Include the necessary header path and library path automatically, so
you don't need to specify -I/usr/local/mingw32/include
-L/usr/local/mingw32/lib manually to make things work.

OK pirofti@
2012-04-02 03:18:17 +00:00
sthen
2af41ca8ed set DOXYGEN_ENCODE_PATH_STRIP to avoid random md5 changing filenames. bump. 2012-04-01 21:05:20 +00:00
sthen
ca967c33b2 Add an english_only flavour (passes --english-only to autoconf to avoid
building support for other languages). Use it on mips64el by default
as ld(1) has trouble without it. Information from Brian Callahan and
Bryan Irvine.

- while there, prefer http MASTER_SITES

ok landry@
2012-04-01 21:02:30 +00:00
ajacoutot
c9997227c5 Remove XXX. 2012-04-01 13:59:33 +00:00
ajacoutot
45030a4f82 The disabling gcc optimisation hacks is not needed anymore on 64bits archs. 2012-04-01 13:38:07 +00:00
ajacoutot
79ba6fea9c Remove bogus dirs from PLIST-main. 2012-04-01 08:52:11 +00:00
ajacoutot
7134edc335 Remove a non applicable XXX.
Use pkg-config(1) to deal with libelf cflags/ldflags instead of
patching.
2012-03-31 18:27:35 +00:00
sthen
3938c3a213 +py-wbem 2012-03-31 08:31:06 +00:00
sthen
4b2794751a import ports/devel/py-wbem, from Mark Peoples, ok merdely@
- add MODPY_BADEGGS to fix cleaning as non-root

PyWBEM is a Python library for making CIM operations over HTTP using the
WBEM CIM-XML protocol. It is based on the idea that a good WBEM client
should be easy to use and not necessarily require a large amount of
programming knowledge. PyWBEM is suitable for a large range of tasks
from simply poking around to writing web and GUI applications.
2012-03-31 08:30:42 +00:00
ajacoutot
417912853d Fix logic to repair mounts monitoring. 2012-03-30 10:25:35 +00:00
ajacoutot
091bb20796 Fix some ports improperly using the POSIX feature test macros. Just
checking if they're defined is wrong as -1 is a valid value to indicate
the feature is not supported. No package bumps as the code sections in
question are not being built at the moment.

from Brad
2012-03-30 06:09:54 +00:00
sthen
88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
ajacoutot
eb51a12bf4 seahorse-plugins => seahorse-nautilus 2012-03-29 08:12:58 +00:00
ajacoutot
3d1c20ef48 Update to stable gobject-introspection-1.32.0. 2012-03-29 07:46:17 +00:00
ajacoutot
bab1295b75 gnome-utils => gnome-search-tool (had to pick one). 2012-03-29 07:37:53 +00:00
ajacoutot
25a5efc11f +libgee06 2012-03-29 07:25:48 +00:00
ajacoutot
f40bc485e0 Re-import old libgee-0.6.4 as libgee06 to ease transition to the new
libgee.

ok robert@
2012-03-29 07:25:22 +00:00
ajacoutot
2dbfa64cf0 Update to libgee-0.7.2. 2012-03-29 07:24:25 +00:00
ajacoutot
79b822377c Update to glade-3.12.0. 2012-03-29 07:19:46 +00:00
ajacoutot
b628991c86 Update to libwnck3-3.4.0. 2012-03-29 06:40:34 +00:00
ajacoutot
a0bd8cc311 Update to libgdata-0.11.1. 2012-03-29 06:39:20 +00:00
ajacoutot
261383886e Update to libsoup-2.38.0. 2012-03-29 06:31:59 +00:00
ajacoutot
fecaba2807 Update to py-gobject3-3.2.0. 2012-03-29 06:30:10 +00:00
ajacoutot
c1c0a95f0a Update to gobject-introspection-1.31.22. 2012-03-29 06:29:08 +00:00
ajacoutot
47c862a185 Update to gsettings-desktop-schemas-3.4.0. 2012-03-29 06:27:12 +00:00
ajacoutot
d584cfab6c Update to dconf-0.12.0.
This starts the update to GNOME 3.4.
2012-03-29 06:26:38 +00:00
ajacoutot
6a5be005e9 Update to libnotify-0.7.5. 2012-03-29 06:25:16 +00:00
ajacoutot
9432c3f061 Update to glib2mm-2.31.22. 2012-03-28 09:24:14 +00:00
rpointel
e20689d090 +tortoisehg 2012-03-27 18:24:25 +00:00