Set PYTHONIOENCODING=utf8 in the environment to unbreak build with new
GLib (glib-mkenums).
This commit is contained in:
parent
a83d3f342b
commit
bf1cca4717
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.58 2017/04/13 07:38:45 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.59 2017/10/26 08:52:32 ajacoutot Exp $
|
||||
|
||||
COMMENT= mouse accessibility enhancements for GNOME
|
||||
COMMENT= mouse accessibility enhancements for GNOME
|
||||
|
||||
GNOME_PROJECT= mousetweaks
|
||||
GNOME_VERSION= 3.12.0
|
||||
REVISION= 1
|
||||
GNOME_PROJECT= mousetweaks
|
||||
GNOME_VERSION= 3.12.0
|
||||
REVISION= 2
|
||||
|
||||
# GPLv3 - GFDLv1.3
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -14,15 +14,19 @@ WANTLIB += gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
|
||||
WANTLIB += gobject-2.0 gtk-3 pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pthread intl
|
||||
|
||||
MODULES= devel/dconf \
|
||||
x11/gnome
|
||||
MODULES= devel/dconf \
|
||||
x11/gnome
|
||||
|
||||
BUILD_DEPENDS= devel/gsettings-desktop-schemas
|
||||
RUN_DEPENDS= devel/gsettings-desktop-schemas
|
||||
LIB_DEPENDS= x11/gtk+3
|
||||
BUILD_DEPENDS= devel/gsettings-desktop-schemas
|
||||
RUN_DEPENDS= devel/gsettings-desktop-schemas
|
||||
LIB_DEPENDS= x11/gtk+3
|
||||
|
||||
MODGNOME_TOOLS += yelp
|
||||
MODGNOME_TOOLS= yelp
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
# glib-mkenums(1), UnicodeEncodeError:
|
||||
# 'ascii' codec can't encode character u'\xa9' in position 16: ordinal not in range(128)
|
||||
MAKE_ENV= PYTHONIOENCODING=utf8
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.16 2014/03/27 11:40:22 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.17 2017/10/26 08:52:32 ajacoutot Exp $
|
||||
@bin bin/mousetweaks
|
||||
@man man/man1/mousetweaks.1
|
||||
share/GConf/gsettings/mousetweaks.convert
|
||||
@ -28,8 +28,6 @@ share/locale/fa/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/fi/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/fr/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/fur/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/gd/
|
||||
share/locale/gd/LC_MESSAGES/
|
||||
share/locale/gd/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/gl/LC_MESSAGES/mousetweaks.mo
|
||||
share/locale/gu/LC_MESSAGES/mousetweaks.mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user