Index: head/math/wxmaxima/Makefile =================================================================== --- head/math/wxmaxima/Makefile (revision 550691) +++ head/math/wxmaxima/Makefile (revision 550692) @@ -1,35 +1,35 @@ # Created by: Nicola Vitale # $FreeBSD$ PORTNAME= wxmaxima PORTVERSION= 20.04.0 -PORTREVISION= 1 DISTVERSIONPREFIX= Version- +PORTREVISION= 2 CATEGORIES= math MAINTAINER= ports@FreeBSD.org COMMENT= WxWidgets GUI for the computer algebra system maxima LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= maxima:math/maxima USES= cmake compiler:c++11-lang desktop-file-utils shared-mime-info -USE_WX= 3.0 USE_GITHUB= yes GH_ACCOUNT= wxMaxima-Developers -PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,} +USE_WX= 3.0 WX_COMPS= wx WX_CONF_ARGS= absolute +PLIST_SUB= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,} PORTDATA= COPYING README README.md OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -NLS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt NLS_USES= gettext +NLS_EXTRA_PATCHES_OFF= ${PATCHDIR}/extra-patch-CMakeLists.txt .include Index: head/math/wxmaxima/files/patch-src_Version.h.cin =================================================================== --- head/math/wxmaxima/files/patch-src_Version.h.cin (nonexistent) +++ head/math/wxmaxima/files/patch-src_Version.h.cin (revision 550692) @@ -0,0 +1,11 @@ +--- src/Version.h.cin.orig 2020-04-18 07:14:02 UTC ++++ src/Version.h.cin +@@ -2,7 +2,7 @@ + #ifndef GITVERSION + #define GITVERSION "@VERSION@" + #endif +-#if 0@OpenMP_CXX_SPEC_DATE@ > 0201510 ++#if @OpenMP_CXX_SPEC_DATE@ > 201510 + #define HAVE_OPENMP_TASKS 1 + #define OPENMP_SPEC_DATE "@OpenMP_CXX_SPEC_DATE@" + #define HAVE_OMP_HEADER @HAVE_OMP_HEADER@ Property changes on: head/math/wxmaxima/files/patch-src_Version.h.cin ___________________________________________________________________ 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