o Do not install everything except headers and libraries
(to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).
PR: ports/54100
Submitted by: Ports Fury
in distinfo.
- I didn't investigate what is the change because it
is just a data file containing some vector to draw the
map.
PR: 53526
Submitted by: maintainer
o as usual, delete the patch files in the filesdir and replace
with the files in this PR
o redefine XMKMF in the Makefile because xmkmf -a did not the good thing
o add a "do-configure:" in the Makefile
PR: 52491
Submitted by: Serge Gagnon <gagnon__s@videotron.ca> (maintainer)
maintainer contacted 2003-06-01
- Fix handling of ps in startup script
maintainer contacted 2003-06-03
Submitted by: jonc@mobiledatanow.com
- Drop alpha for now, only new alpha binary is for OpenBSD.
ELF 64-bit LSB executable, Alpha (unofficial), version 1 (SYSV),
for OpenBSD, dynamically linked (uses shared libs), stripped
tested on beast: ELF binary type "0" not known.
Mymoon is a tool which stands onscreen using ncurses, and
prints for the given latitude and longitude:
- Percentage of Moon's surface illumination
- Distance between Moon & Earth
- Moon set & Moon rise
- Moon age
PR: 52639
Submitted by: Kirill Ponomarew
- only one master shell to monitor multiple setiathome instances
- wait some time for setiathome server to come up between restarts
- xsetiathome comes back
- -graphics is now the default (so xsetiathome may be launched)
- registration heuristic changed (see comments below)
- take care, some variable names have changed (see comments below)
- manual page reviewed
The setiathome manual page refer to setiathome.conf while it is
now named rc.setiathome.conf. also, the manual page has been
completed (variables, start/stop scripts, etc.)
- gracefull startup script option added
Makefile
PORTVERSION bumped
PORTREVISION deleted
FORBIDDEN deleted
BROKEN bumped to 4.0
NO_XBIN deleted except for linux_base-6
wrapper added
pkg-install
registration heuristic changed (don't register if already
registered, then automatically start setiathome in either
case)
pkg-list
$FreeBSD$ added
libexec/setiathome.bin added
pkg-message
FreeBSD 5.x a.out comment changed to FreeBSD 4.x comment
files/rc.setiathome.conf
seti_std_args defaulted to "-email -graphics"
seti_proxy_args changed to seti_proxy_server
seti_socks_server, seti_socks_user, seti_socks_passwd added
seti_sleep changed to seti_sleep_time
files/setiathome.1
/usr/local changed to %%PREFIX%%
above and below changes described
files/setiathome.sh
same changes as files/rc.setiathome.conf
don't start setiathome if already started
su heuristic changed to call an external wrapper
gracefull (aka apachectl :) option added using
stop_after_send.txt
PR: 50723,51759,52297,52709
Submitted by: cyrille.lefevre@laposte.net
Fix distinfo
Actually, all what was changed was a data-file, the CHANGES file
and a function called PixmapDrawString().
PR: ports/50983
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>