Commit Graph

49 Commits

Author SHA1 Message Date
brad
410683d08a - bump NEED_VERSION
- rename checksums file
- remove --without-gdbm since it seems to be a no-op
- move LIB_DEPENDS on gdbm to the location where it makes most sense
2001-11-19 01:38:58 +00:00
brad
bfe1386a12 - add pkgspec for c-client
- link with libcom_err_pic vs. libcom_err
2001-11-18 19:57:25 +00:00
naddy
0739b03753 add lib/mysql path to library dependencies 2001-11-17 00:12:23 +00:00
espie
b7bc9f1cef Full lib-depends.
Note that, even --without-gdbm, php3 does pick an installed gdbm...
2001-10-24 12:38:46 +00:00
espie
3b21e0b13f Don't grab gdbm if it's installed, since we don't depend on it... 2001-10-16 08:01:44 +00:00
avsm
054209e023 Repair imap FLAVOR:
- c-client is at shlib version 3 now
- link in with kerberos libraries like php4

pointed out by brad, tested by heko, ok naddy
2001-10-15 23:45:45 +00:00
brad
c72fdfe47b add to comment about dynamic loading and mention the need for Apache to
support DSO's.
2001-08-17 19:34:51 +00:00
brad
6de20d30a3 update dependency entries for MySQL. 2001-06-03 05:32:16 +00:00
lebel
2635bc0375 www: integrate COMMENT, bump NEED_VERSION. 2001-05-06 04:22:45 +00:00
brad
b676d035fb remove major rev for mysqlclient dependency entry. 2001-03-07 19:05:33 +00:00
avsm
5a73eab790 work with the new pgsql port layout 2001-02-27 23:00:26 +00:00
avsm
c1a9641c20 /usr/local -> LOCALBASE 2001-02-26 05:52:17 +00:00
avsm
88501a3612 use LOCALBASE, not PREFIX in the pgsql configure. Also add this to the
php3 port.
2001-02-22 20:03:47 +00:00
jakob
a5ea0ce304 add gd flavour; <armando@theghet.to> 2001-02-07 09:15:42 +00:00
jakob
0c3d1652df fix expat dependency 2001-02-07 09:14:38 +00:00
jakob
4c625dc744 update mysql depends 2001-01-28 13:31:28 +00:00
brad
3e3e1dc069 remove mips and powerpc from ONLY_FOR_ARCHS, these platforms do not even
ship with an Apache compiled with DSO support yet.
2001-01-04 00:51:23 +00:00
brad
ef0f2e0640 sort 2001-01-03 21:36:49 +00:00
brad
8085a38660 add missing @dirrm 2001-01-03 21:35:26 +00:00
naddy
9122eedc4f Use customary framework for INSTALL/DEINSTALL scripts; fixes INSTALL.
ok jakob@
2000-12-15 13:29:33 +00:00
brad
90fbe119af a few BUILD_DEPENDS -> LIB_DEPENDS 2000-12-14 15:25:20 +00:00
espie
7236118b69 Fix dependency 2000-12-14 14:04:09 +00:00
jakob
db944de3de update to v3.0.18. excerpt from ChangeLog below.
--
October 21, 2000, Version 3.0.18
- Fixed file upload bugs (Sascha)

October 11, 2000, Version 3.0.17
- Fixed output functions (Sascha)
- Added odbc_tables() (Frank)
- Fixed htmlspecialchars/htmlentities inconsistencies (Rasmus)
- Added is_uploaded_file() (Zeev)
- Clean up htmlspecialchars/htmlentities inconsistencies (Rasmus)
- Add optional charset parameter to sybase_[p]connect (alf@alpha.ulatina.ac.cr)
- Fixed incorrect handling of 0-precision strings (e.g., %4.0s)
  in printf (Ken Coar)
- You can now call Ora_Error() without prameters to get the reason
  for a failed connection attempt. (Kirill Maximov)
- Fixed crash in OCIFetchStatement() when trying to read after
  all data has already been read. (Thies)
