Ernst de Haan
b1b733982c
Fixed the man page for tomcatctl.
2002-02-21 20:31:20 +00:00
Bill Fenner
4fa7eadab7
Remove patrick@watson.org as MAINTAINER
...
Submitted by: patrick@watson.org
2002-02-21 20:31:13 +00:00
Jean-Marc Zucconi
ba9f8d63ed
Fix a buffer problem.
...
Submitted by: Dimitar Peikov <mitko@rila.bg>
Obtained from: Geoff Kuenning <geoff@cs.hmc.edu>
2002-02-21 20:22:59 +00:00
Ernst de Haan
dfdf0d65e0
Checks for the existence of a 'www' user and group. Forgot to add
...
this file during the last commit. :-\
2002-02-21 20:08:30 +00:00
Ernst de Haan
229c3f67eb
Cleaned things up. Made things working :-) Both the startup script
...
in ${PREFIX}/etc/rc.d and the control script in ${PREFIX}/bin have
been refactored and now actually work very well.
Using the 'www' user and group, creating them if they don't exist.
I've used the same approach as www/apache13.
STDOUT_LOG and STDERR_LOG are now fixed (no ?= anymore) since the
package deinstall does not support a different location.
This fixes the first half of PR 28624.
See: http://www.freebsd.org/cgi/query-pr.cgi?pr=34931
Reported by: Kees Jan Koster <k.j.koster@kpn.com>
2002-02-21 20:06:55 +00:00
Akinori MUSHA
e7c1eb4000
Remove a nonsense '${f}'.
...
PR: ports/35184
Submitted by: Dan Nelson <dnelson@allantgroup.com>
2002-02-21 19:44:39 +00:00
David E. O'Brien
c8bdef2e13
Add vendor patch to correctly drop group privileges when changing uid.
2002-02-21 18:40:21 +00:00
Bill Fenner
74a020840a
Use MASTER_SITE_LOCAL since the original MASTER_SITE seems to have disappeared.
...
Submitted by: distfile survey
2002-02-21 18:35:36 +00:00
Ernst de Haan
dc7ed7c801
Added MASTER_SITE_LOCAL to MASTER_SITES, with MASTER_SITE_SUBDIR
...
set to 'znerd'.
2002-02-21 18:34:58 +00:00
Ernst de Haan
a529d069af
Now uses USE_LINUX instead of an obscure RUN_DEPENDS.
...
Reported by: David W. Chapman Jr. <dwcjr@inethouston.net>
2002-02-21 18:31:18 +00:00
Ernst de Haan
257a3fd325
Improved the MASTER_SITES download locations. Also changed the
...
RUN_DEPENDS for linux. It now checks for the existence of
/compat/linux/lib/ld.so instead of the more obscure
/compat/linux/usr/i486-linux-libc5/lib/libc.so.5, which does not
even exist on my system, although I have installed linux_base.
2002-02-21 18:24:56 +00:00
David E. O'Brien
2dba26a1c7
Fix the default CONFIGURE_TARGET to one that is a proper GNU tuple.
...
Approved by: several portmgr members
2002-02-21 18:24:20 +00:00
Ernst de Haan
ae4e7b4ce3
Now using the more appropriate ONLY_FOR_ARCHS instead of an if.
2002-02-21 18:21:47 +00:00
Ernst de Haan
3bf5e20699
Fixed a 403 (Forbidden) for the main download location (reported
...
by fenners tool). Also changed the check for ${ARCH}. It now checks
to make sure that it equals "i386" instead of checking that it
does not equal "alpha". You never know how many platforms FreeBSD
is eventually going to support ;-)
2002-02-21 18:11:00 +00:00
Tom Hukins
1476b01ea7
Fix building this Port with Kerberos.
...
The MAINTAINER has approved this (see ports/35161).
PR: ports/35160
Submitted by: Sean Chittenden <sean@chittenden.org>
Reviewed by: maintainer
2002-02-21 17:55:48 +00:00
Munechika SUMIKAWA
338b47199f
fsh -- Fast remote command execution
...
The problem: logging in to a remote system with a cryptographic
solution such as lsh or ssh takes time, due to the computationally
expensive key exchanges that occur when the connection is
established. It is common to trigger a lot of remote logins while
using remote CVS, which makes it painfully slow compared to having the
repository locally.
The solution: reuse the secure tunnel once it has been
established. fsh is a drop-in rsh-compatible replacement for ssh that
automatically resuses ssh tunnels.
WWW: http://www.lysator.liu.se/fsh/
2002-02-21 17:40:58 +00:00
Ying-Chieh Liao
476feb8c07
upgrade to 2.2
...
fix ntfs
PR: 35019
Submitted by: Wei-chun Kao <einstein@infor.org>
Discussed with: rafan@infor.org , submitter
2002-02-21 17:09:06 +00:00
Mikhail Teterin
60021c04f1
Obey the WITHOUT_X11 knob. One utility -- wmf2x is not installed in this
...
case, and USE_XLIB will not be defined, which will result in the
LOCALBASE for PREFIX. LOCALBASE should, probably, be used in both cases,
but libwmf-config is giving the right values... Also the -nox11 suffix
is added to the package name in the WITHOUT_X11 case.
Ignore the major numbers of -lfreetype, -ljpg, and -lpng -- the software
will work with any reasonably recent version. I'm not sure about -lxml2,
so I left that alone.
2002-02-21 17:02:20 +00:00
Maxim Sobolev
08e5396f8a
Allow it be compiled without svgalib support.
...
Submitted by: joerg
2002-02-21 16:42:49 +00:00
Nick Sayer
27fc2aa9ce
Fix damaged patch. Oopsie.
2002-02-21 15:13:16 +00:00
Maxim Sobolev
f76b5706a5
Add X11BASE/lib/mozilla into LD_LIBRARY_PATH along with X11BASE/lib/mozilla-embed,
...
so that Nautilus compiled with WITH_FULL_MOZILLA works as well. Don't bump
PORTREVISION, because WITH_FULL_MOZILLA isn't on by default.
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-21 14:19:01 +00:00
Maxim Sobolev
e2a01e4f38
(forced)
...
Previous delta (WITH_FULL_MOZILLA) was:
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-21 14:16:52 +00:00
Maxim Sobolev
36ada1000c
Respect WITH_FULL_MOZILLA, which allows nautilus be linked with www/mozilla
...
instead of www/mozilla-embedded.
2002-02-21 14:15:58 +00:00
Ying-Chieh Liao
e9526ac673
The author fixed some bugs and released "Open WebMail 1.62 Release 20020221"
...
with the same distfile name "openwebmail-1.62.tgz"
bump port revision
PR: 35173
Submitted by: maintainer
2002-02-21 13:35:32 +00:00
Tom Hukins
4fb6806739
Update to 2.05
2002-02-21 12:20:37 +00:00
Ernst de Haan
02e7b57e58
Upgraded from Jakarta 3.2.3 to 3.2.4.
...
Not using DIST_SUBDIR anymore.
2002-02-21 11:03:08 +00:00
Maxim Sobolev
b43764cab0
Remove pkgconfig from ${BUILD,RUN}_DEPENDS - it's inherited with another
...
dependencies.
2002-02-21 09:46:20 +00:00
Maxim Sobolev
6a6fbb4e6f
Remove pkgconfig from ${BUILD,RUN}_DEPENDS, because from now on it is inherited
...
along with libaudiofile dependency.
2002-02-21 09:38:01 +00:00
Ernst de Haan
715750fbb4
Added bin/tomcatctl.
2002-02-21 09:23:29 +00:00
Ernst de Haan
a7d50013bc
Startup script to be installed in ${PREFIX}/etc/rc.d/.
2002-02-21 08:59:45 +00:00
Ying-Chieh Liao
043e55a12a
change master site
...
change depend on python 2.2
PR: 35167
Submitted by: maintainer
2002-02-21 07:42:17 +00:00
Patrick Li
f2ecdbea97
Update to 5.4.3.4
2002-02-21 06:31:16 +00:00
Ying-Chieh Liao
345d43f625
upgrade to 2.2.2
2002-02-21 06:24:50 +00:00
Ying-Chieh Liao
b81dc20c3e
upgrade to 0.8
2002-02-21 06:22:00 +00:00
Akinori MUSHA
77c302b6e7
Fix a typo (replace overkill): abs_db_driver -> abs_db_dir. (fixes
...
`portinstall category/portname', etc.)
Bump PORTREVISION.
2002-02-21 05:23:53 +00:00
Patrick Li
174f21ea19
Correct location of pilot-xfer file since it has changed due to the
...
PREFIX cleaning done on the pilot-link port.
PR: 33739
Submitted by: Esa Karkkainen <ejk@iki.fi>
2002-02-21 04:07:45 +00:00
James E. Housley
0f7a39cbc4
Update to 4187
2002-02-21 03:45:11 +00:00
Pete Fritchman
638a212801
Update to 1.3.3
...
PR: 33972
Submitted by: Alan Eldridge <ports@geeksrus.net>
Approved by: maintainer timeout
2002-02-21 02:28:40 +00:00
Yoichi NAKAYAMA
cc3a345b16
Fix dependency (graphics/compface is removed).
...
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net>
2002-02-21 02:03:20 +00:00
Mario Sergio Fujikawa Ferreira
22df464dd3
New port edonkey-tool-recovermet version 0.0.2: Tool that tries to
...
re-create x.part.met files compromised due to crash
2002-02-21 01:41:17 +00:00
Mario Sergio Fujikawa Ferreira
51a889d9a1
New port edonkey-tool-slist version 0.2: Checks which servers are
...
either dead or alive in server.met
2002-02-21 01:39:49 +00:00
Mario Sergio Fujikawa Ferreira
0be5d9a645
New port edonkey-tool-list version 0.0.1: Creates a web page with
...
ed2k:// links to all your shared files
2002-02-21 01:38:57 +00:00
Patrick Li
e29128b955
- Update to 20020217
...
- Pass the maintainership wand to submitter
PR: 35162
Submitted by: Erik Greenwald <erik@smluc.org>
2002-02-21 01:26:32 +00:00
Mario Sergio Fujikawa Ferreira
4125c6d213
Use a simpler URI in WWW tag
2002-02-21 01:20:29 +00:00
Jun Kuriyama
b0d00b0ab7
Make this port LOCALBASE clean.
...
Submitted by: Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp>
PR: ports/34903
2002-02-21 00:54:24 +00:00
Yoichi NAKAYAMA
fc29ee18cb
Distfile replaced for a bug fix.
2002-02-21 00:12:27 +00:00
Maxim Sobolev
426e127ca0
Remove bogus USE_GLIB.
2002-02-20 23:02:56 +00:00
Andrey A. Chernov
fbdd9e12b1
Tune for -current sendmail 8.12.2
2002-02-20 23:02:51 +00:00
Mario Sergio Fujikawa Ferreira
0f311a05e5
- edonkey-tool-hash version 0.0.1: Both calculates 'eDonkey hashes'
...
and produces ed2k:// links for files
2002-02-20 22:36:43 +00:00
Patrick Li
9934f8fb79
Add new port graphics/gimageview - a GTK+ based image viewer.
...
PR: 35125
Submitted by: TATEISHI Katsuyuki <katsu@iec.hiroshima-u.ac.jp>
2002-02-20 21:47:37 +00:00