svn commit: r384446 - head/textproc/tidyp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 21 18:39:56 UTC 2015


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 at 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>


More information about the svn-ports-all mailing list