Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jun 2014 16:12:05 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359567 - in head/textproc/m17n-im-config: . files
Message-ID:  <201406271612.s5RGC5Br064502@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Jun 27 16:12:05 2014
New Revision: 359567
URL: http://svnweb.freebsd.org/changeset/ports/359567
QAT: https://qat.redports.org/buildarchive/r359567/

Log:
  - Stage support
  - Cleanup
  
  PR:		190779

Added:
  head/textproc/m17n-im-config/files/
  head/textproc/m17n-im-config/files/patch-configure   (contents, props changed)
Modified:
  head/textproc/m17n-im-config/Makefile
  head/textproc/m17n-im-config/pkg-plist

Modified: head/textproc/m17n-im-config/Makefile
==============================================================================
--- head/textproc/m17n-im-config/Makefile	Fri Jun 27 16:11:09 2014	(r359566)
+++ head/textproc/m17n-im-config/Makefile	Fri Jun 27 16:12:05 2014	(r359567)
@@ -3,7 +3,7 @@
 
 PORTNAME=	m17n-im-config
 PORTVERSION=	0.9.0
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.m17n.org/common/im-config/ \
 		http://anthesphoria.net/FreeBSD/ports/distfiles/
@@ -11,15 +11,15 @@ MASTER_SITES=	http://www.m17n.org/common
 MAINTAINER=	nikola.lecic@anthesphoria.net
 COMMENT=	A GUI for per-user configuration of m17n-lib input methods
 
-LIB_DEPENDS=	m17n.4:${PORTSDIR}/devel/m17n-lib
+LIB_DEPENDS=	libm17n.so:${PORTSDIR}/devel/m17n-lib
 
 MAKE_JOBS_UNSAFE=	yes
 
-USE_AUTOTOOLS=	libtool
 USE_GNOME=	gtk20 intltool intlhack glib20
-USES=		gettext pkgconfig
+USES=		gettext pkgconfig libtool
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 
 DESKTOP_ENTRIES="M17N-IM Configuration" \
 		"${COMMENT}" \
@@ -28,14 +28,13 @@ DESKTOP_ENTRIES="M17N-IM Configuration" 
 		"Settings;" \
 		true
 
-NO_STAGE=	yes
-
 OPTIONS_DEFINE=	NLS
 
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
 USES+=		gettext
+CONFIGURE_ARGS+=	--enable-nls
 PLIST_SUB+=	NLS=""
 .else
 CONFIGURE_ARGS+=	--disable-nls

Added: head/textproc/m17n-im-config/files/patch-configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/m17n-im-config/files/patch-configure	Fri Jun 27 16:12:05 2014	(r359567)
@@ -0,0 +1,12 @@
+--- configure~	2007-07-14 14:08:05.000000000 +0400
++++ configure	2014-06-05 23:00:09.000000000 +0400
+@@ -5401,8 +5401,7 @@
+       fi
+     fi
+ 
+-    if test "$gt_use_preinstalled_gnugettext" = "yes" \
+-       || test "$nls_cv_use_gnu_gettext" = "yes"; then
++	if test "${enable_nls+set}" = set; then
+ 
+ cat >>confdefs.h <<\_ACEOF
+ #define ENABLE_NLS 1

Modified: head/textproc/m17n-im-config/pkg-plist
==============================================================================
--- head/textproc/m17n-im-config/pkg-plist	Fri Jun 27 16:11:09 2014	(r359566)
+++ head/textproc/m17n-im-config/pkg-plist	Fri Jun 27 16:12:05 2014	(r359567)
@@ -1,9 +1,9 @@
-%%NLS%%share/locale/ja/LC_MESSAGES/m17n-im-config.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/m17n-im-config.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/m17n-im-config.mo
 bin/m17n-im-config
 include/m17n-im-config.h
-lib/libm17n-im-config.so.0
-lib/libm17n-im-config.so
-lib/libm17n-im-config.la
 lib/libm17n-im-config.a
+lib/libm17n-im-config.so
+lib/libm17n-im-config.so.0
+lib/libm17n-im-config.so.0.0.0
 libdata/pkgconfig/m17n-im-config.pc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406271612.s5RGC5Br064502>