1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
Commit Graph

322 Commits

Author SHA1 Message Date
Dirk Froemberg
70e77fff1f Upgrade to 4.2.1. 2002-05-17 06:07:01 +00:00
Dirk Froemberg
864304e1a9 USE_BZIP2
PR:		ports/37568
Submitted by:	Alexandr Kovalenko <never@nevermind.kiev.ua>
2002-05-13 06:20:06 +00:00
Dirk Froemberg
abe5274ee7 Fix mkdir() bug.
PR:		ports/37825
Submitted by:	Jason Taylor <jason@jase.org>
2002-05-13 05:58:06 +00:00
Dirk Froemberg
16e5eb080c - extension dir is no-debug-zts-20010901 if WITH_APACHE2 is set
- extension dir has to be created if installed as a package since it is
  empty
- move PLIST_SUB into if-clause so it actually works

Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2002-05-11 16:49:32 +00:00
Dirk Froemberg
1b1465b93c Remove stale PLIST_SUB for AP_LIBEXEC which wrongly overrode previous
setting for PLIST_SUB.

PR:		ports/37769
2002-05-11 15:51:21 +00:00
Kris Kennaway
109950ce7e Chase libmcrypt version bump.
Submitted by:	Larry Rosenman <ler@lerctr.org>
PR:	ports/37812
2002-05-07 02:27:53 +00:00
Dirk Froemberg
b39a88a3f7 Add hook for building mod_php4 as an apache2 module (WITH_APACHE2). 2002-05-01 10:56:02 +00:00
Dirk Froemberg
bdafa4c36e ${ECHO} -> ${ECHO_CMD} 2002-05-01 10:48:54 +00:00
Dirk Froemberg
7c220955f1 Remove unneeded post-extract hook. 2002-05-01 09:44:41 +00:00
Dirk Froemberg
f0ca10c005 Remove stale entry. 2002-05-01 09:41:52 +00:00
Dirk Froemberg
1d1dc73e45 Fix plist after upgrade to 4.2.0. 2002-04-27 14:03:19 +00:00
Dirk Froemberg
8e584c45ca Upgrade to 4.2.0.
Don't upgrade to this version blindly. External variables handling
has been changed. This will break your application if they don't
take care of this.

There is a CVS tag (BEFORE_PHP_4_2_0) for the latest non-4.2.0
version (4.1.2).

-------------------------------------------------------------------------

The biggest change in PHP 4.2.0 concerns variable handling. External
variables (from the environment, the HTTP request, cookies or the web
server) are no longer registered in the global scope by default. The
preferred method of accessing these external variables is by using the new
Superglobal arrays, introduced in PHP 4.1.0. More information about this
change:

    * PHP Manual: Predefined variables
      http://www.php.net/manual/en/html/language.variables.predefined.html
2002-04-27 11:15:18 +00:00
Dirk Froemberg
8667b64309 XMLRPC requires iconv.
PR:		ports/36888
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2002-04-17 05:46:46 +00:00
Dirk Froemberg
7eee863179 Clean up configure options.
PR:		ports/36109
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2002-04-16 10:58:19 +00:00
Dirk Froemberg
94940aca58 Add GD2 support.
PR:		ports/36109
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2002-04-16 10:50:03 +00:00
Ade Lovett
f18cbf2fa6 gettext upgrade uber-patch (stage 3)
- switch devel/gettext (0.11.1) on, installing full package
- flip devel/gettext-old (0.10.35) to installing only static binaries
  with a "-old" suffix -- gettext-old will have its deorbit burn
  sequence initiated just after 4.6-RELEASE
- fix up ports for the new world order

Reviewed by:	portmgr
2002-04-12 17:10:20 +00:00
Maxim Sobolev
48d4fb9942 giconv.h --> iconv.h. 2002-04-08 11:31:59 +00:00
Maxim Sobolev
62f2687e21 Add USE_SUBMAKE, where it might be necessary. 2002-03-25 09:19:20 +00:00
Dirk Froemberg
dc725da946 Make sure every block is printed once, only. 2002-03-21 22:47:31 +00:00
Dirk Froemberg
ec41389096 - Added bzip2 support
- Added XMLRPC support
- Added WDDX support

PR:		ports/36109
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2002-03-21 22:29:14 +00:00
Dirk Froemberg
dfa2b45149 - Cleaned up XML-related extensions
- Fixed / Updated iconv-biconv-giconv-libiconv library dependencies

PR:		ports/36109
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2002-03-21 22:11:01 +00:00
Dmitry Sivachenko
1ac9f63f67 Add YAZ support (optional, off by default).
MAINTAINER timeout.
2002-03-13 20:18:22 +00:00
Peter Pentchev
22a46c2ad6 Bump the freetype2 library version in a couple of ports sobomax missed. 2002-03-12 11:51:15 +00:00
Dirk Froemberg
5117d90551 Upgrade to 4.1.2 and thus fix remote vulnerabilities.
Everybody is strongly encouraged to upgrade.

