Date: Sat, 6 Sep 2003 04:45:27 -0500 (CDT) From: Mark Linimon <linimon@lonesome.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/56514: [patch][non-maintainer] add use_gmake to games/flightgear Message-ID: <200309060945.h869jRdL027042@lonesome.lonesome.com> Resent-Message-ID: <200309060950.h869oHvU003390@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 56514 >Category: ports >Synopsis: [patch][non-maintainer] add use_gmake to games/flightgear >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: Sat Sep 06 02:50:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Mark Linimon >Release: FreeBSD 4.9-PRERELEASE i386 >Organization: Lonesome Dove Computing Services >Environment: System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #2: Mon Aug 25 22:44:23 CDT 2003 linimon@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386 >Description: Per bento, this port seems to require having USE_GMAKE set. (This probably doesn't really affect most users). Also, while fiddling around, pacify portlint a bit. >How-To-Repeat: (bento logs) >Fix: --- flightgear/Makefile.dist Sat Sep 6 04:21:59 2003 +++ flightgear/Makefile Sat Sep 6 04:23:13 2003 @@ -7,16 +7,16 @@ PORTNAME= FlightGear PORTVERSION= 0.9.2 -BASEVERSION= ${PORTVERSION} CATEGORIES= games MASTER_SITES= ftp://ftp.flightgear.org/pub/fgfs/Source/ \ ftp://ftp.flightgear.org/pub/fgfs/Shared/ -BASEFILE= fgfs-base-${BASEVERSION}${EXTRACT_SUFX} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${BASEFILE} MAINTAINER= des@FreeBSD.org COMMENT= The FlightGear flight simulator +BASEVERSION= ${PORTVERSION} +BASEFILE= fgfs-base-${BASEVERSION}${EXTRACT_SUFX} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${BASEFILE} BUILD_DEPENDS= ${X11BASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib \ ${LOCALBASE}/lib/libmk4.a:${PORTSDIR}/databases/metakit \ ${X11BASE}/include/simgear/threads/SGThread.hxx:${PORTSDIR}/devel/simgear \ @@ -26,6 +26,7 @@ ${X11BASE}/include/simgear/threads/SGThread.hxx:${PORTSDIR}/devel/simgear \ ${X11BASE}/lib/libsgmisc.a:${PORTSDIR}/devel/simgear +USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes # Force configure to look in /usr/local/{include,lib} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309060945.h869jRdL027042>