Date: Sat, 23 Dec 2017 16:50:16 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457081 - in head/games/glest: . files Message-ID: <201712231650.vBNGoGXi065912@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sat Dec 23 16:50:15 2017 New Revision: 457081 URL: https://svnweb.freebsd.org/changeset/ports/457081 Log: Convert to USES=autoreconf. Deleted: head/games/glest/files/patch-mk__linux__autogen.sh Modified: head/games/glest/Makefile Modified: head/games/glest/Makefile ============================================================================== --- head/games/glest/Makefile Sat Dec 23 16:50:14 2017 (r457080) +++ head/games/glest/Makefile Sat Dec 23 16:50:15 2017 (r457081) @@ -17,8 +17,8 @@ LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 \ BUILD_DEPENDS= jam:devel/jam RUN_DEPENDS= ${LOCALBASE}/${DATADIR_REL}/servers.ini:games/glest-data -USES= dos2unix localbase openal:al,alut pkgconfig zip lua:51 -USE_AUTOTOOLS= automake:env autoconf:env +USES= autoreconf:build dos2unix localbase lua:51 openal:al,alut \ + pkgconfig zip USE_SDL= yes USE_GL= yes GNU_CONFIGURE= yes @@ -45,9 +45,6 @@ pre-extract: @${MKDIR} ${WRKDIR}/${DISTNAME} post-patch: - @${REINPLACE_CMD} -e "s|%%ACLOCAL%%|${ACLOCAL}|g" \ - -e "s|%%AUTOCONF%%|${AUTOCONF}|g" \ - ${WRKSRC}/mk/linux/autogen.sh @${REINPLACE_CMD} \ -e 's|PTHREAD_LIBS="-l[$$]flag"|PTHREAD_LIBS="-lpthread"|g' \ -e 's|pthreads library -l[$$]flag|pthreads library -lpthread|g' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712231650.vBNGoGXi065912>