CVS: cvs.openbsd.org: ports

2012-09-29 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2012/09/29 00:25:48

Modified files:
audio/ardour   : Makefile 

Log message:
SConscript checks at configure time if gtk-update-icon-cache,
update-desktop-database and updae-mime-database are present in the PATH,
and if not resets FREEDESKTOP to 0, which results in a packaging failure.
Add RUN_DEPENDS to BUILD_DEPENDS to fix that.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2012/09/29 00:49:04

Modified files:
audio/openal   : Makefile 

Log message:
Mark as BROKEN-hppa, undefined references to :
__sync_bool_compare_and_swap_4
__sync_add_and_fetch_4
__sync_sub_and_fetch_4
__sync_lock_test_and_set_4



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2012/09/29 01:03:47

Modified files:
databases/kyotocabinet: Makefile 

Log message:
Mark as BROKEN-hppa like it is for powerpc, undefined refs to :
__sync_bool_compare_and_swap_4
__sync_bool_compare_and_swap_8
__sync_lock_test_and_set_8
__sync_fetch_and_add_8



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2012/09/29 01:08:38

Modified files:
devel/boost: Makefile 

Log message:
Mark as BROKEN-hppa, triggers an ICE in src/tr1/assoc_laguerre.cpp,
apparently related the switch to PIE and the fact that boost uses
precompiled .gch headers.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 01:14:30

Modified files:
x11/gnome/vino : Makefile distinfo 
x11/gnome/vino/patches: patch-configure 

Log message:
Update to vino-3.6.0.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2012/09/29 01:17:47

Modified files:
devel/spidermonkey: Makefile 

Log message:
Mark as ONLY_FOR_ARCHS=amd64 i386 powerpc sparc64, since there's little
luck it build or ever work on other archs. Maybe sparc, mips64*, alpha
or arm someday ?



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 01:21:49

Modified files:
mail/evolution : Makefile 

Log message:
Make this Makefile human-readable and fix dependencies while here.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2012/09/29 01:23:11

Modified files:
math/py-scipy  : Makefile 

Log message:
Mark as BROKEN-hppa, triggers ICE in scipy/special/specfun/specfun.f:5151



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 01:24:17

Modified files:
x11/gnome/vinagre: Makefile distinfo 
x11/gnome/vinagre/patches: patch-configure 
x11/gnome/vinagre/pkg: PLIST 

Log message:
Update to vinagre-3.6.0.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2012/09/29 01:25:40

Modified files:
net/rtorrent   : Makefile 

Log message:
Mark as BROKEN-hppa, undefined references to :
__sync_lock_test_and_set_4
__sync_add_and_fetch_4
__sync_bool_compare_and_swap_4



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 01:37:38

Modified files:
x11/gnome/tweak-tool: Makefile 

Log message:
Set PKG_ARCH=*



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 01:42:40

Modified files:
devel/libgdata : Makefile distinfo 
devel/libgdata/patches: patch-configure 
devel/libgdata/pkg: PLIST 

Log message:
Update to libgdata-0.13.1.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 01:47:24

Modified files:
x11/gnome/eog-plugins: Makefile 
x11/gnome/grilo-plugins: Makefile 

Log message:
Sync WANTLIB after libgdata update.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2012/09/29 02:16:50

Modified files:
games/xmris/patches: patch-Imakefile 

Log message:
Fix on hppa, like any port using Imake it believes that as soon as
you're on a hppa architecture you run HPUX.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2012/09/29 03:15:10

Added files:
comms/lcdproc/patches: patch-configure 

Log message:
Fix build on hppa. configure detects an hppa arch and assumes we're on
HPUX, and then sets the library suffix to .sl instead of .so.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 03:32:05

Modified files:
audio/pulseaudio: Makefile 
audio/pulseaudio/patches: patch-configure_ac 
  patch-src_Makefile_am 
  patch-src_modules_module-detect_c 
audio/pulseaudio/pkg: PLIST 
Removed files:
audio/pulseaudio/patches: patch-src_Makefile_in 
  patch-src_daemon_default_pa_in 
  patch-src_modules_oss_module-oss_c 
  patch-src_modules_oss_oss-util_c 
  patch-src_utils_padsp_c 

Log message:
Disable OSS now that we have sndio(7) support.
Note that the mixer does not really work anymore... since sndio cannot
modify mixer(4) values :-/



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 03:32:52

Added files:
audio/pulseaudio/patches: patch-src_daemon_default_pa_in 

Log message:
Missed in previous.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2012/09/29 03:35:33

Modified files:
x11/xplanet: Makefile distinfo 
x11/xplanet/pkg: PLIST 
Removed files:
x11/xplanet/patches: patch-src_libimage_png_c 

Log message:
Update xplanet to 1.3.0.
ok robert (maintainer).



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 04:10:46

