Date: Wed, 3 Dec 2014 13:38:00 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373820 - head/games/tux-aqfh Message-ID: <201412031338.sB3Dc0PY099405@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Dec 3 13:37:59 2014 New Revision: 373820 URL: https://svnweb.freebsd.org/changeset/ports/373820 QAT: https://qat.redports.org/buildarchive/r373820/ Log: - Remove PTHREAD_{LIBS/CFLAGS} - Add empty directory to plist Modified: head/games/tux-aqfh/Makefile head/games/tux-aqfh/pkg-plist Modified: head/games/tux-aqfh/Makefile ============================================================================== --- head/games/tux-aqfh/Makefile Wed Dec 3 13:37:50 2014 (r373819) +++ head/games/tux-aqfh/Makefile Wed Dec 3 13:37:59 2014 (r373820) @@ -24,16 +24,16 @@ USE_GL= glut GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-plib=${LOCALBASE} -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib -lusbhid ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -lusbhid -pthread PORTDOCS= * -OPTIONS_DEFINE= DOCS - DESKTOP_ENTRIES="Tuxedo The Penguin: A Quest for Herring" "" ${PORTNAME} \ "${PORTNAME}" "Game;SportsGame;" "" +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e \ 's|-lplibul|-lplibul -lplibjs|; \ Modified: head/games/tux-aqfh/pkg-plist ============================================================================== --- head/games/tux-aqfh/pkg-plist Wed Dec 3 13:37:50 2014 (r373819) +++ head/games/tux-aqfh/pkg-plist Wed Dec 3 13:37:59 2014 (r373820) @@ -296,3 +296,4 @@ share/pixmaps/tux_aqfh.png %%DATADIR%%/wavs/whistle.wav %%DATADIR%%/wavs/who.wav %%DATADIR%%/wavs/who_else.wav +@dir %%DATADIR%%/slamcode
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412031338.sB3Dc0PY099405>