1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
Commit Graph

152 Commits

Author SHA1 Message Date
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Alex Dupre
58c5b838c0 Switch to my @FreeBSD.org email address.
Approved by:	nork (mentor)
2004-01-18 10:50:15 +00:00
Alex Dupre
0c575993b8 Add MS-SQL support.
Chase freetds lib. Bump PORTREVISION.

Requested by:	many
Submitted by:	Michael Ranner <mranner@inode.at>
Approved by:	nork (mentor/implicitly)
2004-01-15 23:31:49 +00:00
Alex Dupre
e40c46e6b2 - Fix apache2 dependency (this was broken by the introduction
of the APACHE_PORT variable in bsd.port.mk).
- Fix php5 pkg-list when built without sqlite.

Approved by:	nork (mentor/implicitly)
2004-01-14 15:09:26 +00:00
Norikatsu Shigemura
4668c3f6c0 o Adapt php4 Makefile and bsd.php.mk to support apache2-worker.
o Small other fixes.

PR:		ports/56205[1], ports/61169[2]
Submitted by:	Christian Ullrich <chris+freebsd@chrullrich.de> [1]
		ale (maintainer) [2]
2004-01-10 16:53:01 +00:00
Norikatsu Shigemura
53e6a7c451 [Forced commit]
Remove unnecessary patch, and Bump PORTREVISION.

Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-12-22 19:02:16 +00:00
Norikatsu Shigemura
9440d2d631 Remove unnecessary patch, and Bump PORTREVISION.
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-12-22 19:01:04 +00:00
Oliver Lehmann
a095f28ad0 - since 4.3.4, php4 does not install libmbfl headers, but they
are still needed for PECL extensions that rely on mbstring
  (e.g. mail/pear-mailparse, currently broken);

Remark: the proposed patch comes from PHP's CVS (please see
<http://groups.google.com/groups?selm=cvswez1068253752%40cvsserver>).

- the next release of devel/pear-PEAR (1.3) depends of the extension
  xmlrpc;

- since I'm there, let slaves ports replace COMMENT.

PR:		ports/59591
Submitted By:	Thierry Thomas <thierry@pompo.net>
Approved By:	maintainer
2003-12-14 11:04:50 +00:00
Dirk Meyer
f3e32fd768 PR: 59958 2003-12-04 20:55:20 +00:00
James E. Housley
2fe661e554 A completely new bsd.php.mk file for checking and selecting dependencies
on various php ports. The system is backward compatible and adds the
WANT_PHP_PEAR knob and support for PHP5 (lang/php5 will be updated in a
next PR). It works much better and is more flexible (a future addition will
be support for Apache 2 compiled with threads).
This is the last step before moving the bsd.php.mk file into /usr/ports/Mk
with the addition of USE_PHP={yes,4,5} global knob.

While I'm here, remove the DEBUG option from the extension list and change the
postgresql dependency.

PR:		59418
Submitted by:	MAINTAINER
2003-11-20 11:07:33 +00:00
Jun Kuriyama
ae9970fe43 Chase libnetsnmp shlib major version number and bump ${PORTREVISION}. 2003-11-18 03:19:38 +00:00
James E. Housley
74bbad0a54 Allow compiling with debugging enabled.
PR:		58851
Submitted By:	jeh
2003-11-17 11:40:14 +00:00
Joe Marcus Clarke
f4d7c801f8 Use the new Apache bits from bsd.port.mk.
Submitted by:	dinoex
2003-11-07 09:12:58 +00:00
James E. Housley
7c34833e47 Update to 4.3.4 final release.
PR:		58914
Submitted by:	MAINTAINER
2003-11-05 11:06:59 +00:00
Joe Marcus Clarke
7524984514 Chase the libxslt shared lib version with a PORTREVISION bump. 2003-11-04 18:30:50 +00:00
Dirk Meyer
17c27bfd13 - Fix BUILD_DEPENDS 2003-10-13 05:59:45 +00:00
Dirk Meyer
bfe6332fac - re-enable auto-detection for APACHE2
PR:		57699
Submitted by:	sysadmin@alexdupre.com
2003-10-07 19:38:47 +00:00
Dirk Meyer
5fb9222e89 Mega-patch:
- Add mnogosearch extension
- Use USE_OPENSSL knob instead of direct including of bsd.openssl.mk
- Fix OpenSSL undefind symbols at runtime
- Fix OpenLDAP/MySQL dependencies, by moving down the inclusion of the
  bsd.port.pre.mk makefile
