[arch-commits] CVS update of extra/devel/php-cgi (PKGBUILD php-cgi.install)

Aaron Griffin aaron at archlinux.org
Wed May 30 03:30:22 UTC 2007


    Date: Tuesday, May 29, 2007 @ 23:30:22
  Author: aaron
    Path: /home/cvs-extra/extra/devel/php-cgi

 Removed: PKGBUILD (1.15) php-cgi.install (1.1)

Package cleanup: php-cgi replaced by php package
panorama-tools outdated (obsoleted by hugin, it seems)


-----------------+
 PKGBUILD        |   56 ------------------------------------------------------
 php-cgi.install |   18 -----------------
 2 files changed, 74 deletions(-)


Index: extra/devel/php-cgi/PKGBUILD
diff -u extra/devel/php-cgi/PKGBUILD:1.15 extra/devel/php-cgi/PKGBUILD:removed
--- extra/devel/php-cgi/PKGBUILD:1.15	Sat Mar 17 04:32:42 2007
+++ extra/devel/php-cgi/PKGBUILD	Tue May 29 23:30:22 2007
@@ -1,56 +0,0 @@
-# $Id $
-# Maintainer: tobias <tobias at archlinux.org>
-# Edited by: Benjamin Andresen, klapmuetz [at] gmail [dot] com
-# Further Modified by: eliott <eliott at cactuswax.net> 
-
-pkgname=php-cgi
-pkgver=5.2.1
-pkgrel=2
-pkgdesc="provides the cgi binary for php and the static libs needed for it"
-arch=(i686 x86_64)
-url="http://www.php.net"
-depends=('php')
-install=$pkgname.install
-makedepends=('apache>=2.2.1' 'imap' 'postgresql-libs>=8.2.3'
-             'libmysqlclient' 'libldap' 'smtp-server' 'sqlite3' 'unixodbc'
-             'net-snmp')
-source=(http://www.php.net/distributions/php-$pkgver.tar.gz)
-md5sums=('604eaee2b834bb037d2c83e53e300d3f')
-
-build() {
-  cd $startdir/src/php-$pkgver
-  ./configure --prefix=/usr --enable-fastcgi --enable-cgi \
-    --enable-discard-path --enable-force-cgi-redirect \
-    --sysconfdir=/etc --with-layout=PHP \
-    --with-ttf --enable-mailparse --with-config-file-scan-dir=/etc \
-    --enable-bcmath=shared --enable-calendar=shared --enable-ftp=shared \
-    --enable-gd-native-ttf --enable-magic-quotes --enable-posix=shared \
-    --enable-session --enable-shared --enable-shmop=shared --enable-pdo=shared \
-    --enable-sqlite-utf8 --enable-sockets=shared --enable-xml\
-    --enable-sysvsem=shared --enable-sysvshm=shared --enable-sysvmsg=shared \
-    --enable-track-vars --enable-trans-sid --enable-safe-mode \
-    --with-imap --with-imap-ssl --with-ncurses --with-readline \
-    --with-bz2=shared --with-curl --with-mime-magic \
-    --with-freetype-dir=/usr --with-gd=shared --enable-exif --with-jpeg-dir=/usr \
-    --enable-dba --without-db2 --without-db3 --with-inifile --with-flatfile \
-    --with-gdbm --with-ldap=shared --with-openssl --with-gettext \
-    --with-unixODBC=shared,/usr --with-pdo-odbc=shared,unixODBC,/usr \
-    --with-mysqli=shared --with-mysql-sock=/tmp/mysql.sock \
-    --with-pdo-mysql=shared,/usr --with-mysql=shared,/usr \
-    --with-pgsql=shared --with-pgsql-sock=/tmp/pgsql.sock --with-pdo-pgsql=shared,/usr \
-    --with-sqlite=shared --with-pdo-sqlite=shared,/usr \
-    --with-pear=/usr/share/pear --with-dom --with-dom-xslt --with-xsl \
-    --with-png-dir=/usr --with-regex=php --with-zlib --enable-soap=shared \
-    --enable-mbstring=all --enable-mbregex --with-snmp=shared,/usr
-
-  # fixes a build error in sqlite support
-  ln -s main/php_config.h ./config.h
-  make || return 1
-  make INSTALL_ROOT=$startdir/pkg EXTENSION_DIR=`php-config --extension-dir` install
-
-   # here starts the cleanup
-  cd $startdir/pkg
-  rm -rf etc ./{.registry,.channels,.depdb*,.lock,.file*} usr/{include,share,lib,man}
-  rm $startdir/pkg/usr/bin/{phpize,php-config,pecl,pear*}
-  mv $startdir/pkg/usr/bin/php $startdir/pkg/usr/bin/php-cgi
-}
Index: extra/devel/php-cgi/php-cgi.install
diff -u extra/devel/php-cgi/php-cgi.install:1.1 extra/devel/php-cgi/php-cgi.install:removed
--- extra/devel/php-cgi/php-cgi.install:1.1	Mon Sep 26 14:17:06 2005
+++ extra/devel/php-cgi/php-cgi.install	Tue May 29 23:30:22 2007
@@ -1,18 +0,0 @@
-post_install() {
-  /bin/cat << ENDOFMESSAGE
-
- --> There are several cgi relevant settings in your /etc/php.ini. Make sure
- --> you understand them and adjust them according to your needs. At least you
- --> should activate the cgi.fix_pathinfo directive in php.ini by setting it
- --> to 1 and uncommenting it.
-
-ENDOFMESSAGE
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-op=$1
-shift
-$op $*




More information about the arch-commits mailing list