11560 Commits

Author SHA1 Message Date
mpi
7e22724d8f Instead of generating I/O to get the active configuration number, just read
it from the cached descriptor.
2013-04-22 08:37:20 +00:00
jasper
765eea3860 - enable regress tests in py-git2
- patch in libgit2 has been merged upstream
2013-04-22 06:39:53 +00:00
jasper
8e81ca68b7 - redo MASTER_SITES
- no more need for gtar
2013-04-22 06:33:28 +00:00
jasper
c3ce88244e - update to py-git2-0.18.1 2013-04-22 06:23:24 +00:00
jasper
6c846b1378 - update to libgit2-0.18.0 2013-04-22 06:22:21 +00:00
sthen
3955fa0372 add an XXX comment because I don't have time to look now, but don't want
to forget: if a library is not listed in SHARED_LIBS, with the cmake module
it will be created with *no* version suffix. (i.e. .so not .so.0.0)
2013-04-18 22:54:50 +00:00
sthen
740d533754 +cgdb 2013-04-18 15:08:40 +00:00
sthen
5bedb8497c import ports/devel/cgdb, ok landry@
cgdb is a lightweight curses (terminal-based) interface to the GNU
Debugger (GDB). In addition to the standard gdb console, cgdb provides
a split screen view that displays the source code as it executes.

    Syntax-highlighted source window
    Visual breakpoint setting
    Keyboard shortcuts for common functions
    Searching source window (using regexp)
    Scrollable gdb history of entire session
    Tab completion
    Key mappings (macros)
2013-04-18 15:08:17 +00:00
sthen
d0f0d96d88 update to readline 6.2, fix the version numbers in the library and installed
header, tidy Makefile etc. ok landry@
2013-04-18 15:08:01 +00:00
jasper
dde87c18ae unbreak on hppa as well.
reported and tested by landry@
ok aja@
2013-04-18 10:42:32 +00:00
ajacoutot
f16067a85a Bump after py-gobject3,-main,python3 pkgpath changed. 2013-04-18 09:00:54 +00:00
ajacoutot
0e61a893fc Several fixes:
* unfuck pkgpath for the python3 -main package
* set RUN_DEPENDS-common to empty
2013-04-18 09:00:28 +00:00
sthen
eb83042b9b minor update to Class::Inspector 1.28, avoids warning with newer perl 2013-04-17 16:21:59 +00:00
mpi
c53d93b033 Make use of the new usb(4) ioctl to retrieve the device descriptor from
memory instead of generating I/O as adertised by the libusb API.

ok mglocker@
2013-04-17 14:28:17 +00:00
jasper
a096ebf43a update to json-glib 0.16.0 2013-04-17 09:56:00 +00:00
ajacoutot
cc9b3b7d05 +py-gobject3,python3 2013-04-17 06:30:24 +00:00
ajacoutot
fca64ec321 Update to libsoup-2.42.1. 2013-04-16 13:28:24 +00:00
ajacoutot
6dae38f5ea Remove obsolete CONFIGURE_ARGS and comment. 2013-04-16 13:24:42 +00:00
ajacoutot
a24f325efa goi -> gi (gnome MODULE change). 2013-04-16 13:17:00 +00:00
ajacoutot
1584c62fd2 Update to stable glib2mm-2.36.0. 2013-04-16 12:54:27 +00:00
ajacoutot
c26631a731 This needs both py-gobject3 and py3-gobject3 since we provide both loaders. 2013-04-16 10:34:23 +00:00
ajacoutot
2ed6276762 Move to python3. 2013-04-16 10:23:01 +00:00
ajacoutot
e6d8ee2eba Bump after py-gobject3 change. 2013-04-16 10:21:58 +00:00
ajacoutot
e0aefa70c7 tyop 2013-04-16 10:21:31 +00:00
ajacoutot
92ccd4114e Split this port as we need the python3 bindings for GNOME:
-main (with a python3 FLAVOR)
-common (header and pkgconfig files)

