diff options
author | maho <maho@FreeBSD.org> | 2010-06-17 18:40:46 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2010-06-17 18:40:46 +0800 |
commit | 3ce54cc14f32f7cc774d26a3419b102533f8ce12 (patch) | |
tree | a5d95f1da2bb1a57d1d99c91d37431d06fe2153c /science | |
parent | e9a158a003fcafb76d7e708b0eac9641e074baaf (diff) | |
download | freebsd-ports-gnome-3ce54cc14f32f7cc774d26a3419b102533f8ce12.tar.gz freebsd-ports-gnome-3ce54cc14f32f7cc774d26a3419b102533f8ce12.tar.zst freebsd-ports-gnome-3ce54cc14f32f7cc774d26a3419b102533f8ce12.zip |
add pkg-message when gamess won't run and bump portrevision accordingly.
Diffstat (limited to 'science')
-rw-r--r-- | science/gamess/Makefile | 2 | ||||
-rw-r--r-- | science/gamess/pkg-message | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/science/gamess/Makefile b/science/gamess/Makefile index 5a69c6dfd839..9a74611e745a 100644 --- a/science/gamess/Makefile +++ b/science/gamess/Makefile @@ -7,7 +7,7 @@ PORTNAME= gamess PORTVERSION= ${SNAPDATE} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= #http://www.msg.ameslab.gov/GAMESS/License_Agreement.html DISTNAME= gamess-current diff --git a/science/gamess/pkg-message b/science/gamess/pkg-message new file mode 100644 index 000000000000..08b396ab437f --- /dev/null +++ b/science/gamess/pkg-message @@ -0,0 +1,13 @@ +WARNING!!WARNING!!WARNING!!WARNING!! + +If you got the following error +'Error ENOMEM: Not enough memory to allocate ** bytes of shared memory.', +then add ipc memory by: +sudo sysctl -w kern.ipc.shmmax=67108864 +sudo sysctl -w kern.ipc.shmall=32768 +or if you want to enable at boot time +add following lines to +kern.ipc.shmmax=67108864 +kern.ipc.shmall=32768 +/boot/loader.conf +. |