Commit Graph

77351 Commits

Author SHA1 Message Date
ajacoutot
f6d168c5a9 farsight2 -> farstream 2012-09-06 06:35:43 +00:00
jasper
8abb6aa436 - update libsigsegv to 2.9
* most of the openbsd definitions have been included upstream
- re-adjust the included m88k definition (checked with miod@)

from Brad
ok aja@
2012-09-06 06:29:05 +00:00
ajacoutot
ec6e9eddbc Missing rcs id. 2012-09-06 06:06:06 +00:00
matthew
3da8280559 Link DSOs with 'cc -shared' instead of 'ld -shared' so that
__guard_local is defined appropriately.

ok nigel
2012-09-06 00:57:54 +00:00
sthen
651353dd61 fix RTTI building since moving to CMake - problem reported & fix tested
by Tony Sidaway, thanks!
2012-09-05 23:19:24 +00:00
sthen
dab2424e69 update to Postfix snapshot 20120902, from Brad.
- documentation improvements and support for "sendmail -R hdrs|full"
2012-09-05 23:18:11 +00:00
avsm
e49fbefc8d bump ocaml-cryptokit REVISION, as it now depends on findlib explicitly
due to the change in ocaml.port.mk.

build breakage noticed by naddy@
2012-09-05 21:40:20 +00:00
avsm
c0728d2077 update to lwt-2.4.1
- patches now upstream, so remove local versions
- add missing GMAKE dependency (I am fixing this requirement in OASIS directly too)
2012-09-05 21:39:09 +00:00
avsm
6265a75a69 remove the manual dependency on findlib, since the CONFIGURE_STYLE=oasis includes it now 2012-09-05 21:37:26 +00:00
avsm
e1e478862b CONFIGURE_STYLE=oasis should BUILD_DEPENDS on sysutils/findlib, as OASIS
hardcodes its use, and naddy@ found several broken builds as a result.

ok from czimmermann too.
2012-09-05 21:36:31 +00:00
gonzalo
f65098938c Update for Spectrwm to 2.0.2:
* complete rewrite using xcb
* 100% backwards compatible
* way more responsive and snappy
* Tons of warts fixed
* cygwin works again
* xft fonts
* Added support for Xcursor.
* Fixed several fullscreen layout issues.
* Improved focus handling so related windows are raised when
  appropriate.
* Fixed several focus issues.
* Fixed several issues that could cause segfaults.
* Fixed startup issue where certain windows might not get managed.
* Fixed delay when moving/resizing windows via keyboard.
* Fix scan_xrandr to fallback when a scan results in no new regions.
* Add tilde ~ expansion to autorun command in the config.

Tested on amd64 and zaurus.