Modified files:
x11/gnome/anjuta: Makefile 
x11/gnome/anjuta/pkg: PLIST 
x11/gnome/at-spi2-atk: Makefile 
x11/gnome/at-spi2-atk/pkg: PLIST 
x11/gnome/banshee: Makefile 
x11/gnome/banshee/pkg: PLIST 
x11/gnome/caribou: Makefile 
x11/gnome/caribou/pkg: PLIST 
x11/gnome/ekiga: Makefile 
x11/gnome/ekiga/pkg: PLIST 
x11/gnome/empathy: Makefile 
x11/gnome/empathy/pkg: PLIST 
x11/gnome/f-spot: Makefile 
x11/gnome/f-spot/pkg: PLIST 
x11/gnome/file-roller: Makefile 
x11/gnome/file-roller/pkg: PLIST-nautilus 
x11/gnome/gedit: Makefile 
x11/gnome/gedit/pkg: PLIST 
x11/gnome/genius: Makefile 
x11/gnome/genius/pkg: PLIST 
x11/gnome/gedit-code-assistance: Makefile 
x11/gnome/gedit-code-assistance/pkg: PLIST 
x11/gnome/gedit-cossa: Makefile 
x11/gnome/gedit-cossa/pkg: PLIST 
x11/gnome/gedit-plugins: Makefile 
x11/gnome/gedit-plugins/pkg: PLIST 
x11/gnome/gjs  : Makefile 
x11/gnome/gjs/pkg: PLIST 

Log message:
make plist has been broken long enough that I don't want to deal with it
anymore; instead of using @comment markers in PLIST, use a post-install
target to remove what we don't want.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2012/09/29 04:25:57

Log message:
import py-isodate-0.4.8

Python module that implements ISO 8601 date, time and duration parsing.
The implementation follows ISO8601:2004 standard, and implements only
date/time representations mentioned in the standard. If something is not
mentioned there, then it is treated as non existent, and not as an
allowed option.

ok aja@

Status:

Vendor Tag: jasper
Release Tags:   jasper_20122909

N ports/devel/py-isodate/Makefile
N ports/devel/py-isodate/distinfo
N ports/devel/py-isodate/pkg/DESCR
N ports/devel/py-isodate/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2012/09/29 04:26:19

Modified files:
devel  : Makefile 

Log message:
sync



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2012/09/29 04:27:36

Modified files:
textproc   : Makefile 

Log message:
sync



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2012/09/29 04:27:14

Log message:
import py-rdflib-3.2.2

RDFLib is a Python library for working with RDF, a simple yet powerful
language for representing information.  The library contains parsers and
serializers for RDF/XML, N3, NTriples, Turtle, TriX and RDFa.  The
library presents a Graph interface which can be backed by any one of a
number of Store implementations.  This core RDFLib package includes
store implementations for in memory storage and persistent storage on
top of the Berkeley DB.

ok aja@

Status:

Vendor Tag: jasper
Release Tags:   jasper_20122909

N ports/textproc/py-rdflib/Makefile
N ports/textproc/py-rdflib/distinfo
N ports/textproc/py-rdflib/pkg/DESCR
N ports/textproc/py-rdflib/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2012/09/29 04:28:29

Log message:
import zeitgeist-0.8.2

Zeitgeist is a service which logs the users's activities and events
(files opened, websites visites, conversations held with other people,
etc.) and makes relevant information available to other applications. It
is able to establish relationships between items based on similarity and
usage patterns.

ok aja@

Status:

Vendor Tag: jasper
Release Tags:   jasper_20122909

N ports/productivity/zeitgeist/Makefile
N ports/productivity/zeitgeist/distinfo
N ports/productivity/zeitgeist/patches/patch-configure
N ports/productivity/zeitgeist/patches/patch-extra_PythonSerializer_py
N ports/productivity/zeitgeist/pkg/DESCR
N ports/productivity/zeitgeist/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2012/09/29 04:29:11

Log message:
import libzeitgeist-0.3.18

This project provides a client library for applications that want to
interact with the Zeitgeist daemon. The library is written in C using
glib and provides an asynchronous GObject oriented API.

ok aja@

Status:

Vendor Tag: jasper
Release Tags:   jasper_20122909

N ports/productivity/libzeitgeist/distinfo
N ports/productivity/libzeitgeist/Makefile
N ports/productivity/libzeitgeist/pkg/DESCR
N ports/productivity/libzeitgeist/pkg/PLIST
N ports/productivity/libzeitgeist/pkg/PFRAG.shared

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2012/09/29 04:29:59

Modified files:
productivity   : Makefile 

Log message:
sync



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 04:52:28

