Commit Graph

2159 Commits

Author SHA1 Message Date
Martin Blapp
98abb3f16a Add CC and CFLAGS to gmake environment 2002-03-13 21:42:04 +00:00
Martin Blapp
44d1d9a8f9 gcc/cc -> $(CC) fixes
Do remove empty defines CC/CXX variables which did overwrite the SOLENV
environment.
2002-03-13 19:49:05 +00:00
Martin Blapp
02429790df Add $CC and $CXX here too 2002-03-13 19:29:10 +00:00
Martin Blapp
1edb959e7d Use CXX and CC, so we can specify cc295 and g++295 from ports. More
commits will follow.
2002-03-13 19:23:32 +00:00
Martin Blapp
78647a51f7 Make portlint happy. Add USE_XLIB
Submitted by:	demon
2002-03-13 19:19:41 +00:00
Martin Blapp
43a77a5f41 Add missing openoffice-devel 2002-03-13 16:33:57 +00:00
Martin Blapp
a46228370b Fix breakage with "patch -i" which is missing in STABLE. For some strange
reason it exists in recent CURRENT, but is not documented.
2002-03-13 16:31:53 +00:00
Martin Blapp
35790f4327 Copy stlport library to the right place. Fix build 2002-03-12 13:29:11 +00:00
Martin Blapp
2bb95749de Another alloca.h we do not have 2002-03-12 07:48:12 +00:00
Martin Blapp
24c09925b3 Upgrade the development snapshot to the latest build: 642 2002-03-12 01:22:29 +00:00
Martin Blapp
4470012b77 We need to build offuh here, else the build stops
Submitted by:	Carlos F. A. Paniago <pan@cnpm.embrapa.br>
2002-03-11 15:51:33 +00:00
Martin Blapp
7820b875e6 Add FreeBSD Version of oo_moz_641.tar.gz, and update it to mozilla 0.9.8
Thanks to Carlos F. A. Paniago <pan@cnpm.embrapa.br>
2002-03-11 15:43:56 +00:00
Joseph Koshy
5b56777055 Update to v2.5.4. Take over maintainership.
Approved by:	Richard <rch@richard.eu.org> (MAINTAINER)
2002-03-11 10:12:04 +00:00
Martin Blapp
ee89ac71b6 FreeBSD has no -ldl 2002-03-11 09:26:02 +00:00
Martin Blapp
c8f58c7833 Build unoidl too 2002-03-11 09:18:13 +00:00
Martin Blapp
cb4a584073 If nSubKeys is not defined, just return. Fix from Tim Tretyak <timothy@umc.com.ua> 2002-03-11 09:17:12 +00:00
Martin Blapp
9a6a862e48 Remove unnecessary #defines 2002-03-11 09:15:44 +00:00
Martin Blapp
beb1c620c5 Fix number calculation. Patch from Tim Tretyak <timothy@umc.com.ua> 2002-03-11 09:08:44 +00:00
Martin Blapp
ce1afb567b Fix one #ifdef and add two more checks 2002-03-11 09:06:34 +00:00
Martin Blapp
b19cbdef34 Add langinfo twirks 2002-03-10 23:02:24 +00:00
Martin Blapp
60deb7a34d Add tgetpwnam test for FreeBSD too 2002-03-10 22:51:58 +00:00
Martin Blapp
6149dd0b07 Remove _cdecl before main() 2002-03-10 22:48:22 +00:00
Martin Blapp
a8e4dd73bb AddrLen is socklen_t, not int 2002-03-10 22:42:07 +00:00
Martin Blapp
39bdece24e Add -f to ln to continue builds 2002-03-10 22:34:53 +00:00
Martin Blapp
cbf57a6a64 A getpwuid_r function is now implemented in patch-sal::osl::unx::system.c 2002-03-10 22:26:50 +00:00
Martin Blapp
f1a88e4042 Add the PTHREAD_CFLAGS correctly to SOLARDEF, even if this is not yet used
and the CFLAGS are hardcoded in solenv/inc/unxfbsd.mk
2002-03-10 22:03:45 +00:00
Martin Blapp
153720072a We do not have GLIBC. Sigh. 2002-03-10 21:51:41 +00:00
David E. O'Brien
be9775f460 Update to Vim 6.1 Beta 'B' 2002-03-10 18:45:45 +00:00
Martin Blapp
d5b8dbd7c4 Define fcvt as extern as NetBSD does. 2002-03-10 17:14:48 +00:00
Martin Blapp
006f3e56bc Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts.
Requested by:	cvs-comitters
2002-03-09 22:41:53 +00:00
Martin Blapp
0831655ef9 Add ASM flags, replace the REENTRANT and THREAD_SAFE definitions with
-pthread, add JAVA_RUNTIME definition, change the optimization from 02
to -O and from -O to -O0. Add -lXaw -lXt to link for GUI part, and reorder
the librarys the correct way.
2002-03-09 19:57:47 +00:00
Martin Blapp
86149f75c2 Move the s|<malloc.h>|<stdlib.h>|g after the patch section. 2002-03-09 10:43:14 +00:00
Mark Pulford
bebfbd079c Updated to 3.1.8. 2002-03-09 10:25:58 +00:00
Martin Blapp
9defbf5952 Patch got accidently comitted twice. 2002-03-09 09:54:06 +00:00
Martin Blapp
ea1938c72b STABLE does not have langinfo.h yet. 2002-03-09 01:00:16 +00:00
Martin Blapp
22a77d8a58 Add -DOSVERSION to FreeBSD build. Remove the netbsd unxbsdi.mk file. 2002-03-09 00:18:08 +00:00
Martin Blapp
2cdb04602e This patch accidently got the second part dublicated 2002-03-08 23:13:20 +00:00
Martin Blapp
0a3a57c1f5 Use autoconf, remove the ugly configure patch. Do the gcc tests and fix them
while we are here (AWK had an endless loop), add a FreeBSD configure variable
called with-os-version, so we can check the OSVERSION in the build to support both
STABLE and CURRENT (there are different patches needed)
2002-03-08 23:06:20 +00:00
Martin Blapp
64baa5ac91 Add missing typedef and macros. Patch from Carlos F. A. Paniago
<pan@cnpm.embrapa.br>
2002-03-08 16:06:39 +00:00
Martin Blapp
8022072e4a We do not have alloca.h 2002-03-08 15:43:16 +00:00
Martin Blapp
1f2df029ef Substitute .cxx files too in the nas-patch. Also add a missing backslash,
since we do not want to scan dirs.
2002-03-08 14:27:12 +00:00
Martin Blapp
fe99f7ef94 Avoid twice defined set_new_handler__FPFv_v symbol. Patch from NetBSD 2002-03-08 14:00:00 +00:00
Martin Blapp
9ca07ed0ae Add -Wl,-export-dynamic for the SHLGUI build too 2002-03-08 13:35:18 +00:00
Martin Blapp
a4795e1f6b Add missing $ 2002-03-08 13:30:05 +00:00
Martin Blapp
31d5ac22c5 Avoid double symbols for set_new_handler__FPFv_v. Patch from NetBSD 2002-03-07 16:49:17 +00:00
Martin Blapp
715b153f25 Add missing SHL1STDLIBS reordering 2002-03-07 15:44:08 +00:00
Martin Blapp
69a1c8e79f Add include path $STLPORT_inc_stlport for FreeBSD too and remove a second
instance of this include path.
2002-03-07 15:32:52 +00:00
MANTANI Nobutaka
e1566ae99c Byte-compile only patched elisp files.
Stop removing ${PREFIX}/share/emacs/21.1/etc and ${PREFIX}/share/emacs/21.1/etc
before install.
2002-03-06 17:57:21 +00:00
Martin Blapp
6b4a3cb361 *.cxx also needs <malloc.h>|<stdlib.h> 2002-03-06 17:18:04 +00:00
Martin Blapp
46efc15b9e Add two patches which did not made it in the previous commit
Reorder the SHL1STDLIBS librarys
2002-03-06 16:44:13 +00:00
Martin Blapp
1ff4042d1c Reorder the SHL1STDLIBS librarys 2002-03-06 16:41:21 +00:00
Maxim Sobolev
e5e39fa30c Pre-compile python objects, so that package deinstalls cleanly. 2002-03-06 13:11:32 +00:00
Martin Blapp
5ee03bd0ee Bison > 1.3 fixes, sync with NetBSD port source 2002-03-06 11:09:27 +00:00
Martin Blapp
2126a39259 Openoffice needs x11 2002-03-06 10:00:32 +00:00
Martin Blapp
10efa08a2d s|<malloc.h>|<stdlib.h> for the nas build 2002-03-06 01:33:17 +00:00
Martin Blapp
ca4d5e4600 Exclude three additional map buildings which are breaking the build 2002-03-05 23:41:48 +00:00
Martin Blapp
37e20e8a14 Fix patch paths 2002-03-05 23:40:10 +00:00
Martin Blapp
f5017f7c3f Add missing #ifdef for FREEBSD 2002-03-05 23:38:28 +00:00
Martin Blapp
56f0874ee4 minormkchanged.flg is not a target. This solves the breakage in solenv 2002-03-05 23:37:12 +00:00
Martin Blapp
7b6630a8cd Change PATH from /usr/bin/X11 -> /usr/X11R6/bin 2002-03-05 23:35:07 +00:00
Martin Blapp
2cd9e1f248 Bring the FreeBSD (NetBSD) mozilla zip files into place 2002-03-05 23:33:17 +00:00
Martin Blapp
45b7b3fa27 timeb -> time fixes 2002-03-05 17:58:18 +00:00
Martin Blapp
9668701060 timeb > time fixes 2002-03-05 17:49:31 +00:00
Martin Blapp
bf3eb5769f Fix malformed patch 2002-03-05 17:25:00 +00:00
Martin Blapp
7bbd08efc9 Build berkeleydb with freebsd include dir and options 2002-03-05 17:22:52 +00:00
Martin Blapp
3004d568dd Modified to fit our requirements 2002-03-05 15:56:32 +00:00
Martin Blapp
5ad2709bbd Fix for newer bison with .h files 2002-03-05 15:55:41 +00:00
Martin Blapp
02a66e8dab Fix file extraction 2002-03-05 15:53:57 +00:00
Martin Blapp
81ebca5df1 libfreetype.so.6 > libfreetype.so.7 2002-03-05 15:53:09 +00:00
Martin Blapp
646ae9dfa2 Fix tar.gz extraction. Our tar seems not to like the included tar files and exits
with error value 141. But only if the gunzip stream is redirected from STDIN.
If our tar is used with -z, everything works. Looks like a BSD tar bug.
2002-03-05 15:52:12 +00:00
Martin Blapp
030ef7ce18 We do not have SYS_TIMEB_H. Instead use SYS_TIME_H 2002-03-05 15:49:56 +00:00
Maxim Sobolev
79bc38ad3d Update to 3.0.2. 2002-03-05 12:47:42 +00:00
Maxim Sobolev
3850088d56 Update to 0.5.5. 2002-03-05 11:41:56 +00:00
Martin Blapp
ad27933c59 Fix the PATH issue. Add ${PREFIX}/bin and ${PREFIX}/sbin 2002-03-04 23:20:22 +00:00
Martin Blapp
2f235b2e0a Update to 641c source build 2002-03-04 21:48:29 +00:00
Martin Blapp
53c240bb36 Upgrade to 641c source, add gcc2_freebsd_intel and gcc3_freebsd_intel cpp_uno
source
2002-03-04 21:46:59 +00:00
David E. O'Brien
9a23446e2b Update to Vim 6.1 Beta 'A' patchlevel 23 2002-03-04 21:13:20 +00:00
Martin Blapp
7399d7d73d Our patch(1) does treat -b differently than Linux. This should fix the build. 2002-03-03 18:57:07 +00:00
Patrick Li
9a7a9d1ac7 Update to 0.14.b3
PR:		35503
Submitted by:	maintainer
2002-03-03 06:55:48 +00:00
Pete Fritchman
4cd9f9c8fb Add texmacs 0.3.5.8, a free WYSIWYG scientific text editor.
PR:		32434
Submitted by:	Geoffrey Mainland <mainland@apeiron.net>
2002-03-03 03:39:37 +00:00
Martin Blapp
1c1cfed19d Another 7 patches from Carlos 2002-03-03 00:56:13 +00:00
Martin Blapp
726335a573 Fix dependency of pth and fix jdk paths 2002-03-03 00:00:14 +00:00
Martin Blapp
6bb92b02c9 The second part was inverted too 2002-03-02 23:49:09 +00:00
Martin Blapp
27fd1e49b4 Fix inverted diff 2002-03-02 23:33:09 +00:00
Martin Blapp
c0bcf00e1b Another patchset from Carlos Fernando Assis Paniago <pan@cnpm.embrapa.br> 2002-03-02 21:41:34 +00:00
Martin Blapp
2f60a7bfc4 Add patches recieved from Carlos Fernando Assis Paniago <pan@cnpm.embrapa.br>
More will follow
2002-03-02 20:27:00 +00:00
Martin Blapp
f7dbd92f23 Add patches merged from NetBSD and from other sources 2002-03-02 19:15:00 +00:00
Martin Blapp
61a0b70bc9 First step towards a working port. 2002-02-28 23:36:03 +00:00
David E. O'Brien
fde3803d53 Update to Vim 6.1 Beta 'A' patchlevel 10 2002-02-28 18:28:02 +00:00
David E. O'Brien
89486704d8 Update to Vim 6.1 Beta `A' patchlevel 6.
Note that due to limitations with our package versioning,
I have decided to call this version `6.0.270.PL'.
This allows me to move back to 6.0.PL if using the beta causes problems.
I may later change the package version number to 6.0.10PL if people do
not object to the beta being used here.
2002-02-27 02:42:20 +00:00
Ying-Chieh Liao
03ac654671 upgrade to 1.1.6
drop maintainership
2002-02-26 07:45:17 +00:00
David E. O'Brien
d8406bc82e With jot(1) we can start at 001 and not have to remove the bogus 000 patch.
Submitted by:	Esa Karkkainen <ejk@iki.fi>
2002-02-25 22:32:23 +00:00
Maxim Sobolev
5e9116e2ae Update to 0.99.2.
PR:		35254
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-25 09:33:31 +00:00
David E. O'Brien
0d66fc4a6c jot(1) is cool!
Submitted by:	alfred
2002-02-25 06:49:09 +00:00
David E. O'Brien
da9a3bfffb Make USE_GTK work properly on 5-CURRENT. 2002-02-25 06:47:38 +00:00
David E. O'Brien
18c54c20f3 Update to Vim 6.0 patchlevel 270 2002-02-24 21:27:55 +00:00
David E. O'Brien
e10380a3ca Update to Vim 6.0 patchlevel 269 2002-02-24 05:11:54 +00:00
MANTANI Nobutaka
47980a3a1c Link libncurses to avoid segfaults when emacs is executed with -nw option
and TERM=kterm-color.

