Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 2008 11:33:29 GMT
From:      Max Brazhnikov <makc@issp.ac.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121959: remove USE_XLIB from my ports
Message-ID:  <200803221133.m2MBXTHU074487@www.freebsd.org>
Resent-Message-ID: <200803221140.m2MBe1WN003784@freefall.freebsd.org>

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

>Number:         121959
>Category:       ports
>Synopsis:       remove USE_XLIB from my ports
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 22 11:40: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: Mon Mar 10 22:27:40 MSK 2008     root@luna.dio.ru:/usr/obj/usr/src/sys/LUNA  i386
>Description:
remove unneeded USE_XLIB from games/hexxagon and games/trigger
>How-To-Repeat:

>Fix:
diff -ruN --exclude=CVS /usr/ports/games/hexxagon/Makefile /home/makc/porting/ports/games/hexxagon/Makefile
--- /usr/ports/games/hexxagon/Makefile	2007-05-20 00:06:27.000000000 +0400
+++ /home/makc/porting/ports/games/hexxagon/Makefile	2008-03-22 10:11:18.000000000 +0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	hexxagon
 PORTVERSION=	1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	http://www.nesqi.se/hexxagon/hexxagon/download/
 
@@ -18,7 +18,6 @@
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_XLIB=	yes
 GNU_CONFIGURE=	yes
 
 DESKTOP_ENTRIES="Hexxagon" "Strategy Game" "" \

diff -ruN --exclude=CVS /usr/ports/games/trigger/Makefile /home/makc/porting/ports/games/trigger/Makefile
--- /usr/ports/games/trigger/Makefile	2008-03-13 17:28:09.000000000 +0300
+++ /home/makc/porting/ports/games/trigger/Makefile	2008-03-22 11:07:08.000000000 +0300
@@ -7,7 +7,7 @@
 
 PORTNAME=	trigger
 PORTVERSION=	0.5.2.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=${PORTNAME}-rally
@@ -22,9 +22,8 @@
 		physfs:${PORTSDIR}/devel/physfs \
 		alut.1:${PORTSDIR}/audio/freealut
 
-USE_XLIB=	yes
 USE_SDL=	sdl image
-USE_GL=		yes
+USE_GL=		glu
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \

>Release-Note:
>Audit-Trail:
>Unformatted:



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