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

4413 Commits

Author SHA1 Message Date
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
Dirk Froemberg
94940aca58 Add GD2 support.
PR:		ports/36109
Submitted by:	Alex Dupre <sysadmin@alexdupre.com>
2002-04-16 10:50:03 +00:00
Akinori MUSHA
12fb39c255 Update to 0.2.0. 2002-04-16 08:15:37 +00:00
Ernst de Haan
08ead3b1c5 Now using daemonctl.1 and startup.sh from jakarta-tomcat4.
Renamed the control program to tomcat3ctl for consistency
with tomcat4ctl.

Now displaying installation settings in pre-patch phase.
Customizing files using ${SED} in post-patch phase.

Also some small changes to promote consistency and
genericity.

Bumped PORTREVISION.
2002-04-15 21:57:02 +00:00
Joe Marcus Clarke
8386447aa5 Fix the plist when WITHOUT_CHATZILLA is defined.
PR:		36193
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-15 21:44:48 +00:00
Ernst de Haan
98af9f9735 Now using generic startup.sh and daemonctl.c that will be
shared among other ports, like www/orion, www/jboss2 and
www/jakarta-tomcat3.

Now displaying installation settings in pre-patch phase.
Customizing files using ${SED} in post-patch phase.

Furthermore some small changes to promote consistency and
genericity. I'm attempting to make the result of

   $ diff -ruN --exclude=CVS jakarta-tomcat3 jakarta-tomcat4

as small as possible.

Bumped PORTREVISION to help portupgrade in doing what it
does best ;)
2002-04-15 21:34:42 +00:00
Maxim Sobolev
3a28fb3952 GC tons of useless msgfmt:... in BUILD_DEPENDS, when libintl already in
LIB_DEPENDS.
2002-04-15 17:05:52 +00:00
Patrick Li
ff132cd6d8 Remove this patch since perl patch in port Makefile is used to
accomplish this.

PR:		37046
Submitted by:	Helge Oldach <send-pr@oldach.net>
Approved by:	maintainer
2002-04-14 20:37:28 +00:00
Trevor Johnson
773dbcde7d Update Japanese, German, and French Netscape ports to version 6.2.2
(the English port was already updated, because Netscape released
that binary before releasing the others).

Install Netscape in a different directory for each different language.
The startup command is now called netscape6english, netscape6french,
and so on, rather than just netscape6.  Because of this, I set
PORTREVISION for the English version.
2002-04-14 01:52:33 +00:00
Joe Marcus Clarke
7058cbdec0 Allow installed files to have correct permissions when built by a non-root
user.

PR:		35980
Submitted by:	Alan Eldridge <ports@geeksrus.net>
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-13 17:06:30 +00:00
Ernst de Haan
f7af0732f2 Not using pthreads anymore. This fixes a problem with
Apache servers built without pthreads.
Bumped PORTREVISION.

PR:		36993
Suggested by:	Jan Grant <Jan.Grant@bristol.ac.uk>
2002-04-13 09:28:43 +00:00
Akinori MUSHA
73e11e25e7 Update to 20020410. 2002-04-12 22:00:04 +00:00
Akinori MUSHA
009c77df1a Add ruby-google 0.1.0, a Ruby interface to Google's SOAP-driven Web
API.

Demonstration programs are included in the archive.

Obtain a free license key from Google, and have fun! :)
2002-04-12 19:29:01 +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
Peter Pentchev
c63c580bb6 Change the download site and switch to a bzip2-compressed distfile.
PR:		36678
Submitted by:	maintainer
2002-04-11 14:18:45 +00:00
Thomas Gellekum
5518296319 Don't depend on specific Python version.
PR:		36589
Submitted by:	Alan Eldridge <ports@geeksrus.net>
Reviewed by:	Oddbjorn Steffensen <oddbjorn@tricknology.org> (maintainer)
2002-04-11 11:50:25 +00:00
Kris Kennaway
a207447aa9 Add jakarta-tomcat4 and remove jakarta-tomcat3
Pointy hat trick to:	znerd
2002-04-11 06:20:47 +00:00
Ying-Chieh Liao
77e237414b - Disable THREADS by default (many ports people reported problems around
threads)
- Bump port revision
- Added two more "POSIX expr" patch target for 5-CURRENT

PR:		36981
Submitted by:	maintainer
2002-04-11 05:16:07 +00:00
David E. O'Brien
890f276009 Fix 'expr' usage and allow to compile with GCC 3.1.
Submitted by:	Hye-Shik Chang <perky@fallin.lv> (maintainer)
2002-04-11 03:41:12 +00:00
Ernst de Haan
0fb7be2219 Now using daemonctl.c from www/jakarta-tomcat4, since that was
renamed from www/jakarta-tomcat. Bumped PORTREVISION.
2002-04-10 06:49:33 +00:00
Ernst de Haan
b1ff002af7 This port moved to www/jakarta-tomcat4. 2002-04-09 19:00:54 +00:00
Ying-Chieh Liao
1b5f22eff3 take over maintainership
PR:		36928
Submitted by:	Adam Kranzel <adam-ports@blacktabby.org>
2002-04-09 16:59:17 +00:00
Ernst de Haan
d0d77b1ada Daemon control program now checks if process is really
terminated. If not, it will send the process a SIGKILL
after a certain time-out period. The time-out can be
passed to the port Makefile as a parameter.

Improved documentation a bit here and there.

Added some explicit casts to make lint(1) a bit
happier :-)

Applied some refactoring here and there. Moved some
functionality into a new function 'existsProcess'.

Slightly changed the output of the program.

Bumped PORTREVISION.
2002-04-08 21:50:23 +00:00
Ernst de Haan
f50f786a29 Made the daemon control program less verbose.
Bumped PORTREVISION.

Prompted by:	Kees Jan Koster <K.J.Koster@kpn.com>
2002-04-08 19:19:32 +00:00
Ernst de Haan
82cff6143f Now explicitly stating that this module is only for Tomcat 3. 2002-04-08 18:07:56 +00:00
Sergey Skvortsov
579964e30a Updated to 0.04.
Approved by:	markm
2002-04-08 16:28:39 +00:00
Sergey Skvortsov
7a9a8b1dd6 Updated to 0.41.
Approved by:	markm
2002-04-08 16:27:23 +00:00