Submitted by:	Mori Kouji <mori@tri.asanuma.co.jp>
2002-02-23 09:02:41 +00:00
Maxim Sobolev
2d86193b11 Chase psiconv shared library version bump. 2002-02-22 20:15:33 +00:00
Ying-Chieh Liao
ce4bb6e7f7 Replace RUN_DEPENDS= ${LINUXBASE}/sbin/ldconfig with USE_LINUX
PR:		35194
Submitted by:	maintainer
2002-02-22 03:26:32 +00:00
David E. O'Brien
96768ed912 Update to Vim 6.0 patchlevel 238 2002-02-20 09:07:06 +00:00
David E. O'Brien
60c62a9e3c Use Tcl 8.3 instead of 8.0.
Submitted by:	Alan Eldridge <ports@geeksrus.net>
PR:		35134
2002-02-20 09:05:35 +00:00
Gary Jennejohn
fdbcfc20a2 Update to patch level y. 2002-02-19 23:12:28 +00:00
Chris D. Faulhaber
a583b7bd24 Update port to 1.3.1.
Submitted by:	naddy
2002-02-19 12:17:09 +00:00
Patrick Li
eaf5dce45e Fix build on -CURRENT
PR:		34802
Submitted by:	maintainer
2002-02-17 21:39:10 +00:00
Mark Pulford
b4f2b1d64a Fixed MASTER_SITES.
Updated to 3.1.7.
2002-02-17 07:08:01 +00:00
David E. O'Brien
4d312644c5 Update to Vim 6.0 patchlevel 223 2002-02-16 18:52:38 +00:00
Patrick Li
582a220497 - Update to 3.17.5
- Add missing dependency