- Fix make describe/all-depends-list to catch correct libraries
- Fix mcrypt extension (add ltdl dependency)

PR:		57699
Submitted by:	sysadmin@alexdupre.co
2003-10-07 16:45:15 +00:00
Dirk Meyer
251d7066cc Fix for the OpenSSL extension
PR:		57437
Submitted by:	sysadmin@alexdupre.com
2003-10-01 11:34:23 +00:00
Norikatsu Shigemura
6cb400092d o Update to 4.3.4RC1.
o Sync with latest PHP5 changes (new DB4 extension,
  use correct knobs, etc...)

PR:		ports/57399
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-09-30 11:50:26 +00:00
Edwin Groothuis
baa72af69d chase print/pdflib libversion upgrade
PR:		ports/57204
2003-09-26 23:38:34 +00:00
Norikatsu Shigemura
d9d0a77695 Update to 4.3.3 final release.
PR:		ports/55990
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-08-26 15:58:48 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Norikatsu Shigemura
42257c3016 Update to 4.3.3RC4.
PR:		ports/55713
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-08-19 01:57:50 +00:00
Jun Kuriyama
b67a28791a Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
2003-08-15 00:49:31 +00:00
Joe Marcus Clarke
2766f02256 Chase the zzip shared lib version.
PR:		55197
Submitted by:	maintainer
2003-08-02 22:34:54 +00:00
Oliver Lehmann
762d33221a fix MASTER_SITES and split them into release-candidate and release sections
Approved by:	maintainer
2003-08-01 07:41:35 +00:00
Norikatsu Shigemura
ef9dd75dbb Remove a unnecsesary patch.
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Pointy hat to:	myself
2003-07-31 08:21:56 +00:00
Norikatsu Shigemura
c979bd0db6 o Update to 4.3.3RC2.
o Add identification to php4 configuration dialog [1].
o Fix incorrect detecting of OpenLDAP dependency [2].

PR:		ports/55100, ports/54283[1], ports/54726[2]
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
		Mark Linimon <linimon@lonesome.com> [1]
		Jens Rehsack <rehsack@liwing.de> [2]
2003-07-31 07:57:01 +00:00
Norikatsu Shigemura
73441dd7ca o Add default overload extension.
o Add WITH_REGEX_TYPE knob [1].
o Small fixes.

PR:		ports/54061
Requsted by:	Jens Rehsack [1]
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-07-04 02:26:08 +00:00
Norikatsu Shigemura
2efdd507c9 o Switch to libtool 1.4.
o Add WITHOUT_IPV6 knob (Requested by Jens Rehsack <rehsack@liwing.de>
  in ports/53754, implemented in a slightly different way).
o Add GIF and animated GIF write support by default in GD and add
  WITH_LZW knob to enable the LZW compression algorithm (patented
  in some countries).
o Removed gd_gif_out.diff patch and added many new patches.

PR:		ports/53754, ports/53879
Requested by:	Jens Rehsack <rehsack@liwing.de>
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-07-03 06:02:38 +00:00
Norikatsu Shigemura
11024207d2 Add WANT_PHP_WEB knob, for ports that require a web
server to work, but for which is indifferent the PHP
sapi (CGI or Apache Module).

