Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jul 2020 09:09:01 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r542841 - in head: games/rubygem-lolcat irc/smuxi math/or-tools misc/valentina textproc
Message-ID:  <202007220909.06M992Yk016190@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Jul 22 09:09:01 2020
New Revision: 542841
URL: https://svnweb.freebsd.org/changeset/ports/542841

Log:
  Clean up some things
  
  Reported by:	portscan

Modified:
  head/games/rubygem-lolcat/Makefile
  head/irc/smuxi/Makefile
  head/math/or-tools/Makefile
  head/misc/valentina/Makefile
  head/textproc/Makefile

Modified: head/games/rubygem-lolcat/Makefile
==============================================================================
--- head/games/rubygem-lolcat/Makefile	Wed Jul 22 09:06:51 2020	(r542840)
+++ head/games/rubygem-lolcat/Makefile	Wed Jul 22 09:09:01 2020	(r542841)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	rubygem-manpages>=0.6.1<0.7:devel/rubygem
 
 USES=		gem
 
-CONFLICT_INSTALL=	lolcat
+CONFLICTS_INSTALL=	lolcat
 
 USE_RUBY=	yes
 

Modified: head/irc/smuxi/Makefile
==============================================================================
--- head/irc/smuxi/Makefile	Wed Jul 22 09:06:51 2020	(r542840)
+++ head/irc/smuxi/Makefile	Wed Jul 22 09:09:01 2020	(r542841)
@@ -28,7 +28,7 @@ INSTALLS_ICONS=	yes
 
 OPTIONS_DEFINE=		DBUS NLS SPELLCHECK
 OPTIONS_DEFAULT=	DBUS NLS SPELLCHECK
-oOPTIONS_SUB=		yes
+OPTIONS_SUB=		yes
 
 SPELLCHECK_DESC=	Spell checking support via GtkSpell
 

Modified: head/math/or-tools/Makefile
==============================================================================
--- head/math/or-tools/Makefile	Wed Jul 22 09:06:51 2020	(r542840)
+++ head/math/or-tools/Makefile	Wed Jul 22 09:09:01 2020	(r542841)
@@ -26,7 +26,6 @@ USE_LDCONFIG=	yes
 
 CMAKE_OFF=	BUILD_DEPS INSTALL_BUILD_DEPS BUILD_PYTHON BUILD_EXAMPLES
 CONFIGURE_ENV=	UNIX_CBC_DIR=${LOCALBASE} UNIX_CLP_DIR=${LOCALBASE}
-BUILD_ENV=	UNIX_CBC_DIR=${LOCALBASE} UNIX_CLP_DIR=${LOCALBASE}
 
 post-configure: # https://github.com/google/or-tools/issues/2109
 	@${REINPLACE_CMD} -e 's|protobuf::protoc|protoc -I${LOCALBASE}/include| ; s|protobuf$$:$$:protoc||' ${BUILD_WRKSRC}/build.ninja

Modified: head/misc/valentina/Makefile
==============================================================================
--- head/misc/valentina/Makefile	Wed Jul 22 09:06:51 2020	(r542840)
+++ head/misc/valentina/Makefile	Wed Jul 22 09:09:01 2020	(r542841)
@@ -20,7 +20,7 @@ USE_GITLAB=	yes
 GL_ACCOUNT=	smart-pattern
 GL_COMMIT=	15e731671f9471390d7ccf95c7eb5bbda8c25f95
 
-DOS2UNIX_FILE=	src/libs/vgeometry/vellipticalarc.cpp
+DOS2UNIX_FILES=	src/libs/vgeometry/vellipticalarc.cpp
 
 QMAKE_ARGS=	CONFIG+="noTests" CONFIG+="noRunPath"
 .if !defined(WITH_CCACHE_BUILD) || defined(NO_CCACHE)

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed Jul 22 09:06:51 2020	(r542840)
+++ head/textproc/Makefile	Wed Jul 22 09:09:01 2020	(r542841)
@@ -5,13 +5,13 @@
 
     SUBDIR += 2bsd-diff
     SUBDIR += CLDR
-    SUBDIR += R-cran-commonmark
     SUBDIR += R-cran-DT
     SUBDIR += R-cran-R2HTML
     SUBDIR += R-cran-XML
     SUBDIR += R-cran-bibtex
     SUBDIR += R-cran-brew
     SUBDIR += R-cran-cellranger
+    SUBDIR += R-cran-commonmark
     SUBDIR += R-cran-formatR
     SUBDIR += R-cran-highr
     SUBDIR += R-cran-htmltools



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007220909.06M992Yk016190>