1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

note added about i386 a.out support under FreeBSD 5.x.

PR:		ports/46340
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
This commit is contained in:
Edwin Groothuis 2002-12-20 13:20:38 +00:00
parent 8322107857
commit 624cebfbe6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71737
2 changed files with 9 additions and 4 deletions

View File

@ -6,7 +6,7 @@
PORTNAME= setiathome
PORTVERSION?= 3.03
PORTREVISION?= 4
PORTREVISION?= 5
CATEGORIES?= astro
MASTER_SITES= ftp://ftp.cdrom.com/pub/setiathome/ \
ftp://alien.ssl.berkeley.edu/pub/ \

View File

@ -1,3 +1,8 @@
**** %%PREFIX%%/etc/rc.%%PREFX%%setiathome%%SUFX%%.conf may be edited to
tune some startup variables such as `seti_nice' defaulted to 15
and `seti_maxprocs' defaulted to your number of processors.
**** %%PREFIX%%/etc/rc.%%PREFX%%setiathome%%SUFX%%.conf may be edited
to tune some startup variables such as `seti_nice' defaulted to
15 and `seti_maxprocs' defaulted to your number of processors.
**** NOTE: unlike previous versions, FreeBSD 5.x for i386 doesn't
support a.out binaries by default. To run setiathome, you have
to add the following line to your kernel configuration file
(/sys/i386/conf/<YOUR_KERNEL>) :
options COMPAT_AOUT # Enable i386 a.out binary support