aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emulators/mess/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile
index 612301e1158c..2fb4825eb652 100644
--- a/emulators/mess/Makefile
+++ b/emulators/mess/Makefile
@@ -5,6 +5,8 @@ MTARGET= mame
MSUBTARGET= mess
COMMENT= Multiple Emulator Super System
+BROKEN= fails to install
+
MASTERDIR= ${.CURDIR}/../mame
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
+0800'>2011-01-282-3/+1 * Bug #640526 - Default column width in address card view is smallMatthew Barnes2011-01-262-4/+4 * Adapt to GtkComboBox class reorg.Matthew Barnes2011-01-254-14/+30 * Dialogs no longer have separators.Matthew Barnes2011-01-257-7/+2 * Drop backward-compatibility cruft.Matthew Barnes2011-01-257-24/+0 * Use e_load_book_source_async() for all EBook loading.Matthew Barnes2011-01-228-528/+154 * Fudge gtk_widget_get_preferred_size() for gtk2.Matthew Barnes2011-01-151-2/+2 * Bug #634305 - Crash on move of contacts between booksMilan Crha2011-01-111-2/+10 * Bug #638087 - Crash at merging duplicate contactVibha Yadav2011-01-111-1/+1 * Show common addressbook and calendar errors in an alert sinkMilan Crha2010-12-157-42/+62 * Free/busy meeting view doesn't work due to non-working extensionMilan Crha2010-12-062-0/+6 * Bug #635755 - Authenticate books in addressbook importers on openMilan Crha2010-12-043-42/+91 * Localize few strings with ngettextMilan Crha2010-12-021-3/+7 * Added few translator commentsMilan Crha2010-11-302-1/+2 * Bug #633779 - GtkComboBoxText issuesMilan Crha2010-11-182-7/+29 * Bug #632671 - "Search interrupted" status message foreverMilan Crha2010-11-092-1/+28 * Utilize the new ESourceSelector:primary-selection property.Matthew Barnes2010-11-025-65/+19 * addressbook: Only include libgnomecanvas.hBenjamin Otte2010-10-304-5/+4 * Bug #632278 - Double .vcf extension on addressbook saveMilan Crha2010-10-291-7/+4 * Workaround GtkComboBoxText/GtkComboBoxEntry in .ui filesMilan Crha2010-10-281-4/+4 * Drop usage of GtkAnchorType.Matthew Barnes2010-10-272-3/+0 * Simplify EActivity.Matthew Barnes2010-10-231-4/+4 * Deal with GtkComboBoxEntry removal in gtk+-3.0.Matthew Barnes2010-10-212-10/+13 * Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-212-13/+19 * Bug #630504 - Precache collate keys before sorting in EReflowModelMilan Crha2010-10-201-5/+41 * Widget 'label-comments' gone in Contact editorMilan Crha2010-10-151-1/+0 * Replace EBinding with GBinding.Matthew Barnes2010-10-141-1/+0 * Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-073-4/+4 * Coding style and whitespace cleanup.Matthew Barnes2010-10-042-3/+7 * Bug #629636 - Doesn't recognize local ESource-sMilan Crha2010-09-291-2/+21 * Add a GCancellable to EActivity.Matthew Barnes2010-09-191-1/+2 * Use new GDK keysym names if available.Matthew Barnes2010-09-184-11/+22 * Increase safety on WindowsFridrich Štrba2010-09-151-0/+36 * Coding style cleanups.Matthew Barnes2010-09-1335-614/+614 * Coding style and whitespace cleanups.Matthew Barnes2010-09-129-88/+88 * Re-work my GtkDialog:has-separator workaround.Matthew Barnes2010-09-111-2/+2 * Work around deprecation of gtk_dialog_set_has_separator()Matthew Barnes2010-09-111-0/+2 * Coding style and whitespace cleanup.Matthew Barnes2010-08-291-142/+124 * bugs.meego.com #2329 - Contact list editor is not translatedFederico Mena Quintero2010-08-281-11/+11 * Use the new e_load_book_source_async() where possible.Matthew Barnes2010-08-195-118/+132 * addressbook: Port to use new _async suffix instead of _ex suffixRob Bradford2010-08-0214-102/+102 * addressbook/gui, plugins/groupwise, widgets/misc: Update to new icon themeRob Bradford2010-08-023-5/+5 * Bug 625624 - Customizations of contacts views forgottenMatthew Barnes2010-07-301-1/+5 * Bug #615049 - Crash in remove_contact at e-addressbook-model.c:202Milan Crha2010-07-141-0/+8 * Coding style and whitespace cleanup.Matthew Barnes2010-07-1212-43/+71 * Fix some compiler warnings.Matthew Barnes2010-07-111-2/+4 * Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-0923-266/+255 * Fix transience problems with ENameSelectorDialogs ...Michael Meeks2010-07-081-0/+2 * Bug 331305 - Can't drag email addresses to Contact List EditorMatthew Barnes2010-06-233-56/+40 * Bug 619347 - Contact List Editor calls wrong EDestination functionMatthew Barnes2010-06-211-1/+1 * Coding style and whitespace cleanup.Matthew Barnes2010-06-201-6/+20 * Fix all remaining GTK3 issues.Matthew Barnes2010-06-162-5/+13 * Remove gnome-pilot integration.Matthew Barnes2010-06-164-2304/+1 * Revert "Fix all remaining GTK3 issues."Matthew Barnes2010-06-152-13/+5 * Fix all remaining GTK3 issues.Matthew Barnes2010-06-152-5/+13 * Bug 603468 - Improve handling of --quit optionMatthew Barnes2010-06-131-3/+8 * Coding style and whitespace cleanups.Matthew Barnes2010-06-072-8/+23 * More GTK3 preparation.Matthew Barnes2010-06-041-2/+9 * Bug 619637 - Inconsistent buttons in delete confirmation dialogsMatthew Barnes2010-05-291-1/+1 * Bug 619783 - Web Addresses arrow button doesn't changeMatthew Barnes2010-05-291-1/+1 * Remove unnecessary conditional compilation macro.Matthew Barnes2010-05-291-4/+0 * Simplify the Notes tab in Contact Editor.Matthew Barnes2010-05-281-2971/+1794 * Bug #573510 - Outlook type CSV import brokenMilan Crha2010-05-281-79/+143 * Coding style and whitespace cleanup.Matthew Barnes2010-05-275-29/+57 * Merge branch 'express2'Matthew Barnes2010-05-272-1/+71 |\ | * Coding style and whitespace cleanup.Matthew Barnes2010-05-251-6/+6 | * Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-251-2/+2 | |\ | | * On Windows, some LDIF files can have .ldi extensionFridrich Štrba2010-05-201-2/+2 | * | Merge branch 'gnome-2-30' into express2Matthew Barnes2010-05-172-12/+20 | |\| | | * Bug #618177 - Mobile Phone of imported contacts not shown in previewMilan Crha2010-05-101-11/+20 | | * Bug #617150 - Crash printing contacts in List ViewBharath Acharya2010-04-291-1/+0 | | * Fix a potential crasher in e_contact_quick_add_email().Matthew Barnes2010-04-261-1/+1 | * | Fix a potential crasher in e_contact_quick_add_email().Matthew Barnes2010-04-301-1/+1 | * | Compress the contact viewer even more so it still fits.Michael Meeks2010-04-152-1/+70 | * | Merge gnome-2-30 into express2 to get bugfixesFederico Mena Quintero2010-04-101-0/+2 | |\| | | * Fix for bug #613564Jeff Cai2010-04-081-0/+2 | * | Last scroll-pane, and manual sizing tweakMichael Meeks2010-04-072-1/+21 | * |