From tlp@liquidx.org  Fri Sep 29 02:39:53 2006
Return-Path: <tlp@liquidx.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4729B16A492
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Sep 2006 02:39:53 +0000 (UTC)
	(envelope-from tlp@liquidx.org)
Received: from illusionist.sov.kewlio.net.uk (smtpauth.kewlio.net [85.116.4.125])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A4E6043D46
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Sep 2006 02:39:52 +0000 (GMT)
	(envelope-from tlp@liquidx.org)
Received: from lickwid.net (root@71-33-103-74.bois.qwest.net [71.33.103.74])
	(authenticated bits=128 user=tlp mech=DIGEST-MD5)
	by illusionist.sov.kewlio.net.uk (8.13.8/8.13.8) with ESMTP id k8T2di7n060011
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO subject=)   
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Sep 2006 03:39:48 +0100 (BST)
Received: from lickwid.net (tlp@localhost [127.0.0.1])
	by lickwid.net (8.13.6/8.13.6) with ESMTP id k8T2dhsa008219
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 28 Sep 2006 20:39:43 -0600 (MDT)
	(envelope-from tlp@liquidx.org)
Received: (from tlp@localhost)
	by lickwid.net (8.13.6/8.13.6/Submit) id k8T2dgsQ008218
	for FreeBSD-gnats-submit@freebsd.org; Thu, 28 Sep 2006 20:39:42 -0600 (MDT)
	(envelope-from tlp@liquidx.org)
Message-Id: <20060929023942.GA8150@lickwid.net>
Date: Thu, 28 Sep 2006 20:39:42 -0600
From: Travis Poppe <tlp@liquidx.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [MAINTAINER UPDATE] games/stratagus - fix a compile-time error

>Number:         103795
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] games/stratagus - fix a compile-time error
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 29 02:40:19 GMT 2006
>Closed-Date:    Sat Sep 30 11:00:28 GMT 2006
>Last-Modified:  Sat Sep 30 11:10:27 GMT 2006
>Originator:     Travis Poppe
>Release:        
>Organization:
>Environment:
>Description:
Update to games/stratagus Makefile that fixes compile time errors
relating to lua shared library/header locations.  

Problem/patch submitted by: Iasen Kostof
>How-To-Repeat:
>Fix:
--- Makefile	Wed Sep 20 14:21:28 2006
+++ Makefile.n	Thu Sep 28 23:02:39 2006
@@ -23,9 +23,10 @@
 USE_SDL=	yes
 USE_XLIB=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
-CPPFLAGS=	-I${LOCALBASE}/include -I${X11BASE}/include -I${LUA_INCDIR}
-LDFLAGS=	-L${LOCALBASE}/lib -L${X11BASE}/lib -L${LUA_LIBDIR}
+CFLAGS=		-I${LUA_INCDIR}
+LDFLAGS=	-L${LUA_LIBDIR}
+CONFIGURE_ENV=	CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
+		EXTRA_CFLAGS="${CFLAGS}" EXTRA_LIBS="${LDFLAGS}"
 WRKSRC=		${WRKDIR}/stratagus-040702
 
 OPTIONS=	OPENGL "Enable OpenGL support" on \
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Fri Sep 29 21:53:50 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103795 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Sep 30 11:00:26 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=103795 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/103795: commit references a PR
Date: Sat, 30 Sep 2006 11:00:39 +0000 (UTC)

 miwi        2006-09-30 11:00:20 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/stratagus      Makefile 
   Log:
   - Fix compile time errors
   
   PR:             ports/103795
   Submitted by:   Iasen Kostof
   Approved by:    Travis Poppe <tlp(at)liquidx.org> (maintainer)
   
   Revision  Changes    Path
   1.9       +4 -3      ports/games/stratagus/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
