Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2014 02:26:04 +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: r344036 - head/textproc/sablotron
Message-ID:  <201402130226.s1D2Q4Kb014911@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Feb 13 02:26:04 2014
New Revision: 344036
URL: http://svnweb.freebsd.org/changeset/ports/344036
QAT: https://qat.redports.org/buildarchive/r344036/

Log:
  - Don't silence warnings
  - Cosmetic fixes

Modified:
  head/textproc/sablotron/Makefile

Modified: head/textproc/sablotron/Makefile
==============================================================================
--- head/textproc/sablotron/Makefile	Wed Feb 12 23:39:58 2014	(r344035)
+++ head/textproc/sablotron/Makefile	Thu Feb 13 02:26:04 2014	(r344036)
@@ -17,10 +17,10 @@ OPTIONS_DEFINE=	CHECK_LEAKS DEBUGGER DIS
 		DOCUMENT_ERRORS DOM ICONV_TYPECAST
 
 CHECK_LEAKS_DESC=	Enable memory leaks checking
-DEBUGGER_DESC=	Enable debugger
+DEBUGGER_DESC=		Enable debugger
 DISABLE_META_DESC=	Do not output the META html tag
 DOCUMENT_ERRORS_DESC=	Allow document errors
-DOM_DESC=	Use DOM
+DOM_DESC=		Use DOM
 ICONV_TYPECAST_DESC=	Use iconv typecast
 
 OPTIONS_DEFAULT=	DOM DOCUMENT_ERRORS
@@ -43,7 +43,7 @@ USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	LIBTOOL=${LIBTOOL}
 USE_LDCONFIG=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include -w
+CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lexpat ${ICONV_LIB}
 
 PORTDOCS=	*
@@ -55,7 +55,7 @@ DOCSRCDIR2=	${WRKSRC}/doc/misc
 DOCSDIR2=	${DOCSDIR}/doc/misc
 DOC_FILES2=	DEBUGGER NOTES
 
-.include <bsd.port.options.mk> 
+.include <bsd.port.options.mk>
 
 post-patch:
 	@${PERL} -pi -e \



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