From owner-svn-ports-head@freebsd.org Thu Jan 25 11:07:53 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DD35ED00E0; Thu, 25 Jan 2018 11:07:53 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D4C2176822; Thu, 25 Jan 2018 11:07:52 +0000 (UTC) (envelope-from martymac@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CC5FD3FBE; Thu, 25 Jan 2018 11:07:52 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0PB7q8L081912; Thu, 25 Jan 2018 11:07:52 GMT (envelope-from martymac@FreeBSD.org) Received: (from martymac@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0PB7pj1081893; Thu, 25 Jan 2018 11:07:51 GMT (envelope-from martymac@FreeBSD.org) Message-Id: <201801251107.w0PB7pj1081893@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: martymac set sender to martymac@FreeBSD.org using -f From: Ganael LAPLANCHE Date: Thu, 25 Jan 2018 11:07:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459919 - in head: archivers/par2cmdline-tbb devel/raknet devel/simgear emulators/dolphin-emu emulators/pcsxr games/blobby games/cosmosmash games/flightgear games/flightgear-data games/... X-SVN-Group: ports-head X-SVN-Commit-Author: martymac X-SVN-Commit-Paths: in head: archivers/par2cmdline-tbb devel/raknet devel/simgear emulators/dolphin-emu emulators/pcsxr games/blobby games/cosmosmash games/flightgear games/flightgear-data games/flightgear-mb339-pan game... X-SVN-Commit-Revision: 459919 X-SVN-Commit-Repository: ports 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.25 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: Thu, 25 Jan 2018 11:07:53 -0000 Author: martymac Date: Thu Jan 25 11:07:50 2018 New Revision: 459919 URL: https://svnweb.freebsd.org/changeset/ports/459919 Log: Make portlint happier with my ports (reorder variables) Modified: head/archivers/par2cmdline-tbb/Makefile head/devel/raknet/Makefile head/devel/simgear/Makefile head/emulators/dolphin-emu/Makefile head/emulators/pcsxr/Makefile head/games/blobby/Makefile head/games/cosmosmash/Makefile head/games/flightgear-data/Makefile head/games/flightgear-mb339-pan/Makefile head/games/flightgear/Makefile head/games/jfsw/Makefile head/games/openalchemist/Makefile head/graphics/pencil/Makefile head/multimedia/sms1xxx-kmod/Makefile head/net/grsync/Makefile head/net/ldapscripts/Makefile head/sysutils/backupchecker/Makefile Modified: head/archivers/par2cmdline-tbb/Makefile ============================================================================== --- head/archivers/par2cmdline-tbb/Makefile Thu Jan 25 10:00:58 2018 (r459918) +++ head/archivers/par2cmdline-tbb/Makefile Thu Jan 25 11:07:50 2018 (r459919) @@ -13,9 +13,9 @@ COMMENT= Tools for using Parity v2 Archive files (tbb LICENSE= GPLv2 -LIB_DEPENDS= libtbb.so:devel/tbb - ONLY_FOR_ARCHS= amd64 i386 + +LIB_DEPENDS= libtbb.so:devel/tbb GNU_CONFIGURE= yes USES= autoreconf Modified: head/devel/raknet/Makefile ============================================================================== --- head/devel/raknet/Makefile Thu Jan 25 10:00:58 2018 (r459918) +++ head/devel/raknet/Makefile Thu Jan 25 11:07:50 2018 (r459919) @@ -23,17 +23,18 @@ LICENSE_NAME_SpecialAuth= Special authorization from d LICENSE_FILE_SpecialAuth= ${FILESDIR}/SpecialAuth.mbox LICENSE_PERMS_SpecialAuth= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LEGAL_TEXT= Special authorization granted to distribute version 3.x under GPLv3 - NOT_FOR_ARCHS= aarch64 mips mips64 NOT_FOR_ARCHS_REASON= fails to compile: error: Add your platform to the list +LEGAL_TEXT= Special authorization granted to distribute version 3.x under GPLv3 + NO_WRKSUBDIR= yes +USES= dos2unix cmake zip + USE_LDCONFIG= yes USE_GCC= any -USES= dos2unix cmake zip DOS2UNIX_REGEX= .*\.(cpp|h|txt) # XXX Do not provide Samples for the following reason : Modified: head/devel/simgear/Makefile ============================================================================== --- head/devel/simgear/Makefile Thu Jan 25 10:00:58 2018 (r459918) +++ head/devel/simgear/Makefile Thu Jan 25 11:07:50 2018 (r459919) @@ -16,9 +16,9 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libosg.so:graphics/osg +USES= alias cmake compiler:c++11-lib cpe jpeg openal:al,alut tar:bzip2 USE_XORG= ice sm x11 xext xi xmu xt USE_GL= gl glu glut -USES= alias cmake compiler:c++11-lib cpe jpeg openal:al,alut tar:bzip2 .include Modified: head/emulators/dolphin-emu/Makefile ============================================================================== --- head/emulators/dolphin-emu/Makefile Thu Jan 25 10:00:58 2018 (r459918) +++ head/emulators/dolphin-emu/Makefile Thu Jan 25 11:07:50 2018 (r459919) @@ -31,6 +31,8 @@ LIB_DEPENDS= libpulse.so:audio/pulseaudio \ libcurl.so:ftp/curl \ libgtest.so:devel/googletest +USES= cmake compiler:c++11-lib iconv openal pkgconfig + USE_GITHUB= yes GH_PROJECT= dolphin @@ -39,8 +41,6 @@ USE_GNOME= atk cairo glib20 gdkpixbuf2 gtk20 pango USE_SDL= sdl2 USE_WX= 3.0+ USE_XORG= ice sm x11 xext xi xrandr - -USES= cmake compiler:c++11-lib iconv openal pkgconfig CMAKE_ARGS+= -DTRY_X11:BOOL=ON \ -DUSE_UPNP:BOOL=ON \ Modified: head/emulators/pcsxr/Makefile ============================================================================== --- head/emulators/pcsxr/Makefile Thu Jan 25 10:00:58 2018 (r459918) +++ head/emulators/pcsxr/Makefile Thu Jan 25 11:07:50 2018 (r459919) @@ -13,11 +13,14 @@ COMMENT= Playstation (PSX) emulator LICENSE= GPLv2 +ONLY_FOR_ARCHS= amd64 i386 + BUILD_DEPENDS= gawk:lang/gawk LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libcdio.so:sysutils/libcdio -ONLY_FOR_ARCHS= i386 amd64 +USES= autoreconf desktop-file-utils dos2unix iconv gmake libtool \ + pkgconfig tar:bzip2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -32,8 +35,6 @@ USE_XORG= x11 xv xext xxf86vm xtst USE_SDL= sdl USE_GL= gl -USES= autoreconf desktop-file-utils dos2unix iconv gmake libtool \ - pkgconfig tar:bzip2 DOS2UNIX_REGEX= .*\.(c|h|cpp|hpp|am) PORTDOCS= ChangeLog README Modified: head/games/blobby/Makefile ============================================================================== --- head/games/blobby/Makefile Thu Jan 25 10:00:58 2018 (r459918) +++ head/games/blobby/Makefile Thu Jan 25 11:07:50 2018 (r459919) @@ -15,13 +15,13 @@ COMMENT= Official continuation of the famous Blobby Vo LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libphysfs.so:devel/physfs -BUILD_DEPENDS= zip:archivers/zip \ - ${LOCALBASE}/include/boost/crc.hpp:devel/boost-libs - BROKEN_powerpc64= fails to build: cc1plus: unrecognized command line option "-std=c++11" NOT_FOR_ARCHS= aarch64 NOT_FOR_ARCHS_REASON= fails to compile: I can't tell what endian-ness to use for your architecture + +LIB_DEPENDS= libphysfs.so:devel/physfs +BUILD_DEPENDS= zip:archivers/zip \ + ${LOCALBASE}/include/boost/crc.hpp:devel/boost-libs USES= cmake dos2unix localbase:ldflags pkgconfig DOS2UNIX_REGEX= .*\.(c|h|cpp) Modified: head/games/cosmosmash/Makefile ============================================================================== --- head/games/cosmosmash/Makefile Thu Jan 25 10:00:58 2018 (r459918) +++ head/games/cosmosmash/Makefile Thu Jan 25 11:07:50 2018 (r459919) @@ -18,9 +18,9 @@ LIB_DEPENDS= libflatzebra-0.1.so:devel/flatzebra \ libmikmod.so:audio/libmikmod \ libaudiofile.so:audio/libaudiofile +USES= iconv pkgconfig desktop-file-utils USE_SDL= sdl image mixer USE_XORG= x11 xau xdmcp -USES= iconv pkgconfig desktop-file-utils GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include `${SDL_CONFIG} --cflags` LDFLAGS+= -lpthread -L${LOCALBASE}/lib `${SDL_CONFIG} --libs` Modified: head/games/flightgear-data/Makefile ============================================================================== --- head/games/flightgear-data/Makefile Thu Jan 25 10:00:58 2018 (r459918) +++ head/games/flightgear-data/Makefile Thu Jan 25 11:07:50 2018 (r459919) @@ -12,6 +12,9 @@ COMMENT= FlightGear scenery, textures, and aircraft mo LICENSE= GPLv2 +BROKEN_aarch64= Fails to install: runaway process +BROKEN_mips64= Fails to install: runaway process + NO_BUILD= yes USES= tar:bzip2 WRKSRC= ${WRKDIR}/fgdata @@ -19,9 +22,6 @@ DATADIR= ${PREFIX}/share/flightgear PLIST= ${WRKDIR}/pkg-plist PLIST_DIRS= %%DATADIR%% - -BROKEN_aarch64= Fails to install: runaway process -BROKEN_mips64= Fails to install: runaway process post-patch: @${RM} ${WRKSRC}/COPYING Modified: head/games/flightgear-mb339-pan/Makefile ============================================================================== --- head/games/flightgear-mb339-pan/Makefile Thu Jan 25 10:00:58 2018 (r459918) +++ head/games/flightgear-mb339-pan/Makefile Thu Jan 25 11:07:50 2018 (r459919) @@ -11,11 +11,11 @@ DISTNAME= mb339pan_${PORTVERSION} MAINTAINER= martymac@FreeBSD.org COMMENT= Simulation of the MB-339 PAN aerobatic jet +BROKEN_powerpc64= fails to build: runaway process + RUN_DEPENDS= ${LOCALBASE}/share/flightgear/version:games/flightgear-data RESTRICTED= Redistribution prohibited - -BROKEN_powerpc64= fails to build: runaway process NO_BUILD= yes USES= zip Modified: head/games/flightgear/Makefile ============================================================================== --- head/games/flightgear/Makefile Thu Jan 25 10:00:58 2018 (r459918) +++ head/games/flightgear/Makefile Thu Jan 25 11:07:50 2018 (r459919) @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= SF/flightgear/release-${PORTVERSION:R} MAINTAINER= martymac@FreeBSD.org -COMMENT= The FlightGear flight simulator +COMMENT= FlightGear flight simulator LICENSE= GPLv2 @@ -27,11 +27,11 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear \ ${LOCALBASE}/share/flightgear/version:games/flightgear-data +USES= alias cmake compiler cpe dos2unix jpeg openal:al,alut sqlite \ + tar:bzip2 USE_XORG= ice sm x11 xext xft xi xinerama xmu xt USE_GL= gl glew glu glut -USES= alias cmake compiler cpe dos2unix jpeg openal:al,alut sqlite \ - tar:bzip2 DOS2UNIX_REGEX= .*\.(c|h|cxx|cpp|hxx|hpp) CMAKE_ARGS+= -DENABLE_JS_SERVER:BOOL=ON \ -DSYSTEM_SQLITE:BOOL=ON \ Modified: head/games/jfsw/Makefile ============================================================================== --- head/games/jfsw/Makefile Thu Jan 25 10:00:58 2018 (r459918) +++ head/games/jfsw/Makefile Thu Jan 25 11:07:50 2018 (r459919) @@ -17,6 +17,9 @@ LICENSE_PERMS_BuildLic= dist-mirror no-dist-sell pkg-m LIB_DEPENDS= libvorbisfile.so:audio/libvorbis +USES= alias dos2unix gmake pkgconfig:build +DOS2UNIX_REGEX= .*(\.(c|h)|Makefile)(\.deps)? + USE_GITHUB= yes GH_ACCOUNT= jonof GH_PROJECT= jfbuild:build jfaudiolib:audio jfmact:mact @@ -29,9 +32,6 @@ GH_SUBDIR= jfbuild:build jfaudiolib:audio jfmact:mact USE_GL= gl USE_GNOME= gtk20 USE_SDL= mixer sdl - -USES= alias dos2unix gmake pkgconfig:build -DOS2UNIX_REGEX= .*(\.(c|h)|Makefile)(\.deps)? NO_CDROM= Must be distributed only through the Internet and free of charge Modified: head/games/openalchemist/Makefile ============================================================================== --- head/games/openalchemist/Makefile Thu Jan 25 10:00:58 2018 (r459918) +++ head/games/openalchemist/Makefile Thu Jan 25 11:07:50 2018 (r459919) @@ -22,12 +22,14 @@ LIB_DEPENDS= libclanCore.so:devel/clanlib1 \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lpthread -L${LOCALBASE}/lib GNU_CONFIGURE= yes + +USES= autoreconf gmake iconv jpeg pkgconfig python:2.7,run shebangfix +SHEBANG_FILES= openalchemist-config + USE_GNOME= pygtk2 USE_XORG= xxf86vm xi x11 xmu xext xdamage xfixes xau xdmcp xt sm ice USE_GL= gl glu USE_SDL= sdl gfx -USES= autoreconf gmake iconv jpeg pkgconfig python:2.7,run shebangfix -SHEBANG_FILES= openalchemist-config PORTDOCS= AUTHORS ChangeLog README TODO Modified: head/graphics/pencil/Makefile ============================================================================== --- head/graphics/pencil/Makefile Thu Jan 25 10:00:58 2018 (r459918) +++ head/graphics/pencil/Makefile Thu Jan 25 11:07:50 2018 (r459919) @@ -13,11 +13,11 @@ COMMENT= Pencil - a traditional 2D animation software LICENSE= GPLv2 -LIB_DEPENDS= libming.so:graphics/ming \ - libpng.so:graphics/png - BROKEN_armv6= fails to compile: no matching function for call to 'qMax' BROKEN_armv7= fails to compile: no matching function for call to 'qMax' + +LIB_DEPENDS= libming.so:graphics/ming \ + libpng.so:graphics/png USES= qmake zip USE_QT4= gui opengl xml moc_build rcc_build Modified: head/multimedia/sms1xxx-kmod/Makefile ============================================================================== --- head/multimedia/sms1xxx-kmod/Makefile Thu Jan 25 10:00:58 2018 (r459918) +++ head/multimedia/sms1xxx-kmod/Makefile Thu Jan 25 11:07:50 2018 (r459919) @@ -15,6 +15,8 @@ COMMENT= Native FreeBSD driver for Siano-based USB DVB LICENSE= GPLv2 +ONLY_FOR_ARCHS= amd64 i386 + WRKSRC= ${WRKDIR}/siano-${PORTVERSION} NO_PACKAGE= should be recompiled for a particular FreeBSD kernel @@ -29,8 +31,6 @@ RC5WATCH_DESC= Build rc5watch IR utility DEBUG_ALL_TARGET= debug STELLAR_DESC= Build Terratec Cinergy Piranha FW NOVA_DESC= Build Hauppauge WinTV MiniStick FW - -ONLY_FOR_ARCHS= amd64 i386 SUB_FILES= pkg-message Modified: head/net/grsync/Makefile ============================================================================== --- head/net/grsync/Makefile Thu Jan 25 10:00:58 2018 (r459918) +++ head/net/grsync/Makefile Thu Jan 25 11:07:50 2018 (r459919) @@ -15,17 +15,17 @@ LICENSE= GPLv2 RUN_DEPENDS= rsync:net/rsync \ bash:shells/bash -USE_GNOME= gtk20 intltool +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-unity +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + USES= desktop-file-utils gettext gmake \ pkgconfig shared-mime-info shebangfix +USE_GNOME= gtk20 intltool SHEBANG_FILES= src/grsync-batch -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-unity INSTALLS_ICONS= yes - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= NLS OPTIONS_SUB= yes Modified: head/net/ldapscripts/Makefile ============================================================================== --- head/net/ldapscripts/Makefile Thu Jan 25 10:00:58 2018 (r459918) +++ head/net/ldapscripts/Makefile Thu Jan 25 11:07:50 2018 (r459919) @@ -19,12 +19,13 @@ RUN_DEPENDS= ldapadd:net/openldap${OPENLDAP_VER}${OPEN ldapmodrdn:net/openldap${OPENLDAP_VER}${OPENLDAP_FLAVOUR}-client \ ldappasswd:net/openldap${OPENLDAP_VER}${OPENLDAP_FLAVOUR}-client +NO_ARCH= yes + OPTIONS_DEFINE= SASL SASL_VARS= OPENLDAP_FLAVOUR=-sasl WANT_OPENLDAP_SASL=yes -NO_ARCH= yes -USE_OPENLDAP= yes USES= iconv tar:tgz +USE_OPENLDAP= yes LIBDIR= ${PREFIX}/lib/${PORTNAME} MAKE_ENV+= MANDIR=${MANPREFIX}/man \ ETCDIR=${ETCDIR} Modified: head/sysutils/backupchecker/Makefile ============================================================================== --- head/sysutils/backupchecker/Makefile Thu Jan 25 10:00:58 2018 (r459918) +++ head/sysutils/backupchecker/Makefile Thu Jan 25 11:07:50 2018 (r459919) @@ -10,10 +10,10 @@ COMMENT= Fully automated backup checker LICENSE= GPLv3 -USE_GITHUB= yes - NO_ARCH= yes + USES= python:3.3+ +USE_GITHUB= yes USE_PYTHON= autoplist distutils optsuffix PORTDOCS= README.md