1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

add pkg-message when gamess won't run and bump portrevision accordingly.

This commit is contained in:
Maho Nakata 2010-06-17 10:40:46 +00:00
parent 9446d26cbb
commit 41dda7a988
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256622
2 changed files with 14 additions and 1 deletions

View File

@ -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

View File

@ -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
.