Date: Fri, 27 Sep 2013 16:36:59 +0000 (UTC) From: Juergen Lock <nox@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328500 - head/games/gracer Message-ID: <201309271636.r8RGaxOL010911@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nox Date: Fri Sep 27 16:36:58 2013 New Revision: 328500 URL: http://svnweb.freebsd.org/changeset/ports/328500 Log: - Switch to USES= gmake tcl:84. (newer tcl versions cause crashes) - Remove shlib major versions from LIB_DEPENDS. - Don't add CPPFLAGS to CONFIGURE_ENV a second time. - Remove indefinite article from COMMENT. - Bump PORTREVISION. Submitted by: beefy1 via pkg-fallout Modified: head/games/gracer/Makefile Modified: head/games/gracer/Makefile ============================================================================== --- head/games/gracer/Makefile Fri Sep 27 16:26:11 2013 (r328499) +++ head/games/gracer/Makefile Fri Sep 27 16:36:58 2013 (r328500) @@ -3,28 +3,25 @@ PORTNAME= gracer PORTVERSION= 0.1.5 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= SF MAINTAINER= nox@FreeBSD.org -COMMENT= A 3D motor sport simulator +COMMENT= 3D motor sport simulator BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ +LIB_DEPENDS= gif:${PORTSDIR}/graphics/giflib \ png15:${PORTSDIR}/graphics/png \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - tcl84.1:${PORTSDIR}/lang/tcl84 + jpeg:${PORTSDIR}/graphics/jpeg USE_GL= glut -USES= perl5 +USES= gmake perl5 tcl:84 USE_PERL5= build USE_AUTOTOOLS= autoconf213 -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \ - CPPFLAGS="${CPPFLAGS}" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include \ - -I${LOCALBASE}/include/tcl8.4 -USE_GMAKE= yes + -I${TCL_INCLUDEDIR} NO_STAGE= yes # for plib (sound): CONFIGURE_ARGS+= --with-plib=${LOCALBASE}/plib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309271636.r8RGaxOL010911>