svn commit: r343695 - head/japanese/libskk

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Feb 10 22:51:02 UTC 2014


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


More information about the svn-ports-head mailing list