Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2014 22:51:02 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343695 - head/japanese/libskk
Message-ID:  <201402102251.s1AMp2tb058982@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Feb 10 22:51:01 2014
New Revision: 343695
URL: http://svnweb.freebsd.org/changeset/ports/343695
QAT: https://qat.redports.org/buildarchive/r343695/

Log:
  Bits from original ports/186216 which were noc committed + additional
  fixes.
  
  - Remove g-ir-scanner from BUILD_DEPENDS since it's handled by USE_GNOME
  - Do not hide warnings
  - Whitespace fix
  
  PR:		186216
  Submitted by:	amdmi3
  Approved by:	maintainer timeout

Modified:
  head/japanese/libskk/Makefile

Modified: head/japanese/libskk/Makefile
==============================================================================
--- head/japanese/libskk/Makefile	Mon Feb 10 22:50:36 2014	(r343694)
+++ head/japanese/libskk/Makefile	Mon Feb 10 22:51:01 2014	(r343695)
@@ -11,8 +11,7 @@ COMMENT=	Library to deal with Japanese K
 
 LICENSE=	GPLv3
 
-BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
-		valac:${PORTSDIR}/lang/vala \
+BUILD_DEPENDS=	valac:${PORTSDIR}/lang/vala \
 		p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
 LIB_DEPENDS=	libgee.so:${PORTSDIR}/devel/libgee06 \
 		libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
@@ -22,11 +21,11 @@ USE_GNOME=	intltool introspection:build
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include -w
+CPPFLAGS+=	-I${LOCALBASE}/include
 
 PORTDOCS=	ChangeLog NEWS README
 
-OPTIONS_DEFINE=	 DOCS NLS
+OPTIONS_DEFINE=	DOCS NLS
 OPTIONS_SUB=	yes
 
 NLS_CONFIGURE_ENABLE=	nls



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