diff options
author | pav <pav@FreeBSD.org> | 2006-05-25 20:28:57 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-05-25 20:28:57 +0800 |
commit | 9ac6b11694f5c65ef524227a9cd5ae676e333a54 (patch) | |
tree | a8e62db2934165a864c5a36652aa0e99c555c738 /astro/boinc-setiathome-enhanced | |
parent | a439a9b52c94066141e211f918bb169d1be4902b (diff) | |
download | freebsd-ports-gnome-9ac6b11694f5c65ef524227a9cd5ae676e333a54.tar.gz freebsd-ports-gnome-9ac6b11694f5c65ef524227a9cd5ae676e333a54.tar.zst freebsd-ports-gnome-9ac6b11694f5c65ef524227a9cd5ae676e333a54.zip |
- Add note for amd64/6.X users
Approved by: maintainer
Diffstat (limited to 'astro/boinc-setiathome-enhanced')
-rw-r--r-- | astro/boinc-setiathome-enhanced/Makefile | 9 | ||||
-rw-r--r-- | astro/boinc-setiathome-enhanced/files/pkg-message.in | 22 | ||||
-rw-r--r-- | astro/boinc-setiathome-enhanced/pkg-message | 14 |
3 files changed, 31 insertions, 14 deletions
diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile index a4ae142ddf7f..aeb4946cee53 100644 --- a/astro/boinc-setiathome-enhanced/Makefile +++ b/astro/boinc-setiathome-enhanced/Makefile @@ -37,6 +37,15 @@ BOINC_HOME?= /var/db/boinc SETI_SITE= setiathome.berkeley.edu SETI_BINARY= setiathome-${PORTVERSION}.i386-unknown-freebsd +.if ${ARCH} == amd64 && ${OSVERSION} >= 600000 +AMD64= "" +.else +AMD64= "@comment " +.endif + +SUB_FILES= pkg-message +SUB_LIST= AMD64=${AMD64} + PLIST_SUB= SETI_BINARY="${SETI_BINARY}" SETI_SITE=${SETI_SITE} \ BOINC_HOME=${BOINC_HOME} diff --git a/astro/boinc-setiathome-enhanced/files/pkg-message.in b/astro/boinc-setiathome-enhanced/files/pkg-message.in new file mode 100644 index 000000000000..ec1fba67304e --- /dev/null +++ b/astro/boinc-setiathome-enhanced/files/pkg-message.in @@ -0,0 +1,22 @@ +***************************************************************************** +ATTACHING PROJECT + +Just run boinc_gui, choose Attach, and follow instructions. +Project URL is setiathome.berkeley.edu + +MANUAL INSTALLATION + *) If this is your first time in any BOINC project, create a new account at + http://setiathome.berkeley.edu/create_account_form.php + + *) Or get your account key at http://setiathome.berkeley.edu/get_passwd.php + + *) Attach to the project: + cd /var/db/boinc + boinc_cmd --project_attach setiathome.berkeley.edu <account key> +***************************************************************************** +%%AMD64%% IMPORTANT NOTICE FOR AMD64 USERS RUNNING 6.X: +%%AMD64%% +%%AMD64%% You have to have this line in /etc/libmap32.conf: +%%AMD64%% libpthread.so.1 libc_r.so.5 +%%AMD64%% before you attach the project. Otherwise it will not work. +%%AMD64%%***************************************************************************** diff --git a/astro/boinc-setiathome-enhanced/pkg-message b/astro/boinc-setiathome-enhanced/pkg-message deleted file mode 100644 index 4601876835b1..000000000000 --- a/astro/boinc-setiathome-enhanced/pkg-message +++ /dev/null @@ -1,14 +0,0 @@ -ATTACHING PROJECT - -Just run boinc_gui, choose Attach, and follow instructions. -Project URL is setiathome.berkeley.edu - -MANUAL INSTALLATION - *) If this is your first time in any BOINC project, create a new account at - http://setiathome.berkeley.edu/create_account_form.php - - *) Or get your account key at http://setiathome.berkeley.edu/get_passwd.php - - *) Attach to the project: - cd /var/db/boinc - boinc_cmd --project_attach setiathome.berkeley.edu <account key> |