From owner-freebsd-ports@FreeBSD.ORG Wed Jul 13 16:33:00 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8EB616A41C for ; Wed, 13 Jul 2005 16:33:00 +0000 (GMT) (envelope-from huntting@glarp.com) Received: from pernicious.glarp.com (71-208-212-45.hlrn.qwest.net [71.208.212.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95E0A43D49 for ; Wed, 13 Jul 2005 16:33:00 +0000 (GMT) (envelope-from huntting@glarp.com) Received: from pernicious.glarp.com (localhost [127.0.0.1]) by pernicious.glarp.com (8.13.3/8.13.3) with ESMTP id j6DGWtKh034107; Wed, 13 Jul 2005 10:32:57 -0600 (MDT) (envelope-from huntting@pernicious.glarp.com) Message-Id: <200507131632.j6DGWtKh034107@pernicious.glarp.com> To: mstowe@chicago.us.mensa.org From: Brad Huntting Date: Wed, 13 Jul 2005 10:32:55 -0600 Sender: huntting@glarp.com X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.3 (pernicious.glarp.com [127.0.0.1]); Wed, 13 Jul 2005 10:32:58 -0600 (MDT) Cc: ports@freebsd.org Subject: patch file for freebsd heyu2 port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2005 16:33:01 -0000 Dear port maintainer(s): The following patch file fixes a small bug in the freebsd port of heyu2. /var/lock needs to be changed to /var/spool/lock. thanx, brad # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # files/patch-Configure # echo x - files/patch-Configure sed 's/^X//' >files/patch-Configure << 'END-of-files/patch-Configure' X--- Configure.orig Wed Jul 13 10:21:35 2005 X+++ Configure Wed Jul 13 10:21:40 2005 X@@ -84,7 +84,7 @@ X CC = gcc X CFLAGS = -g -O \$(DFLAGS) -Wall X LIBS = -lm -lc X- DFLAGS= -DHASSELECT -DNEEDGTIME -DFREEBSD X+ DFLAGS= -DHASSELECT -DNEEDGTIME -DFREEBSD -DLOCKDIR=\"/var/spool/lock\" X EoF X ;; X sco*) END-of-files/patch-Configure exit