Date: Wed, 13 Jul 2005 10:32:55 -0600 From: Brad Huntting <huntting@glarp.com> To: mstowe@chicago.us.mensa.org Cc: ports@freebsd.org Subject: patch file for freebsd heyu2 port Message-ID: <200507131632.j6DGWtKh034107@pernicious.glarp.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507131632.j6DGWtKh034107>