Commit Graph

53940 Commits

Author SHA1 Message Date
Martin Blapp
7a9c31fd2e The tests are only working if compiled without -O. With -O
we get a bus error. This may be true for other code who uses
the STLport.
2002-03-05 08:00:18 +00:00
Jim Mock
d29538b7be Oops. Don't depend on gmake since patch-aa takes care of that. 2002-03-05 07:08:41 +00:00
Jim Mock
422cf1395e Add gkrellmwireless, a plugin for gkrellm that monitors the signal
quality of a wireless card (wi0 only).
2002-03-05 07:06:00 +00:00
Ying-Chieh Liao
5adafd9478 upgrade to 0.4 2002-03-05 06:10:25 +00:00
Ying-Chieh Liao
ffc14c8d8f add gdis 0.73.3
Display and manipulation of isolated molecules and periodic systems
2002-03-05 03:36:20 +00:00
Trevor Johnson
74ae5e5a44 Make grammatical corrections and translate some forgotten parts of
the configure script.
Submitted by:	Eric Masson <e-masson@kisoft-services.com>

While I'm here, rewrite pkg-descr for brevity.
2002-03-05 03:00:06 +00:00
Patrick Li
0164b8547f Update to 0.7 2002-03-05 02:57:37 +00:00
Dag-Erling Smørgrav
17b56550f4 Fix dependency detection logic (it was broken for libraries).
Improve package version comparison algorithm.
2002-03-05 01:49:14 +00:00
Ernst de Haan
3030eab564 Changes:
0) Improved variable names (now more verbose).
1) Redirecting stdout and stderr to separate log files
2) Setting the PID_FILE in the Makefile
3) Setting the group to when chown-ing the PID file
4) Installing a separate startup script instead of a symlink
5) Changed the man page accordingly
6) Bumped PORTREVISION.
2002-03-05 01:21:39 +00:00
Dag-Erling Smørgrav
a8e398e1a9 Fix the gnats-edit-pr.patch so it applies (the file name was wrong).
Add an @exec mkdir line to the plist to create the lock directory.
Bump PORTREVISION.
2002-03-05 00:50:02 +00:00
Ernst de Haan
7f7f152b7c New port. See PR ports/31813. 2002-03-05 00:43:18 +00:00
Patrick Li
3eac6862b8 - Update to 5.4.3.10
- Remove .la files (requested by mi)
2002-03-05 00:17:14 +00:00
Ernst de Haan
7a5656bbf0 Improved pkg-deinstall. It now displays a warning message
if the www user still exists. Bumped PORTREVISION.
2002-03-04 23:31:47 +00:00
Martin Blapp
ad27933c59 Fix the PATH issue. Add ${PREFIX}/bin and ${PREFIX}/sbin 2002-03-04 23:20:22 +00:00
Ernst de Haan
4b972fc880 Changes:
0) Uses 'www' user and group instead of 'orion' user and group
1) Added pkg-install to add www user and group if necessary
2) Fixed STARTUP_ORDER at 020 because the pkg-plist supports no
   other value
3) Executing pkg-install from the pre-install target
4) Fixed the pkg-plist (it's different because Orion is not
   automatically started and it creates some files at first
   startup)
5) Bumped PORTREVISION to 3
2002-03-04 23:19:12 +00:00
Ernst de Haan
55acf188d0 Fixed bug that caused install target to fail. Bumped PORTREVISION.
Reported by:	Mike Harding <mvh@ix.netcom.com>
2002-03-04 22:50:42 +00:00
Jean-Marc Zucconi
43fded38fe Upgrade to version 3.83. 2002-03-04 22:41:48 +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
Maxim Sobolev
b231dbc4f0 Update to 1.3.14. URGH, I donno how it missed the last GNOME 2 beta update
boat few weeks ago.

Big pointy hat to:	sobomax
2002-03-04 21:18:52 +00:00
David E. O'Brien
9a23446e2b Update to Vim 6.1 Beta 'A' patchlevel 23 2002-03-04 21:13:20 +00:00
David E. O'Brien
9a20bf6731 Sync with gcc30's style.
This includes changing the name from g<BINARY> to <BINARY>31, using a
single .info file rather than the mirage of them, and switch to using the
.bz2 distfiles.
2002-03-04 21:08:06 +00:00
Pete Fritchman
f128ca0511 malloc.h -> stdlib.h
PR:		35519
2002-03-04 20:02:36 +00:00
Ernst de Haan
510ad05be5 Now allows for setting the port the RMI server will listen to.
Set AUTO_START by default to NO.
Bumped PORTREVISION.

