Subject: PR/29450 CVS commit: pkgsrc/games/ularn
To: None <ben@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Ben Collver <ben@netbsd.org>
List: pkgsrc-bugs
Date: 02/28/2005 02:27:02
The following reply was made to PR pkg/29450; it has been noted by GNATS.

From: Ben Collver <ben@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29450 CVS commit: pkgsrc/games/ularn
Date: Mon, 28 Feb 2005 02:26:59 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	ben
 Date:		Mon Feb 28 02:26:59 UTC 2005
 
 Modified Files:
 	pkgsrc/games/ularn: Makefile distinfo
 	pkgsrc/games/ularn/patches: patch-aa patch-ah patch-ai patch-al
 	    patch-an
 
 Log Message:
 Fix Ularn to build on Mandrake Linux 10.1.  This addresses PR#29450.
 
 Changes include:
 * remove lrint(), which is unused, and collides with the C99 lrint().
 * remove malloc() prototypes, which are incorrect
 * add include search path to CFLAGS to catch Mandrake's termcap.h
 * in the case of Linux, define GETOPT, to match glibc
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.14 -r1.15 pkgsrc/games/ularn/Makefile
 cvs rdiff -r1.5 -r1.6 pkgsrc/games/ularn/distinfo
 cvs rdiff -r1.3 -r1.4 pkgsrc/games/ularn/patches/patch-aa \
     pkgsrc/games/ularn/patches/patch-al
 cvs rdiff -r1.2 -r1.3 pkgsrc/games/ularn/patches/patch-ah
 cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/games/ularn/patches/patch-ai \
     pkgsrc/games/ularn/patches/patch-an
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.