Dirk Froemberg
3fe62758e2
Switch from textproc/pspell to textproc/aspell for pspell support after
...
removal of textproc/pspell.
PR: ports/42052, ports/43148
2002-09-21 06:11:46 +00:00
Dirk Froemberg
dd744e3f93
Make Sablotron option LOCALBASE clean
...
PR: ports/42710
Submitted by: Thomas Hurst <freaky@aagh.net>
2002-09-20 14:17:01 +00:00
Akinori MUSHA
8bef9b4943
Bump expat shlib.
2002-09-17 21:02:30 +00:00
Chris D. Faulhaber
cd5fdb8860
Catch up with libmcve version bump
2002-09-10 12:58:31 +00:00
Dirk Meyer
c344a550c6
support appache13-modssl by defining APACHE_PORT in /etc/make.conf
...
others variants of the apache ports can be used too.
Approved by: dirk
2002-09-10 11:26:49 +00:00
Dirk Froemberg
4017dcd217
Upgrade to 4.2.3.
2002-09-09 08:32:24 +00:00
Dirk Froemberg
f2a076ccbe
Fix build with apache-2.0.40.
...
ap_register_input_filter() and ap_register_output_filter() take
four arguments, now.
Submitted by: Jon Noack <noackjr@rice.edu>
Obtained from: PHP's CVS repository
2002-08-12 20:57:44 +00:00
Max Khon
1aa4fabc97
Catch up with libsablot (ports/textproc/sablotron) version bump
...
Approved by: MAINTAINER
2002-08-11 09:36:47 +00:00
Ade Lovett
5c738e8ba4
Two more gettext shlib updates that got missed.
2002-08-01 20:56:58 +00:00
Dirk Froemberg
85fe8887c8
Bump shared library version number for expat.
2002-07-23 06:20:58 +00:00
Dirk Froemberg
2e3efc002f
Upgrade to 4.2.2 and thus close a security hole (remote vulnerability).
...
See http://security.e-matters.de/advisories/022002.html for details.
2002-07-22 18:22:14 +00:00
Dirk Froemberg
ea7ad44798
Fix compile error with apache-2.0.39.
...
PR: ports/39529
Submitted by: Chris <chris@kulish.com>
2002-06-21 21:52:26 +00:00
Ade Lovett
f09e566f83
Chase sablot shlib version.
...
Submitted by: ade's rebuild local port script
2002-06-16 01:45:20 +00:00
Yoshio MITA
17d6a74ba9
Synchronize depending libraries' version up.
2002-05-25 00:57:06 +00:00
Dirk Froemberg
87569332c4
Add MCVE support.
...
PR: ports/37601
Submitted by: jedgar
2002-05-18 07:57:21 +00:00
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