aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-25 12:28:57 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-25 12:28:57 +0000
commitc69e9adf00304f57fb5edbb312d13043e519fcb2 (patch)
tree2aa249ca6743d51785d175468c83124c79dc0cba /astro
parent7c438729e663f69a666ee4879474f298cb6b45c3 (diff)
downloadports-c69e9adf00304f57fb5edbb312d13043e519fcb2.tar.gz
ports-c69e9adf00304f57fb5edbb312d13043e519fcb2.zip
Notes
Diffstat (limited to 'astro')
-rw-r--r--astro/boinc-setiathome-enhanced/Makefile9
-rw-r--r--astro/boinc-setiathome-enhanced/files/pkg-message.in22
-rw-r--r--astro/boinc-setiathome-enhanced/pkg-message14
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>