On Monday 31 August 2009 23:01:53 Andriy Gapon wrote:
> on 30/08/2009 10:51 Dima Panov said the following:
> > Fixed in KDE 4.3.1
> >
> > String KACL::asString() const
> > {
> > #ifdef HAVE_POSIX_ACL
> > ssize_t size = 0;
> > char* txt = acl_to_text(d->m_acl, &size);
> > const QString r
SVN commit 5322 by makc:
Update plist. It builds fine with kdelibs-4.3.1
M +107 -4pkg-plist
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest informat
SVN commit 5321 by tabthorpe:
- Fix plist
M +1 -1 pkg-plist
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information
SVN commit 5320 by tabthorpe:
- Really fix plist
M +2 -0 pkg-plist
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information
on 30/08/2009 10:51 Dima Panov said the following:
>
> Fixed in KDE 4.3.1
>
> String KACL::asString() const
> {
> #ifdef HAVE_POSIX_ACL
> ssize_t size = 0;
> char* txt = acl_to_text(d->m_acl, &size);
> const QString ret = QString::fromLatin1(txt, size);
> acl_free(txt);
> retu
Note: to view an individual PR, use:
http://www.freebsd.org/cgi/query-pr.cgi?pr=(number).
The following is a listing of current problems submitted by FreeBSD users.
These represent problem reports covering all versions including
experimental development code and obsolete releases.
S Tracker