See http://security.e-matters.de/advisories/012002.html for details.
2002-02-27 22:17:22 +00:00
Chris D. Faulhaber
bbbd5ccdc9 Mark as FORBIDDEN due to being remotely exploitable. 2002-02-27 19:05:43 +00:00
Dirk Froemberg
c1ed9437f3 Fix build if snmp support is enabled.
PR:		ports/34671
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
2002-02-14 22:30:43 +00:00
Dirk Froemberg
edf3ed7f0e Switch over to pdflib which is at version 4.0.1 at the moment. 2002-02-01 08:34:34 +00:00
Dirk Froemberg
a0e1dc9718 Chase shared library number for sablotron. 2002-01-28 21:56:49 +00:00
Dirk Froemberg
729d7172c3 Chase freetype's shared library number. 2002-01-21 12:36:17 +00:00
Dirk Meyer
291941b4e8 Make port recognize PHP4_OPTIONS for non-interactive configuration
- PHP4_OPTIONS added to enviroment

local slave ports can now set:

BATCH=yes
PKGNAMESUFFIX=-pgsql
PHP4_OPTIONS=   \"zlib\" \"PostgreSQL\" \"OpenLDAP1\" \"OpenSSL\"
MASTERDIR=      /usr/ports/www/mod_php4
.include "${MASTERDIR}/Makefile"

Approved by:	dirk
2002-01-09 06:45:47 +00:00
Will Andrews
f3171de7e6 First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00
Dirk Froemberg
1462fcb5ed Fix bug in xmldocfile() if DTD entities are in the XML document.
This patch was taken from the PHP CVS repository.

Submitted by:	Mark Chesney <mark@chesneycorp.com>
2001-12-30 12:48:56 +00:00
Dirk Froemberg
55ff631088 Upgrade to 4.1.1. 2001-12-26 23:15:43 +00:00
Dirk Froemberg
62a1a7ad69 Fix SybaseDB and SybaseCT after freetds upgrade:
- sybdb.0 -> sybdb.1
- include libgiconv in LIBS

Reported by:	Alexandr Listopad <laa@laa.zp.ua>
2001-12-25 15:08:34 +00:00
Dirk Froemberg
da9963595a Add -I${PREFIX}/include to CFLAGS to fix build if MCAL and mcrypt
support is enabled.

Reported by:	Scott Allendorf <scott-allendorf@uiowa.edu>
2001-12-21 15:28:06 +00:00
Dirk Froemberg
e996e3d822 Fix XSLT support. Configure option have changed for 4.1.0.
Submitted by:	Juriy Goloveshkin <juriy@aviaport.ru>
2001-12-20 14:50:58 +00:00
Dirk Froemberg
4c6ad01883 Upgrade to 4.1.0.
See http://www.php.net/ChangeLog-4.php for a detailed list of
changes.
2001-12-19 19:48:41 +00:00
Dirk Froemberg
b8df995834 Add --enable-discard-path and --with-readline to lang/php4.
Submitted by:	Rafal Michalski <rafal.michalski@altech.com.pl>
2001-12-04 07:27:41 +00:00
Dirk Froemberg
cfaf7af6f0 Don't hardcode /usr/local/. 2001-12-02 21:38:19 +00:00
Dirk Froemberg
ee8ee315b7 Chase sablotron's shared library number. 2001-12-02 21:28:32 +00:00
Dirk Froemberg
77597da749 Replace ${PREFIX} with ${LOCALBASE} were appropriate.
Submitted by:	petef
2001-11-30 09:40:52 +00:00
Dirk Froemberg
e7805e9cfa Add patch files to the repository, finally. 2001-11-30 09:19:33 +00:00
Dirk Froemberg
fa1d4984f4 Provide function stubs for mcal to get around problems with certain
combinations of support options.

Submitted by:	Thierry Thomas <thierry@thomas.as>
2001-11-30 09:02:54 +00:00
Dirk Froemberg
9b4b686896 Add support for MCAL (Modular Calendar Access Library)
PR:		ports/31417
Submitted by:	Thierry Thomas <thierry@thomas.as>
2001-11-26 21:29:31 +00:00
Dirk Froemberg
29dbd88431 Really fix IMAP/IMAP-SSL support and clean up yesterday's mess. 2001-11-24 15:30:12 +00:00
Dirk Froemberg
838690506f Fix IMAP/IMAP-SSL support.
PR:		ports/32232
Submitted by:	Yarema <yds@dppl.com>
2001-11-23 18:46:55 +00:00
Dirk Froemberg
eee478834b Add IMAP-SSL support.
PR:		ports/28948
Submitted by:	Richard Stockley <rws@procopia.com>
2001-11-18 22:35:30 +00:00
Dirk Froemberg
849ac4847d Add support for domxml.
PR:		ports/28948, ports/29565
2001-11-18 22:29:38 +00:00
Dirk Froemberg
51d87a075f Chase sabrotron shlib major. 2001-11-06 12:57:16 +00:00
Dirk Froemberg
115e71f180 Allow options to be set via PHP4_OPTIONS if BATCH is enabled, e. g.
make -DBATCH PHP4_OPTIONS='"zlib" "MySQL" "IMAP"' install

Make sure options are surrounded by " (double-quotes).
2001-11-05 14:25:18 +00:00