Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2015 18:39:55 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384446 - head/textproc/tidyp
Message-ID:  <201504211839.t3LIdtQY084797@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Apr 21 18:39:55 2015
New Revision: 384446
URL: https://svnweb.freebsd.org/changeset/ports/384446

Log:
  - Enable asian and utf16 unconditionally: assertion raised if these options disabled
  - Remove ASIAN and UTF16 options
  - Bump PORTREVISION for package change

Modified:
  head/textproc/tidyp/Makefile

Modified: head/textproc/tidyp/Makefile
==============================================================================
--- head/textproc/tidyp/Makefile	Tue Apr 21 18:39:50 2015	(r384445)
+++ head/textproc/tidyp/Makefile	Tue Apr 21 18:39:55 2015	(r384446)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tidyp
 PORTVERSION=	1.04
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc www
 MASTER_SITES=	http://cloud.github.com/downloads/petdance/tidyp/ \
 		LOCAL/sunpoet
@@ -11,20 +11,18 @@ MASTER_SITES=	http://cloud.github.com/do
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Library and program to validate and fix HTML
 
+CONFIGURE_ARGS=	--enable-asian --enable-utf16
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 USES=		libtool
 
-OPTIONS_DEFINE=	ACCESS ASIAN DEBUG UTF16
+OPTIONS_DEFINE=	ACCESS DEBUG
 ACCESS_DESC=	Accessibility checks
-ASIAN_DESC=	Asian encodings
 
 PLIST_SUB=	PORTVERSION=${PORTVERSION}
 
 ACCESS_CONFIGURE_ENABLE=access
-ASIAN_CONFIGURE_ENABLE=	asian
 DEBUG_CONFIGURE_ENABLE=	debug
-UTF16_CONFIGURE_ENABLE=	utf16
 
 .include <bsd.port.mk>



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