svn commit: r328500 - head/games/gracer
Juergen Lock
nox at FreeBSD.org
Fri Sep 27 16:36:59 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list