CVS: cvs.openbsd.org: ports

2013-12-26 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2013/12/26 03:07:07

Modified files:
devel/glib2: Makefile 
Added files:
devel/glib2/patches: patch-gio_kqueue_kqueue-missing_c 

Log message:
Fix a potential deadlock in the kqueue code.



CVS: cvs.openbsd.org: ports

2013-12-26 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2013/12/26 03:59:30

Modified files:
www/owncloud   : Tag: OPENBSD_5_4 Makefile distinfo 
www/owncloud/pkg: Tag: OPENBSD_5_4 PLIST 

Log message:
Update to owncloud-5.0.14a. This is the most recent 5.X release and we
need it for proper upgrade to 6.X for OpenBSD 5.5.

ok jasper@



CVS: cvs.openbsd.org: ports

2013-12-26 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2013/12/26 07:48:30

Modified files:
meta/gnome : Makefile 
meta/gnome/pkg : README-main 

Log message:
Remove the part about OpenGL and drm(4) -- GDM will take care of it
automatically soon.



CVS: cvs.openbsd.org: ports

2013-12-26 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2013/12/26 08:38:29

Modified files:
x11/gnome/gdm  : Makefile 
x11/gnome/gdm/pkg: gdm.rc 
Added files:
x11/gnome/gdm/patches: patch-data_Init_in 
   patch-data_PostSession_in 
   patch-data_PreSession_in 

Log message:
Do the proper chown(1) $USER, root or _gdm dance according to the situation.

prodded by kettenis@



CVS: cvs.openbsd.org: ports

2013-12-26 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2013/12/26 12:00:28

Modified files:
devel/glib2/patches: patch-gio_kqueue_kqueue-missing_c 

Log message:
Upstream'd



CVS: cvs.openbsd.org: ports

2013-12-26 Thread Landry Breuil
CVSROOT:/cvs
Module name:ports
Changes by: lan...@cvs.openbsd.org  2013/12/26 13:00:34

Modified files:
mail/mozilla-thunderbird: Makefile 
mail/mozilla-thunderbird/files: thunderbird.desktop 
www/mozilla-firefox: Makefile 
www/mozilla-firefox/files: firefox.desktop 
www/firefox-esr: Makefile 
www/firefox-esr/files: firefox.desktop 

Log message:
Set StartupNotify=true in desktop files for nicer startup integration.
From ajacoutot@, thx



CVS: cvs.openbsd.org: ports

2013-12-26 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2013/12/26 15:33:35

Modified files:
infrastructure/bin: register-plist 

Log message:
future keyword, shouldn't be registered



Re: sysutils/ntfs-3g: 'PAGE_SHIFT' undeclared on loongson

2013-12-26 Thread Donovan Watteau
On Wed, 25 Dec 2013, Jérémie Courrèges-Anglas wrote:
 Theo de Raadt dera...@cvs.openbsd.org writes:
 
  The hiding of PAGE_SIZE is intentional.
 
  The code should be using getpagesize() or some API which asks the
  kernel.
 
  The reason is that PAGE_SIZE is not a standardized symbol, and on some
  of our architectures it changes between different processor models.
 
 [...]
 
 Here's a compile-tested diff.  Donovan, does this fix your problem?

D'oh, I had started a similar diff thanks to Theo's explanations and the
already existing function in ntfsprogs/, but Christmas made me slack.

Anyway, it builds and works fine with an NTFS formated USB flash drive,
thanks!



Re: UPDATE: FFmpeg 20131216

2013-12-26 Thread frantisek holop
hmm, on Tue, Dec 17, 2013 at 01:46:26AM -0500, Brad Smith said that
 Here is an update to FFmpeg 20131216, taken from the 1.2 branch. Its just a
 bug fix update.
 
 http://git.videolan.org/?p=ffmpeg.git;a=shortlog;h=refs/heads/release/1.2

please forgive me for the ignorant question,
but why is ffmpeg port made this way?  the makefile
or the readme do not comment on this.

i mean one hears that ffmpeg is terrible with
releases, but http://ffmpeg.org/download.html lists
some releases, with archive files and download
links and everything:

FFmpeg 2.1.1 Fourier
http://ffmpeg.org/releases/ffmpeg-2.1.1.tar.bz2

FFmpeg 1.2.4 Magic
http://ffmpeg.org/releases/ffmpeg-1.2.4.tar.bz2

are these useless?

-f
-- 
many would be cowards if they had enough courage.



Re: UPDATE: devel/quilt