Ok kili@ portswise (i didn't test it)
2012-09-05 20:33:43 +00:00
gonzalo
4739180528 Update to 1.60 from David Hill.
Ok sthen@
2012-09-05 20:26:24 +00:00
sthen
ff18e861a5 update to DBD::Pg 2.19.3, fixes a bug showing up with OpenBSD malloc.
From Andrew Fresh (who put a lot of time into tracking down the problem),
maintainer ENOTIME.
2012-09-05 20:10:35 +00:00
sthen
b700bc9042 cvs add. I could've sworn this was already there... 2012-09-05 19:57:42 +00:00
sthen
ebfd5e5feb use a subdir for the pid file to avoid log spam; pointed out by Julien Dhaille 2012-09-05 19:55:57 +00:00
ajacoutot
e894a7bb3d Small comment about why we want gstreamer-plugins-bad (vp8). 2012-09-05 17:22:24 +00:00
jasper
5cf84e3211 - adjust LDFLAGS
- remove check for no_x11 SDL as SDL does not link directly with X libs
and mpjeptools is built with X support

from Brad
ok aja@
2012-09-05 16:31:36 +00:00
jasper
dcc11711a1 sync 2012-09-05 15:07:18 +00:00
jasper
212b18d72d import p5-Sys-Virt 0.9.13
The Sys::Virt module provides a Perl XS binding to the libvirt virtual
machine management APIs. This allows machines running within arbitrary
virtualization containers to be managed with a consistent API.

ok aja@
2012-09-05 15:06:14 +00:00
robert
af0daae1a9 update to 21.0.1180.89 2012-09-05 14:18:28 +00:00
jasper
c6d61ccd4a adjust comment regarding vala 2012-09-05 14:15:41 +00:00
ajacoutot
77eb4e466b Minor update to caribou-0.4.4. 2012-09-05 10:03:45 +00:00
ajacoutot
eed920a58e Remove trailing blank line. 2012-09-05 09:24:13 +00:00
ajacoutot
9bd112fe84 - Set SHARED_ONLY as dvdread requires dlopen()
- Remove -pthread patching
- Fix up pkg-config file
from Brad

- regen WANTLIB and merge PFRAG.shared into PLIST
2012-09-05 08:09:27 +00:00
ajacoutot
9b4b125bd3 Byte compile all PY modules. 2012-09-05 08:07:24 +00:00
jasper
7092139267 sync 2012-09-05 07:34:32 +00:00
jasper
6ff4dbbb70 import py-newt-syrup 0.2.0
Newt Syrup is a Python framework for creating text-based
applications. The framework depends on the Python bindings for Newt.

ok aja@
2012-09-05 07:32:24 +00:00
jasper
325e28bbb6 import newt 0.52.14
Newt is a programming library for color text mode, widget based user
interfaces. Newt can be used to add stacked windows, entry widgets,
checkboxes, radio buttons, labels, plain text fields, scrollbars, etc.,
to text mode user interfaces. Newt is based on the S-Lang library.

feedback/ok aja@
2012-09-05 07:31:48 +00:00
ajacoutot
b1ecd9b599 Major update to gnutls-3.1.1.
tested in a bulk by landry@, thanks
2012-09-05 07:15:50 +00:00
ajacoutot
c4179b4b42 Update to libnettle-2.5.
tested in a bulk by landry@, thanks
2012-09-05 07:14:47 +00:00
jasper
2a2c99bd30 sync patches to what has been committed upstream 2012-09-05 06:29:02 +00:00
lteo
c6d7ab8492 Remove mail/ruby-rmail; it does not work well with Ruby 1.9, and
upstream has had no new commits since 2008.  mail/ruby-mail is a much
better port for those looking for a similar Ruby mail handling library.

OK gonzalo@ jeremy@ sthen@
2012-09-05 02:36:58 +00:00
lteo
890fca7683 -ruby-rmail 2012-09-05 02:34:57 +00:00
ajacoutot
58045a7890 This was missed when the "russian" category got removed. 2012-09-04 22:43:20 +00:00
sthen
d344d96837 missing bump 2012-09-04 21:12:20 +00:00
landry
d396c55110 Update to meandmyshadow 0.4.
Fix PLIST and WANTLIB while here.
see http://meandmyshadow.sourceforge.net/?news/me-and-my-shadow-0-4-released.html
for details.
2012-09-04 20:50:18 +00:00
landry
ed7f74e66e Remove --disable-linker-opts now that --as-needed works fine. Fix
WANTLIB and bump.
Reminded by ajacoutot@
2012-09-04 20:46:22 +00:00
landry
f31202abd1 Remove commented out WANTLIBs, they're not relevant since --as-needed
now works properly.
Reminded by ajacoutot@
2012-09-04 20:24:44 +00:00
jasper
574c6f6cee in soviet russia, category removes you 2012-09-04 19:05:45 +00:00
jasper
35fedf09b3 remove barely used category, these ports have been moved into converters and x11.
ok aja@ shadchin@
2012-09-04 19:04:30 +00:00
jasper
c0389a36e1 reimport from russian/xruskb since that category is going away 2012-09-04 19:02:47 +00:00
jasper
3ed6f2027d sync 2012-09-04 19:01:41 +00:00
jasper
b6dbd78086 reimport from russian/d1489 since it's going away. 2012-09-04 19:01:11 +00:00
landry
a6f28d9f8d add forgotten @pkgpath/@conflict markers to ease update from pkgs
pre-gtk2/gtk3 split.
2012-09-04 17:18:11 +00:00
landry
5dd92c7492 add @pkgpath x11/wxWidgets to PLIST-main to ease upgrades from pkgs
before the -main/-media split in rev 1.38.
2012-09-04 17:17:08 +00:00
jasper
ec19e57ae6 sync to what's committed upstream now. 2012-09-04 17:00:46 +00:00
jasper
4e08441fb8 shrink patch a bit, no pkg change. 2012-09-04 16:26:15 +00:00
ajacoutot
aa79126617 Properly install localized man pages. 2012-09-04 16:06:29 +00:00
ajacoutot
dca85aedb5 Install man pages in a proper directory. 2012-09-04 16:05:38 +00:00
ajacoutot
60996ba915 Install man pages in their proper directory.
Set PKG_ARCH = *
2012-09-04 15:47:37 +00:00