Modified files:
x11/gnome/keyring: Makefile 
x11/gnome/keyring/pkg: PLIST 
x11/gnome/libbonobo: Makefile 
x11/gnome/libbonobo/pkg: PLIST 
x11/gnome/anjuta-extras: Makefile 
x11/gnome/anjuta-extras/pkg: PLIST 
x11/gnome/libbonoboui: Makefile 
x11/gnome/libbonoboui/pkg: PLIST 
x11/gnome/libgnome: Makefile 
x11/gnome/libgnome/pkg: PLIST 
x11/gnome/libgnomecanvas: Makefile 
x11/gnome/libgnomecanvas/pkg: PLIST 
x11/gnome/libgnomeui: Makefile 
x11/gnome/libgnomeui/pkg: PLIST 
x11/gnome/librsvg: Makefile 
x11/gnome/librsvg/pkg: PLIST 
x11/gnome/nautilus: Makefile 
x11/gnome/nautilus/pkg: PLIST 
x11/gnome/nautilus-open-terminal: Makefile 
x11/gnome/nautilus-open-terminal/pkg: PLIST 
x11/gnome/planner: Makefile 
x11/gnome/planner/pkg: PLIST 
x11/gnome/py-gnome: Makefile 
x11/gnome/py-gnome/pkg: PLIST 
x11/gnome/rygel: Makefile 
x11/gnome/rygel/pkg: PLIST 
x11/gnome/shell: Makefile 
x11/gnome/shell/pkg: PLIST 
x11/gnome/themes-standard: Makefile 
x11/gnome/themes-standard/pkg: PLIST 
x11/gnome/vfs2 : Makefile 
x11/gnome/vfs2/pkg: PLIST 

Log message:
@comment - post-install rm



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 04:53:42

Modified files:
x11/gnome/glom : Makefile 
x11/gnome/glom/pkg: PLIST 

Log message:
@comment - post-install rm



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 06:00:59

Modified files:
productivity/zeitgeist: Makefile 

Log message:
Replace py-sqlite with py-sqlite2 (which are the py bindings for sqlite3
as the name does not suggest...).
Add devel/py-gobject to the dependencies.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 06:09:41

Log message:
Import libzapojit-0.0.2.

Zapojit is a GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs.

ok jasper@

Status:

Vendor Tag: ajacoutot
Release Tags:   ajacoutot_20120929

N ports/x11/gnome/libzapojit/Makefile
N ports/x11/gnome/libzapojit/distinfo
N ports/x11/gnome/libzapojit/pkg/DESCR
N ports/x11/gnome/libzapojit/pkg/PLIST
N ports/x11/gnome/libzapojit/pkg/PFRAG.shared

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 06:10:17

Modified files:
x11/gnome  : Makefile 

Log message:
+libzapojit



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 06:11:10

Log message:
Import libmusicbrainz5-5.0.1.

The libmusicbrainz (also known as mb_client or MusicBrainz Client
Library) is a development library geared towards developers who wish to
add MusicBrainz lookup capabilities to their applications.

ok jasper@

Status:

Vendor Tag: ajacoutot
Release Tags:   ajacoutot_20120929

N ports/audio/libmusicbrainz5/Makefile
N ports/audio/libmusicbrainz5/distinfo
N ports/audio/libmusicbrainz5/pkg/DESCR
N ports/audio/libmusicbrainz5/pkg/PLIST
N ports/audio/libmusicbrainz5/pkg/PFRAG.shared

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 06:12:06

Modified files:
x11/gnome/sushi: Makefile distinfo 
x11/gnome/sushi/patches: patch-configure 
x11/gnome/sushi/pkg: PLIST 
Removed files:
x11/gnome/sushi/patches: patch-src_sushi_in 
x11/gnome/sushi/pkg: PFRAG.shared 

Log message:
Update to sushi-3.6.0.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 06:12:31

Modified files:
x11/gnome/documents: Makefile distinfo 
x11/gnome/documents/patches: patch-configure 
x11/gnome/documents/pkg: PLIST 
Removed files:
x11/gnome/documents/patches: patch-src_gnome-documents-debug_in 
 
patch-src_gnome-documents-search-provider_in 
 patch-src_gnome-documents_in 

Log message:
Update to gnome-documents-3.6.0.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Federico G. Schwindt
CVSROOT:/cvs
Module name:ports
Changes by: fg...@cvs.openbsd.org   2012/09/29 06:32:01

Log message:
Import ngircd 19.2, a lightweight irc server
input and ok sthen@ gonzalo@

Status:

Vendor Tag: fgsch
Release Tags:   fgsch_20120929

