Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2004 07:05:36 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang/php4 Makefile Makefile.ext Makefile.pear pkg-message pkg-message.mod pkg-message.pear pkg-plist pkg-plist.pear ports/lang/php4/files patch-configure patch-ext::gd::libgd::gd.h ...
Message-ID:  <200407190705.i6J75aYE021783@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ale         2004-07-19 07:05:36 UTC

  FreeBSD ports repository

  Modified files:
    lang/php4            Makefile pkg-plist 
    lang/php4/files      patch-main::php_config.h.in 
                         patch-pear::scripts::pearcmd.php 
                         patch-scripts::Makefile.frag 
    lang/php5            Makefile pkg-plist 
    lang/php5/files      patch-main::php_config.h.in 
                         patch-pear::scripts::pearcmd.php 
                         patch-scripts::Makefile.frag 
    lang/php4-cli        Makefile 
    lang/php5-cli        Makefile 
    www/mod_php4         Makefile 
    www/mod_php5         Makefile 
    www/php4-cgi         Makefile 
    www/php5-cgi         Makefile 
  Added files:
    lang/php4            Makefile.ext Makefile.pear 
                         pkg-message.mod pkg-message.pear 
                         pkg-plist.pear 
    lang/php5            Makefile.ext Makefile.pear 
                         pkg-message.mod pkg-message.pear 
                         pkg-plist.pear 
  Removed files:
    lang/php4            pkg-message 
    lang/php4/files      patch-configure patch-ext::gd::gd.c 
                         patch-ext::gd::gd_ctx.c 
                         patch-ext::gd::libgd::gd.h 
                         patch-ext::gd::libgd::gd_biggif_out.c 
                         patch-ext::gd::libgd::gd_gif_out.c 
                         patch-ext::gd::libgd::gd_lzw_out.c 
                         patch-ext::gd::php_gd.h 
                         patch-ext::mssql::php_mssql.c 
                         patch-ext::mssql::php_mssql.h 
    lang/php4/scripts    configure.php php4_options 
    lang/php5            pkg-message 
    lang/php5/files      patch-configure patch-ext::gd::gd.c 
                         patch-ext::gd::gd_ctx.c 
                         patch-ext::gd::libgd::gd.h 
                         patch-ext::gd::libgd::gd_biggif_out.c 
                         patch-ext::gd::libgd::gd_gif_out.c 
                         patch-ext::gd::libgd::gd_lzw_out.c 
                         patch-ext::gd::php_gd.h 
    lang/php5/scripts    configure.php php5_options 
    lang/php4-cli        pkg-message 
    lang/php5-cli        pkg-message 
    www/mod_php4         pkg-message 
    www/mod_php5         pkg-message 
    www/php4-cgi         pkg-message 
    www/php5-cgi         pkg-message 
  Log:
  First step of the PHP mega-commit:
  - remove extensions and PEAR from the PHP base ports
  - add more OPTIONS to PHP base ports
  
  Revision  Changes    Path
  1.2       +4 -6      ports/lang/php4-cli/Makefile
  1.4       +0 -11     ports/lang/php4-cli/pkg-message (dead)
  1.75      +63 -584   ports/lang/php4/Makefile
  1.1       +473 -0    ports/lang/php4/Makefile.ext (new)
  1.1       +29 -0     ports/lang/php4/Makefile.pear (new)
  1.13      +0 -477    ports/lang/php4/files/patch-configure (dead)
  1.2       +0 -50     ports/lang/php4/files/patch-ext::gd::gd.c (dead)
  1.2       +0 -158    ports/lang/php4/files/patch-ext::gd::gd_ctx.c (dead)
  1.2       +0 -45     ports/lang/php4/files/patch-ext::gd::libgd::gd.h (dead)
  1.2       +0 -1087   ports/lang/php4/files/patch-ext::gd::libgd::gd_biggif_out.c (dead)
  1.2       +0 -73     ports/lang/php4/files/patch-ext::gd::libgd::gd_gif_out.c (dead)
  1.2       +0 -939    ports/lang/php4/files/patch-ext::gd::libgd::gd_lzw_out.c (dead)
  1.2       +0 -21     ports/lang/php4/files/patch-ext::gd::php_gd.h (dead)
  1.2       +0 -11     ports/lang/php4/files/patch-ext::mssql::php_mssql.c (dead)
  1.2       +0 -13     ports/lang/php4/files/patch-ext::mssql::php_mssql.h (dead)
  1.2       +9 -9      ports/lang/php4/files/patch-main::php_config.h.in
  1.2       +4 -2      ports/lang/php4/files/patch-pear::scripts::pearcmd.php
  1.4       +16 -10    ports/lang/php4/files/patch-scripts::Makefile.frag
  1.4       +0 -18     ports/lang/php4/pkg-message (dead)
  1.1       +10 -0     ports/lang/php4/pkg-message.mod (new)
  1.1       +8 -0      ports/lang/php4/pkg-message.pear (new)
  1.14      +6 -101    ports/lang/php4/pkg-plist
  1.1       +40 -0     ports/lang/php4/pkg-plist.pear (new)
  1.16      +0 -111    ports/lang/php4/scripts/configure.php (dead)
  1.12      +0 -67     ports/lang/php4/scripts/php4_options (dead)
  1.3       +4 -6      ports/lang/php5-cli/Makefile
  1.7       +0 -12     ports/lang/php5-cli/pkg-message (dead)
  1.70      +72 -585   ports/lang/php5/Makefile
  1.1       +493 -0    ports/lang/php5/Makefile.ext (new)
  1.1       +29 -0     ports/lang/php5/Makefile.pear (new)
  1.12      +0 -477    ports/lang/php5/files/patch-configure (dead)
  1.2       +0 -50     ports/lang/php5/files/patch-ext::gd::gd.c (dead)
  1.4       +0 -168    ports/lang/php5/files/patch-ext::gd::gd_ctx.c (dead)
  1.2       +0 -45     ports/lang/php5/files/patch-ext::gd::libgd::gd.h (dead)
  1.2       +0 -1087   ports/lang/php5/files/patch-ext::gd::libgd::gd_biggif_out.c (dead)
  1.2       +0 -73     ports/lang/php5/files/patch-ext::gd::libgd::gd_gif_out.c (dead)
  1.2       +0 -939    ports/lang/php5/files/patch-ext::gd::libgd::gd_lzw_out.c (dead)
  1.2       +0 -21     ports/lang/php5/files/patch-ext::gd::php_gd.h (dead)
  1.2       +9 -9      ports/lang/php5/files/patch-main::php_config.h.in
  1.2       +8 -6      ports/lang/php5/files/patch-pear::scripts::pearcmd.php
  1.3       +9 -13     ports/lang/php5/files/patch-scripts::Makefile.frag
  1.7       +0 -19     ports/lang/php5/pkg-message (dead)
  1.1       +10 -0     ports/lang/php5/pkg-message.mod (new)
  1.1       +8 -0      ports/lang/php5/pkg-message.pear (new)
  1.14      +14 -94    ports/lang/php5/pkg-plist
  1.1       +42 -0     ports/lang/php5/pkg-plist.pear (new)
  1.20      +0 -109    ports/lang/php5/scripts/configure.php (dead)
  1.12      +0 -65     ports/lang/php5/scripts/php5_options (dead)
  1.192     +4 -6      ports/www/mod_php4/Makefile
  1.8       +0 -18     ports/www/mod_php4/pkg-message (dead)
  1.193     +4 -6      ports/www/mod_php5/Makefile
  1.11      +0 -19     ports/www/mod_php5/pkg-message (dead)
  1.2       +4 -7      ports/www/php4-cgi/Makefile
  1.3       +0 -11     ports/www/php4-cgi/pkg-message (dead)
  1.3       +4 -7      ports/www/php5-cgi/Makefile
  1.6       +0 -12     ports/www/php5-cgi/pkg-message (dead)



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