Steve Price
c330536950
Add support for the Alpha.
2000-02-20 21:00:55 +00:00
Steve Price
8d40b7b2de
time(3) returns a time_t and not a long.
2000-02-20 21:00:08 +00:00
Steve Price
6aac6c7a81
The one and only argument to gmtime(3) is a time_t*. This fixes the build
...
problems on the Alpha.
2000-02-20 20:59:20 +00:00
Steve Price
bfadcefe24
The Alpha's fpsetmask(3) routine doesn't have a FP_X_DNML bit, so remove it
...
and get this port to building again.
2000-02-20 20:56:37 +00:00
Steve Price
2253615790
Recent changes to the compiler on the Alpha seem to have fixed the build
...
of this port.
2000-02-20 20:55:06 +00:00
Steve Price
74d5f5aa90
With a minor little tweak this now builds on the Alpha.
2000-02-20 20:53:58 +00:00
Steve Price
6d4a92f250
Add support for FreeBSD/Alpha.
2000-02-20 20:52:31 +00:00
Steve Price
eba14b4985
Fix compile-time errors on -current.
2000-02-20 20:51:45 +00:00
Steve Price
5cb58533ad
The one and only argument to time(3) is a time_t*. This fixes builds on
...
the Alpha.
2000-02-20 20:50:55 +00:00
Steve Price
cb5230eccd
Add support for the Alpha and create a directory on install so this packages
...
on machines with a clean ${PREFIX} directory.
2000-02-20 20:48:58 +00:00
Steve Price
db4fa41272
Remove the two i386 binaries and rebuild them from source so this port
...
packages on the Alpha.
2000-02-20 20:46:58 +00:00
Steve Price
c3665f69b8
Fix compile-time errors on -current.
2000-02-20 20:45:23 +00:00
Steve Price
0d59342482
This port also LIB_DEPENDS on the libxml port.
2000-02-20 20:44:24 +00:00
Steve Price
f7335b8ebb
Change PKGNAME so it doesn't conflict with the apache13 port.
2000-02-20 20:43:32 +00:00
Jeremy Lea
5e1d4ac71d
Fix for building on -CURRENT.
...
No response by: maintainer
2000-02-20 20:37:46 +00:00
Bill Fumerola
a7205b342d
Take over MAINTAINERship.
2000-02-20 19:55:27 +00:00
Dirk Froemberg
18134d7bad
Take over maintainership.
2000-02-20 19:43:22 +00:00
John Polstra
a0a2c9775a
Add patch to ignore unsupported file attributes. It has no effect
...
except in obscure scenarios involving switching versions of CVSup.
2000-02-20 18:32:00 +00:00
John Polstra
3cf9d396da
Add patch to handle file flags properly under FreeBSD-4.x. Solves
...
this crash on the client:
***
*** runtime error:
*** ASSERT failed
*** file "/usr/ports/net/cvsup/work/cvsup-16.1/suplib/src/POSIX/FileAttrOS.m3", line 52
***
2000-02-20 18:30:06 +00:00
Munechika SUMIKAWA
7b2ffcdb39
Make buildable on IPv4-only kernel.
...
Specified by: ache
Reviewed by: torstenb
2000-02-20 17:30:54 +00:00
Munechika SUMIKAWA
2f25cab541
activate xbattbar.
2000-02-20 17:08:55 +00:00
Andreas Klemm
8043aef32d
I have to drop Maintainership of this port as well.
2000-02-20 17:06:43 +00:00
Andreas Klemm
ab10519a48
Reducing Maintainership to an amount of ports
...
I can handle.
Sorry, the rest has to go to ports@FreeBSD.ORG .
2000-02-20 17:01:26 +00:00
Munechika SUMIKAWA
05c69e1751
Xbattbar shows the current (laptop) battery status in the X window
...
environment. The battery indicator of this program is very simple: a simple
bar in the bottom of your display. With its color, it indicates the
AC-line status (plugged in or off-line), and buttery
charging/remaining level.
WWW: http://infonet.aist-nara.ac.jp/member/suguru/xbattbar.html
2000-02-20 17:00:33 +00:00
Munechika SUMIKAWA
3e4d9780fe
activate apache13+ipv6
2000-02-20 16:57:58 +00:00
Munechika SUMIKAWA
2ff1308851
apache13 with IPv6 supporting.
2000-02-20 16:54:06 +00:00
Andreas Klemm
6f87190d2c
- don't use port anymore
...
- no time to maintain
so I'm giving up maintainership so that port doesn't become rotten...
2000-02-20 16:52:19 +00:00
R. Imura
0e26f0d976
Update to version 1.11.
...
Maintainer is now ports@FreeBSD.org , because email to him has been
bouncing since last Decenber..
PR: 16701
Submitted by: Alexander Langer <alex@cichlids.com>
2000-02-20 16:08:19 +00:00
Satoshi Taoka
3313da0f3a
Update to 4.4.0
...
PR: 16702
Submitted by: maintainer
2000-02-20 15:58:52 +00:00
Satoshi Taoka
8a49b111d5
Update a Japanese manual
...
PR: 16778
Submitted by: maintainer
2000-02-20 15:21:56 +00:00
Satoshi Taoka
a6dc8b6d3a
I forgot to add these patches in privous commit.
2000-02-20 15:19:19 +00:00
Satoshi Taoka
55202be9a1
Update to 0.4.1
...
PR: 16747
Submitted by: maintainer
2000-02-20 15:16:46 +00:00
Dirk Froemberg
08001a1462
Store pid file in /var/run/.
...
PR: ports/16805
Submitted by: maintainer
2000-02-20 15:05:06 +00:00
Ralf S. Engelschall
9ed55c5cdb
Upgrade to GNU Portable Threads (Pth), version 1.3.1
2000-02-20 12:30:19 +00:00
Kris Kennaway
90d213a393
Zombiezapper sends commands to DDoS agents to stop flooding, leaving them
...
around for further forensics. As with most of the DDoS tools, this assumes
the agents are using the default settings.
2000-02-20 10:29:12 +00:00
Joerg Wunsch
bca78cdfb3
Install kermit documentation and example files correctly. This is
...
basically what the PR suggested, although i did it somewhat
differently. (The PR was related to the previous version of Kermit
anyway.)
After asking Frank da Cruz again, i did however decide to not run the
shipped ckermit.ini (alias .kermrc) by default; the defaults of Kermit
version 7 are supposed to fit the needs of most people, so there is no
need to run the .ini file for everybody. Those who want it can still
find it in the `examples' directory (and Frank suggested users who
like to do this can easily run this as a `kerbang' script file instead
of starting the plain kermit binary).
PR: ports/14894
Submitted by: Oh Junseon <hollywar@holywar.net>
2000-02-20 10:10:34 +00:00
Ade Lovett
140e8b10a0
Update to 0.3.10
...
PR: 16823
Submitted by: maintainer
2000-02-20 04:18:32 +00:00
Chris Piazza
13dd27a9bb
update to 5.2.8
...
PR: 16826
Submitted by: maintainer
2000-02-20 02:00:30 +00:00
David E. O'Brien
be5020f1e7
Create this diff with "-u1" to avoid the really crazy "OBJ=" line that
...
causes `less' to go nuts.
2000-02-20 01:33:20 +00:00
Jeremy Lea
06f0da8b41
Make gtcd work with SCSI cdroms.
...
While I'm here, make the cureses based tcd compile, but don't install it.
Submitted by: Andreas Dobloug <andreasd@motsognir.unik.no>
2000-02-19 23:56:02 +00:00
Jean-Marc Zucconi
50d8f569a7
PLIST for norsk version of ispell.
2000-02-19 22:21:41 +00:00
Dima Ruban
3cc92cfdf1
Use USE_LIBTOOL.
...
Submitted by: Jeremy Lea <reg@freebsd.org>
2000-02-19 22:13:35 +00:00
Gary Jennejohn
a8ab7a8141
Fix some typos.
...
Submitted by: kris
2000-02-19 22:13:11 +00:00
Kris Kennaway
bb7bad6476
Respect CFLAGS
2000-02-19 21:45:17 +00:00
Joerg Wunsch
18895d9ba7
Don't XawAsciiSourceFreeString() the value previously obtained with
...
a XawDialogGetValueString(); this is apparently no longer permissible
(the docs say it gets automatically freed by XawDialogGetValueString()).
PR: ports/12490
While i was at it, i also added WM_DELETE_WINDOW hooks so all the
toplevels can be deleted by usual window manager actions.
2000-02-19 20:56:14 +00:00
Joerg Wunsch
63f752472b
Shelder the next homeless... Distfile also resurrected from an old
...
CD-ROM.
2000-02-19 19:42:16 +00:00
Joerg Wunsch
c230cca74c
Next one in my list of ports to fix... Give the xonix distfile a new
...
home. File resurrected from an old FreeBSD CD-ROM, so the MD5 sum
remains identical.
2000-02-19 19:38:01 +00:00
Joerg Wunsch
beec2b8470
Bring xmahjongg up to tne new (pseudo-)millenium, i. e. to version 3.2,
...
completely rewritten, looks a lot nicer than the 10-year old one.
In addition to the suggested patch, i have removed the NO_CDROM
restriction, after revisiting the accompanying documentation, the
``Don't redistribute for profit'' old tile images are obviously no
longer shipped.
PR: ports/16673
Submitted by: <tkato@prontomail.ne.jp> KATO Tsuguru
2000-02-19 19:29:08 +00:00
Sheldon Hearn
1b39f669df
Add knobs (turned off by default) for non-standard mailbox formats.
...
Submitted by: Johann Visagie <wjv@sunesi.net>
2000-02-19 17:18:27 +00:00
Ralf S. Engelschall
c9674ef11b
Upgrade GNU Portable Threads (Pth) from version 1.2.2 to 1.3.0,
...
the new release version in the now stable Pth 1.3 series.
2000-02-19 17:14:03 +00:00