patch file for freebsd heyu2 port

Brad Huntting huntting at glarp.com
Wed Jul 13 16:33:01 GMT 2005


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



More information about the freebsd-ports mailing list