Dmitry Sivachenko
38678d24b3
Redirect output from apachectl to /dev/null.
2000-12-31 11:50:50 +00:00
Will Andrews
339a87d642
Add p5-Lingua-RU-Charset 0.02, a Perl module for detecting and converting
...
various russian character sets.
PR: 23905
Submitted by: Alex Kapranoff <kapr@crosswinds.net>
2000-12-31 05:07:46 +00:00
Dmitry Sivachenko
98455f1876
Forgot to delete this file when upgrading to:
...
Apache 1.3.14;
mod_ssl 2.7.1;
RA 30.0.
PR: 22775
2000-12-06 22:03:18 +00:00
Dmitry Sivachenko
8169f461e1
Update: Apache 1.3.14;
...
mod_ssl: 2.7.1;
RA: 30.0
Also sync with www/apache13-modssl a bit.
PR: 22775 (partially)
2000-12-06 22:00:08 +00:00
Dmitry Sivachenko
2514bdf28c
Change MAINTAINER field.
...
I am now at FreeBSD dot org
Approved by: sobomax
2000-11-13 12:45:40 +00:00
James E. Housley
e3d25b9a13
Update russian/apache13 port to version 1.3.14-30.0
...
PR: 22112
Submitted by: Vladimir N. Silyaev <vns@delta.odessa.ua> MAINTAINER
2000-10-22 22:18:56 +00:00
Satoshi Asami
7acef1cd7a
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
...
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Maxim Sobolev
55a61bb102
Correct CATEGORIES - make first category in the CATEGORIES list matching parent
...
directory.
2000-10-04 06:40:08 +00:00
Kris Kennaway
9e1488ad05
Oops, got a bit overzealous with the chainsaw there. Take out FORBIDDEN -
...
this port modifies an installed pine, it's not a version of the software
itself.
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
2000-09-29 08:31:44 +00:00
Kris Kennaway
322f05043a
Mark all of the pine3/4 ports FORBIDDEN due to remotely exploitable
...
buffer overflows. Sorry guys, but having an insecure mailer just isn't
worth it.
2000-09-29 08:07:31 +00:00
Kris Kennaway
e088a4f458
Update all ports using OpenSSL and RSA to work without rsaref since
...
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.
2000-09-22 01:59:06 +00:00
Chris D. Faulhaber
26bf9e1243
Update port to 1.3.12+2.6.6
...
PR: 20614
Submitted by: Maintainer
2000-09-16 13:12:36 +00:00
Akinori MUSHA
2e87c89fc5
Back out the previous commit. That one has a problem which occurs on
...
cross-language master-slave ports.
I just wonder how I could overlook this. I thought I tested with Wnn,
netscape and so on. *sigh*
Yes, I know how I can fix it, but I'd certainly back out first.
Reported by: steve
Pointy hat to: knu
2000-08-27 16:52:51 +00:00
Akinori MUSHA
939eab9dd0
PKGNAMEPREFIX cleanup. This should allow chained PKGNAMEPREFIX'es.
...
No response from: ports list, PW
2000-08-27 06:13:35 +00:00
Andrey A. Chernov
20e150d753
Remove RUN_DEPENDS
2000-08-10 10:02:56 +00:00
Andrey A. Chernov
5c2433b75d
portlint
2000-08-10 09:56:38 +00:00
Andrey A. Chernov
873db1e9ba
netscape3.language -> netscape4.language
2000-08-10 09:48:38 +00:00
Andrey A. Chernov
aa2682a6a8
Upgrade to 4.7
2000-08-10 09:39:39 +00:00
Andrey A. Chernov
7a8aff276c
Fix MASTER_SITES, add WWW:
2000-08-07 09:47:03 +00:00
Neil Blakey-Milner
167cc6f0bc
Update to russian apache subversion 29.7.
...
PR: ports/20216
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU> (MAINTAINER)
2000-08-06 14:30:04 +00:00
Neil Blakey-Milner
05ae3ad09b
Update to a newer bugfix release.
...
PR: ports/20055
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU> (MAINTAINER)
2000-08-06 14:09:48 +00:00
Satoshi Asami
c6bcad2436
(1) Add new variable, XFREE86_VERSION, to specify which version of
...
XFree86 (3 or 4) to depend to when USE_XLIB is set.
XFREE86_VERSION defaults to 3 for now, but adventurous users can
override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB
will add a dependency to x11/XFree86; when it is set to 4, the
dependency will be to x11/XFree86-4-libraries. When
XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
hacks to avoid messing with XFree86 are turned off.
Since XFree86 version 4 includes some software that used to be
separate ports, when XFREE86_VERSION=3 the following variables are
provided:
USE_DGS LIB_DEPENDS on x11/dgs
USE_FREETYPE LIB_DEPENDS on print/freetype
USE_MESA LIB_DEPENDS on graphics/Mesa3
USE_XPM LIB_DEPENDS on graphics/xpm
When XFREE86_VERSION=4, these variables have no effect. The
LIB_DEPENDS in the tree for the above four ports have all been
converted to the USE_* counterparts. For your information, this
is the count of the number of ports:
USE_DGS 0
USE_FREETYPE 16
USE_MESA 36
USE_XPM 236
There is a new variable, XAWVER, which is set to 6 when
XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also
passed to PLIST_SUB so ports that build Xaw based shared libraries
can use this variable to substitute the shlib version number.
There is also a provision of using a separate mtree file for
XFREE86_VERSION=4, but that part is not enabled yet.
Reviewed by: the ports list
Tested by: make index (XFREE86_VERSION=3 only)
(2) Add hebrew to list of valid categories.
Submitted by: nbm
2000-08-03 09:28:57 +00:00
Steve Price
9e217d165e
Fixup dependencies after version number bump of the png library.
2000-07-30 18:03:11 +00:00
Alexander Langer
a8a76dfca9
Don't set PKGNAMEPREFX, it's done by ../Makefile.inc
...
Requested by: PW
2000-07-22 10:47:53 +00:00
Alexander Langer
c02cba49bd
- Update RA-part to 29.5.
...
- Add ru- PKGNAMEPREFIX
- improve PLIST_SUB hack for WITH_SUEXEC
PR: 19976
Submitted by: maintainer
2000-07-19 10:02:25 +00:00
Steve Price
676d035daf
Adding ru-apache13 with modssl support.
...
PR: 19752
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
2000-07-16 20:09:51 +00:00
Steve Price
93be1a8992
Update to version 1.3.12, RA 29.4.
...
PR: 19184
Submitted by: maintainer
2000-07-10 02:01:53 +00:00
Thomas Gellekum
546041ba31
As threatened on freebsd-ports: all startup scripts know about the two
...
options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
2000-07-05 12:37:06 +00:00
Will Andrews
553ed20b80
Put manpages in the correct locale directory.
...
PR: 19146
Submitted by: MAINTAINER
2000-06-09 23:01:00 +00:00
Will Andrews
2e97d535f1
Add messarge, a set of tools to manipulate UNIX mailboxes.
...
PR: 18912
Submitted by: Aleksandr A. Babaylov <.@babolo.ru>
2000-06-04 23:08:19 +00:00
Steve Price
d3b9c3bb4c
Update to version 1.8.2.
2000-05-28 03:52:44 +00:00
Maxim Sobolev
6a4a487b21
Fix a stupid patch breakage and unbreak port for gcc-2.95.
...
Reported by: bento
2000-05-25 16:04:51 +00:00
Andrey A. Chernov
6cb6181413
elm -> elm+ME
2000-05-24 10:37:44 +00:00
Maxim Sobolev
68cdb0d075
Put 2 more mirrors in. Russia is a wild country, you know, with frequient power
...
shortages, revolutions, unexpected gvmnt changes etc. I know, because I have
to live here.
Reported by: bento
Submitted by: ftpsearch.lycos.com
2000-05-19 12:25:11 +00:00
Steve Price
f1b3c7f48e
Check for Fontmap.GS first and use is instead of Fontmap, if it is
...
present.
PR: 17979
Submitted by: maintainer
2000-04-30 19:19:27 +00:00
Steve Price
2d9e386984
Update to version 1.13.0.
...
PR: 18021
Submitted by: Igor Vinokurov <igor@zynaps.ru>
2000-04-30 00:32:05 +00:00
Andrey A. Chernov
98bb460331
Install rispell script
...
Move dicts to proper locations
Add WWW
2000-04-23 14:58:19 +00:00
Michael Haro
feb212beb0
Correct whitespace introduced during PORTNAME conversion and portlint
2000-04-21 07:52:25 +00:00
Chris Piazza
fe5426321a
Update to use PORTNAME/PORTVERSION
2000-04-13 19:19:05 +00:00
Satoshi Asami
935136d047
Set PKGNAMEPREFIX with ?= so it can be overridden.
2000-04-11 06:59:27 +00:00
Satoshi Asami
d73baabd78
Add PKGNAMEPREFIX definitions for language-specific dirs.
2000-04-10 16:34:45 +00:00
Michael Haro
d5d2aae0c4
update to apache 1.3.11
...
PR: 16659
Submitted by: maintainer
2000-04-01 06:02:17 +00:00
Kris Kennaway
027f59c9d8
Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
...
have time to maintain them.
Approved by: andy
2000-03-29 07:19:16 +00:00
Andrey A. Chernov
f3ebc2c77a
upgrade fonts to new version
2000-03-01 16:16:36 +00:00
Steve Price
0ef9f55160
Don't add '-m486' to CFLAGS so this builds on the Alpha.
2000-02-20 21:03:59 +00:00
Andrey A. Chernov
d2a37a12a5
switch to pine4
2000-02-16 02:16:11 +00:00
Dirk Froemberg
64981bca23
ports@freebsd.org -> ports@FreeBSD.org
2000-02-13 17:09:11 +00:00
Steve Price
d5b4e10d76
Adding ru-xcode version 1.0.
...
Autodetect encoding and convert to koi8, CP-1251, or CP-866.
PR: 16095
Submitted by: Michael Vasilenko <acid@stu.cn.ua>
2000-01-29 05:41:53 +00:00
Andrey A. Chernov
e6e41101bd
tarball slightly changed
2000-01-24 23:08:50 +00:00
R. Imura
2942c68ad7
Correct MASTER_SITES.
...
This version 1.9.3 seems old.
2000-01-23 01:48:01 +00:00