ok jasper@
2013-04-16 10:19:07 +00:00
ajacoutot
5f69c88792 Missing FLAVOR entry. 2013-04-16 08:54:09 +00:00
ajacoutot
413541e414 Update to glib2-2.36.1. 2013-04-16 06:01:54 +00:00
jasper
12bbfc3add update to vte3-0.34.4 2013-04-15 18:56:07 +00:00
jasper
37664c57c8 build ruby18 flavor too of bundler 2013-04-15 16:37:26 +00:00
ajacoutot
9d1e1437c5 Update to py-gobject3-3.8.1. 2013-04-15 14:38:46 +00:00
ajacoutot
9f166bd49f Slowly start to move things to python3 in GNOME. Enable both the python
and python3 loaders in libpeas.

ok jasper@
2013-04-15 07:39:29 +00:00
kurt
f800abdcf8 - Remove uthreads work-around which set STDIN/OUT/ERR to non-blocking
in child processes.
- Rebuild bootstrap jdks to eliminate the boot jdk from setting
  STDIN/OUT/ERR non-blocking when building the jdk.
Fixes intermittent build failures noted by landry@
2013-04-15 03:01:06 +00:00
ajacoutot
95d32e49cb Add libproxy to the watch list. 2013-04-14 08:15:59 +00:00
miod
714347734c Replace existing PIC-unaware m88k assembly parts with proper m4 generator;
also disable the assembly mul_1 routine, which fails 5 of the regress tests.
This lets this build again on m88k.

Bump package version just to be on the safe side.

help and ok naddy@
2013-04-13 20:19:50 +00:00
sthen
21dcdad850 Replace BROKEN-arm with arch-conditional "CFLAGS += -O1 -fno-stack-protector".
Big thanks to miod@ for tracking down the area in which the problem lies
and suggesting this workaround.

Unbreaks a big chunk of the ports tree on arm.
2013-04-12 17:39:57 +00:00
mglocker
686706f2f1 Update to libplist-1.10.
Help and OK jasper@
2013-04-12 17:12:55 +00:00
mpi
549396691b Make use of the new usb(4) ioctls to retrieve the config descriptor from
memory instead of generating I/O as adertised by the libusb API.

ok mglocker@
2013-04-12 08:22:10 +00:00
jasper
c35bf0147f - update to lua-lgi-0.7.1 2013-04-12 07:21:59 +00:00
brad
5f3151d7e6 Let Boost know OpenBSD has certain POSIX features but Boost does
not enable the use of said features because the POSIX feature
groups are not enabled yet due to missing functions/features
within respective feature groups.

ok sthen@
2013-04-12 01:11:32 +00:00
ajacoutot
115964f7df Update to libgee-0.10.1. 2013-04-11 06:13:17 +00:00
kurt
42b9ab8be3 - remove lack of ORIGIN support work-around
- remove build dir from rpath
- fix include path order in awt
- fix FontConfiguration logic for BSD
2013-04-10 02:49:05 +00:00
kurt
77a0800f7c - unbreak native_bootstrap FLAVOR by adjusting SUPDISTFILES location
- fix awt problems by including libfontconfig.so in bootstrap jdk
- remove lack of ORIGIN support work-around
- fix include path order in awt
2013-04-10 02:47:10 +00:00
sthen
5a164a8bbd update to p5-Time-TimeDate 2.30 and drop USE_GROFF 2013-04-09 20:54:33 +00:00
jasper
a47d3dd333 - update to jenkins-1.510
ok ian@ (MAINTAINER)
2013-04-09 13:28:02 +00:00
espie
05cb71d17b minor update, fixes spurious warnings with perl 5.16.
okay sthen@, kevlo@...
2013-04-09 09:21:36 +00:00
fgsch
e91163d534 Update to geany 1.2.3.
benoit@ ok. maintainer timed-out.
2013-04-08 22:28:04 +00:00
ajacoutot
5719450141 Fix build with gtkmm>=2.24.3
reported by nigel@
2013-04-08 13:50:23 +00:00
ajacoutot
d7d387040d Pushed upstream. 2013-04-08 12:18:12 +00:00
naddy
264af6cd73 More perl 5.16 fixes:
* Add further modules to README so that "annotate" will work.
* Fix a deprecation warning.
ok tobias@, sthen@
2013-04-07 20:07:24 +00:00
zhuk
145163a4b8 Hook up py-xdg,python3. 2013-04-07 09:07:12 +00:00