PR:		34564
Submitted by:	Adam Weinberger <monkey@crackula.com>, maintainer
Approved by:	maintainer
2002-02-15 18:13:58 +00:00
Kevin Lo
4b73e7f900 Port should not be packaged due to legal issues.
PR: 34930
Submitted by: MAINTAINER
2002-02-15 05:56:53 +00:00
Maxim Sobolev
5437b7e2da Users running AbiWord on a local X server don't need to set FontPath manually,
so that adjust instructions accordingly.
2002-02-13 15:12:37 +00:00
Ade Lovett
2641883c38 Add verbiage to pkg-message giving better instructions on how to enable
the AbiWord fonts and have a much more pleasant experience.

PR:		30912
Submitted by:	Marco Molteni <molter@tin.it>
2002-02-13 04:04:56 +00:00
MANTANI Nobutaka
b6e55fd20c Fix build error on the Alpha platform.
PR:		34888
Submitted by:	Matthew Luckie <kluckie@ihug.co.nz>
2002-02-13 00:32:33 +00:00
Maxim Sobolev
bb9bb9d9f5 Add optional GNOME support (forcefully turned on on bento). This adds more
GNOMish look-n-feel, gnomeprint support and other goodies.

Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-12 23:17:36 +00:00
Maxim Sobolev
e3348020ff Update to 0.7.7. 2002-02-11 13:30:12 +00:00
Maxim Sobolev
045b5aca22 Update to 1.44. 2002-02-11 12:56:24 +00:00
Dima Dorfman
7845369aae Belatedly upgrade to 1.81.5. Notes: (a) patch-vi-relative has been
incorporated; (b) this now compiles on -current after libdb from
databases/db3 was renamed to libdb3; (c) this now compiles on -stable
(removed BROKEN since -stable has wchar.h now); and (d) fixed plist.
2002-02-11 00:45:45 +00:00
Kevin Lo
48b7a0f094 Initial import of edith 1.58
Edith is a X11 GUI editor for binary and plain text files.

