From owner-freebsd-commit Mon Apr 17 00:20:56 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA09405 for commit-outgoing; Mon, 17 Apr 1995 00:20:56 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA09391 for cvs-ports-outgoing; Mon, 17 Apr 1995 00:20:53 -0700 Received: (from joerg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA09376 ; Mon, 17 Apr 1995 00:20:43 -0700 Date: Mon, 17 Apr 1995 00:20:43 -0700 From: Joerg Wunsch Message-Id: <199504170720.AAA09376@freefall.cdrom.com> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/games/acm/pkg PLIST Sender: commit-owner@FreeBSD.org Precedence: bulk joerg 95/04/17 00:20:42 Modified: games/acm/pkg PLIST Log: Make this port actually work: . install the data files, too :) . make acm complain if it cannot find a data file, instead of dump core . moved the data file location to where all X11 programs used to have it . try working around some floating point problems by masking all FP exceptions (yes, i know that it's ugly, but i won't like to go and fix acm -- it's way too huge for me)