summaryrefslogtreecommitdiff
path: root/converters/php-iconv
diff options
context:
space:
mode:
authortv <tv>2006-01-31 20:19:02 +0000
committertv <tv>2006-01-31 20:19:02 +0000
commit1bf85a33a7f0af352174332dac11865971217df5 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /converters/php-iconv
parentfb412398b2a8cd982d1920218452cdaea52847a6 (diff)
downloadpkgsrc-1bf85a33a7f0af352174332dac11865971217df5.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'converters/php-iconv')
-rw-r--r--converters/php-iconv/DESCR3
-rw-r--r--converters/php-iconv/Makefile27
2 files changed, 0 insertions, 30 deletions
diff --git a/converters/php-iconv/DESCR b/converters/php-iconv/DESCR
deleted file mode 100644
index d7a4d54eef3..00000000000
--- a/converters/php-iconv/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-PHP is a programming language designed to be embedded into web pages.
-This module provides character set conversion facility, using iconv()
-programming interface.
diff --git a/converters/php-iconv/Makefile b/converters/php-iconv/Makefile
deleted file mode 100644
index 3e40dbfb393..00000000000
--- a/converters/php-iconv/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2005/06/01 19:03:45 jlam Exp $
-
-MODNAME= iconv
-CATEGORIES+= converters
-PKGREVISION= # empty
-COMMENT= PHP extension for character set conversion
-
-
-.include "../../converters/libiconv/buildlink3.mk"
-
-# 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
-#
-CHECK_BUILTIN.iconv:= yes
-.include "../../converters/libiconv/builtin.mk"
-CHECK_BUILTIN.iconv:= no
-
-.if !empty(USE_BUILTIN.iconv:M[nN][oO]) || \
- !empty(BUILTIN_LIB_FOUND.iconv:M[yY][eE][sS])
-CONFIGURE_ARGS+= --with-iconv=shared,${BUILDLINK_PREFIX.iconv}
-.else
-CONFIGURE_ARGS+= --with-iconv
-.endif
-
-.include "../../lang/php/ext.mk"
-.include "../../mk/bsd.pkg.mk"