Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 2004 01:00:24 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/64855: Update port: devel/kyra
Message-ID:  <20040329010024.1ac815ed.tkato@prontomail.com>
Resent-Message-ID: <200403281610.i2SGAKK2075438@freefall.freebsd.org>

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

>Number:         64855
>Category:       ports
>Synopsis:       Update port: devel/kyra
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 28 08:10:20 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p4 i386
>Organization:
>Environment:
>Description:
- Fix COMMENT format
- Reaarange USE_GNONE

Remove file:
files/patch-ltmain.sh

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/kyra/Makefile devel/kyra/Makefile
--- /usr/ports/devel/kyra/Makefile	Tue Mar 16 19:05:38 2004
+++ devel/kyra/Makefile	Sun Mar 28 00:17:58 2004
@@ -14,7 +14,7 @@
 DISTNAME=	${PORTNAME}_src_${PORTVERSION:S/./_/g}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Kyra is a simple Sprite engine written in C++
+COMMENT=	A simple Sprite engine written in C++
 
 LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \
 		tiff.4:${PORTSDIR}/graphics/tiff \
@@ -22,12 +22,11 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USE_LIBTOOL_VER=	13
 USE_SDL=	image sdl
-GNU_CONFIGURE=	yes
+USE_GNOME=	gnometarget lthack
+USE_LIBTOOL_VER=	13
+CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include" \
+		LDFLAGS="-L${X11BASE}/lib"
 INSTALLS_SHLIB=	yes
-
-CONFIGURE_ENV=		CPPFLAGS="-I${X11BASE}/include"
-CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
 
 .include <bsd.port.mk>
diff -urN /usr/ports/devel/kyra/files/patch-ltmain.sh devel/kyra/files/patch-ltmain.sh
--- /usr/ports/devel/kyra/files/patch-ltmain.sh	Sat Oct 11 23:44:21 2003
+++ devel/kyra/files/patch-ltmain.sh	Thu Jan  1 09:00:00 1970
@@ -1,15 +0,0 @@
---- ltmain.sh.orig	Thu Oct  9 11:44:49 2003
-+++ ltmain.sh	Thu Oct  9 11:45:05 2003
-@@ -4210,10 +4210,12 @@
- 	fi
- 
- 	# Install the pseudo-library for information purposes.
-+	if /usr/bin/false ; then
- 	name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- 	instname="$dir/$name"i
- 	$show "$install_prog $instname $destdir/$name"
- 	$run eval "$install_prog $instname $destdir/$name" || exit $?
-+	fi
- 
- 	# Maybe install the static library, too.
- 	test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
>Release-Note:
>Audit-Trail:
>Unformatted:



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