diff options
author | dburr <dburr@FreeBSD.org> | 1998-07-13 19:58:00 +0800 |
---|---|---|
committer | dburr <dburr@FreeBSD.org> | 1998-07-13 19:58:00 +0800 |
commit | 34c98a4a67876162c72653754894058121bfb129 (patch) | |
tree | ac1755db7e2c8e6e3605c1b2db2000cbe83f49de | |
parent | 4e62efe81f507704f502b3084bd38c813a62ea84 (diff) | |
download | freebsd-ports-gnome-34c98a4a67876162c72653754894058121bfb129.tar.gz freebsd-ports-gnome-34c98a4a67876162c72653754894058121bfb129.tar.zst freebsd-ports-gnome-34c98a4a67876162c72653754894058121bfb129.zip |
Moved the build warning out of pkg/DESCR and into the Makefile (in the
"pre-build" target). This seemed more appropriate.
-rw-r--r-- | emulators/vice/Makefile | 6 | ||||
-rw-r--r-- | emulators/vice/pkg-descr | 4 |
2 files changed, 4 insertions, 6 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index a8909693b1cc..d922ea0c3f16 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -3,7 +3,7 @@ # Date created: Mar 28, 1998 # Whom: dchapes@ddm.on.ca # -# $Id: Makefile,v 1.1.1.1 1998/07/12 11:13:24 dburr Exp $ +# $Id: Makefile,v 1.2 1998/07/13 01:25:02 dburr Exp $ DISTNAME= vice-0.14.1 CATEGORIES= emulators @@ -24,7 +24,9 @@ MANPAGES= vice c1541 petcat MAN1= vice.1 c1541.1 petcat.1 pre-build: - ${ECHO} ${OSVER} + @${ECHO} "NOTE: When compiling on FreeBSD some source files cause gcc to go over the" + @${ECHO} "default memory limits. Either fix /etc/login.conf or temporaryily adjust" + @${ECHO} "the limits with your shells limit command (\"unlimit\" works in [t]csh)." pre-install: ${SED} -e "s,%VER%,`uname -r | ${SED} -e 's,-.*$$,,'`," < ${PKGDIR}/PLIST.in > ${PKGDIR}/PLIST diff --git a/emulators/vice/pkg-descr b/emulators/vice/pkg-descr index d3b8ff73be8d..68ba5d5a3195 100644 --- a/emulators/vice/pkg-descr +++ b/emulators/vice/pkg-descr @@ -17,7 +17,3 @@ André Fachat, Jouko Valta, Jarkko Sonninen and Daniel Sladic. The ROM files in the `C64', `PET' and `VIC20' directories are Copyright (c) by Commodore Business Machines. - -NOTE: When compiling on FreeBSD some source files cause gcc to go over the -default memory limits. Either fix /etc/login.conf or temporaryily adjust -the limits with your shells limit command ("unlimit" works in [t]csh). |