Subject: freeciv-server: lacking MAINTAINER, needs MAKE_JOBS_SAFE=NO
To: None <pkgsrc-users@netbsd.org>
From: Martin S. Weber <Ephaeton@gmx.net>
List: pkgsrc-users
Date: 04/16/2007 17:17:05
--IvGM3kKqwtniy32b
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hoi,

writing here because games/freeciv-server doesn't have a MAINTAINER
mentioned in the Makefile. Maybe should be set to tech-pkg@ ?

additionally, the package won't build successfully with MAKE_JOBS >=1 set.

(patch [against pkgsrc-2007Q1] attached)

Regards,

-Martin

--IvGM3kKqwtniy32b
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="fcs.patch"

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/games/freeciv-server/Makefile,v
retrieving revision 1.23
diff -u -r1.23 Makefile
--- Makefile	15 Apr 2006 09:30:46 -0000	1.23
+++ Makefile	16 Apr 2007 15:15:11 -0000
@@ -10,6 +10,8 @@
 CONFIGURE_ARGS+=	--enable-client=no
 CONFIGURE_ARGS+=	--with-readline
 LIBS+=			-ltermcap
+MAKE_JOBS_SAFE=		no
+MAINTAINER=		pkgsrc-users@NetBSD.org
 
 # Uses rl_filename_completion_function() which was introduced in readline-4.2
 BUILDLINK_API_DEPENDS.readline+=	readline>=4.2

--IvGM3kKqwtniy32b--