- Added --enable-sigchild. Use this option if you encounter
  <defunc> processes when using Oracle 8i. (Thies)
- Uncommitted outstanding OCI8 transactions are now rolled back
  before the connection is closed. (Thies)
- Improved configure checks for Oracle 8i. (Thies)
- Added imap_mime_header_decode() function (Skalski)
2000-11-24 07:39:00 +00:00
jakob
fba294b934 FLAVORize imap support 2000-10-29 20:37:13 +00:00
jakob
368a0f465a add package conflict as php3 and php4 do not work together; noted by espie@ 2000-10-22 22:43:24 +00:00
espie
46b5f232b5 Kill
FAKE=Yes
HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF
and bump NEED_VERSION accordingly.
2000-10-22 15:41:23 +00:00
jakob
ce7dadcdb0 add fullname to MAINTAINER 2000-10-04 21:53:59 +00:00
jakob
347e840d9f add HOMEPAGE 2000-07-20 11:26:13 +00:00
jakob
29fd2c97f9 depend on c-client port instead of imap-uw
add patch to make configure detect the c-client include-files
2000-07-18 21:55:43 +00:00
jakob
5465d79f3f add note about where to install php3.ini; Christoph Schneeberger <cschnee@telemedia.ch> 2000-07-12 11:03:10 +00:00
jakob
a93e0b69f0 bump NEED_VERSION 2000-06-20 20:30:34 +00:00
jakob
bed6b58bcc remove fake
add comment to PLIST
CONFIGURE_STYLE
2000-06-20 20:29:49 +00:00
jakob
79db850c02 enable PCRE regex 2000-06-05 09:16:32 +00:00
jakob
80b998bdad build with support for imap using imap-uw port. 2000-06-05 09:05:53 +00:00
jakob
6123a4443a add postgresql flavor; <kevlo@> 2000-06-05 09:02:30 +00:00
jakob
b187f9ed2a add mysql flavour
fake installation and add php3-enable script

(ok turan@ before freeze)
2000-04-17 19:29:47 +00:00
espie
233ac49af6 explicit FAKE=No, so that we can turn FAKE on by default. 2000-04-09 17:35:57 +00:00
kevlo
f911723b1e Add USE_MYSQL to compile with MySQL. Just run ``make USE_MYSQL=yes install'' 2000-04-07 14:01:59 +00:00
jakob
20c5b32a69 Update to PHP v3.0.16 2000-04-05 06:39:30 +00:00
jakob
b0e4e70bc9 Fix library permissions; matthew patton <mep@netsec.net> 2000-03-17 07:51:04 +00:00
jakob
4f1ee69591 fix license info 2000-03-05 23:00:29 +00:00
kevlo
b080d11c45 Update the checksum. 2000-03-01 02:21:18 +00:00
kevlo
ffdb4e8375 Upgrade to version 3.0.15 and add the license info. 2000-02-28 10:36:27 +00:00
espie
4420842031 All the Makefiles cvs missed first time around... 2000-02-16 10:52:08 +00:00
kevlo
18cf67b859 Add the PKGNAME. 2000-02-01 15:19:14 +00:00
kevlo
7de7685c25 Fix the packing list. 2000-01-17 15:40:30 +00:00
kevlo
20bb84d9fc Add the config file php.ini is located in /var/www/conf/. 2000-01-15 04:48:02 +00:00
kevlo
fa32f5ca16 Fix checksum error. 2000-01-15 03:01:32 +00:00
kevlo
0045db0b24 At the most basic level, PHP can do anything any other CGI program can
do, such as collect form data, generate dynamic page content, or send
and receive cookies.

PHP also has support for talking to other services using protocols
such as IMAP, SNMP, NNTP, POP3, or even HTTP. You can also open raw
network sockets and interact using other protocols.

More information availible at http://www.php.net/ 

This port is worked by Jakob Schlyter <jakob@openbsd.org>.
2000-01-14 09:06:46 +00:00