Submitted by:	Rob Simmons <rsimmons@mail.wlcg.com>
2002-03-04 19:58:22 +00:00
Mitsuru IWASAKI
1b64df15f9 Fix GlobalLock initilization and
minor problem.
2002-03-04 18:05:48 +00:00
Andrey A. Chernov
bec084afc2 Add WWW site 2002-03-04 17:49:21 +00:00
Andrey A. Chernov
0afdcd9317 Fix for new razor-agents 1.20
Add more required modules to *DEPENDS
2002-03-04 17:33:09 +00:00
Cy Schubert
bf53ff4bec Use my FreeBSD.org email address for MAINTAINER. 2002-03-04 16:56:20 +00:00
Cy Schubert
23b0170470 Fixup the line containing $FreeBSD$. It was missing a comment character. 2002-03-04 16:55:21 +00:00
Andrey A. Chernov
a20abbbe6d Upgrade to 1.20 2002-03-04 15:33:01 +00:00
Ying-Chieh Liao
7eeb1f1cd6 add scid 3.2
A free chess database application
2002-03-04 15:11:47 +00:00
Andrey A. Chernov
e73f181a7d Fix site URL 2002-03-04 14:14:03 +00:00
Pete Fritchman
83a78f4b3f Somehow I managed to botch pkg-install so the script was in the file twice,
so remove the second instance.  Also, scripts/createusergroup is replaced
by pkg-install so GC that.

Submitted by:	maintainer
2002-03-04 13:50:21 +00:00
Chris D. Faulhaber
1afd4529c1 Update port. DISTFILE name did not change but includes the following
updates:
o Added support for HP2100 Simulator floating point and dynamic mapping,
0 PDP-7 DECtape, and IBM 1130.
o Expanded HP2100 disk pack support
o Expanded I1401 support
o Moved Altair files around
2002-03-04 13:29:01 +00:00
Lars Koeller
193440404b * The modification of the Makefile due to the merge of compface and
faces leads to a wrong URL for the source file. Due to this error
   a directory tree was fetched and the checksum and build process
   failed.

PR:		-
Submitted by:	setantae@submonkey.net (Problem description)
2002-03-04 12:39:32 +00:00
Trevor Johnson
1874446f0b Use the German home page rather than the English one.
Approved by:	maintainer
2002-03-04 11:46:30 +00:00
Trevor Johnson
cba974ea5d Correct the comment block: I forgot to change it when I copied
from Thomas Zander's port.
2002-03-04 11:36:08 +00:00
Trevor Johnson
990bb9c115 Add new port of Netscape 6 (Linux binary) with Japanese localization. 2002-03-04 11:27:29 +00:00
Trevor Johnson
d8b02d32e1 Remove this file, since it will now be generated entirely in the
Makefile of the master port.
2002-03-04 10:47:19 +00:00
Trevor Johnson
eec17bed02 Add new port of Netscape 6 (Linux binary) with French localization.
I used automatic translation by Babel Fish.  Alors, mise en garde.
2002-03-04 10:39:25 +00:00
Andrey A. Chernov
2172566780 Upgrade to 2.11 2002-03-04 10:16:03 +00:00
Trevor Johnson
61e8cd2a92 Generate all three lines of the netscape6 script (STARTUP_CMD) within the Makefile. 2002-03-04 10:11:01 +00:00
Maxim Sobolev
6b26d8b56c Update to 0.17. 2002-03-04 09:34:49 +00:00
Maxim Sobolev
2d6bcf8bcf Update to 0.2.24.
PR:		35468
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-04 09:26:24 +00:00
Maxim Sobolev
2002d2898e Update to 0.2.96.
PR:		35490
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-04 09:16:31 +00:00
Maxim Sobolev
0924d4cf97 Update to 0.2.96.
PR:		35489
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-03-04 09:15:36 +00:00
Trevor Johnson
6899f9ecab Only set MAINTAINER if it is not already defined, so slave ports
can have different maintainers.
2002-03-04 06:34:11 +00:00
Trevor Johnson
20e227e74f Add new port of Netscape 6 (Linux binary) with German localization.
Submitted by:	Thomas E. Zander <riggs@hadiko.de>
2002-03-04 06:29:22 +00:00
Trevor Johnson
de751ad532 Make changes to enable localized slave ports:
- introduce NETSCAPE6_LANG
- only set CATEGORIES and DISTFILES if they are not yet defined

Submitted by:	Thomas E. Zander <riggs@hadiko.de>
2002-03-04 06:13:34 +00:00
Trevor Johnson
d427d065e2 Install the browser component if the mail component is requested.
Install the psm and xpcom components if and only if the browser
component is to be installed.

Describe the talkback component.
2002-03-04 06:12:50 +00:00