From owner-svn-ports-head@freebsd.org Sun Dec 11 17:40:04 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5DD09C7247A; Sun, 11 Dec 2016 17:40:04 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2D31510E9; Sun, 11 Dec 2016 17:40:04 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBBHe384053922; Sun, 11 Dec 2016 17:40:03 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBBHe22H053915; Sun, 11 Dec 2016 17:40:02 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201612111740.uBBHe22H053915@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sun, 11 Dec 2016 17:40:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428370 - in head: cad/gmsh games/emptyepsilon games/supertuxkart games/tbe mail/geary math/cadabra2 science/pulseview 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.23 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: Sun, 11 Dec 2016 17:40:04 -0000 Author: antoine Date: Sun Dec 11 17:40:02 2016 New Revision: 428370 URL: https://svnweb.freebsd.org/changeset/ports/428370 Log: Those ports build fine with bsd make Modified: head/cad/gmsh/Makefile head/games/emptyepsilon/Makefile head/games/supertuxkart/Makefile head/games/tbe/Makefile head/mail/geary/Makefile head/math/cadabra2/Makefile head/science/pulseview/Makefile Modified: head/cad/gmsh/Makefile ============================================================================== --- head/cad/gmsh/Makefile Sun Dec 11 17:36:34 2016 (r428369) +++ head/cad/gmsh/Makefile Sun Dec 11 17:40:02 2016 (r428370) @@ -28,7 +28,7 @@ BROKEN_FreeBSD_12_i386=Does not build on SLAVEDIRS= cad/gmsh-occ -USES= blaslapack cmake fortran gmake jpeg tar:tgz +USES= blaslapack cmake fortran jpeg tar:tgz USE_GL= gl glu USE_XORG= x11 xcursor xext xinerama xfixes xft Modified: head/games/emptyepsilon/Makefile ============================================================================== --- head/games/emptyepsilon/Makefile Sun Dec 11 17:36:34 2016 (r428369) +++ head/games/emptyepsilon/Makefile Sun Dec 11 17:40:02 2016 (r428370) @@ -18,7 +18,7 @@ USE_GITHUB= yes GH_TUPLE= daid:EmptyEpsilon:${DISTVERSIONFULL} GH_TUPLE+= daid:SeriousProton:${DISTVERSIONFULL}:sproton -USES= cmake compiler:c++11-lib gmake +USES= cmake compiler:c++11-lib USE_GL= gl glu CMAKE_ARGS= -DSERIOUS_PROTON_DIR="${WRKSRC_sproton}/" Modified: head/games/supertuxkart/Makefile ============================================================================== --- head/games/supertuxkart/Makefile Sun Dec 11 17:36:34 2016 (r428369) +++ head/games/supertuxkart/Makefile Sun Dec 11 17:40:02 2016 (r428370) @@ -23,7 +23,7 @@ ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= fails to build: invokes x86 asm USES= alias cmake compiler:c++11-lib dos2unix gettext \ - gmake jpeg openal:al pkgconfig tar:xz + jpeg openal:al pkgconfig tar:xz USE_GL= gl glu USE_SDL= sdl USE_XORG= x11 xext sm ice Modified: head/games/tbe/Makefile ============================================================================== --- head/games/tbe/Makefile Sun Dec 11 17:36:34 2016 (r428369) +++ head/games/tbe/Makefile Sun Dec 11 17:40:02 2016 (r428370) @@ -12,7 +12,7 @@ COMMENT= The Butterfly Effect BUILD_DEPENDS= ${LOCALBASE}/bin/unzip:archivers/unzip -USES= cmake compiler:c++11-lib execinfo gmake tar:tgz +USES= cmake compiler:c++11-lib execinfo tar:tgz USE_QT4= gui linguisttools_build moc_build qmake_build rcc_build \ svg uic_build xml Modified: head/mail/geary/Makefile ============================================================================== --- head/mail/geary/Makefile Sun Dec 11 17:36:34 2016 (r428369) +++ head/mail/geary/Makefile Sun Dec 11 17:40:02 2016 (r428370) @@ -20,14 +20,12 @@ LIB_DEPENDS= libgmime-2.6.so:mail/gmime2 libgee-0.8.so:devel/libgee \ libgcr-3.so:security/gcr -USES= cmake desktop-file-utils gettext gmake \ +USES= cmake desktop-file-utils gettext \ libtool pkgconfig shebangfix tar:xz USE_GNOME= gnomedocutils gnomeprefix gtk30 intlhack SHEBANG_FILES= desktop/geary-attach USE_LDCONFIG= yes -GNU_CONFIGURE= yes INSTALLS_ICONS= yes -CONFIGURE_ARGS= --prefix=${PREFIX} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/math/cadabra2/Makefile ============================================================================== --- head/math/cadabra2/Makefile Sun Dec 11 17:36:34 2016 (r428369) +++ head/math/cadabra2/Makefile Sun Dec 11 17:40:02 2016 (r428370) @@ -33,7 +33,7 @@ BROKEN_FreeBSD_9= does not build: fatal OPTIONS_DEFINE= GUI OPTIONS_DEFAULT=GUI -USES= compiler:c++14-lang cmake gettext-runtime gmake pkgconfig python:2 sqlite +USES= compiler:c++14-lang cmake gettext-runtime pkgconfig python:2 sqlite GUI_USE= GNOME=gtkmm30,gdkpixbuf2 USE_TEX= base texmf texhash USE_LDCONFIG= yes Modified: head/science/pulseview/Makefile ============================================================================== --- head/science/pulseview/Makefile Sun Dec 11 17:36:34 2016 (r428369) +++ head/science/pulseview/Makefile Sun Dec 11 17:40:02 2016 (r428370) @@ -17,7 +17,7 @@ LIB_DEPENDS= libboost_thread.so:devel/bo libsigrok.so:devel/libsigrok \ libsigrokdecode.so:devel/libsigrokdecode -USES= cmake gmake pkgconfig +USES= cmake pkgconfig USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man \ -DDISABLE_WERROR:BOOL=TRUE