diff options
author | edwin <edwin@FreeBSD.org> | 2002-12-20 21:20:38 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-12-20 21:20:38 +0800 |
commit | aaeee279770fa222916782f749400c8817b3b6f1 (patch) | |
tree | f1b71755133471b3bcb6c65766b17712402468bc /astro | |
parent | 2aba018ca45bd229b33ba35acb78d62e2c13181c (diff) | |
download | freebsd-ports-gnome-aaeee279770fa222916782f749400c8817b3b6f1.tar.gz freebsd-ports-gnome-aaeee279770fa222916782f749400c8817b3b6f1.tar.zst freebsd-ports-gnome-aaeee279770fa222916782f749400c8817b3b6f1.zip |
note added about i386 a.out support under FreeBSD 5.x.
PR: ports/46340
Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
Diffstat (limited to 'astro')
-rw-r--r-- | astro/setiathome/Makefile | 2 | ||||
-rw-r--r-- | astro/setiathome/pkg-message | 11 |
2 files changed, 9 insertions, 4 deletions
diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile index e42dacaa5454..20e014be0b9b 100644 --- a/astro/setiathome/Makefile +++ b/astro/setiathome/Makefile @@ -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/ \ diff --git a/astro/setiathome/pkg-message b/astro/setiathome/pkg-message index dd2f16c4ad27..1188ce50da02 100644 --- a/astro/setiathome/pkg-message +++ b/astro/setiathome/pkg-message @@ -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 |