Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2008 00:36:41 +0900
From:      Norikatsu Shigemura <nork@FreeBSD.org>
To:        chad@wickdev.com
Cc:        ports@FreeBSD.org, nork@FreeBSD.org, nyan@FreeBSD.org
Subject:   [ports/www/awffull] update to 3.10.1
Message-ID:  <20081130003641.f723b0f0.nork@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
Hi chad.

	I tried to update awfful port to 3.10.1.  So please review and
	may I commit this OK?


Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/awffull/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	6 Jun 2008 14:06:47 -0000	1.2
+++ Makefile	29 Nov 2008 15:19:39 -0000
@@ -6,8 +6,8 @@
 #
 
 PORTNAME=	awffull
-PORTVERSION=	3.8.2
-PORTREVISION=	1
+PORTVERSION=	3.10.1
+PORTREVISION=	0
 CATEGORIES=	www
 MASTER_SITES=	http://www.stedee.id.au/files/
 
@@ -18,19 +18,35 @@
 		png.5:${PORTSDIR}/graphics/png \
 		pcre.0:${PORTSDIR}/devel/pcre
 
+RUN_DEPENDS?=	${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera
+BUILD_DEPENS=	${RUN_DEPENDS}
+
+FONTDEFAULT?=	${LOCALBASE}/lib/X11/fonts/bitstream-vera/VeraBd.ttf
+FONTLABEL?=	${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf
+
 OPTIONS=	GEOIP "Enable support for GeoIP (Country Detection)" Off
 
+USE_ICONV=	yes
 USE_GETTEXT=	yes
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS+=--with-pnglib=${LOCALBASE}/lib
+CONFIGURE_ARGS+=--with-font-default=${FONTDEFAULT} \
+		--with-font-label=${FONTLABEL}
+CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+
+CPPFLAGS=	-I${LOCALBASE}/include
+LDFLAGS=	-L${LOCALBASE}/lib
 
 MAN1=		awffull.1
+MAN5=		awffull.conf.5
 
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_GEOIP)
 LIB_DEPENDS+=	GeoIP.5:${PORTSDIR}/net/GeoIP
+CONFIGURE_ARGS+=--enable-geoip
+.else
+CONFIGURE_ARGS+=--disable-geoip
 .endif
 
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/awffull/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	8 Feb 2008 13:09:43 -0000	1.1
+++ distinfo	29 Nov 2008 07:15:22 -0000
@@ -1,3 +1,3 @@
-MD5 (awffull-3.8.2.tar.gz) = 24c972e1feefb223f0a8d4528dabe8c4
-SHA256 (awffull-3.8.2.tar.gz) = 53aa9f535ac44e5022f7312c73d0c54513a0ff1538d202f000a35ffdb4ef4195
-SIZE (awffull-3.8.2.tar.gz) = 984392
+MD5 (awffull-3.10.1.tar.gz) = 80acf755b354c49d78a5b9bb580196f2
+SHA256 (awffull-3.10.1.tar.gz) = 666a805c338fb7f778472c042af92865754217bb9fa4188f7fcbb4f59eb02c3a
+SIZE (awffull-3.10.1.tar.gz) = 1048950



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