N ports/net/ngircd/Makefile
N ports/net/ngircd/distinfo
N ports/net/ngircd/pkg/PLIST
N ports/net/ngircd/pkg/ngircd.rc
N ports/net/ngircd/pkg/DESCR
N ports/net/ngircd/patches/patch-src_ngircd_ngircd_c
N ports/net/ngircd/patches/patch-doc_sample-ngircd_conf_tmpl
N ports/net/ngircd/patches/patch-src_ngircd_conf_c
N ports/net/ngircd/patches/patch-doc_Makefile_in

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Federico G. Schwindt
CVSROOT:/cvs
Module name:ports
Changes by: fg...@cvs.openbsd.org   2012/09/29 06:35:04

Modified files:
net: Makefile 

Log message:
hook ngircd



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 07:04:29

Modified files:
graphics/clutter/clutter-gst: Makefile 
graphics/clutter/clutter-gst/pkg: PLIST 

Log message:
@comment the proper file.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 07:14:05

Modified files:
devel/glade3   : Makefile 
devel/glade3/pkg: PLIST 
www/epiphany-extensions: Makefile 
www/epiphany-extensions/pkg: PLIST 
graphics/evince: Makefile 
graphics/evince/pkg: PLIST-djvu PLIST-dvi PLIST-main 
 PLIST-nautilus 
devel/glade: Makefile 
devel/glade/pkg: PLIST 
devel/vte  : Makefile 
devel/vte/pkg  : PLIST-python 
devel/gconf2   : Makefile 
devel/gconf2/pkg: PLIST-main 
devel/gobject-introspection: Makefile 
devel/gobject-introspection/pkg: PLIST 
devel/libpeas  : Makefile 
devel/libpeas/pkg: PLIST 
net/libsocialweb: Makefile 
net/libsocialweb/pkg: PLIST 

Log message:
@comment - post-install rm



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 08:01:54

Modified files:
net/telepathy/telepathy-mission-control: Makefile 

Log message:
Add a comment that connectivity and upower are interdependant.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2012/09/29 09:22:21

Modified files:
x11/gnome/grilo-mediaserver2: Makefile distinfo 

Log message:
- bump to a more recent git snapshot so it's no longer broken with new grilo



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2012/09/29 09:55:58

Modified files:
productivity/libzeitgeist: Makefile 

Log message:
- add a runtime dependency on zeitgeist so the daemon can be started.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 10:12:34

Modified files:
productivity/libzeitgeist: Makefile 

Log message:
Set REGRESS_IS_INTERACTIVE.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 10:24:44

Modified files:
x11/gnome/totem: Makefile distinfo 
x11/gnome/totem/patches: patch-aclocal_m4 
x11/gnome/totem/pkg: PLIST-main PLIST-nautilus 
Removed files:
x11/gnome/totem/patches: 
 
patch-src_backend_bacon-video-widget-gst-0_10_c 

Log message:
Update to totem-3.6.0.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 11:23:11

Modified files:
x11/gnome/keyring: Makefile 

Log message:
Tweak comment.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 11:36:25

Modified files:
x11/gnome/gcr  : Makefile 

Log message:
Simplify substitution.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 13:27:33

Modified files:
devel/dconf: Makefile 
devel/dconf/patches: patch-client_Makefile_in 
 patch-dbus-1_Makefile_in 

Log message:
So, there is this new unexplained trend going on in ports which is
to remove -Wl,-soname because (as I was told) we don't do that...
Ok well, this break things, so put my soname back.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2012/09/29 13:28:15

Modified files:
x11/gnome/gdm  : Makefile distinfo 
x11/gnome/gdm/patches: patch-common_Makefile_in patch-configure 
   patch-daemon_Makefile_in 
   patch-daemon_gdm-session-record_c 
   patch-data_00-upstream-settings 
   patch-data_00-upstream-settings-locks 
   patch-data_gdm-shell_session_in 
   patch-gui_simple-greeter_Makefile_in 
x11/gnome/gdm/pkg: PLIST 

Log message:
Update to gdm-3.6.0.



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Brad Smith
CVSROOT:/cvs
Module name:ports
Changes by: b...@cvs.openbsd.org2012/09/29 14:07:08

Modified files:
databases/iodbc: Makefile 
databases/iodbc/patches: patch-admin_libiodbc_pc_in 
 patch-bin_iodbc-config_in 

Log message:
Fix pkg-config and iodbc-config files for dynamic vs static linking.

ok sthen@



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Matthias Kilian
CVSROOT:/cvs
Module name:ports
Changes by: k...@cvs.openbsd.org2012/09/29 14:09:43

Modified files:
x11/xplanet: Makefile 
x11/xplanet/pkg: PLIST 

Log message:
Unbreak (missing ${PREFIX}/share/xplanet/scripts directory).

go ahead rpointel@



CVS: cvs.openbsd.org: ports

2012-09-29 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2012/09/29 20:45:04

Modified files:
net/yt : Makefile 
net/yt/files   : yt.lua 

Log message:
adapt to recent youtube changes
ok martynas@ ajacoutot@ dcoppa@
tested by matthieu@