PR: 34762
Submitted by: Christian Brueffer <cray@unixpages.org>
2002-02-10 07:30:10 +00:00
David E. O'Brien
15026d7037 Update to Vim 6.0 patchlevel 204 2002-02-09 22:42:45 +00:00
Maxim Sobolev
027909387b Update to 1.2.1.
PR:		34573
Submitted by:	Joe Clarke <marcus@marcuscom.com>
2002-02-07 14:13:56 +00:00
Maxim Sobolev
f5251e7ff8 Update to 0.99.1. 2002-02-07 12:29:42 +00:00
David E. O'Brien
c49d91b0a5 Add the ability to select any of the interpreters and the GNOME GUI.
This adds the knobs WITH_PYTHON, WITH_PERL, WITH_TCL, WITH_RUBY,
and WITH_GNOME :-(

Submitted by:	Matthew Hawkins <matthew@topic.com.au>
				(reworked by me)
2002-02-05 17:49:36 +00:00
David E. O'Brien
ae24f7eb40 Update to Vim 6.0 patchlevel 185 2002-02-05 15:59:59 +00:00
David E. O'Brien
64aabfcdc5 Update to Vim 6.0 patchlevel 169 2002-02-04 19:23:03 +00:00
Gary Jennejohn
1308083efc Update to patch level w. 2002-02-04 11:06:59 +00:00
David E. O'Brien
af543e82b6 Update to Vim 6.0 patchlevel 160 2002-02-02 20:47:49 +00:00
Patrick Li
5c1e5a6694 Bump PORTREVISION from last buffer overflow patch commit.
Reminded by:	Dan Peterson <danp@danp.net>
2002-02-02 05:32:55 +00:00
Patrick Li
56abf3a55f Fix buffer overflow
PR:		34540
Submitted by:	maintainer
2002-02-02 04:16:05 +00:00
David E. O'Brien
2454d78ec4 Update to Vim 6.0 patchlevel 158 2002-01-31 15:16:58 +00:00
Bill Fenner
fa5a13d8ec Don't try to use ${ECHO_CMD} in a != before including bsd.port.pre.mk
Submitted by:	distfile survey
2002-01-29 16:43:55 +00:00
Bill Fenner
15e8ee6894 Don't try to use ${AWK}, ${GREP} and ${TAIL} in != before including
bsd.port.pre.mk .

Submitted by:	distfile survey
2002-01-29 16:30:58 +00:00
Bill Fenner
9d7f4d78ec Don't try to use ${AWK} and ${TAIL} in != commands before including
bsd.port.pre.mk

Submitted by:	distfile survey
2002-01-29 16:29:47 +00:00
Akinori MUSHA
5406488640 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 10:34:23 +00:00
Gary Jennejohn
fc3d466431 Add WITHOUT_X11 to allow making these ports without X11 support.
Add WITH_XAW3D for those who like a 3D look.

Otherwise no changes were made to the contents of the ports.
2002-01-28 20:44:11 +00:00
Gary Jennejohn
3f33de4577 Update to patch level v.
For xvile add a LIB_DEPENDS on Xaw3d if WITH_XAW3D is defined.
2002-01-28 20:39:44 +00:00
Martin Blapp
0bbff8f4b9 Since I'm the maintainer of other vaporware already like staroffice,
it makes sense that I maintain this too ;)
2002-01-27 12:17:21 +00:00
David E. O'Brien
391fceb421 I do not want to the maintainer of this piece of vaporware. 2002-01-27 08:10:42 +00:00
David E. O'Brien
f8abc431d0 Use printf(1) to reduce the logic speggetti here.
Submitted by:	alfred (the basic idea)
2002-01-24 12:54:15 +00:00
David E. O'Brien
73983781c1 Update to Vim 6.0 patchlevel 150 2002-01-24 11:47:53 +00:00
Ying-Chieh Liao
38ef3b7cdc upgrade to 1.22
drop maintainership
2002-01-24 06:47:56 +00:00
FUJISHIMA Satsuki
dbf60cf193 update to 0.6.2.3.
PR:		34182
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-01-22 21:58:49 +00:00
Martin Blapp
2213b0b336 Mark port broken (until April when 6.0 get's released :-)
Submitted by:		Joachim Strömbergson <watchman@ludd.luth.se>
2002-01-22 21:14:18 +00:00
Yoichi NAKAYAMA
43008f4520 Add elisp-info.el, provide functions for Emacs to find
description of function or variable from Emacs-Lisp Reference Manual.
2002-01-22 18:43:33 +00:00
Alfred Perlstein
86eb177ef8 update, version 6.0.101 -> 6.0.143. 2002-01-22 08:11:58 +00:00
SADA Kenji
57f48687c5 Stop pkg_delete time messages caused by uneraseable directories.
Approved by: Maintainer
2002-01-20 18:35:22 +00:00
Jun Kuriyama
328f274a8e Rename symbols from sgml-* to psgml-* to avoid conflict with stock
sgml-mode.

PR:		ports/32391
Submitted by:	KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp>
Dirty hacked by:	kuriyama
2002-01-20 15:07:45 +00:00
Christian Weisgerber
3c99fd759d Update to 1.0.8. Changes in this version include:
* various minor bug fixes
* updated translations and a new Polish one
* Meta-A as an alternate key for the marker key (^^)
2002-01-17 12:21:00 +00:00
Maxim Sobolev
28b9aac390 After patching is done remove ${WRKSRC}/user/wp/strings/*.orig, because
otherwise those files are installed along with all others.
2002-01-14 18:16:29 +00:00
Maxim Sobolev
f80e46e387 Use correct encoding for Russian and Ukrainian messages (KOI8-R and KOI8-U)
respectively. Before this patch Russian translation was a mess - part of it
was in CP1251, while part in KOI8-R. *brr*

PR:             33875
Reported by:    Nevermind <never@nevermind.kiev.ua>
Fixed by:       sobomax
2002-01-14 18:02:57 +00:00
Gary Jennejohn
96299dfa88 Update to patch level u and bump PORTVERSION.
Fix Makefile so that portlint doesn't complain.

Add a WITH_ALL variable to make it easier to install the port with all
options set.
2002-01-13 19:09:49 +00:00
Maxim Sobolev
9db822d068 Update to 1.2.0. 2002-01-11 12:51:41 +00:00