2013-12-26 Thread Kent R. Spillner
On Tue, Dec 24, 2013 at 08:11:13AM -0600, Kent R. Spillner wrote:
 Here is an updated patch with the portability improvments suggested by jca@.

Actually, after cluebat from Quilt maintainers this diff should be ignored
and my original diff preferred.

When you configure quilt with --with-foo=/path/to/gnu/gfoo Quilt actually
creates a compat/ directory and copies gfoo to compat/foo.  Then the quilt
wrapper (bin/quilt.in) adds compat/ to the front of PATH.

So long story short, those uses of sed 's/.../i' are actually portable
because sed is really gsed at run-time.  Slightly misleading, but portable. :) 



[new] mpv (mplayer based media player)

2013-12-26 Thread frantisek holop

ho ho ho

this is a work in progress port for mpv,
a no nonsense project based on MPlayer and mplayer2.

i am a long time mplayer user but mpv
seems like a much better mplayer than mplayer.

openbsd support is not an afterthought, sndio is included
out of the box and there is no need for special ffmpeg song
and dance, hence even i could start a port :]

issues:

-i am an i386 person, and have no idea how it fares
on other platforms.  i am fairly sure it will run into
trouble on arm, as there is no --disable-libvorbis configure
option a la mplayer.

-SDL2: i did not make it a LIB_DEPEND, but it probably
should be. my understanding is that SDL2 is useful
on platforms that dont have fast X11 output drivers?
is it useful on i386?

-lua/libquvi is disabled.  i see there are ports for them,
but as i use youtube-dl for youtube, it is meh for me. flavour?

-for now i left out rtunes support. enabling it is probably not
much work for the poeple who did it for mplayer.  patch to upstream?

-ladspa support at build time.  i must admit even after reading
about ladspa a bit i have no idea what it does. mplayer has it,
for now i left it out

-PERMIT_PACKAGE_CDROM = patents was lifted from mplayer but
i dont know if it applies.

-one of the included scripts, umpv is actually a python script.
should it be subjected MODPY_BIN_ADJ or some other trick?

-i am not good at ports with many WANTLIB's and LIB_DEPENDS
so please doublecheck.

i am on the road in vietnam/cambodia so my internet connection
is spotty, Stuart or any ports demi-god you have all my future
ok's for any changes you make to get this is in, dont wait for me
you know better anyway :]

-f
-- 
the golden rule:  he who has the gold makes the rules.


mpv.tgz
Description: application/tar-gz


Re: [new] mpv (mplayer based media player)

2013-12-26 Thread Anthony J. Bentley
On Thu, Dec 26, 2013 at 11:15 AM, frantisek holop min...@obiit.org wrote:

 ho ho ho

 this is a work in progress port for mpv,
 a no nonsense project based on MPlayer and mplayer2.

License marker should be updated. mpv is GPLv2+; they removed/rewrote
the GPLv2-only bits from mplayer.

 -lua/libquvi is disabled.  i see there are ports for them,
 but as i use youtube-dl for youtube, it is meh for me. flavour?

I think this should be enabled. It's not a heavy dependency and would
be useful. (This is why the license marker is important... quvi is
AGPLv3+, so can be used with GPLv2+ [i.e., GPLv3+] but not GPLv2-only
software.)

-- 
Anthony J. Bentley



Re: [new] mpv (mplayer based media player)

2013-12-26 Thread Brad Smith

On 26/12/13 1:15 PM, frantisek holop wrote:

openbsd support is not an afterthought, sndio is included
out of the box and there is no need for special ffmpeg song
and dance, hence even i could start a port :]


It looks like the developers picked up an older revision of
the sndio backend that was attempted to be pushed upstream
for MPlayer. When the newer backend code is finally accepted
upstream you should prod the mpv developers to resync with
the newer code from MPlayer.



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Re: [new] mpv (mplayer based media player)

2013-12-26 Thread frantisek holop
hmm, on Thu, Dec 26, 2013 at 11:34:42AM -0700, Anthony J. Bentley said that
 On Thu, Dec 26, 2013 at 11:15 AM, frantisek holop min...@obiit.org wrote:
 
  ho ho ho
 
  this is a work in progress port for mpv,
  a no nonsense project based on MPlayer and mplayer2.
 
 License marker should be updated. mpv is GPLv2+; they removed/rewrote
 the GPLv2-only bits from mplayer.

my bad, i missed the Copyright file and just looked at
LICENSE.

-f
-- 
a kind word and gun gets you more than a kind word alone.