summaryrefslogtreecommitdiff
path: root/x11/gnome-sharp/patches
AgeCommit message (Collapse)AuthorFilesLines
2020-05-15Remove mono GNOME 2 bindings and dependent packagesnia2-64/+0
We need to repackage a recent version of monodevelop if we want it to be usable again
2009-09-09Fix lossage due to the assumption that a time_t has the same widthdrochner2-0/+64
as a pointer, which fails at least on NetBSD-64bit <=5 and -32bit >5. Unfortunately this assumption is deep in the code, in particular already in gtk-sharp, so this fix isn't great because it only corrects the translation of a C structure into C# data. (With this fix, I can import pictures into f-spot from the filesystem.) Many thanks to Brian de Alwis for explaining how conditionals can be done in C#. bump PKGREVISION