Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jan 2019 10:45:41 +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: r489670 - in head: multimedia/libxspf textproc/randlm
Message-ID:  <201901081045.x08AjfQK097184@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Jan  8 10:45:40 2019
New Revision: 489670
URL: https://svnweb.freebsd.org/changeset/ports/489670

Log:
  Do not set GNU_CONFIGURE twice

Modified:
  head/multimedia/libxspf/Makefile
  head/textproc/randlm/Makefile

Modified: head/multimedia/libxspf/Makefile
==============================================================================
--- head/multimedia/libxspf/Makefile	Tue Jan  8 10:44:23 2019	(r489669)
+++ head/multimedia/libxspf/Makefile	Tue Jan  8 10:45:40 2019	(r489670)
@@ -20,7 +20,6 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--with-expat=${LOCALBASE} --disable-test
 
 USES=		libtool pkgconfig tar:bzip2
-GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 LIBS+=		-L${LOCALBASE}/lib -luriparser
 

Modified: head/textproc/randlm/Makefile
==============================================================================
--- head/textproc/randlm/Makefile	Tue Jan  8 10:44:23 2019	(r489669)
+++ head/textproc/randlm/Makefile	Tue Jan  8 10:45:40 2019	(r489670)
@@ -18,7 +18,6 @@ BROKEN_aarch64=		fails to compile: invalid output cons
 BROKEN_armv6=		fails to compile: invalid output constraint =a in assembler
 BROKEN_powerpc64=	fails to compile: 'itr' does not name a type
 
-GNU_CONFIGURE=	yes
 USE_CXXSTD=	gnu++98
 USE_PERL5=	run
 USE_LDCONFIG=	yes



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