From owner-svn-ports-head@FreeBSD.ORG Wed Dec 3 13:38:00 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC5DE504; Wed, 3 Dec 2014 13:38:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8E988CE; Wed, 3 Dec 2014 13:38:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB3Dc0bZ099409; Wed, 3 Dec 2014 13:38:00 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB3Dc0PY099405; Wed, 3 Dec 2014 13:38:00 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201412031338.sB3Dc0PY099405@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 3 Dec 2014 13:38:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373820 - head/games/tux-aqfh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2014 13:38:01 -0000 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