pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/multimedia/vlc2



Module Name:    pkgsrc
Committed By:   marino
Date:           Sun Jul 29 17:37:58 UTC 2012

Modified Files:
        pkgsrc/multimedia/vlc2: distinfo
Added Files:
        pkgsrc/multimedia/vlc2/patches: patch-modules_access_directory.c
            patch-modules_misc_gnutls.c

Log Message:
multimedia/vlc2: only use O_RDONLY and O_DIRECTORY if supported

DragonFly's file control options aren't fully posix-compliant yet, and
the O_DIRECTORY flag hasn't been implemented (all the flag spots are full
and old ones need to be recycled).

These patches adds additional support checks for each fcntl flag used with
vlc_open and vlc_openat and only sets the supported one.  There is no need
to revbump because any platform requiring this check couldn't have built.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/multimedia/vlc2/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/multimedia/vlc2/patches/patch-modules_access_directory.c \
    pkgsrc/multimedia/vlc2/patches/patch-modules_misc_gnutls.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index