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:
parent
9446d26cbb
commit
41dda7a988
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256622
@ -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
|
||||
|
13
science/gamess/pkg-message
Normal file
13
science/gamess/pkg-message
Normal 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
|
||||
.
|
Loading…
Reference in New Issue
Block a user