From tlp@LiquidX.org  Tue Nov  2 00:20:45 2004
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 5AD2016A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 Nov 2004 00:20:45 +0000 (GMT)
Received: from smtpauth.kewlio.net (smtpauth.kewlio.net [195.22.134.25])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AC42C43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  2 Nov 2004 00:20:44 +0000 (GMT)
	(envelope-from tlp@LiquidX.org)
Received: from maya.liquidx.org (70-56-157-27.bois.qwest.net [70.56.157.27])
	(authenticated bits=0)
	by smtpauth.kewlio.net (8.12.10/8.12.10) with ESMTP id iA20Kedk059799
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO)
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 2 Nov 2004 00:20:42 GMT
Message-Id: <20041101172040.741e580c@maya.liquidx.org>
Date: Mon, 1 Nov 2004 17:20:40 -0700
From: Travis Poppe <tlp@LiquidX.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [MAINTAINER UPDATE]: games/stratagus fix for 5.3

>Number:         73398
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] games/stratagus fix for 5.3
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 02 00:30:30 GMT 2004
>Closed-Date:    Tue Nov 02 21:28:10 GMT 2004
>Last-Modified:  Tue Nov 02 21:28:10 GMT 2004
>Originator:     Travis Poppe
>Release:        
>Organization:
>Environment:
>Description:
games/stratagus currently will build on 5.3 but not function correctly
due to linking problems. 

A patch has been submitted by Nehal (one of the stratagus devs) to fix
this issue. Much thanks to him.

The existing stratagus package for FreeBSD 5.3 is broken without
rebuilding with this patch.

Please add this patch (patch-ab) to the 'files' directory.

>How-To-Repeat:
>Fix:
--- configure.orig	Thu Jul  1 18:46:35 2004
+++ configure	Mon Nov  1 16:11:10 2004
@@ -3230,7 +3230,7 @@
     fi
 fi
 if test "$ARCH" = "bsd"; then
-    VIDEO_LIBS="$VIDEO_LIBS -lc"
+    VIDEO_LIBS="$VIDEO_LIBS -lpthread -lc"
 fi
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Tue Nov 2 18:22:49 GMT 2004 
State-Changed-Why:  
This change looks wrong. 

-lpthread is forbidden on 5.3 systems, -pthread should 
be used and indeed, it is used in the build (at least on my computer). 
Resulting stratagus binary is linked against libpthread. 



Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Tue Nov 2 18:22:49 GMT 2004 
Responsible-Changed-Why:  
Take care 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73398 
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Tue Nov 2 21:27:58 GMT 2004 
State-Changed-Why:  
Solved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=73398 
>Unformatted:
