1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

4439 Commits

Author SHA1 Message Date
Ying-Chieh Liao
880695cbd1 use USE_PYDISTUTILS 2002-04-29 19:21:15 +00:00
Joe Marcus Clarke
8f71c09ea7 Remove unneeded patch. This should correct the plist problems.
Reported by:	olgeni
Approved by:	sobomax
2002-04-29 15:06:52 +00:00
Ollivier Robert
7fffb59783 Build against expat2 instead of the old expat1. Both neon & subversion
compile.
2002-04-29 11:22:26 +00:00
Ollivier Robert
b753105b17 Update to 0.19.4. Now depends on expat instead of libxml.
PR:		ports/37494
Submitted by:	garrett rooney <rooneg@electricjellyfish.net> (MAINTAINER)
2002-04-29 09:27:43 +00:00
Pete Fritchman
81bbbcac71 Update to 1.15. 2002-04-28 19:47:17 +00:00
Martin Blapp
e7a2a55e96 Make changing passwords running. Add patch posted to sourge-forge with
little modifications. Bump PORTREVISION.
2002-04-28 11:48:18 +00:00
Joe Marcus Clarke
ca6aaac61d Allow Galeon to properly act as a viewer for GNOME help URLs. Bump
PORTREVISION.

Prompted by:	User Witr <witr@rwwa.com>
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-27 17:32:31 +00:00
Dirk Froemberg
1d1dc73e45 Fix plist after upgrade to 4.2.0. 2002-04-27 14:03:19 +00:00
Martin Blapp
6c551a6f27 Another version of mod_auth_mysql which works ok with more than one
Database too.
2002-04-27 13:53:37 +00:00
Maxime Henrion
3f2aff6f12 Correct my email address. 2002-04-27 13:30:39 +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
Dag-Erling Smørgrav
907385e56b Re-add lib/netscape-linux/plugins to the plugin path so Flash works again.
PR:		37484
Submitted by:	Øyvind Kolbu <oyvind@kebab.gaffel.nu>
2002-04-26 20:26:42 +00:00
David E. O'Brien
741c03ea2c Upgrades to 0.97 pre 9.
Add "-force-html" option.

Approved by:	demon
2002-04-26 19:38:04 +00:00
Maxim Sobolev
6e26545bd1 Move misplaced hunk where it belongs (from patch-configure to patch-hairy). 2002-04-26 06:20:31 +00:00
Joe Marcus Clarke
4ea764da27 Remove redundant configure patch.
Reported by:	Franz Klammer <klammer@webonaut.com>
2002-04-26 04:24:50 +00:00
Joe Marcus Clarke
b19b696d63 Add a conditional broken message so that people stop asking why Mozilla
fails to build when they have freetype 1.x installed.

Reviewed by:	sobomax
Approved by:	sobomax
2002-04-26 04:17:52 +00:00
Maxim Sobolev
8a468ffb08 USE_LIBTOOL strikes back: use the new and improved way for dealing with
configure scripts created using autoconf 2.13 or later, which allows
to replace many patch-ltmain.sh out there with USE_LIBTOOL and one
additional line in configure script.
2002-04-25 18:37:03 +00:00
Johann Visagie
c20468019e Add phpbb 2.0.0, a PHP-based bulletin board / discussion forum system. 2002-04-25 14:20:18 +00:00
Joe Marcus Clarke
b417efd74e Add --disable-gtk-doc to prevent build and install problems when gtk-doc 0.9
is also installed.

PR:		36401
Reported by:	many
Approved by:	sobomax
2002-04-24 15:50:09 +00:00
Andrey A. Chernov
15c9b755b0 Replace PREFIX globally
PR:		37413
Submitted by:	Jason Mann <jmann@blueyonder.co.uk>
2002-04-24 13:41:36 +00:00
Johann Visagie
95d4cffb1f - Update to version 0.4.7 2002-04-24 07:39:23 +00:00
Akinori MUSHA
0b1899cc4e Update to 0.3.0. 2002-04-23 19:42:13 +00:00
Joe Marcus Clarke
9b96e07662 Allow libart to be fetched quickly instead of wading through all the
MOZILLA dist sites' timeouts.
2002-04-22 22:26:14 +00:00
David E. O'Brien
fb76c325a9 Until sobomax copies libart_lgpl-1.0 into his ~public_distfiles dir... 2002-04-22 21:22:49 +00:00
Akinori MUSHA
b301628321 Update to 0.9.8. 2002-04-22 21:02:24 +00:00
Joe Marcus Clarke
7d6cb800a1 Fix up the port to use the 1.0.rc1 version of the libart dist. 2002-04-22 17:19:10 +00:00
Joe Marcus Clarke
a03081bae3 Update to 1.2.1.
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-22 17:01:37 +00:00
Joe Marcus Clarke
1d5ba524f2 Update to 1.0.rc1
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-22 16:58:31 +00:00
Munechika SUMIKAWA
ea7f1403d8 Upgrade to 2.7b. 2002-04-22 12:57:26 +00:00
Dirk Meyer
995ac1fee4 Make startscript apache.sh PREFIX aware at install time,
so it can be called within an path or dir.
e.g. in: /usr/local/etc/rc.local/apache.sh
and in /etc/rc.conf:
local_startup="/usr/local/etc/rc.local"

