head 1.7; access; symbols pkgsrc-2013Q2:1.7.0.46 pkgsrc-2013Q2-base:1.7 pkgsrc-2012Q4:1.7.0.44 pkgsrc-2012Q4-base:1.7 pkgsrc-2011Q4:1.7.0.42 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q2:1.7.0.40 pkgsrc-2011Q2-base:1.7 pkgsrc-2009Q4:1.7.0.38 pkgsrc-2009Q4-base:1.7 pkgsrc-2008Q4:1.7.0.36 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.34 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.32 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.30 pkgsrc-2008Q2-base:1.7 pkgsrc-2008Q1:1.7.0.28 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.26 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.24 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.22 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.20 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.7.0.18 pkgsrc-2006Q4-base:1.7 pkgsrc-2006Q3:1.7.0.16 pkgsrc-2006Q3-base:1.7 pkgsrc-2006Q2:1.7.0.14 pkgsrc-2006Q2-base:1.7 pkgsrc-2006Q1:1.7.0.12 pkgsrc-2006Q1-base:1.7 pkgsrc-2005Q4:1.7.0.10 pkgsrc-2005Q4-base:1.7 pkgsrc-2005Q3:1.7.0.8 pkgsrc-2005Q3-base:1.7 pkgsrc-2005Q2:1.7.0.6 pkgsrc-2005Q2-base:1.7 pkgsrc-2005Q1:1.7.0.4 pkgsrc-2005Q1-base:1.7 pkgsrc-2004Q4:1.7.0.2 pkgsrc-2004Q4-base:1.7 pkgsrc-2004Q3:1.6.0.2 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.5.0.2 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.3.0.4 pkgsrc-2004Q1-base:1.3 pkgsrc-2003Q4:1.3.0.2 pkgsrc-2003Q4-base:1.3 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.7 date 2004.10.31.21.20.08; author jdolecek; state dead; branches; next 1.6; 1.6 date 2004.07.12.04.32.21; author jdolecek; state Exp; branches; next 1.5; 1.5 date 2004.06.03.23.07.29; author heinz; state Exp; branches; next 1.4; 1.4 date 2004.04.25.00.30.43; author xtraeme; state Exp; branches; next 1.3; 1.3 date 2003.08.31.19.55.26; author jdolecek; state Exp; branches; next 1.2; 1.2 date 2003.07.13.13.50.53; author wiz; state Exp; branches; next 1.1; 1.1 date 2003.02.13.19.11.52; author jdolecek; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2003.02.13.19.11.52; author jdolecek; state Exp; branches; next ; desc @@ 1.7 log @remove php4-* extension packages, replaced by php-* packages, which support PHP5 too @ text @# $NetBSD: Makefile,v 1.6 2004/07/12 04:32:21 jdolecek Exp $ MODNAME= iconv CATEGORIES+= converters PKGREVISION= # empty COMMENT= PHP4 extension for character set conversion USE_BUILDLINK3= YES .include "../../www/php4/Makefile.module" # this is necessary so that PHP would find either the libc iconv # or use the packaged iconv, as appropriate; using # --with-iconv=shared,${BUILDLINK_PREFIX.iconv} assumes libiconv exists .include "../../converters/libiconv/buildlink3.mk" .include "../../mk/buildlink3/bsd.builtin.mk" .if !empty(USE_BUILTIN.iconv:M[nN][oO]) # use libiconv CONFIGURE_ARGS+= --with-iconv=shared,${BUILDLINK_PREFIX.iconv} .else # use libc-provided iconv CONFIGURE_ARGS+= --with-iconv .endif .include "../../mk/bsd.pkg.mk" @ 1.6 log @the trick with setting PHP_ICONV in environment doesn't work with more recent PHP anymore, so use USE_BUILDIN.iconv test to select the appropriate iconv parameter value fixes compilation on NetBSD 1.6.x and other systems without builtin iconv, and thus PR pkg/26212 and PR pkg/26213 package behaviour unchanged, so no PKGREVISION bump done @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2004/06/03 23:07:29 heinz Exp $ @ 1.5 log @Packages in directory "converters" should use this for CATEGORY as well @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2004/04/25 00:30:43 xtraeme Exp $ d15 9 a23 2 # the PHP_ICONV in environment is to make configure find alternative # libiconv d25 1 a25 1 CONFIGURE_ENV+= PHP_ICONV=${BUILDLINK_PREFIX.iconv:Q} a26 1 .include "../../converters/libiconv/buildlink3.mk" @ 1.4 log @bl3ify @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2003/08/31 19:55:26 jdolecek Exp $ d4 1 a4 1 CATEGORIES+= devel @ 1.3 log @Update PHP to final 4.3.3 Some highlights of changes since 4.2.3: * PCRE updated to 4.3, GD to 2.0.15 * improved Apache2 support * much improved stream & URL wrapper support, output compression support * added CLI (Command Line Interface) SAPI * debug_backtrace() backported from ZendEngine2 * faster build system * huge number of other bug fixes and improvements Packaging changes: * 'pcre', 'xml', and 'session' modules folded back into main package - 'pcre' and 'xml' is required by PEAR, and 'session' is just too essential to be separate * 'gd' module now uses bundled PHP GD library, which is better integrated * PHP modules use shared distinfo when possible to ease future PHP updates * ${PREFIX}/bin/php is now CLI version, ${PREFIX}/libexec/cgi-big/php remains CGI version @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2003/07/13 13:50:53 wiz Exp $ d8 1 a8 1 USE_BUILDLINK2= YES d20 1 a20 1 .include "../../converters/libiconv/buildlink2.mk" @ 1.2 log @PKGREVISION bump for libiconv update. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1.1.1 2003/02/13 19:11:52 jdolecek Exp $ d5 1 a5 1 PKGREVISION= 1 d12 7 a18 1 CONFIGURE_ARGS+= --with-iconv=shared,${BUILDLINK_PREFIX.iconv} @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $NetBSD$ d5 1 a5 1 PKGREVISION= # empty @ 1.1.1.1 log @add package for PHP4 iconv - character set conversion interface @ text @@