From nobody@FreeBSD.org  Sat Apr 26 08:26:13 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 0264A1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Apr 2008 08:26:13 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id EB7B78FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Apr 2008 08:26:12 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m3Q8Pfh6078379
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 26 Apr 2008 08:25:41 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m3Q8Pfbg078377;
	Sat, 26 Apr 2008 08:25:41 GMT
	(envelope-from nobody)
Message-Id: <200804260825.m3Q8Pfbg078377@www.freebsd.org>
Date: Sat, 26 Apr 2008 08:25:41 GMT
From: Max Brazhnikov <makc@issp.ac.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: multimedia/gxine: clean up port
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         123106
>Category:       ports
>Synopsis:       multimedia/gxine: clean up port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 26 08:30:01 UTC 2008
>Closed-Date:    Sat Apr 26 16:10:26 UTC 2008
>Last-Modified:  Sat Apr 26 16:10:26 UTC 2008
>Originator:     Max Brazhnikov
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 7.0-STABLE FreeBSD 7.0-STABLE #0: Thu Apr 17 12:14:46 MSD 2008     makc@luna.dio.ru:/usr/obj/usr/src/sys/LUNA  i386
>Description:
fix build on 6 when CFLAGS is defined in make.conf (reported by Randy Pratt)
remove unneeded args for configure
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS /usr/ports/multimedia/gxine/Makefile /home/makc/porting/ports/multimedia/gxine/Makefile
--- /usr/ports/multimedia/gxine/Makefile	2008-04-23 13:48:32.000000000 +0400
+++ /home/makc/porting/ports/multimedia/gxine/Makefile	2008-04-26 12:09:49.000000000 +0400
@@ -23,8 +23,6 @@
 USE_XORG=	x11 xaw ice
 MAKE_ARGS+=	LDFLAGS=-shared-libgcc
 CNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
 CONFIGURE_ARGS+=	--without-hal
 INSTALLS_ICONS=	yes
 
@@ -38,7 +36,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 600000
+.if ${OSVERSION} < 700000
 CFLAGS+=	-O2
 .endif
 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sat Apr 26 09:43:09 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/123106: commit references a PR
Date: Sat, 26 Apr 2008 16:09:58 +0000 (UTC)

 miwi        2008-04-26 16:09:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     multimedia/gxine     Makefile 
   Log:
   - Fix build on 6.X when CFLAGS is defined in make.conf
   - Remove unneeded args for configure
   
   PR:             123106
   Submitted by:   Max Brazhnikov <makc@issp.ac.ru> (maintainer)
   
   Revision  Changes    Path
   1.39      +1 -3      ports/multimedia/gxine/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"
 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Apr 26 16:10:25 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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