Approved by:	ache
2002-04-22 03:26:12 +00:00
Anders Nordby
6828f0b78a Reclaim maintainership. 2002-04-22 01:38:22 +00:00
Dag-Erling Smørgrav
38eea96cd4 Upgrade to 6.0 Beta 2. I've only tested it cursorily, but it seems about
an order of magnitude faster than Beta 1, and doesn't crash in situations
where Beta 1 used to.
2002-04-20 15:03:26 +00:00
Patrick Li
c64e711cad Update to 2.2.9.1
PR:		37113
Submitted by:	maintainer
2002-04-20 06:21:28 +00:00
Dirk Meyer
3eb8f7cd4c -----------------
Changelog: webalizer-2.01-10

Fixes:
 o Fix posible obscure buffer overflow bug in DNS resolver code

 o Added additional extended character fixes

 o Let code accept partial content response codes along with 200's

 o Added code to catch blank hostnames (yes, they have been found!)
   Will convert them into 'Unknown'

 o Security fix for cross-site scripting vulnerability found by
   Flavio Veloso (www.magnux.com).

Updates in languages:
	webalizer_lang.czech
	webalizer_lang.portuguese
	webalizer_lang.spanish

-----------------
Distfiles remaden on Master site:

old tarball:
webalizer-2.01-10-src.tgz
(had an extra CVS dir)

new tarball:
webalizer-2.01-10-src.tar.bz2

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

Add Option:
	WEBALIZER_WITH_GD2

builds okay, but won't run without X11 if compiled with this option.
2002-04-19 18:45:32 +00:00
Brian Somers
a58ed8c847 Qualify calls to &read, &close and &die to silence perl -w 2002-04-19 17:59:04 +00:00
Dirk Meyer
4b4f4ae757 Make startscript apache.sh PREFIX aware at install time,
so it can be called within an path or dir.
e.g. in: /usr/local/etc/rc.local/apache.sh
2002-04-19 17:45:25 +00:00
Dirk Meyer
6de7d44adf - Update, distfiles has changed,
- switched back to bzip2 tarball
2002-04-19 05:14:58 +00:00
Eric Melville
4a6fe7d25d Update to latest distfile (0.8.1).
Submitted by:	Jeff Brown <jabrown@sdsc.edu>
2002-04-18 21:51:29 +00:00
Ying-Chieh Liao
a7fe341967 Respect $DESTDIR for all paths
PR:		37211
Submitted by:	maintainer
2002-04-18 20:29:41 +00:00
Joe Marcus Clarke
2cac225611 Allow galeon to find and use Xinerama. This prevents galeon from maximizing
over multiple displays.  Bump PORTREVISION.

Submitted by:	Franz Klammer <klammer@webonaut.com>
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-18 05:52:59 +00:00
Dirk Meyer
f51825299d - Update to 2.1.10,
- fixes buffer-overflow repoted on BUGTRAQ
- part of patch is now in the distribution
2002-04-18 04:23:54 +00:00
Patrick Li
855139d334 Update to 5.7.1
PR:		37174
Submitted by:	maintainer
2002-04-17 21:05:22 +00:00
Kevin Lo
5698152b45 Update to version 0.25
PR: 37183
Submitted by: Alex Kapranoff <kappa@agava.com>
2002-04-17 13:36:21 +00:00
Ernst de Haan
f6f1938e24 Now correctly integrates with Jikes again.
Bumped PORTREVISION.
2002-04-17 09:02:45 +00:00
Johann Visagie
57174f2615 - Update to version 0.4.6 2002-04-17 07:55:41 +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
Patrick Li
de79e5a144 Dont hardcode path to perl
PR:		37150
Submitted by:	maintainer
Reported by:	bento
2002-04-16 20:14:40 +00:00
Ernst de Haan
18684fadc2 Now using files from www/jakarta-tomcat4.
Moved things around from one target to another. Now
displaying installation settings during pre-install. Doing
file replacements in post-patch.
Bumped PORTREVISION.
2002-04-16 20:13:16 +00:00
Ernst de Haan
7ca01b0480 Using USE_JAVA. Supporting the setting of APACHE_PORT. This
has not been tested with Apache 2.0 though.

Looks for the right Tomcat JAR file. Since Tomcat 3.3
${TOMCAT_HOME}/lib/webserver.jar no longer exists.

Moved the file replacements (using ${SED}) from post-extract
to post-patch.

Changed the mod_jk.conf file to point to the right location
for the workers.properties file.

Bumped PORTREVISION.
2002-04-16 19:27:50 +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