Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Apr 2008 08:25:41 GMT
From:      Max Brazhnikov <makc@issp.ac.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/123106: multimedia/gxine: clean up port
Message-ID:  <200804260825.m3Q8Pfbg078377@www.freebsd.org>
Resent-Message-ID: <200804260830.m3Q8U1K4048095@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123106
>Category:       ports
>Synopsis:       multimedia/gxine: clean up port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 26 08:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804260825.m3Q8Pfbg078377>