FreeBSD Bugzilla – Attachment 171639 Details for
Bug 209941
[NEW PORT] sysutils/bsdisks: UDisks2 service implementation for FreeBSD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
The shar archive with port
bsdisks.shar (text/plain), 3.06 KB, created by
Gleb Popov
on 2016-06-21 10:07:44 UTC
(
hide
)
Description:
The shar archive with port
Filename:
MIME Type:
Creator:
Gleb Popov
Created:
2016-06-21 10:07:44 UTC
Size:
3.06 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># sysutils ># sysutils/bsdisks ># sysutils/bsdisks/distinfo ># sysutils/bsdisks/files ># sysutils/bsdisks/files/patch-11-current ># sysutils/bsdisks/pkg-descr ># sysutils/bsdisks/Makefile ># sysutils/bsdisks/pkg-plist ># >echo c - sysutils >mkdir -p sysutils > /dev/null 2>&1 >echo c - sysutils/bsdisks >mkdir -p sysutils/bsdisks > /dev/null 2>&1 >echo x - sysutils/bsdisks/distinfo >sed 's/^X//' >sysutils/bsdisks/distinfo << '9f508295846e00100424e8190a2ff6a5' >XSHA256 (bsdisks-0.2.tar.gz) = 794d8d12d3d4feeba36363eb932cbd2ee8eef1a58cbc1d54fd5db68c6ea76217 >XSIZE (bsdisks-0.2.tar.gz) = 91353 >9f508295846e00100424e8190a2ff6a5 >echo c - sysutils/bsdisks/files >mkdir -p sysutils/bsdisks/files > /dev/null 2>&1 >echo x - sysutils/bsdisks/files/patch-11-current >sed 's/^X//' >sysutils/bsdisks/files/patch-11-current << '71c6991f62a05f03eb1b56e216a0c4a2' >X# HG changeset patch >X# User Gleb Popov <6yearold@gmail.com> >X# Date 1466501926 -10800 >X# Tue Jun 21 12:38:46 2016 +0300 >X# Node ID 920139e9b9d6a2f03b1d24458cb7228a68c44e30 >X# Parent 58acee356be5291cca539d2617b9afca82038ddf >XFix build on 11-CURRENT. >X >Xdiff -r 58acee356be5 -r 920139e9b9d6 devdthread.cpp >X--- devdthread.cpp Wed Jun 01 19:27:58 2016 +0300 >X+++ devdthread.cpp Tue Jun 21 12:38:46 2016 +0300 >X@@ -28,6 +28,7 @@ >X >X #include <QHash> >X >X+#include <errno.h> >X #include <sys/types.h> >X #include <sys/event.h> >X #include <sys/socket.h> >Xdiff -r 58acee356be5 -r 920139e9b9d6 geomprober.h >X--- geomprober.h Wed Jun 01 19:27:58 2016 +0300 >X+++ geomprober.h Tue Jun 21 12:38:46 2016 +0300 >X@@ -26,6 +26,8 @@ >X >X #pragma once >X >X+#include <sys/types.h> >X+ >X #include <QObject> >X #include <QSharedData> >X #include <QRunnable> >71c6991f62a05f03eb1b56e216a0c4a2 >echo x - sysutils/bsdisks/pkg-descr >sed 's/^X//' >sysutils/bsdisks/pkg-descr << '162f1ecb66bebf82385c3bc0a6f6e502' >XUDisks2 service provides interfaces to enumerate >Xand perform operations on disks and storage devices >Xvia D-Bus API. Bsdisks is an implementation of UDisks2 >Xservice for FreeBSD. >X >XWWW: http://bitbucket.org/arrowd/bsdisks >162f1ecb66bebf82385c3bc0a6f6e502 >echo x - sysutils/bsdisks/Makefile >sed 's/^X//' >sysutils/bsdisks/Makefile << '419509f5da3590ce967043208953a84d' >X# $FreeBSD$ >X >XPORTNAME= bsdisks >XPORTVERSION= 0.2 >XCATEGORIES= sysutils >XMASTER_SITES= https://bitbucket.org/arrowd/bsdisks/downloads/ >X >XMAINTAINER= 6yearold@gmail.com >XCOMMENT= UDisks2 service implementation for FreeBSD >X >XLICENSE= BSD3CLAUSE >X >XUSES= cmake compiler:c++11-lang >X >XUSE_QT5= qmake_build buildtools_build core dbus >X >X.include <bsd.port.mk> >419509f5da3590ce967043208953a84d >echo x - sysutils/bsdisks/pkg-plist >sed 's/^X//' >sysutils/bsdisks/pkg-plist << 'f33b35832de7cc79f5cf9167ac850f01' >Xbin/bsdisks >Xetc/dbus-1/system.d/org.freedesktop.UDisks2.conf >Xshare/dbus-1/system-services/org.freedesktop.UDisks2.service >f33b35832de7cc79f5cf9167ac850f01 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 209941
:
170921
|
170930
|
171266
|
171639
|
171707