svn commit: r393053 - head/audio/libmatemixer
Koop Mast
kwm at FreeBSD.org
Tue Jul 28 07:34:31 UTC 2015
Author: kwm
Date: Tue Jul 28 07:34:30 2015
New Revision: 393053
URL: https://svnweb.freebsd.org/changeset/ports/393053
Log:
* Use gmake to build libmatemixer to fix the build on 9.x.
* This causes translations to be installed. Use intlhack instead of intltool
to get them installed in the right place, and fix the plist. Bump
portrevision since package content changed.
Submitted by: pkg-fallout
Modified:
head/audio/libmatemixer/Makefile
head/audio/libmatemixer/pkg-plist
Modified: head/audio/libmatemixer/Makefile
==============================================================================
--- head/audio/libmatemixer/Makefile Tue Jul 28 04:02:13 2015 (r393052)
+++ head/audio/libmatemixer/Makefile Tue Jul 28 07:34:30 2015 (r393053)
@@ -2,6 +2,7 @@
PORTNAME= libmatemixer
PORTVERSION= 1.10.0
+PORTREVISION= 1
CATEGORIES= audio mate
MASTER_SITES= MATE
DIST_SUBDIR= mate
@@ -11,8 +12,8 @@ COMMENT= Mixer library for MATE desktop
LICENSE= LGPL21
-USES= gettext libtool pathfix pkgconfig tar:xz
-USE_GNOME= glib20 intltool
+USES= gettext gmake libtool pathfix pkgconfig tar:xz
+USE_GNOME= glib20 intlhack
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-null \
--enable-oss \
Modified: head/audio/libmatemixer/pkg-plist
==============================================================================
--- head/audio/libmatemixer/pkg-plist Tue Jul 28 04:02:13 2015 (r393052)
+++ head/audio/libmatemixer/pkg-plist Tue Jul 28 07:34:30 2015 (r393053)
@@ -50,3 +50,38 @@ share/gtk-doc/html/libmatemixer/right.pn
share/gtk-doc/html/libmatemixer/style.css
share/gtk-doc/html/libmatemixer/up-insensitive.png
share/gtk-doc/html/libmatemixer/up.png
+share/locale/am/LC_MESSAGES/libmatemixer.mo
+share/locale/ar/LC_MESSAGES/libmatemixer.mo
+share/locale/be/LC_MESSAGES/libmatemixer.mo
+share/locale/cs/LC_MESSAGES/libmatemixer.mo
+share/locale/da/LC_MESSAGES/libmatemixer.mo
+share/locale/de/LC_MESSAGES/libmatemixer.mo
+share/locale/el/LC_MESSAGES/libmatemixer.mo
+share/locale/en_AU/LC_MESSAGES/libmatemixer.mo
+share/locale/en_GB/LC_MESSAGES/libmatemixer.mo
+share/locale/es/LC_MESSAGES/libmatemixer.mo
+share/locale/et/LC_MESSAGES/libmatemixer.mo
+share/locale/eu/LC_MESSAGES/libmatemixer.mo
+share/locale/fr/LC_MESSAGES/libmatemixer.mo
+share/locale/hr/LC_MESSAGES/libmatemixer.mo
+share/locale/hu/LC_MESSAGES/libmatemixer.mo
+share/locale/id/LC_MESSAGES/libmatemixer.mo
+share/locale/it/LC_MESSAGES/libmatemixer.mo
+share/locale/ja/LC_MESSAGES/libmatemixer.mo
+share/locale/ko/LC_MESSAGES/libmatemixer.mo
+share/locale/lt/LC_MESSAGES/libmatemixer.mo
+share/locale/ms/LC_MESSAGES/libmatemixer.mo
+share/locale/nl/LC_MESSAGES/libmatemixer.mo
+share/locale/pl/LC_MESSAGES/libmatemixer.mo
+share/locale/pt/LC_MESSAGES/libmatemixer.mo
+share/locale/pt_BR/LC_MESSAGES/libmatemixer.mo
+share/locale/ro/LC_MESSAGES/libmatemixer.mo
+share/locale/ru/LC_MESSAGES/libmatemixer.mo
+share/locale/sk/LC_MESSAGES/libmatemixer.mo
+share/locale/sl/LC_MESSAGES/libmatemixer.mo
+share/locale/sr/LC_MESSAGES/libmatemixer.mo
+share/locale/sv/LC_MESSAGES/libmatemixer.mo
+share/locale/tr/LC_MESSAGES/libmatemixer.mo
+share/locale/uk/LC_MESSAGES/libmatemixer.mo
+share/locale/zh_CN/LC_MESSAGES/libmatemixer.mo
+share/locale/zh_TW/LC_MESSAGES/libmatemixer.mo
More information about the svn-ports-all
mailing list