Index: head/x11/antimicro/Makefile =================================================================== --- head/x11/antimicro/Makefile (revision 432979) +++ head/x11/antimicro/Makefile (revision 432980) @@ -1,26 +1,27 @@ # Created by: Anton Toernqvist # $FreeBSD$ PORTNAME= antimicro PORTVERSION= 2.23 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= ports@FreeBSD.org COMMENT= Program for mapping keyboard and mouse to a gamepad LICENSE= GPLv3 USE_GITHUB= yes GH_ACCOUNT= antimicro #Ryochan7 # Upstream assumes ${LOCALBASE}/lib is part of the default linker path. Pull # request 268 fixes it for X11 libraries, but SDL2 is still using pkg-config # output (without full paths). LDFLAGS+= -L${LOCALBASE}/lib USE_XORG= x11 xi xtst USE_QT5= core gui linguisttools_build qmake_build buildtools_build widgets network USE_SDL= sdl2 USES= cmake pkgconfig desktop-file-utils shared-mime-info .include Index: head/x11/antimicro/files/patch-src_mainwindow.cpp =================================================================== --- head/x11/antimicro/files/patch-src_mainwindow.cpp (nonexistent) +++ head/x11/antimicro/files/patch-src_mainwindow.cpp (revision 432980) @@ -0,0 +1,11 @@ +--- src/mainwindow.cpp.orig 2016-11-06 01:23:03 UTC ++++ src/mainwindow.cpp +@@ -364,7 +364,7 @@ void MainWindow::makeJoystickTabs() + ui->tabWidget->addTab(tabwidget, joytabName); + } + +- if (joysticks > 0) ++ if (joysticks->size() > 0) + { + ui->tabWidget->setCurrentIndex(0); + ui->stackedWidget->setCurrentIndex(1); Property changes on: head/x11/antimicro/files/patch-src_mainwindow.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property