PR:		ports/53800
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-07-03 05:51:18 +00:00
Ade Lovett
b2fd75e438 libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:	portmgr (kris) - for the bsd.port.mk hooks
Tested by:	bento 4-exp builds (repeatedly)
2003-06-26 22:58:32 +00:00
Norikatsu Shigemura
e94c7dc53c Improve SNMP support (fix openssl dependency and add net-snmp5 support).
PR:		ports/53687
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-06-25 01:35:17 +00:00
Norikatsu Shigemura
29770573e6 o Add FriBiDi extension [1]
o New patch-main::main.c file [2]:
  - Fixed bug #24253 (missing variables when register_globals is on)
  - Fixed a memory leak when more then 1 E|S flag is passed to gpc_order.
  - Fixed a memory leak when variables_order is not set and gpc_order
    has S|s flag.
  - Optimized out duplicate parsing of the variables order string.

PR:		ports/53609
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Patched by:	Thierry Thomas [1]
Requested by:	Ian Service [2]
2003-06-24 08:16:25 +00:00
Norikatsu Shigemura
e7a14dfeef Add gif and animated-gif write support to GD extension.
(enable with WITH_GD_GIF_OUT - not default due to LZW
patent in many countries)

PR:		ports/53631
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-06-23 13:06:55 +00:00
Norikatsu Shigemura
9f3dcaa501 scripts/php_options is changed to php4_options. So it should be removed.
PR:		ports/53498
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Pointy hat to:	myself
2003-06-20 08:45:56 +00:00
Norikatsu Shigemura
4c61dd39cd o Update to 4.3.3RC1.
o Add inifile and cdb extensions.
o Fix imap without ssl(inspired from ports/53141).
o Rename some variable for future compatability (PHP => PHP4)
  (inspired from ports/53113, points 1 and 4 - point 2 is useless).

PR:		ports/53498
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Inspired by:	ports/53141 (Torsten Schneider <fbsd-bugs@tschneider.org>)
Inspired by:	ports/53113 (Jens Rehsack      <rehsack@liwing.de>)
2003-06-20 05:25:24 +00:00
Norikatsu Shigemura
a3f84a35f0 Add Oracle7 support into PHP4.
PR:		ports/53017
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Obtained from:	ports/52615
Obtained by:	Joe Kelsey <joek@zircon.staff.flyingcroc.net>
2003-06-07 20:45:11 +00:00
Norikatsu Shigemura
b49074ba97 Add bsd.php.mk, every port depending on PHP should include this file
and set the right knobs, like the bsd.openssl.mk.

PR:		ports/52674
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-06-06 18:12:58 +00:00
Norikatsu Shigemura
02cfc7b89c Update to 4.3.2 release.
PR:		ports/52784
Submitted by:	Alex Dupre <sysadmin@alexdupre.com> (maintainer)
2003-06-06 18:07:54 +00:00
Norikatsu Shigemura
aac19ca8e7 Prepare for new slave port: www/php4-cgi.
PR:		ports/52617
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2003-06-06 17:58:15 +00:00
Norikatsu Shigemura
18ea1afefe Add completely new port system for PHP4 (4.3.2RC4). Updated mod_php4
to 4.3.2RC4 release and added php4-cli and php4 ports, for apache
module, command line interface, and both, respectively.  Too many
changes (improvements, bug fixes and new features) to be listed here,

PR:		ports/51945
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2003-05-22 18:26:28 +00:00
Dirk Froemberg
16015ff0f5 Remove lang/php4 which was integrated into www/mod_php4. 2003-01-29 15:19:15 +00:00
Dirk Froemberg
70e77fff1f Upgrade to 4.2.1. 2002-05-17 06:07:01 +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
52724e1da9 Set PORTREVISION to 0 after upgrading mod_php4 to 4.1.0. 2001-12-19 19:49:22 +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
0801433ca0 ming support was included in php-4.0.6. 2001-06-25 21:06:10 +00:00
Dirk Froemberg
8439522453 Make PORTREVISION independent of master port. 2001-06-24 22:37:25 +00:00
Dirk Froemberg
e2e25b004e NOPORTDOCS isn't used in the master ports any longer. 2001-04-22 23:09:14 +00:00
Dirk Froemberg
1e6a30c3e4 Add new standalone php4 port as a slave port of www/mod_php4.
Based upon work by:	Alastair D'Silva <deece@familyhealth.com.au>
2001-02-25 21:25:26 +00:00